@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.word-break {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.box {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-box;
  display: box;
}
.ir,
.hide-text {
  background-color: transparent;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  border: 0;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animatedInfinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animatedHinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes openDown {
  0% {
    max-height: 0px;
  }
  100% {
    max-height: 100%;
  }
}
@keyframes openDown {
  0% {
    max-height: 0px;
  }
  100% {
    max-height: 100%;
  }
}
.openDown {
  -webkit-animation-name: openDown;
  animation-name: openDown;
}
@font-face {
  font-family: 'typicons';
  font-weight: normal;
  font-style: normal;
  src: url('/img/fonts/typicons_2.0.6/src/font/typicons.eot');
  src: url('/img/fonts/typicons_2.0.6/src/font/typicons.eot?#iefix') format('embedded-opentype'), url('/img/fonts/typicons_2.0.6/src/font/typicons.woff') format('woff'), url('/img/fonts/typicons_2.0.6/src/font/typicons.ttf') format('truetype'), url('/img/fonts/typicons_2.0.6/src/font/typicons.svg#typicons') format('svg');
}
@font-face {
  font-family: "connect";
  src: url("/fonts/connect/connect.eot");
  src: url("/fonts/connect/connect.eot?#iefix") format("embedded-opentype"), url("/fonts/connect/connect.woff") format("woff"), url("/fonts/connect/connect.ttf") format("truetype"), url("/fonts/connect/connect.svg#insight") format("svg");
  font-weight: normal;
  font-style: normal;
}
.cta {
  background-color: #00AFEC;
  color: #ffffff;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  width: 283px;
  max-width: 283px;
  text-align: center;
  border: 0px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 2px 2px 2px;
  -moz-background-clip: padding;
  border-radius: 2px 2px 2px 2px;
  background-clip: padding-box;
  display: block;
  text-decoration: none;
  margin: auto;
  cursor: pointer;
}
.cta:hover {
  background-color: #0082BE;
}
.cta[disabled="disabled"] {
  background-color: #D3D3D3 !important;
}
.cta:hover {
  color: #ffffff !important;
  text-decoration: none;
}
#header-hamburger,
#headerSearchHamburger {
  background-color: #292b2d;
}
#header-hamburger >a,
#headerSearchHamburger >a {
  display: inline-block;
  line-height: 35px;
  color: #ffffff;
  font-size: 20px;
  font-family: "Dosis", sans-serif;
}
#header-hamburger >a:nth-child(1),
#headerSearchHamburger >a:nth-child(1) {
  background: url(/img/commun/logo_preheader.png) no-repeat 10px center;
  text-transform: uppercase;
  padding-left: 35px;
  padding-right: 10px;
}
#header-hamburger .sousSiteHamburger,
#headerSearchHamburger .sousSiteHamburger {
  opacity: 0.6;
}
#header-hamburger div,
#headerSearchHamburger div {
  display: block;
  margin-left: auto;
  margin-top: -35px;
  margin-right: 10px;
  height: 35px;
  width: 35px;
  background: url(/img/commun/responsive_hamburger.png) no-repeat center center;
  background-size: 25px;
  cursor: pointer;
}
#header-hamburger nav,
#headerSearchHamburger nav {
  display: none;
  width: 100%;
}
#header-hamburger nav ul li,
#headerSearchHamburger nav ul li {
  height: 45px;
  line-height: 41px;
  padding-right: 15px;
  border: none;
  border-top: 1px solid #3e4042;
  text-align: right;
  background-color: #2f3134;
}
#header-hamburger nav ul li a,
#headerSearchHamburger nav ul li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
  display: block;
  width: 100%;
}
#header-hamburger nav ul li:nth-child(1),
#headerSearchHamburger nav ul li:nth-child(1) {
  font-size: 20px !important;
  border: none;
}
#header-hamburger nav ul li:nth-child(1) a,
#headerSearchHamburger nav ul li:nth-child(1) a {
  margin-left: 20px;
  width: 35px;
  display: inline-block;
  height: 50px;
}
#header-hamburger .afficheHamburger,
#headerSearchHamburger .afficheHamburger {
  -webkit-animation-name: openDown;
  animation-name: openDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block;
}
html,
body {
  background: transparent;
}
html,
body,
button,
input,
select,
textarea {
  color: #666666;
  font-family: "Open Sans", sans-serif;
}
main,
header,
footer {
  width: 100%;
  max-width: 580px;
}
.page main,
.page header,
.page footer {
  max-width: 1140px;
}
.page main {
  margin-top: inherit;
  margin-bottom: inherit;
  margin-left: auto;
  margin-right: auto;
}
.page main > * {
  display: block;
  max-width: 1140px;
}
.page p {
  text-align: left;
}
.page p a {
  font-size: 16px;
}
main {
  position: absolute;
  background-color: #ffffff;
  padding-bottom: 17.5px;
}
main > * {
  display: block;
  max-width: 580px;
}
header {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  background-color: #505d6b;
  margin-bottom: 66px;
  min-height: 75px;
  margin-top: auto;
}
header h1 {
  font-size: 20px;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  font-weight: 200;
  margin: auto;
}
nav ul {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0px;
  margin: 0px;
  margin-top: 17.5px;
}
nav ul li {
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 100px 0%;
  -moz-flex: 1 100px 0%;
  -ms-flex: 1 100px 0%;
  flex: 1 100px 0%;
  margin: auto;
}
h2 {
  font-size: 20px;
}
a {
  color: #00AFEC;
  text-decoration: none;
  font-size: 13px;
}
a:hover {
  color: #0082BE;
  text-decoration: underline;
}
p {
  margin-bottom: 30px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
main > p:nth-child(2) {
  margin-top: -30px;
}
.flash-notice {
  margin-bottom: 30px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: -30px;
}
form {
  padding-left: 30px;
  padding-right: 30px;
}
form label {
  width: 58px;
  height: 60px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  border: #D3D3D3 solid 1px;
}
form label:before {
  width: 58px;
  height: 60px;
  display: inline-block;
  font-size: 25px;
  text-align: center;
  padding-top: 15px;
  color: #505d6b;
}
form label[for="abonnecomp_username"]:before,
form label[for="username"]:before {
  content: 'a';
  font-family: 'connect';
}
form label[for="abonnecomp_abonne_mail"]:before,
form label[for="abonne_mail"]:before {
  content: 'c';
  font-family: 'connect';
}
form label[for="abonnecomp_password_first"]:before,
form label[for="abonnecomp_password_second"]:before,
form label[for="abonnecompMdp_password_first"]:before,
form label[for="abonnecompMdp_password_second"]:before,
form label[for="password"]:before {
  content: 'b';
  font-family: 'connect';
}
form label[for="cguInsight"] {
  width: auto;
  border: none;
  overflow: visible;
  margin-left: 10px;
  height: auto;
  display: inline-block;
}
form label[for="cguInsight"] input[type="checkbox"] {
  width: auto;
  display: inline-block;
  vertical-align: baseline;
}
form label[for="cguInsight"]:before {
  content: none;
}
form label a {
  font-size: 16px;
}
form input {
  height: 60px;
  line-height: 60px;
  margin-bottom: 35px;
  text-align: center;
  padding: 0px;
  display: inline-block;
  border: #D3D3D3 solid 1px;
  width: calc( 100% - 58px - 2px - 2px - 58px);
  padding-right: 58px;
  vertical-align: top;
  color: #666666;
}
form input::-webkit-input-placeholder {
  color: #8c8c8c;
  text-overflow: ellipsis;
}
form input:-moz-placeholder {
  color: #8c8c8c;
  text-overflow: ellipsis;
}
form input::-moz-placeholder {
  color: #8c8c8c;
  text-overflow: ellipsis;
}
form input:-ms-input-placeholder {
  color: #8c8c8c;
  text-overflow: ellipsis;
}
form input[type="checkbox"],
form input[type="radio"] {
  height: auto;
  margin-right: 0.5em;
  border: none;
}
form p {
  text-align: center;
  margin-bottom: 0px;
}
form ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 10px;
  color: #FF0000;
}
form ul li {
  list-style: none;
}
form .form_error {
  margin: 0px;
  padding: 0px;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 10px;
  color: #FF0000;
}
button {
  background-color: #00AFEC;
  color: #ffffff;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  width: 283px;
  max-width: 283px;
  text-align: center;
  border: 0px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 2px 2px 2px;
  -moz-background-clip: padding;
  border-radius: 2px 2px 2px 2px;
  background-clip: padding-box;
  display: block;
  text-decoration: none;
  margin: auto;
  cursor: pointer;
}
button:hover {
  background-color: #0082BE;
}
button[disabled="disabled"] {
  background-color: #D3D3D3 !important;
}
#messageCtaConnect p {
  margin: 5px 0px;
}
#messageCtaConnect b {
  display: block;
}
#message {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#message .mailEnvoyer {
  padding-top: 100px;
  margin-top: -20px;
  background-image: url("/img/connect/mailEnvoyer.png");
  background-position: top center;
  background-repeat: no-repeat;
  font-weight: normal;
}
#message .complement {
  width: 250px;
  margin: auto;
  font-size: 13px;
}
#formCguInsight {
  text-align: center;
}
#cgu {
  text-align: justify;
  max-width: none;
}
#cgu header {
  margin-bottom: 30px;
}
#cgu > * {
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}
#cgu p {
  text-align: justify;
  margin-bottom: 0;
  max-width: 1180px;
  margin: auto;
}
#cgu li {
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 30px;
}
#cgu article {
  max-width: 1180px;
  margin: auto;
}
#accepterCGU {
  background-color: #ffffff;
  border: 1px solid;
  margin: auto;
  padding-bottom: 17.5px;
  position: inherit;
  width: calc(100% - 2px);
}
