@charset "UTF-8";
/*
Theme Name: Econoler
*/
@import "https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700";
body {
  position: relative;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #282425;
  background-color: #FFF;
}

.col-xs-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 20%;
  float: left;
}

.col-sm-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-md-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.container {
  position: relative;
}

.containerFull {
  padding-right: 10px;
  padding-left: 10px;
}
.containerFull:after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #FF2888;
  transition: all 0.4s ease 0s;
  outline: medium none;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: #BA228D;
  transition: all 0.4s ease 0s;
  outline: medium none;
  text-decoration: none;
  color: inherit;
}
a:hover .hover-box {
  opacity: 1;
  background-color: #b6cc2d;
}
a:focus {
  text-decoration: none;
  color: #BA228D;
  transition: all 0.4s ease 0s;
  outline: medium none;
  text-decoration: none;
  color: inherit;
}
a:active {
  transition: all 0.4s ease 0s;
  outline: medium none;
  text-decoration: none;
  color: inherit;
}

article a {
  text-decoration: underline;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
article a:hover {
  text-decoration: underline;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
article ul li {
  position: relative;
  padding-left: 14px;
}
article ul li::before {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 8px;
  color: #005692;
}

p {
  line-height: 24px;
  margin-bottom: 25px;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
p:last-child {
  margin-bottom: 0px;
}

ol {
  padding: 0;
}

ul {
  padding: 0;
}
ul li {
  padding: 0px;
  margin: 0px;
  list-style: outside none none;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.page-content ul li {
  position: relative;
  padding-left: 14px;
}
.page-content ol li::before {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 8px;
  color: #005692;
}

.btn-select {
  color: #fff;
  padding: 15px 35px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  border-radius: 0px;
  text-transform: uppercase;
  background: #005692;
  display: inline-block;
  width: 100% !important;
  margin-left: 10px;
  letter-spacing: 1px;
  cursor: pointer;
  border: none;
  vertical-align: bottom;
}
.btn-select:focus {
  color: #fff;
}
.btn-select:hover {
  color: #fff;
}

.child-li {
  margin-left: 10px;
}

.btn-button {
  color: #fff;
  padding: 15px 25px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  border-radius: 0px;
  text-transform: uppercase;
  width: auto !important;
  background: #005692;
  display: inline-block;
  letter-spacing: 1px;
  cursor: pointer;
  border: none;
  vertical-align: bottom;
  text-decoration: none;
}
.btn-button:hover {
  background-color: #005692;
  color: #fff;
  text-decoration: none;
}

.comment-reply-link {
  color: #fff;
  padding: 15px 25px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  border-radius: 0px;
  text-transform: uppercase;
  width: auto !important;
  background: #005692;
  display: inline-block;
  letter-spacing: 1px;
  cursor: pointer;
  border: none;
  vertical-align: bottom;
  text-decoration: none;
}

.comment-respond #submit {
  color: #fff;
  padding: 15px 25px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  border-radius: 0px;
  text-transform: uppercase;
  width: auto !important;
  background: #005692;
  display: inline-block;
  letter-spacing: 1px;
  cursor: pointer;
  border: none;
  vertical-align: bottom;
  text-decoration: none;
}

#searchform #searchsubmit {
  color: #fff;
  padding: 15px 25px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  border-radius: 0px;
  text-transform: uppercase;
  width: auto !important;
  background: #005692;
  display: inline-block;
  letter-spacing: 1px;
  cursor: pointer;
  border: none;
  vertical-align: bottom;
  text-decoration: none;
}
#searchform #searchsubmit:hover {
  background-color: #005692;
  color: #fff;
  text-decoration: none;
}

input[type=button] {
  color: #fff;
  padding: 15px 25px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  border-radius: 0px;
  text-transform: uppercase;
  width: auto !important;
  background: #005692;
  display: inline-block;
  letter-spacing: 1px;
  cursor: pointer;
  border: none;
  vertical-align: bottom;
  text-decoration: none;
}
input[type=button]:hover {
  background-color: #005692;
  color: #fff;
  text-decoration: none;
}

input[type=reset] {
  color: #fff;
  padding: 15px 25px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  border-radius: 0px;
  text-transform: uppercase;
  width: auto !important;
  background: #005692;
  display: inline-block;
  letter-spacing: 1px;
  cursor: pointer;
  border: none;
  vertical-align: bottom;
  text-decoration: none;
}
input[type=reset]:hover {
  background-color: #005692;
  color: #fff;
  text-decoration: none;
}

input[type=submit] {
  color: #fff;
  padding: 15px 25px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  border-radius: 0px;
  text-transform: uppercase;
  width: auto !important;
  background: #005692;
  display: inline-block;
  letter-spacing: 1px;
  cursor: pointer;
  border: none;
  vertical-align: bottom;
  text-decoration: none;
}
input[type=submit]:hover {
  background-color: #005692;
  color: #fff;
  text-decoration: none;
}

input[type=file] {
  padding: 10px 0;
}

#top-link-block a {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #C0D73D;
  padding: 5px 14px;
  border-radius: 5px;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0px 0px 10px;
  color: #005692;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 46px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 0px;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0px 0px 10px;
  color: #005692;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 40px;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0px 0px 10px;
  color: #005692;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 27px;
}

