@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700,800,300italic,400italic,600,600italic,700italic,800italic&subset=latin,cyrillic-ext,latin-ext,cyrillic,greek-ext,greek,vietnamese);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700,800,300italic,400italic,600,600italic,700italic,800italic&subset=latin,cyrillic-ext,latin-ext,cyrillic,greek-ext,greek,vietnamese);
body {
  color: #373737;
  background: #f4f4f4 url(../images/body_bg_semiotime.png) repeat center 0;
  font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

a, a:link, a:focus {
  outline: none; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

a {
  text-decoration: none;
  color: #5A5A5A; }

a:hover {
  text-decoration: none;
  color: #4b8795; }

a:active {
  outline: none; }

.link, .link:hover {
  text-decoration: underline; }

label {
  font-weight: 400; }

.btn-primary {
  background: #0e89ba;
  border-color: #0b668a;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  box-shadow: inset -0.25em 0.25em 1em rgba(255, 255, 255, 0.1), 0 0 1em rgba(0, 0, 0, 0.3); }
  .btn-primary:hover {
    background: #12abe9;
    border-color: #63a2b0; }

.progress {
  position: relative; }
  .progress span {
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    color: black; }

.btn-meo {
  background: #e20071;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e20071), color-stop(100%, #96004b));
  background: -webkit-linear-gradient(top, #e20071 0%, #96004b 100%);
  background: -moz-linear-gradient(top, #e20071 0%, #96004b 100%);
  background: -ms-linear-gradient(top, #e20071 0%, #96004b 100%);
  background: -o-linear-gradient(top, #e20071 0%, #96004b 100%);
  background: linear-gradient(to bottom, #e20071 0%, #96004b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e20071, endColorstr=#96004b, GradientType=0);
  border-radius: 0 8px 0 8px;
  border: solid thin #e20071;
  color: #ffffff; }
  .btn-meo:hover {
    background: #96004b;
    /* Old browsers */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96004b), color-stop(100%, #e20071));
    background: -webkit-linear-gradient(top, #96004b 0%, #e20071 100%);
    background: -moz-linear-gradient(top, #96004b 0%, #e20071 100%);
    background: -ms-linear-gradient(top, #96004b 0%, #e20071 100%);
    background: -o-linear-gradient(top, #96004b 0%, #e20071 100%);
    background: linear-gradient(to bottom, #96004b 0%, #e20071 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#96004b, endColorstr=#e20071, GradientType=0); }

#lightboxwrapper, #lightbox, #lightboxcontentstorage {
  display: none; }

.wizard_content .security-password {
  margin-top: .3em; }
.wizard_content .message {
  position: relative; }
  .wizard_content .message .closer {
    border-radius: 4px;
    cursor: pointer;
    display: block;
    line-height: 1em;
    padding: 0.1em 0.25em;
    position: absolute;
    right: 0.25em;
    top: 0.25em; }
    .wizard_content .message .closer:hover {
      background: #ffffff;
      color: #990000; }
  .wizard_content .message .error, .wizard_content .message .success {
    padding: 1em;
    color: #ffffff; }
  .wizard_content .message .success {
    background: #006600; }
  .wizard_content .message .error {
    background: #990000; }

.security-password {
  font-weight: 300; }

/* = = = = = = 
     Userbar
   = = = = = = */
/**/
.navbar-semio .navbar-center {
  position: absolute;
  left: 45%; }

#userbar {
  z-index: 9999;
  position: relative; }

.navbar-semio {
  background-color: #36455F;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  min-height: 30px; }

.navbar-semio .navbar-brand {
  height: auto;
  position: relative;
  top: -2px; }

.navbar-semio .navbar-toggle {
  padding: 0; }

.navbar-semio .divider {
  background: #233a57; }

.navbar-semio .navbar-toggle .icon-bar {
  background: #ffffff; }

.navbar-semio a {
  color: #ffffff;
  font-size: 14px; }

.navbar-nav > li > a, .navbar-semio .navbar-brand {
  color: #ffffff;
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 8px; }

.navbar-semio .navbar-text {
  line-height: 36px;
  margin: 0; }

.navbar-semio .registerBtn {
  position: relative;
  bottom: -4px; }

.registerBtn {
  background: #e20071;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e20071), color-stop(100%, #96004b));
  background: -webkit-linear-gradient(top, #e20071 0%, #96004b 100%);
  background: -moz-linear-gradient(top, #e20071 0%, #96004b 100%);
  background: -ms-linear-gradient(top, #e20071 0%, #96004b 100%);
  background: -o-linear-gradient(top, #e20071 0%, #96004b 100%);
  background: linear-gradient(to bottom, #e20071 0%, #96004b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e20071, endColorstr=#96004b, GradientType=0);
  font-weight: bold;
  border-radius: 0 8px 0 8px;
  border: solid thin #e20071;
  margin: auto 1em;
  color: #ffffff; }

.registerBtn:hover {
  background: #96004b;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96004b), color-stop(100%, #e20071));
  background: -webkit-linear-gradient(top, #96004b 0%, #e20071 100%);
  background: -moz-linear-gradient(top, #96004b 0%, #e20071 100%);
  background: -ms-linear-gradient(top, #96004b 0%, #e20071 100%);
  background: -o-linear-gradient(top, #96004b 0%, #e20071 100%);
  background: linear-gradient(to bottom, #96004b 0%, #e20071 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#96004b, endColorstr=#e20071, GradientType=0);
  color: #ffffff; }

.registerBtn.btn-sm {
  font-weight: 300; }

.navbar-semio .vert {
  background: #688228; }

.navbar-semio .project-name {
  font-size: 1em;
  font-style: italic;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.7);
  color: #adb7c8; }

.navbar-semio .on-right {
  position: absolute;
  right: .3em; }

.navbar-semio .has-on-right a {
  padding-right: 4em; }

.navbar-semio li a:hover, .navbar-semio li a:focus {
  background-color: #192F49; }

.navbar-semio .open > a, .navbar-semio .open > a:hover, .navbar-semio .open > a:focus {
  background-color: #192F49; }

.navbar-semio .dropdown-menu {
  background-color: #192F49;
  border-color: #233a57; }

.navbar-semio .dropdown-menu li a {
  color: #ffffff;
  font-size: 1em; }

.navbar-semio .dropdown-menu li a:hover {
  color: #ffffff;
  background: #2E5284; }

.navbar-semio {
  margin-bottom: 0px;
  border: none; }

/****/
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #0074c7;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
body {
  color: #373737;
  background: #f4f4f4 url(../images/body_bg_semiotime.png) repeat center 0;
  font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

a, a:link, a:focus {
  outline: none; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

a {
  text-decoration: none;
  color: #5A5A5A; }

a:hover {
  text-decoration: none;
  color: #4b8795; }

a:active {
  outline: none; }

.link, .link:hover {
  text-decoration: underline; }

label {
  font-weight: 400; }

.btn-primary {
  background: #0e89ba;
  border-color: #0b668a;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  box-shadow: inset -0.25em 0.25em 1em rgba(255, 255, 255, 0.1), 0 0 1em rgba(0, 0, 0, 0.3); }
  .btn-primary:hover {
    background: #12abe9;
    border-color: #63a2b0; }

.progress {
  position: relative; }
  .progress span {
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    color: black; }

.btn-meo {
  background: #e20071;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e20071), color-stop(100%, #96004b));
  background: -webkit-linear-gradient(top, #e20071 0%, #96004b 100%);
  background: -moz-linear-gradient(top, #e20071 0%, #96004b 100%);
  background: -ms-linear-gradient(top, #e20071 0%, #96004b 100%);
  background: -o-linear-gradient(top, #e20071 0%, #96004b 100%);
  background: linear-gradient(to bottom, #e20071 0%, #96004b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e20071, endColorstr=#96004b, GradientType=0);
  border-radius: 0 8px 0 8px;
  border: solid thin #e20071;
  color: #ffffff; }
  .btn-meo:hover {
    background: #96004b;
    /* Old browsers */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96004b), color-stop(100%, #e20071));
    background: -webkit-linear-gradient(top, #96004b 0%, #e20071 100%);
    background: -moz-linear-gradient(top, #96004b 0%, #e20071 100%);
    background: -ms-linear-gradient(top, #96004b 0%, #e20071 100%);
    background: -o-linear-gradient(top, #96004b 0%, #e20071 100%);
    background: linear-gradient(to bottom, #96004b 0%, #e20071 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#96004b, endColorstr=#e20071, GradientType=0); }

#lightboxwrapper, #lightbox, #lightboxcontentstorage {
  display: none; }

.flexslider {
  border: none;
  box-shadow: 0 1px 2em rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2em rgba(0, 0, 0, 0.5);
  color: white;
  color: rgba(255, 255, 255, 0.8);
  background: #05233F;
  margin: 2em 0; }

.flex-direction-nav {
  visibility: hidden; }

.flex-viewport {
  max-height: 450px; }

.flexslider:hover .flex-direction-nav {
  visibility: visible; }

.slides > li > article > div {
  position: absolute;
  top: 60px;
  left: 37%; }

.flexslider .slides > li > article {
  position: relative;
  font-size: 1.6em; }
  .flexslider .slides > li > article a {
    color: #3EBDF0;
    text-decoration: underline; }

.flexslider .slides > li > article li {
  margin: .5em 0; }

.slides > li {
  display: none; }

.ie8 .flexslider .clone {
  position: relative;
  display: none; }

#banner-home .flex-active {
  background-color: #3EBDF0; }

.flexslider li article {
  position: relative; }

#banner-home .flexslider .slides > li > article > div > h1 {
  color: #3EBDF0;
  border-bottom: thin solid #000000;
  font-size: 1.6em; }

.readmore {
  position: absolute; }

#banner .news_feed_real_content {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
  position: absolute;
  z-index: 11;
  color: #ffffff;
  font-size: 12px;
  width: auto;
  top: 0; }

.news_feed_articles > div > div {
  background-color: rgba(0, 0, 0, 0.25);
  margin-bottom: 4px;
  padding-left: 8px; }

.news_feed_real_content .news_feed_articles .article a {
  font-weight: normal;
  color: #BEFAFF; }

.news_feed_real_content .news_feed_articles .article a:hover {
  background-color: transparent !important; }

.news_feed_real_content .news_feed_articles .article {
  border-bottom: 1px solid #1C1C1C;
  font-family: "Segoe Ui",Arial,Helvetica,sans-serif;
  padding: 2px 0 2px 8px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.075);
  transition: all .6s;
  position: relative;
  left: 0; }

.news_feed_real_content .news_feed_articles .article:hover {
  background-color: rgba(0, 0, 0, 0.5);
  left: 15px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.55); }

.news_feed_real_content .news_feed_header {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  line-height: 60px;
  color: #3EBDF0; }

.news_feed_real_content .news_feed_header h2 {
  color: #3EBDF0;
  font-size: 18px;
  font-weight: bold;
  margin: 0px 0 5px;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5), 1px -1px 2px rgba(255, 255, 255, 0.3); }

.source {
  color: #4B8795; }

.news_feed_real_content .news_feed_articles {
  bottom: auto;
  max-height: 200px;
  margin-bottom: 1em;
  overflow: hidden; }

@media (max-width: 991px) {
  #banner-home .flexslider li article > div {
    top: 0; }

  #banner-home .flexslider li article h1 {
    font-size: 1.2em; }

  #banner-home .flexslider article li, .flexslider article p {
    font-size: .75em; }

  .news_feed_real_content {
    width: 75%;
    background: #072541; } }
@media (max-width: 768px) {
  #banner .flexslider li article {
    height: 400px;
    background: #072541;
    overflow: hidden; }

  .flexslider .slides li article img {
    display: none; }

  .flexslider .slides li div {
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

  .news_feed_real_content {
    left: 5%;
    width: 90%; } }
@media (max-width: 360px) {
  #banner .flexslider li article {
    background: #072541; }

  .news_feed_real_content {
    background: #072541;
    width: auto;
    right: 0;
    left: 0; } }
/*
#banner .flexslider {
  border: none;
  width: 105%;
  margin-left: -2.5%;

}

.flexslider {

}


#banner .flex-direction-nav a:before {
  font-size: 32px;
}

#banner .flex-active {
  background-color: #3ebdf0;
}

#banner .flexslider li article{
  position: relative;
}




#banner-home .flexslider li article h1{
  color: #3ebdf0;;
  border-bottom: solid thin #000;
  font-size: 1.4em;
}
#banner-home .flexslider li article div strong {
  color: #ffffff;
}
#banner-home .flexslider li article div ul {
  padding-left: 1.5em;
}
#banner-home .flexslider li article button{
  right: 1em;
}

#banner-home .flex-direction-nav a:before {
  font-size: 32px;
}
#banner-home .flex-active {
  background-color: #3EBDF0;
}
.flexslider li article {
  position: relative;
}

#banner-home .flexslider li article h1 {
  color: #3EBDF0;
  border-bottom: thin solid #000000;
  font-size: 1.6em;
}
.flexslider li article div {
  bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  padding: 1em;
  position: absolute;
  right: 5%;
  top: 0;
  width: 60%;
  zoom: 1;
}
#banner-home .flexslider li article div strong {
  color: #FFFFFF;
}
#banner-home .flexslider li article div ul {
  padding-left: 1.5em;
}
#banner-home .flexslider li article button {
  right: 1em;
}

.flexslider {
  margin: 2em 0 40px;
}

*/
.wrapper {
  width: 100%; }

/***/
.wrapper.footer {
  background-color: #0D1E3B;
  border-top: thin solid #000000;
  bottom: 0;
  color: #FFFFFF;
  position: fixed;
  text-align: center; }

body.leadership {
  background-color: #1F304C;
  background-image: url("../images/bandeau-general.jpg");
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 100% auto; }

body.stats {
  background-color: #1F304C;
  background-image: url("../images/bandeau-statistiques.jpg");
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 100% auto; }

body.strategy {
  background-color: #1F304C;
  background-image: url("../images/bandeau-strategie-stats.jpg");
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 100% auto; }

body.communication {
  background-color: #1F304C;
  background-image: url("../images/bandeau-monde-communication.jpg");
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 100% auto; }

body.emr {
  background-color: #1F304C;
  background-image: url("../images/bandeau-energies-marines-2.jpg");
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 100% auto; }

section.section h2 {
  color: #3EBDF0;
  font-size: 1.75em;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.3);
  margin: 0;
  display: none; }
section.section hr {
  border-color: rgba(255, 255, 255, 0.3); }
section.section .container {
  padding: 1em; }

body > .container > footer {
  background-color: #0D1E3B;
  background-color: rgba(13, 30, 59, 0.5);
  border-top: thin solid #000000;
  color: #FFFFFF;
  margin: 1em 0 0;
  text-align: center;
  padding: .5em 0;
  padding: .5em 0; }

.cnrs {
  max-height: 75px;
  display: block;
  margin: 0 auto; }

.logos-partners {
  text-align: center; }
  .logos-partners img {
    display: inline-block;
    height: 75px;
    max-width: 100%; }

.phoneBtn {
  color: #ffffff !important; }

.subscribe .intro {
  text-align: center;
  color: #1a1a1a; }

.rounded-banner {
  border-radius: 1em;
  margin: 0 1em; }
  .rounded-banner .row {
    box-shadow: inset 30em 0 10em #fff;
    box-shadow: inset 30em 0 10em rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.6); }

#partners > div {
  background: #e3f0f7;
  color: #6C797F;
  padding: 1em 0;
  margin-top: 1em; }

.boutonDemo {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin: 0 2em 2em 0 ;
  border-radius: 0 1em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
  border: solid 2px #54647F;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .boutonDemo img {
    opacity: .8;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  .boutonDemo p {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    bottom: 0;
    right: 2em;
    left: 0;
    color: white;
    position: absolute;
    padding: .5em 1em; }
  .boutonDemo:hover p {
    opacity: 1; }
  .boutonDemo .text {
    padding: 0 .2em;
    font-size: 1.5em;
    position: absolute;
    background: #aaa;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    right: 0;
    left: 0;
    font-weight: normal;
    color: #ffffff;
    text-shadow: -1px 1px 1px black; }
    .boutonDemo .text i {
      display: none;
      font-size: .5em; }
  .boutonDemo:hover {
    border-color: #0073ea;
    box-shadow: 0 0 2em rgba(0, 115, 234, 0.75); }
    .boutonDemo:hover img {
      opacity: 1; }

#demo > div {
  box-shadow: inset 0 2em 2em rgba(0, 0, 0, 0.15);
  background: #607392;
  color: #fff;
  padding: 1em; }

/** Contenu des pages statiques juste au dessous du menu **/
img {
  max-width: 100%;
  display: block; }

.slideLookContent.container {
  margin: 1em auto 4em;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.9);
  background-attachment: fixed; }
  .slideLookContent.container a, .slideLookContent.container a:link, .slideLookContent.container a:visited {
    color: #428bca; }

.biggerText h1, .biggerText h2, .biggerText h3, .biggerText h4 {
  color: #3EBDF0; }
  .biggerText h1 i, .biggerText h2 i, .biggerText h3 i, .biggerText h4 i {
    display: block;
    font-size: .6em;
    color: rgba(255, 255, 255, 0.8); }
.biggerText h4 {
  font-size: 1.4em; }
.biggerText h3 {
  font-size: 1.5em; }
.biggerText h2 {
  font-size: 1.6em; }
.biggerText .map {
  overflow: hidden;
  border-radius: 1em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  width: 100%; }
.biggerText hr {
  border-color: rgba(255, 255, 255, 0.5);
  margin: 10px 0; }
.biggerText .mainImage {
  float: left;
  margin: 0 1em 1em 0; }
.biggerText p, .biggerText address {
  font-size: 1.2em; }

.center-logo svg {
  display: block;
  max-height: 250px; }

.semiotime {
  color: #3EBDF0; }

p.intro {
  font-size: 1.4em; }

.security-code {
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif; }

.basic-form {
  max-width: 800px; }

.subscribe {
  margin-top: 1em; }
  .subscribe svg {
    max-height: 200px; }
  .subscribe h1 {
    font-size: 1.75em;
    text-align: center;
    text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.3), 1px -1px 0 rgba(255, 255, 255, 0.3); }
    .subscribe h1 strong {
      font-size: 2em;
      display: block;
      color: #3ebdf0; }

#header svg {
  max-height: 250px;
  margin: 0 auto;
  display: block; }

footer a {
  display: inline-block;
  margin: 0 .75em; }

.authbox, .legal {
  display: block;
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 0 10px;
  padding: 1em;
  position: relative;
  margin-bottom: 4em; }
  .authbox h2, .legal h2 {
    border-bottom: 1px solid #DDDDDD;
    color: #1F304D;
    font-size: 16px;
    margin-top: 5px;
    padding-bottom: 10px; }

#header-logo {
  display: block;
  margin: 20px auto; }

.connectform {
  display: inline-block; }

.registerButton {
  text-align: center;
  padding: 2em .5em;
  background: #57a1af;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiM1N2ExYWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWU1Nzk5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-radial-gradient(center, ellipse cover, #57a1af 1%, #1e5799 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #57a1af), color-stop(100%, #1e5799));
  background: -webkit-radial-gradient(center, ellipse cover, #57a1af 1%, #1e5799 100%);
  background: -o-radial-gradient(center, ellipse cover, #57a1af 1%, #1e5799 100%);
  background: -ms-radial-gradient(center, ellipse cover, #57a1af 1%, #1e5799 100%);
  background: radial-gradient(ellipse at center, #57a1af 1%, #1e5799 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#57a1af', endColorstr='#1e5799', GradientType=1);
  color: #fff;
  font-size: 1.6em;
  margin-top: 1em;
  border-radius: 0 .5em 0 .5em;
  text-shadow: -2px 2px 1px rgba(0, 0, 0, 0.5), 1px -1px 2px rgba(255, 255, 255, 0.5);
  min-height: 100px; }

.registerButton:hover {
  background: #2D528F; }

.project .row {
    margin-top: 2em;
}
.col-sm-3, .ui-state-highlight {
    padding: 0;
}

.ui-state-highlight {
    float:left;
    height: 4em;
    border-radius: 0 1em;
    border-color: #d0e7ff;
}

#mainloader {
  background: #f4f4f4;
  left: 0;
  display: none;
  margin: 0 auto;
  padding: 5px 10px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 120px;
  height: 40px;
  z-index: 99999;
  -moz-box-shadow: 0px 0px 6px #313131;
  -webkit-box-shadow: 0px 0px 6px #313131;
  box-shadow: 0px 0px 6px #313131;
  border-bottom: #d8006c 2px solid; }

#mainloader div {
  background: url("../images/loader/blue-gray-loader-snake-large.gif") no-repeat scroll right center #f4f4f4;
  height: 32px;
  line-height: 32px;
  text-align: right;
}

#mainloader div span {
  background: #f4f4f4;
  margin-right: 16px;
}

section.slideLookContent.container.newproject {
    display: none;
    margin-bottom: 2em;
}

section.newproject input, section.newproject textarea {
    width: 100%;
    color: #000;
}
section.newproject label {
    display: block;
    font-size: 1.1em;
    margin: 10px 0 5px 0;
}

section.newproject .footer {
    margin-top: 1em;
}
section.newproject nav button {
    margin-right: 1em;
}

.project .boutonDemo.getYourOwn {
    display: none;
}