/*VERT: #30b8c0*/
/*VIOLET: #2A307F*/
/*GRIS: #54677d*/

html, body {
    height: 100%;
}

body{
  background-color: #EAEEF3;
}

#page{
  position: relative;
  z-index: 2;
}

#toolbar-administration{
  z-index: 5;
}

.toolbar .toolbar-bar{
  z-index: 5;
}

#top {
    margin-bottom: 0;
}

/**********Header************/
#header{
  background-image: url('../images/bg-header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
  height: 100%;
  min-height: 100%;
}

.path-frontpage #header {
  background-image: url('../images/bg-home.jpg');
}

#header .inner{
  background: rgba(255,255,255,0.5);
  overflow: hidden;
}

.has-video #header{
  position: relative;
  overflow: hidden;
}

.navbar-right {
    margin-right: -15px;
}

.navbar-brand {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    height: auto;
    margin-right: 0px;
    padding: 0 15px;
}

#branding {
    margin-bottom: 0;
    margin-top: 0;
}

/**********LOGO************/
#logo {

    float: left;
    margin-top: 20px;
    transition: height 0.3s ease 0s;
    max-width: 160px;
    margin-bottom: 8px;
}

#logo img {
    transition: height 0.3s ease 0s;
}

/**********LOGO************/
#site-name{
  padding: 19px 10px;
  display: block;
  color: #FFF;
  font-size: 24px;
}

/**********MENU************/
#menu-wrapper {
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  transition: height 0.3s ease 0s;
  z-index: 2;

}

#menu-wrapper.sticky {
  background: #fff none repeat scroll 0 0;
  border-bottom: 2px solid #2A307F;
  position: fixed;
  top: 0;
  width: 100%;
}

/**********LANGUAGE************/
#highlighted{
    position: relative;
    z-index: 3;
    clear: both
}

#page-title {
  background: #2A307F;
  padding: 2rem;
  color: #FFFFFF;
}

#page-title h1 {
  color: #FFFFFF;
}

#introduction{
  display: table;
    height: 100%;
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 3;
    padding-bottom: 1rem;
}

#introduction .huge-text {
  color: #2A307F;
  font-size: 2em;
  text-shadow: 2px 2px 1px #FFFFFF;
}

#introduction .block {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding: 0;
    animation: 2s ease-out 0s normal none 1 running block;
}

#introduction .field-body{
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: auto;
  z-index: 2;
  padding: 20px 15px;
  box-sizing: border-box;
  z-index: 4;
}

#scrollmouse{
  animation: bounce 0.7s ease infinite;
}

@keyframes bounce{
     from {top: 106px;}
     50%  {top: 86px;}
     to   {top: 106px;}
}

/**********VIDEO BACKGROUND************/
#video-wrapper .field-content{
  	background: transparent url(../images/degrade-blanc.png) repeat-y left center;

}

#videobg {
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    width: auto;
    z-index: -100;

}

#video-wrapper .video-overlay{
  background: -webkit-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0)); /* Standard syntax (must be last) */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

/**********HEADER TOP************/

#header-top {
    background: #39B8BA none repeat scroll 0 0;
    color: #fff;
    position: relative;
    z-index: 4;
    display: none;
}

#header-top .container{
  width: 95%;
}

/**********TOP MENU************/
#top-menu ul {
    background: #39b7b4 none repeat scroll 0 0;
    float: right;
    margin: 0;
    padding: 0;
    text-align: right;
}

#top-menu ul li {
    display: inline-block;
    list-style: outside none none;
    margin-right: -4px;
}
#top-menu ul li a {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 8px 24px 8px 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    background-color: #2A307F;
}

#top-menu ul li a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f054";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    padding-right: 0.5em;
    position: absolute;
    top: 14px;
    right: -1px;
}

#top-menu ul li a:hover{
  background: #1c205e;
}

/**********SLOGAN************/

#slogan p{
  margin: 13px 0 12px 0;
  font-size: 11px;
  padding-top: 0px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#slogan p span{
    display: none;
}


/**********MAIN CONTENT************/

#main {
    position: relative;
    z-index: 2;
    background-color: #eaeef3;
}

.maintenance-page #main {
    margin-top: 100px;
}

#main .bcg{
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-size: auto;
    height: 100%;
    width: 100%;
    background-color: #FFF;
}

#main .no-bcg{
  background-color: #eaeef3;
}

#main .bcg #main-wrapper{
  background-color: transparent;
}

#main-content-inner{
  padding: 15px 0px;
}

#main .bcg .gradient{
  background-repeat: repeat-y;
  background-position: -10% top;
  clear: both;
  background: rgba(255,255,255,0.8);
  background-size: cover;
  
}

/**********SIDEBARS************/

#sidebar-second{
  margin-top: 30px;
}

#sidebar-second .block-webform{
  margin-bottom: 30px;
}

#content-bottom {
  padding: 3rem 1rem;
  background-color: #FFFFFF;
}

/**********FEATURED FIRST************/