h4 {
  margin-bottom: 20px;
}

.h1 {
  font-size: 45px;
  line-height: 46px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 0px;
}

h1.featurette2-half {
  margin-bottom: 0px;
}

h1.custom-title {
  font-size: 35px;
  line-height: 40px;
}

.h2 {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 40px;
}

.single h3 {
  text-transform: none;
  color: inherit;
  margin-bottom: 20px;
}
.single h2 {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: inherit;
  font-family: inherit;
  text-transform: none;
}

a.active {
  transition: all 0.4s ease 0s;
  outline: medium none;
  text-decoration: none;
  color: inherit;
}

.transition-ease {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.nav {
  font-family: "Montserrat", sans-serif;
}
.nav > li > a:focus {
  background: transparent;
  opacity: 0.8;
}
.nav > li > a:hover {
  background: transparent;
  opacity: 0.8;
}
.nav .open > a {
  background-color: transparent;
  border-color: transparent;
}
.nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
}
.nav .open > a:hover {
  background-color: transparent;
  border-color: transparent;
}

.navbar {
  border: none;
}

.navbar-toggle {
  background-color: #fff;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 10000;
  border: 2px solid #08989c;
}
.navbar-toggle .icon-bar {
  background-color: #08989c;
}

.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 300;
}

nav.fixed-navbar {
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 0px;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
nav.fixed-navbar li > a {
  padding: 18px 10px;
}

#navbar {
  top: 0px;
}

#navbar.on {
  top: 0px;
}

.navbar-secondary {
  line-height: 0;
  border: none;
  box-shadow: none;
  background: #fff;
  text-align: right;
}
.navbar-secondary .dropdown:hover > .dropdown-menu {
  display: block;
}

.navbar-nav {
  margin: 0px auto;
  width: auto;
  display: inline-block;
  float: none;
  padding: 0;
}
.navbar-nav > li > a {
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 10px;
}
.navbar-nav > li:last-child > a {
  border-right: none;
}
.navbar-nav > li.current-menu-item > a {
  color: #282425;
}
.navbar-nav > li.lang-selector > a {
  color: #999;
  padding-right: 5px;
  padding-left: 5px;
}
.navbar-nav > li.lang-selector.active > a {
  color: #333;
  cursor: default;
}

.logo-small {
  vertical-align: inherit;
  vertical-align: inherit;
  margin: 15px 20px;
}

.utility-navigation {
  padding: 0px 10px;
  border-bottom: 1px solid #ddd;
}
.utility-navigation .navbar-nav > li.lang-selector > a {
  padding: 10px 5px;
}

.utility-nav {
  padding: 0px 10px;
}
.utility-nav > li {
  padding: 0px;
}
.utility-nav > li > a {
  padding: 10px;
  color: #808183;
  letter-spacing: 1px;
}
.utility-nav > li.current-menu-item > a {
  color: #005692;
}

.utility-nav-2 {
  float: right;
}

.main-navigation {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  display: flex;
}
.main-navigation .dropdown:hover > .dropdown-menu {
  display: block;
}
.main-navigation .dropdown-menu > li > a {
  padding: 15px 10px;
}

.main-nav {
  align-self: flex-end;
  margin-right: 0;
  float: right;
}
.main-nav > li {
  padding: 0px;
}
.main-nav > li::before {
  transition: all 0.4s ease 0s;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0px;
  height: 3px;
  background: #000;
  transform: translateX(-50%);
}
.main-nav > li:hover::before {
  width: calc(100% - 20px);
}
.main-nav > li > a {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 0 10px;
  color: #000;
}
@media (min-width: 1180px) and (max-width: 1400px) {
  .main-nav > li > a {
    font-size: 17px;
    letter-spacing: 0px;
    padding: 0 10px;
  }
}
.main-nav > li.current-menu-item::before {
  width: calc(100% - 20px);
}

.social-share {
  color: #a6a7aa;
  text-transform: uppercase;
  font-size: 13px;
}

.btn.social {
  border-right: 1px solid #a6a7aa;
  font-size: 18px;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  color: #a6a7aa;
  position: relative;
  padding: 0;
  width: 35px;
  height: 26px;
  line-height: 23px;
  border-radius: 0;
  text-align: center;
}
.btn.social:last-child {
  border-right: none;
}

.carousel-control {
  width: 8%;
  background: none !important;
  z-index: 200;
}

.carousel-caption {
  position: relative;
  right: 0;
  left: 0;
  z-index: 10;
}

#myCarousel .item {
  min-height: 550px;
  background-color: #777;
}

.carousel-inner {
  background-size: cover;
}
.carousel-inner > .item {
  -webkit-transition: 0.9s ease-in-out left;
  transition: 0.9s ease-in-out left;
  -webkit-transition: 0.9s, ease-in-out, left;
  -moz-transition: 0.9s, ease-in-out, left;
  -o-transition: 0.9s, ease-in-out, left;
  transition: 0.9s, ease-in-out, left;
}
.carousel-inner > .item > img {
  width: 100%;
}
.carousel-inner > .item h1 {
  color: #fff;
  text-shadow: 1px 4px 4px rgba(0, 0, 0, 0.5);
}

.carousel-home .item {
  height: 500px;
}

.carousel-indicators .active {
  background-color: #FFF;
}

.slider-content {
  position: absolute;
  bottom: 10px;
  padding: 10px;
  background-color: #fff;
  color: #000;
  width: 100%;
}

.header-carousel {
  min-height: 200px !important;
}

.videoWrapper {
  position: relative;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 56.25%;
  height: 0px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.featurette {
  padding-top: 80px;
}

.featurette2 {
  padding-bottom: 80px;
}

.featurette-half {
  padding-top: 40px;
}

.featurette2-half {
  padding-bottom: 40px;
}

.featurette-divider {
  margin-left: 60px;
  margin-right: 60px;
}

.parallax-section-slider {
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
}

.parallax-section {
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  background-size: cover;
}

.item {
  background-size: cover;
  overflow: hidden;
}
.item .v-align {
  padding: 0 20px;
}
.item h3 {
  color: #fff;
}

.thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 0px;
  line-height: 0;
  background-color: #FFF;
  border: none;
  border-radius: 0;
  width: 100%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.thumbnail:hover {
  opacity: 0.6;
}

input {
  padding: 3px 10px;
}
input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1 !important;
}
input:-moz-placeholder {
  color: #fff;
  opacity: 1 !important;
}
input::-moz-placeholder {
  color: #fff;
  opacity: 1 !important;
}
input:-ms-input-placeholder {
  color: #fff;
  opacity: 1 !important;
}

select {
  padding: 3px 10px;
}

textarea {
  padding: 3px 10px;
}
textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1 !important;
}
textarea:-moz-placeholder {
  color: #fff;
  opacity: 1 !important;
}
textarea::-moz-placeholder {
  color: #fff;
  opacity: 1 !important;
}
textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1 !important;
}

footer {
  padding: 60px 0;
  font-size: 15px;
  line-height: 32px;
  background-image: url(img/footer-bg.jpg);
  background-size: cover;
}

.navbar-inverse .navbar-toggle {
  background-color: #333;
  background-color: #333;
}

.all-width {
  width: 100%;
}

.section-menu a {
  display: block;
  position: relative;
}

.gray-menu {
  background-color: #f6f6f6;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  position: relative;
}