#featured-first{
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  text-align: center;
  background-color: #FFFFFF;
	position: relative;
	z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
}
#featured-first h2{
  color: #FFF;
  margin-bottom: 8px;
}

#featured-first h3{
  color: #2A307F;
  margin: 8px 0;
}

#featured-first .font-icon {
  font-size: 2.8em;
  background: #2A307F;
  color: #FFF;
  border-radius: 100px;
  border: solid 8px #55B9A7;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#featured-first .block {
  margin-bottom: 10px;
  margin-top: 0px;
}

.home-particuliers-solutions h3, 
.home-pro-solutions h3 {
  color: #000000;
  font-size: 1.8rem;
  margin-top: 1rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

.home-particuliers-solutions .icon, 
.home-pro-solutions .icon {
  padding: .5rem 1rem;
}

.home-particuliers-solutions .icon span, 
.home-pro-solutions .icon span{
  font-size: 3.4rem;
}

.home-particuliers-solutions .icon-users2, 
.home-particuliers-solutions .icon-globe {
  color: #39B8BA;
}

.home-pro-solutions .icon-briefcase2 {
  color: #2A307F;
}

.home-particuliers-solutions p, 
.home-pro-solutions p{
  padding: 0;
  margin: 0;
}

.home-particuliers-solutions .icon-pic-next {
  color: #39B8BA;
}

.home-pro-solutions .icon-pic-next {
  color: #312d67;
}

.home-particuliers-solutions a, 
.home-pro-solutions a {
  color: #000000;
}

.home-particuliers-solutions .grid .text a:hover {
  color: #39B8BA;
  text-decoration: none;
}

.home-pro-solutions .grid .text a:hover {
  color: #2A307F;
  text-decoration: none;
}

/**********FEATURED************/
#featured-middle {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #2A307F;
    position: relative;
   z-index: 2;
}

#featured-middle p{
  padding: 0;
  margin: 1rem 0;
}

#featured-middle.block{
  margin-bottom: 30px;
}

#featured-middle .block-content{
  color: #FFFFFF;
  padding: 0 20px;
  margin-bottom: 20px;
}

#featured-middle .section-title h2{
  color: #2A307F;
  text-align: center;
}

#featured-middle .section-title .block-content{
	background: none;
	border: none;
}

#featured-last{
  background-color: #39B8BA;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  padding: 30px 0;
  text-align: center;
}

#featured-last .section-title{
  text-align: center;
}

#featured-last .font-icon{
  font-size: 2.8em;
  background: #2A307F;
  color: #FFF;
  border-radius: 100px;
  border: solid 8px #FFFFFF;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#featured-last h3{
  color: #2A307F;
  margin: 8px 0;
}


/**********Featured news************/
#featured-news {
    background: #FFF none repeat scroll 0 0;
    color: #2A307F;
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
}

.path-frontpage #featured-news {
  background-color: #F2F2F2;
}

#featured-news .h2 {
    padding-bottom: 10px;
    padding-top: 10px;
}

#featured-news .block-views {
    margin-bottom: 40px;
    margin-top: 0px;
}

#featured-news h3{
  text-transform: uppercase;
  font-size: 1.1rem;
}

/**********PARTNERS************/
#featured-partners {
    background: #eaeef3 none repeat scroll 0 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

#featured-partners .block {
    margin-bottom: 40px;
    margin-top: 40px;
}

/**********MAP************/
.geolocation-common-map{
  height: 400px;
    position: relative;
    overflow: hidden;
    background-color: #EBEBEB;
    display: block;
    width: 100%;
}

#map-wrapper{
  position: relative;
  z-index: 3;
  max-width: 100%;
}

#map-wrapper .h2{
  font-size: 15px;
}

#mapid{
  height: 450px;
  width: 100%;
  background: #FFF;
}

#mapoffice{
  height: 350px;
}

/*FEATURED ADDRESSES*/

#featured-addresses {
  color: #FFF;
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 70px;
  background: url('../images/bg-addresses.jpg') no-repeat center center;
  background-size: cover
}

#featured-addresses h2{
  color: #FFF;
  text-align: center;
  margin-bottom: 60px;
}

/*FEATURED FLASH*/

#featured-flash {
  color: #FFF;
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 70px;
  background: #30b8c0;
  background-size: cover
}

#featured-flash .block-flash {
  text-align: center;
}

#featured-flash .block-flash--title {
  text-align: center;
  color: #FFFFFF;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

#featured-flash h3 {
  color: #2A307F;
}

@media (min-width: 768px) {
  #featured-flash .block-flash {
    text-align: left;
  }
}

/**********FOOTER 3 columns************/
#footer-first{
  text-align: center;
  margin-bottom: 30px;
}

#footer-second{
  margin-bottom: 30px;
}

#footer-third{
  margin-bottom: 30px;
}

/**********CONTENT BOTTOM************/


/**********FOOTER************/
#footer {
    background-color: #2A307F;
    color: #a3b6d8;
    font-size: 16px;
    padding: 30px 0;
    text-align: center;
   position: relative;
   z-index: 2;
}

#footer h2 {
    color: #39B8BA;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 10px 15px;
    text-transform: uppercase;
}