.reg-item {
  border-right: 1px solid #e6e6e6;
  padding: 0 5px;
}
.reg-item a {
  display: block;
  padding: 0 6px 22px 6px;
  min-height: 210px;
}
.reg-item a:hover {
  background: #bdd64f;
}

.regions-menu h3 {
  font-size: 16px;
  line-height: 22px;
  color: #005692;
  position: relative;
  padding-top: 0px;
  letter-spacing: 0px;
}
.regions-menu h3:before {
  transition: all 0.4s ease 0s;
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  width: 16px;
  height: 3px;
  background: #005692 none repeat scroll 0% 0%;
  transform: translateX(-50%);
}

.hex-item {
  border-right: 1px solid #e6e6e6;
  padding-bottom: 20px;
  padding: 0px 5px;
}
.hex-item a {
  display: block;
  padding: 22px 6px;
  min-height: 210px;
}
.hex-item a:hover {
  background: #bdd64f;
}

.hexagon-containter {
  position: relative;
  padding-bottom: 20px;
}

.hexagon-mask {
  position: absolute;
  top: 0;
  width: 100%;
}

.activeHex {
  background: #bdd64f;
}

.hexagon-menu h3 {
  font-size: 23px;
  line-height: 28px;
  color: #000;
  position: relative;
  padding-top: 10px;
  margin-bottom: 0px;
}
.hexagon-menu h4 {
  font-size: 17px;
  line-height: 22px;
  color: #000;
  position: relative;
  margin-bottom: 10px;
}

.hexagon-img {
  width: 80%;
  max-width: 180px;
}

.hex-item-little h3 {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}
.hex-item-little .hexagon-img {
  width: 50%;
  max-width: 180px;
}

.full-img {
  width: 100%;
}

.hover-box {
  top: 0;
  left: 0;
  opacity: 0.3;
  background-color: #000;
}

.box-realisation {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.box-realisation h3 {
  font-size: 18px;
  line-height: 20px;
  position: relative;
  padding: 0px;
  margin-bottom: 10px;
  text-transform: none;
  color: #fff;
}
.box-realisation h4 {
  font-size: 15px;
  line-height: 24px;
  position: relative;
  padding: 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.box-realisation p {
  font-size: 15px;
  line-height: 20px;
  position: relative;
  padding: 0px;
  margin-bottom: 0px;
  color: #fff;
}
.box-realisation i {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
}

.no-break {
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: inline-block;
  padding-bottom: 1px;
}

.nouvelle-box {
  padding-bottom: 20px;
}
.nouvelle-box h3 {
  font-size: 18px;
  line-height: 26px;
  color: #005692;
  position: relative;
  padding: 0px;
  margin-bottom: 0px;
  text-transform: none;
  letter-spacing: 0;
}
.nouvelle-box h4 {
  font-size: 13px;
  line-height: 24px;
  position: relative;
  padding: 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
}
.nouvelle-box p {
  font-size: 14px;
  line-height: 22px;
  position: relative;
  padding: 0px;
  margin-bottom: 0px;
}

.col-md-4 > .nouvelle-box {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.realisation-liste-descr {
  padding-left: 20px;
}
.realisation-liste-descr h3 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
}
.realisation-liste-descr p {
  font-size: 12px;
  line-height: 18px;
}

.border-bottom {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
}

.newsletter-div input[type=text] {
  padding: 6px 20px;
  background-color: #005692;
  border: none;
  color: #fff;
}
.newsletter-div input[type=submit] {
  background-color: #bbd549;
  vertical-align: baseline;
}

h2.newsletter {
  margin-bottom: 0px;
}

p.newsletter {
  margin-bottom: 10px;
}

.single-title-box {
  background: #C0D73D;
}

.single-title-content {
  padding-left: 40px;
  padding-right: 40px;
  color: #fff;
}
.single-title-content h1 {
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
}

h1.nouvelles-title {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
}

.parent-content {
  font-size: 18px;
  line-height: 24px;
  color: #005692;
}

.panel-group .panel {
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
}

.panel-default > .panel-heading {
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  padding: 10px 0 0 !important;
}

.panel-heading h2 {
  color: #bbd549;
  font-size: 22px;
  line-height: 26px;
  text-transform: none;
  margin-bottom: 0px;
  letter-spacing: 0px;
}

i.indicator {
  font-size: 20px;
}

.realisation-liste-box {
  padding: 0px 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCC;
}

.search-section {
  padding: 20px 0px;
}
.search-section .btn-select {
  font-size: 13px;
}
.search-section .bootstrap-select {
  margin-left: 10px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 255px;
}

.searchDiv {
  border: 2px solid #005692;
  color: #005692;
  background: #fff;
  width: auto;
  display: inline-block;
  padding: 8px 20px;
}

.search-sectors {
  display: inline-block;
  float: right;
}

input.search {
  padding: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  border-radius: 0px;
  text-transform: uppercase;
  border: none;
  margin-bottom: 0px;
  display: inline-block !important;
}

button.search-submit {
  background: transparent none no-repeat scroll 0% 0%;
  border: medium none;
  padding: 0px;
}

.btn-group:nth-child(3) .dropdown-menu {
  right: 0px;
  left: inherit;
  width: 350px;
}

.dropdown-menu {
  margin: 0;
  padding: 5px 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #bbd549;
  border: none;
  border-radius: 0px;
  white-space: normal;
}
.dropdown-menu > li {
  white-space: normal;
}
.dropdown-menu > li > a {
  margin: 0 10px;
  padding: 15px 25px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #005692;
  border-bottom: 1px solid #fff;
  white-space: normal;
}
.dropdown-menu > li > a:focus {
  color: #005692;
  background: transparent;
}
.dropdown-menu > li > a:hover {
  color: #005692;
  background: transparent;
  opacity: 0.6;
}
.dropdown-menu > li:last-child > a {
  border-bottom: none;
}
.dropdown-menu > li > a.child-li {
  padding: 10px 25px 10px 40px;
  font-size: 13px;
  color: #777;
}
.dropdown-menu > .active > a {
  color: #005692;
  background-color: transparent;
  opacity: 0.6;
}
.dropdown-menu > .active > a:focus {
  color: #005692;
  background-color: transparent;
  opacity: 0.6;
}
.dropdown-menu > .active > a:hover {
  color: #005692;
  background-color: transparent;
  opacity: 0.6;
}

p.blu {
  color: #005692;
}

.btn-carrieres {
  color: #005692;
  padding: 10px 25px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  border-radius: 0px;
  text-transform: uppercase;
  width: auto !important;
  background: transparent;
  display: inline-block;
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid #005692;
  vertical-align: bottom;
}

.green-bg {
  background-color: #bbd549;
}

.carriere-titre h2 {
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 0;
}
.carriere-titre h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 15px;
  color: #005692;
}

.carriere-details li {
  float: left;
  margin-right: 20px;
  color: #fff;
}

.gform_wrapper input[type=email] {
  font-size: 16px !important;
  padding: 5px 10px !important;
  text-indent: 0 !important;
  line-height: 28px !important;
}
.gform_wrapper input[type=number] {
  font-size: 16px !important;
  padding: 5px 10px !important;
  text-indent: 0 !important;
  line-height: 28px !important;
}
.gform_wrapper input[type=password] {
  font-size: 16px !important;
  padding: 5px 10px !important;
  text-indent: 0 !important;
  line-height: 28px !important;
}
.gform_wrapper input[type=tel] {
  font-size: 16px !important;
  padding: 5px 10px !important;
  text-indent: 0 !important;
  line-height: 28px !important;
}
.gform_wrapper input[type=text] {
  font-size: 16px !important;
  padding: 5px 10px !important;
  text-indent: 0 !important;
  line-height: 28px !important;
}
.gform_wrapper input[type=url] {
  font-size: 16px !important;
  padding: 5px 10px !important;
  text-indent: 0 !important;
  line-height: 28px !important;
}
.gform_wrapper input::-webkit-input-placeholder {
  color: #000;
  opacity: 1 !important;
}
.gform_wrapper input:-moz-placeholder {
  color: #000;
  opacity: 1 !important;
}
.gform_wrapper input::-moz-placeholder {
  color: #000;
  opacity: 1 !important;
}
.gform_wrapper input:-ms-input-placeholder {
  color: #000;
  opacity: 1 !important;
}
.gform_wrapper textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1 !important;
}
.gform_wrapper textarea:-moz-placeholder {
  color: #000;
  opacity: 1 !important;
}
.gform_wrapper textarea::-moz-placeholder {
  color: #000;
  opacity: 1 !important;
}
.gform_wrapper textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1 !important;
}