#footer .content ul, #footer .block-content ul {
    padding: 0;
    margin: 0;
}

#footer .content ul li, #footer .block-content ul li {
    list-style: outside none none;
    margin-left: 0;
}

#footer .content ul li a,
#footer .block-content ul li a,
#footer-menu-links li a{
    color: #a3b6d8;
    line-height: 1.8em;
    padding: 5px 15px;
    text-decoration: none;
    display: block;
}


#footer .content ul li a:hover{
  text-decoration: none;
}

#footer .content .fa-circle {
    color: #fff;
}

#footer .content .fa-inverse {
    color: #30b8c0;
}

#footer img{
  max-width: 250px;
}

#footer-second h2{
  margin-bottom: 10px;
}

/**********FOOTER BOTTOM************/

#footer-bottom {
    background-color: #39B8BA;
   position: relative;
   z-index: 2;
}

#footer-bottom .block{
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

.lateral-contact{
  position: fixed;
  right: -150px;
  top: 70%;
  border-radius: 10px;
  height: 150px;
  width: 70px;
  background-color: rgba(255,255,255, 0.6);
  background-image: url('../images/contact-text.png');
  background-position: 10px center;
  background-repeat: no-repeat;
  color: #2A307F;
  z-index: 5;
  text-indent: -999em;
  border: solid 5px #2A307F;
  margin-top: -75px;
  
}

.lateral-contact:hover{
  background-color: rgba(255,255,255, 1);
  right: -24px;
}

.lateral-contact a{
  position: absolute;
  z-index: 6;
    height: 150px;
  width: 70px;
  display: block;
}

.grid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.grid .icon {
  width: 100px;;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.grid .icon a:hover {
  text-decoration: none;
}

.grid .icon span {
  font-size: 4rem;
}

.grid .text {
  width: auto;
  text-align: left;
}
.grid .text a:hover {
  text-decoration: underline;
}

@media (min-width: 576px) {
  #logo {
    width: 240px;
    max-width: 100%;
  }

  #introduction .huge-text{
    color: #2A307F;
    font-size: 2.2em;
  }

  #header-top{
    display: block;
  }

  #site-name{
  padding: 15px 10px;
  display: none;
  }
}

@media (min-width: 768px) {
  #header{
    background-image: url('../images/bg-header.jpg');
  }

  .path-frontpage #header {
    background-image: url('../images/bg-home.jpg');
  }

  #header .inner{
    background: transparent url('../images/degrade-blanc.png') repeat-y left center;
    background-size: 80%;
  }

  .has-video   #header{
  background-image: none;
  }

  .navbar-brand{
  float: left;
  margin-right: 20px;
  }

  #logo {
  width: 340px;
  margin-top: 20px;
  margin-bottom: 20px;
  }

  #introduction .huge-text{
  color: #2A307F;
  margin-bottom: 10px;
  font-size: 60px;
  max-width: 100%;
  display: block;
  text-transform: uppercase;
  }

  #main-content-inner{
  padding: 20px 20px;
  }

  #footer {
  text-align: left;
  }

  #footer .content ul li a:hover {
  text-decoration: underline;
  }

  #footer-bottom .block{
  text-align: left;
  }

  #main .bcg{
    background-size: auto;
    background-position: left top;
  }

  #main .bcg .gradient{
    background: transparent url('../images/bg-gradient.png') repeat-y right top;
    background-size: contain;
  }

  #introduction .huge-text{
  font-size: 2.3em;
  margin-bottom: 10px;
  }

  #introduction .field-body{
    padding-top: 20px;
  }

  #footer-first{
    text-align: left;
  }

  #mapid{
    height: 420px;
  }
}

@media (min-width: 992px) {
  .has-highlighted #logo{
    width: 340px;
  }

  .geolocation-common-map{
    height: 500px;
  }
  
  #footer-first{
    text-align: center;
  }

  #introduction .huge-text{
  font-size: 2.7em;
  margin-bottom: 10px;
  }

  #mapid{
    height: 550px;
  }

  .navbar-header{
    max-width: 1140px;
    margin: auto;
    position: relative;
  }

  #slogan p{
      font-size: 12px;
      margin: 11px 0;
  }

  #slogan p span{
    display: inline;
  }

  #main .bcg{
    background-size: auto 100%;
  }

  #main .bcg .gradient {
    background-position: 0;
  }
}

@media (min-width: 1200px) {
  #content-second .container{
    max-width: 80rem;
  }
}

/*FEATURED BLOCK CONFL*/
.featured-block {
  background: #30b8c0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  
}

.featured-block a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

.featured-block a:hover {
  color: #2A307F;
}

/*MICROMODAL*/

.micromodal-slide .product-1, 
.micromodal-slide .product-2 {
  display: block;
  background-color: #F2F2F2;
  padding: 1rem;
  margin-bottom: 1rem;
}

/*IFRAME RESPONSIVE AVA*/
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.iframe-container #ava-form {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.iframe-container #ava-form select{
  padding: 10px;
}

.bg-white {
  background-color: #FFFFFF;
}