.postulate-close {
  cursor: pointer;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 11;
}

.contact-box {
  margin-bottom: 40px;
}
.contact-box h2:not(.normal) {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  letter-spacing: 0;
  font-weight: normal;
}
.contact-box p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: none;
  margin: 0;
}
.acf-map p {
  margin-bottom: 0px;
}

.a-propos-title {
  margin-bottom: 20px;
}

.a-propos-content h2 span {
  font-size: 23px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0px;
  background-color: #bbd549;
  padding: 0px 10px;
  display: inline;
  color: #fff;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

.a-propos-box h2 {
  font-size: 28px;
}

.local-nav {
  padding-bottom: 20px;
}

a.hash {
  color: #808183;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #a6a7aa;
}
a.hash:last-child {
  border-right: none;
}

.experts-item {
  padding: 20px 5px;
  font-size: 15px;
}
.experts-item h3 {
  color: #005692;
  font-size: 22px;
  margin-bottom: 10px;
}
.experts-item h4 {
  font-size: 15px;
}
.experts-item a {
  color: #005692;
  text-decoration: underline;
}

.black {
  color: #000;
  color: #000;
}

.nopadAll {
  padding-right: 0;
  padding-left: 0;
}

.Xhidden {
  display: none;
}

.virgule:first-child {
  display: none;
}

.flex {
  display: flex;
}

.flex-end {
  align-self: flex-end;
}

.nopad {
  padding-right: 0;
  padding-left: 0;
}

.single-slider img {
  margin-top: -5%;
  margin-bottom: -5%;
}

.linkedin-link {
  float: right;
  width: 44px;
  padding: 18px 10px;
  position: relative;
  z-index: 1;
}

.linkedin-link2 {
  float: right;
  width: 44px;
  padding: 8px 10px;
}

.news-month {
  text-transform: uppercase !important;
}

.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.mobile-header .linkedin-link {
  right: 56px;
  width: 35px;
  bottom: 10px;
}

.mobile-menu-container {
  position: relative;
  overflow: hidden;
  display: none;
}
.mobile-menu-container .nav .open > a {
  background-color: transparent;
  border-color: transparent;
}
.mobile-menu-container .nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
}
.mobile-menu-container .nav .open > a:hover {
  background-color: transparent;
  border-color: transparent;
}
.mobile-menu-container .dropdown-menu > li > a {
  color: #fff;
  font-weight: 300;
  border-bottom: transparent;
}
.mobile-menu-container .dropdown-menu > li > a:focus {
  color: #fff;
  font-weight: 300;
  border-bottom: transparent;
}
.mobile-menu-container .dropdown-menu > li > a:hover {
  color: #fff;
  font-weight: 300;
  border-bottom: transparent;
}

.mobile-logo-div {
  height: 110px;
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
}

.mobile-logo {
  width: 40%;
  padding: 20px;
  max-width: 190px;
}

.mobile-button {
  width: 26px;
  height: 26px;
  background-image: url(img/menu-open.svg);
  background-size: 100%;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 11;
  cursor: pointer;
}

.mobile-button.on {
  background-image: url(img/menu-close.svg);
}

.mobile-menu {
  width: 100%;
  background-color: #005692;
  padding: 10px 20px;
}
.mobile-menu > li {
  width: 100%;
}
.mobile-menu > li > a {
  color: #fff;
  padding: 10px;
  width: 100%;
  border-bottom: 1px solid #235f99;
}
.mobile-menu > li:last-child > a {
  border-bottom: none;
}
.mobile-menu > li.current-menu-item > a {
  color: #b8d129 !important;
}

.mobile-lang {
  position: absolute;
  bottom: 10px;
  right: 21px;
}

.no-label label {
  display: none !important;
}

.to-hide {
  display: none !important;
}

.input-cv input {
  width: 100% !important;
}

.white {
  color: #fff;
}

.blue {
  color: #005692;
}

.blue2 {
  color: #8892a0;
}

.font38 {
  font-size: 26px;
  line-height: 100%;
  color: #005692;
  font-weight: bold;
}
.font38 ul li {
  padding-bottom: 20px;
}
.font38 ul li::before {
  font-size: 14px;
}

.carrieres-archive {
  font-size: 20px;
}
.carrieres-archive h1 {
  margin-top: 0;
}
.carrieres-archive h2 {
  margin-top: 0;
}
.carrieres-archive .columns2 {
  -webkit-column-rule: 0px solid #e6e6e6;
  -moz-column-rule: 0px solid #e6e6e6;
  column-rule: 0px solid #e6e6e6;
}
.carrieres-archive p {
  line-height: 120%;
  font-size: 90%;
}

.greenH h1 {
  color: #C0D73D !important;
}
.greenH h2 {
  color: #C0D73D !important;
  margin-bottom: 20px;
}
.greenH h3 {
  color: #C0D73D !important;
}

.blue-bg {
  background-color: #005692;
}

.gray-bg {
  background-color: #f6f6f6;
}

.border-green {
  border: 4px solid #C0D73D;
}

.carrieresListTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 5px;
}
.carrieresListTable tr {
  cursor: pointer;
}
.carrieresListTable tr:hover td .green-btn {
  background-color: #005692;
}
.carrieresListTable tr:hover td b {
  font-weight: normal;
}
.carrieresListTable td {
  padding: 20px 10px 20px 0;
}
.carrieresListTable .headerTr td {
  padding: 10px 0px 10px 0;
  font-size: 16px;
}
.carrieresListTable .headerTr td:first-child {
  padding-left: 20px;
}
.carrieresListTable tr.hover:hover td {
  background-color: #f6f6f6;
}
.carrieresListTable tr.hover:hover td:first-child {
  padding-left: 40px;
}

.green-btn {
  background-color: #bbd549;
  vertical-align: baseline;
}
.green-btn a {
  text-decoration: none;
}

.separatorTr td {
  height: 1px;
  background-color: #e6e6e6;
  padding: 0;
}

.carrMarker {
  margin-right: 5px;
  margin-top: -4px;
  display: inline;
}

.candText {
  background-image: url(img/cand-bg.jpg);
  background-size: cover;
}

.carousel-carriere p {
  font-size: 20px;
  line-height: 120%;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
  opacity: 0;
}
.carousel-fade .carousel-inner .active.left {
  opacity: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .next.left {
  opacity: 1;
}
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner .prev {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.publication {
  margin-bottom: 10px;
}
.publication > a {
  color: #000;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.pubTitle {
  padding-left: 32px;
  margin: 0;
}

.pubDescr {
  padding-left: 32px;
  font-size: 14px;
  color: #9C9DA0;
  line-height: 18px;
}

.doc-icon {
  position: absolute;
  width: 20px;
  height: 20px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.clearfix {
  clear: both;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: top;
  padding-right: 40px;
}
.table-cell:first-child {
  width: 50%;
}

.pub-box {
  padding-bottom: 20px;
}
.pub-box h3 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
  font-size: 18px;
  color: #005692;
  position: relative;
  padding: 0px;
  text-transform: none;
  letter-spacing: 0;
}
.pub-box p {
  font-size: 15px;
  line-height: 140%;
  color: #000;
}

.imgPubLink1 {
  width: 28px;
  margin-top: -6px;
}

.pagination span {
  padding: 10px;
}
.pagination a {
  padding: 10px;
}
.pagination span.current {
  color: #bbd549;
}

.pubList .table-cell:first-child {
  width: 33%;
}

.logoMini {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }

  .containerFull {
    padding-right: 78px;
    padding-left: 78px;
  }

  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .col-sm-gap1:first-child {
    padding-right: 60px;
  }
  .col-sm-gap1:last-child {
    padding-left: 60px;
  }

  .scroll-nav-right {
    float: right;
  }

  #navbar {
    top: -170px;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }

  .v-align {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
  }

  .columns2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 120px;
    -moz-column-gap: 120px;
    column-gap: 120px;
    -webkit-column-rule: 1px solid #e6e6e6;
    -moz-column-rule: 1px solid #e6e6e6;
    column-rule: 1px solid #e6e6e6;
  }

  .no-rule {
    -webkit-column-rule: none;
    -moz-column-rule: none;
    column-rule: none;
  }

  .columns3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }

  .columns4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  div[class*=columns] ol {
    column-break-inside: avoid;
  }
  div[class*=columns] ul {
    column-break-inside: avoid;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1180px) {
  .mobile-header {
    display: none;
  }
}
@media (max-width: 1180px) {
  .navbar {
    display: none;
  }

  .navigation {
    display: none;
  }
}
@media (max-width: 767px) {
  nav.fixed-navbar {
    border-bottom: none;
  }
  nav.fixed-navbar .scroll-nav > li > a {
    padding: 6px;
    display: block;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #005692;
  }

  .navbar-nav {
    display: block;
  }
  .navbar-nav > li.lang-selector.active > a {
    display: none;
  }

  h1 {
    font-size: 32px;
    line-height: 36px;
  }

  h1.nouvelles-title {
    font-size: 24px;
    line-height: 28px;
  }

  .single-title-content h1 {
    font-size: 24px;
    line-height: 28px;
  }

  .home .navbar-wrapper {
    position: fixed;
  }

  .menu-container {
    padding-right: 0;
    padding-left: 0;
  }

  nav.navbar {
    padding: 0;
  }

  .navbar-collapse {
    padding-top: 20px;
    width: 100%;
  }

  .parallax-section-slider {
    height: 300px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  input {
    display: block;
    margin: 10px auto;
    margin-bottom: 10px;
  }

  .bootstrap-select {
    display: block;
    margin: 10px auto;
    margin-bottom: 10px;
  }

  .nav.scroll-nav > li {
    text-align: center;
    border-bottom: 1px solid #ccc;
  }

  .linkedin-link {
    padding: 3px 5px;
    position: absolute;
    bottom: 0px;
  }
}
header {
  position: relative;
}

@media screen and (max-width: 991px) {
  header {
    margin-top: 110px;
  }

  .same-height2 {
    height: auto !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .single-title-content h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .hexagon-menu h3 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
  }
  .hexagon-menu h4 {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .main-nav > li > a {
    font-size: 15px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1324px) {
  .single-title-content h1 {
    font-size: 24px;
    line-height: 28px;
  }

  .hexagon-menu h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.ecofondsHeader {
  background-color: #06b2d0;
  color: #005692;
}
.ecofondsHeader .single-title-content {
  padding-left: 40px;
  padding-right: 40px;
  color: #005692;
}

.ecofondsContent h2 {
  color: #06b2d0;
}

.logo25 {
  width: 25%;
  padding-right: 20px;
}

.logo33 {
  width: 33%;
  padding-right: 20px;
}

.logo50 {
  width: 50%;
  padding-right: 20px;
}

.coverBg {
  background-size: cover;
}

.sofiacContainer {
  margin-bottom: 5vw;
}

.sofiacContent {
  transform: translateY(5vw);
}

.sofiacLogo {
  width: 33%;
  margin-bottom: 40px;
}

.sofiacBlue {
  background-color: #06b2d0;
  color: #fff;
  padding-right: 20%;
  padding-left: 20%;
}
.sofiacBlue h3 {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
}
.sofiacBlue a {
  color: #005692;
  font-size: 20px;
  line-height: 27px;
  position: relative;
  font-weight: 600;
}
.sofiacBlue a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #005692;
}

.footer-contact-box {
  color: #005692;
  font-weight: 500;
}
.footer-contact-box h2 {
  color: #005692;
  font-size: 17px;
  line-height: 21px;
  position: relative;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.footer-contact-box p {
  margin-bottom: 0;
}
.footer-contact-box a {
  color: #005692 !important;
  text-decoration: underline !important;
}

.tinyContent ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
}
.tinyContent ul li::before {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 8px;
  color: #005692;
}
.tinyContent h4 {
  font-size: 19px;
  font-weight: 600;
  color: #005692;
  margin-bottom: 20px;
}
.tinyContent h5 {
  font-size: 80%;
  color: #005692;
  font-weight: bold;
  margin-bottom: 20px;
}
.tinyContent a {
  color: #005692;
  text-decoration: underline;
}
.tinyContent img {
  margin-right: 20px;
  margin-bottom: 20px;
}

/*# sourceMappingURL=style.css.map */
