/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* POLICES DE CARACTERES
------------------------------------------
*/
/* @include rem-fallback(margin, 10, 20, 30, 40);
---------------------------------------------
*/
/* line 41, ../sass/_mixins.scss */
.hide {
  display: none;
}

/* line 44, ../sass/_mixins.scss */
.valign_img {
  vertical-align: middle;
  margin-right: 10px;
}

/* line 48, ../sass/_mixins.scss */
strong {
  font-weight: bold;
}

/* PIXELS TO EM
------------------------------------------------------
*/
/* line 61, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
* html {
  font-size: 100%;
}

/* line 64, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 16px;
  line-height: 1.5em;
}

/* line 16, ../sass/screen.scss */
h1 {
  font-size: 2.625em;
  line-height: 1.14286em;
}

/* line 19, ../sass/screen.scss */
h2 {
  font-size: 2.25em;
  line-height: 1.33333em;
}

/* line 22, ../sass/screen.scss */
h3 {
  font-size: 1.5625em;
  line-height: 1.92em;
}

/* line 25, ../sass/screen.scss */
h4 {
  font-size: 1.125em;
  line-height: 1.33333em;
}

/* line 28, ../sass/screen.scss */
h5 {
  font-size: 0.875em;
  line-height: 1.71429em;
}

/* CONFIGURATIONS VARIABLES
------------------------------------------
*/
/* line 37, ../sass/screen.scss */
*, html, body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 40, ../sass/screen.scss */
html, body {
  height: 100%;
  font-family: "Open sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* line 46, ../sass/screen.scss */
body, .icones {
  overflow-x: hidden;
}

/* line 49, ../sass/screen.scss */
.clearfix {
  clear: both;
  overflow: hidden;
}

/* FORMS
------------------------------------------
*/
/* line 55, ../sass/screen.scss */
input[type="text"], input[type="password"], input[type="email"] {
  padding: 4px;
  font-size: 12px;
}

/* CONFIG
------------------------------------------
*/
/* line 64, ../sass/screen.scss */
.fermer {
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  color: white;
  cursor: pointer;
  background-image: url("../images/fermer.png");
  background-repeat: no-repeat;
  background-position: center 14px;
}

/* line 74, ../sass/screen.scss */
.arrow_r {
  background-image: url("../images/fleche_blanche.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* line 80, ../sass/screen.scss */
.btn {
  text-transform: uppercase;
  color: white;
  padding: 8px;
  border: none;
}

/* line 86, ../sass/screen.scss */
.btn-rose {
  background: #bc1a55;
}

/* line 91, ../sass/screen.scss */
.absolute {
  position: absolute;
}

/* line 94, ../sass/screen.scss */
.relative {
  position: relative;
}

/* line 97, ../sass/screen.scss */
.inline_block {
  display: inline-block;
}

/* line 100, ../sass/screen.scss */
.display_block {
  display: block;
}

/* line 103, ../sass/screen.scss */
.upper {
  text-transform: uppercase;
}

/* line 106, ../sass/screen.scss */
.aligncenter {
  text-align: center;
  margin: auto;
}

/* line 110, ../sass/screen.scss */
.text_left, .page article p.text_left {
  text-align: left;
}

/* line 113, ../sass/screen.scss */
.login {
  width: 29px;
  height: 29px;
  background-image: url("../images/cadenas.png");
  background-repeat: no-repeat;
}

/* HEADER
------------------------------------------
*/
/* line 121, ../sass/screen.scss */
header {
  width: 100%;
  height: 8.75em;
  background: #025dae;
  background: rgba(2, 93, 174, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* line 133, ../sass/screen.scss */
header nav {
  height: 30%;
}
/* line 135, ../sass/screen.scss */
header nav ul {
  *zoom: 1;
  text-align: center;
}



/* line 154, ../sass/screen.scss */
header nav ul li:hover > .sub-menu {
  display: block;
}
/* line 158, ../sass/screen.scss */
header nav ul li .sub-menu {
  position: absolute;
  width: 400px;
  background: #f8f8f8;
  padding: 10px;
  display: none;
}
/* line 165, ../sass/screen.scss */
header nav ul li .sub-menu [col*="col"], header nav ul li .sub-menu .row {
  height: 100%;
  text-align: left;
}
/* line 169, ../sass/screen.scss */
header nav ul li .sub-menu [col*="col"] {
  margin-left: 3%;
}
/* line 172, ../sass/screen.scss */
header nav ul li .sub-menu .col7 {
  margin-left: 0;
}
/* line 175, ../sass/screen.scss */
header nav ul li .sub-menu p.title {
  color: #b91a54;
  text-transform: uppercase;
  font-family: "Open sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  border-bottom: 2px solid #9b9c9e;
}
/* line 183, ../sass/screen.scss */
header nav ul li .sub-menu p.desc {
  font-size: 14px;
  line-height: 1.2;
}
/* line 187, ../sass/screen.scss */
header nav ul li .sub-menu p {
  margin-bottom: 10px;
}
/* line 190, ../sass/screen.scss */
header nav ul li .sub-menu ul {
  text-align: left;
}
/* line 192, ../sass/screen.scss */
header nav ul li .sub-menu ul li {
  margin-top: 0px;
  margin-right: 0;
  display: block;
}
/* line 197, ../sass/screen.scss */
header nav ul li .sub-menu a {
  display: block;
  color: black;
  text-transform: none;
  font-size: 12px;
  font-weight: 600;
  padding: 0 0 0 15px;
  background-image: url("../images/pucesousmenu.png");
  background-repeat: no-repeat;
  background-position: left 5px;
}
/* line 207, ../sass/screen.scss */
header nav ul li .sub-menu a:hover {
  color: #b91a54;
}
/* line 210, ../sass/screen.scss */
header nav ul li .sub-menu a:after {
  display: none !important;
}
/* line 217, ../sass/screen.scss */
header nav ul .active a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -2px;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 8px 8px 8px;
  border-color: transparent transparent #f8f8f8 transparent;
  opacity: 0;
  transition: opacity 0.5s linear;
}


/* line 259, ../sass/screen.scss */
header .menu {
  height: 100%;
}
/* line 262, ../sass/screen.scss */
header .logo {
  display: inline-block;
  position: relative;
  left: 2em;
}
/* line 266, ../sass/screen.scss */
header .logo a {
  display: block;
  margin-left: 0;
}
/* line 271, ../sass/screen.scss */
header .logo img {
  max-width: 100%;
  height: auto;
}
/* line 276, ../sass/screen.scss */
header .icones {
  width: 100px;
  max-width: 100px;
  float: left;
  height: 100%;
}
/* line 281, ../sass/screen.scss */
header .icones .search_top {
  width: 0;
  height: 56px;
  bottom: 0;
  z-index: 4;
}
/* line 286, ../sass/screen.scss */
header .icones .search_top .fermer {
  top: 0;
  left: -56px;
  display: none;
}
/* line 290, ../sass/screen.scss */
header .icones .search_top input[type="text"] {
  width: 100%;
  height: 100%;
  border: none;
  /*background-image: url("../images/icon_recherche.png");*/
  background-repeat: no-repeat;
  background-position: left 8px;
  padding: 0 10px 0 20px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  color: #7d7c81;
}
/* line 305, ../sass/screen.scss */
header .pays {
  width: 100%;
  background: #30303a;
  width: 100%;
  top: 80px;
  z-index: 100;
  color: white;
  display: none;
}
/* line 314, ../sass/screen.scss */
header .pays .fermer {
  position: absolute;
  top: 5px;
  right: 6px;
}
/* line 318, ../sass/screen.scss */
header .pays h2 {
  font-size: 1.875em !important;
  padding: 0.625em 0 !important;
}
/* line 322, ../sass/screen.scss */
header .pays h4 {
  font-weight: 800;
  font-size: 1.188em;
  color: #838385;
  margin-bottom: 20px;
}
/* line 327, ../sass/screen.scss */
header .pays h4:after {
  content: "";
  display: block;
  width: 2.563em;
  height: 2px;
  background: #838385;
  margin-top: 4px;
}
/* line 336, ../sass/screen.scss */
header .pays p {
  font-size: 0.938em;
  margin-bottom: 10px;
}
/* line 340, ../sass/screen.scss */
header .pays p.title {
  text-transform: uppercase;
  font-size: 0.938em;
  font-weight: 600;
}
/* line 346, ../sass/screen.scss */
header .pays .s_pays input[type="text"] {
  font-family: "Open sans", sans-serif;
  width: 30.438em;
  padding: 10px;
  font-size: 1.188em;
  text-align: left;
  background-image: url("../images/icon_recherche.png");
  background-position: left 0px;
  background-repeat: no-repeat;
  padding-left: 60px;
}
/* line 358, ../sass/screen.scss */
header .pays .aligncenter.s_pays {
  margin-bottom: 2em;
  background: #2c2c34;
}
/* line 363, ../sass/screen.scss */
header .pays .l_pays ul {
  margin-bottom: 1.875em;
}
/* line 365, ../sass/screen.scss */
header .pays .l_pays ul li {
  font-size: 0.938em;
  color: #ececee;
  text-transform: uppercase;
}
/* line 370, ../sass/screen.scss */
header .pays .l_pays ul li a {
  color: #ececee;
  text-decoration: none;
}
/* line 373, ../sass/screen.scss */
header .pays .l_pays ul li a:hover {
  color: #9b1343;
}
/* line 379, ../sass/screen.scss */
header .pays #newsletter {
  position: relative;
}
/* line 381, ../sass/screen.scss */
header .pays #newsletter input[type="text"], header .pays #newsletter form#newsletter input[type="submit"] {
  padding: 10px;
  font-size: 1.188em;
  border: none;
}
/* line 386, ../sass/screen.scss */
header .pays #newsletter input[type="text"] {
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  padding-right: 16%;
}
/* line 393, ../sass/screen.scss */
header .pays #newsletter input[type="submit"] {
  margin-left: -10px;
  cursor: pointer;
  background: #9b1343;
  color: white;
  font-weight: 600;
  width: 15%;
  padding: 9px;
  position: absolute;
  bottom: 0px;
  right: 0;
  border: none;
  height: 39px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 407, ../sass/screen.scss */
  header .pays #newsletter input[type="submit"] {
    top: 2px;
  }
}
/* line 413, ../sass/screen.scss */
header .lang_menu {
  width: 100%;
  height: 100%;
  background: #e6e6e6;
  z-index: 100;
}
/* line 418, ../sass/screen.scss */
header .lang_menu span {
  display: block;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
  height: 50%;
  cursor: pointer;
}
/* line 425, ../sass/screen.scss */
header .lang_menu span:hover {
  background: #393943;
  color: white;
}
/* line 430, ../sass/screen.scss */
header .lang_menu span:last-child {
  border: none;
}
/* line 434, ../sass/screen.scss */
header .profiles {
  width: 280px;
  max-width: 280px;
  float: right;
  position: relative;
  z-index: 10;
}
/* line 441, ../sass/screen.scss */
header .connex {
  background: #054e92;
}
/* line 443, ../sass/screen.scss */
header .connex .link {
  display: block;
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 100%;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 454, ../sass/screen.scss */
header .connex .sign-in span.toggle, header .connex .log-in span.toggle {
  display: block;
  padding: 8px 0.625em;
  cursor: pointer;
  position: relative;
}
/* line 460, ../sass/screen.scss */
header .connex .connected {
  border-top: 4px solid #bc1a55;
  padding-bottom: 25px;
}
/* line 464, ../sass/screen.scss */
header .connex .sign-in {
  background: #bc1a55;
}
/* line 466, ../sass/screen.scss */
header .connex .sign-in .toggle {
  position: relative;
}
/* line 469, ../sass/screen.scss */
header .connex .sign-in .signup {
  background: white;
  display: none;
}
/* line 472, ../sass/screen.scss */
header .connex .sign-in .signup .desc {
  text-transform: lowercase;
  color: #333;
  font-size: 11px;
  padding: 10px 0;
  background: #f7f3f4;
}
/* line 478, ../sass/screen.scss */
header .connex .sign-in .signup .desc p {
  border: none;
}
/* line 484, ../sass/screen.scss */
header .connex .sign-in .label {
  height: 24px;
  display: inline-block;
  line-height: 27px;
  vertical-align: middle;
}
/* line 490, ../sass/screen.scss */
header .connex .sign-in i.arrow_r, header .connex .sign-in .fermer {
  width: 26px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.625em;
  position: absolute;
  right: 16px;
  top: 9px;
}
/* line 500, ../sass/screen.scss */
header .connex .sign-in .fermer {
  display: none;
  background-position: 0 0;
}
/* line 504, ../sass/screen.scss */
header .connex .sign-in p {
  padding: 0.25em 0.625em;
  border-bottom: 1px solid #e6e6e6;
}
/* line 507, ../sass/screen.scss */
header .connex .sign-in p input[type="text"], header .connex .sign-in p input[type="email"] {
  padding: 1.25em;
  width: 100%;
  font-size: 0.875em;
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  color: #7d7c81;
}
/* line 517, ../sass/screen.scss */
header .connex .sign-in p.submit {
  padding: 0.625em;
  background: #e95924 url("../images/fleche_blanche.png") no-repeat 15px 10px;
  text-align: center;
}
/* line 522, ../sass/screen.scss */
header .connex .sign-in p.submit input[type="submit"] {
  width: 100%;
  font-family: "Open sans", sans-serif;
  border: none;
  background: transparent;
  color: white;
  text-transform: uppercase;
  font-size: 1.1875em;
  font-weight: 800;
  cursor: pointer;
}
/* line 536, ../sass/screen.scss */
header .connex .sign-in:hover {
  background: #9b1343;
}
/* line 540, ../sass/screen.scss */
header .connex .log-in {
  background: #084e8c;
}
/* line 542, ../sass/screen.scss */
header .connex .log-in .toggle {
  position: relative;
}
/* line 544, ../sass/screen.scss */
header .connex .log-in .toggle i {
  position: absolute;
  right: 20px;
  top: 5px;
}
/* line 549, ../sass/screen.scss */
header .connex .log-in .avatar {
  text-align: right;
  margin-bottom: 16px;
}
/* line 552, ../sass/screen.scss */
header .connex .log-in .avatar span {
  margin: auto;
  display: block;
  width: 80px;
  height: 80px;
}
/* line 557, ../sass/screen.scss */
header .connex .log-in .avatar span img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
/* line 562, ../sass/screen.scss */
header .connex .log-in .loginLinks {
  padding-top: 15px;
  text-transform: initial;
}
/* line 567, ../sass/screen.scss */
header .connex .log-in .loginLinks ul li {
  position: relative;
  margin-top: -5px;
}
/* line 570, ../sass/screen.scss */
header .connex .log-in .loginLinks ul li a {
  font-size: 12px;
  font-weight: 300;
  color: white;
  text-decoration: none;
  text-transform: initial;
  text-transform: none;
}
/* line 578, ../sass/screen.scss */
header .connex .log-in .loginLinks ul li .message {
  width: 20px;
  height: 15px;
  position: absolute;
  top: 7px;
  right: 40px;
}
/* line 586, ../sass/screen.scss */
header .connex .log-in:hover {
  background: #054e92;
}
/* line 589, ../sass/screen.scss */
header .connex .log-in .login_block {
  *zoom: 1;
  padding: 0.25em 0.625em;
  height: 150px;
  background: #084e8c;
}
/* line 38, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
header .connex .log-in .login_block:after {
  content: "";
  display: table;
  clear: both;
}
/* line 594, ../sass/screen.scss */
header .connex .log-in .login_block p {
  font-size: 0.6875em;
  text-transform: capitalize;
  padding-top: 10px;
}
/* line 599, ../sass/screen.scss */
header .connex .log-in .login_block .btn-rose {
  font-size: 11px;
  display: block;
  width: 100%;
}
/* line 603, ../sass/screen.scss */
header .connex .log-in .login_block .btn-rose:hover {
  background: #9b1343;
}
/* line 607, ../sass/screen.scss */
header .connex .log-in .login_block input[type="text"], header .connex .log-in .login_block input[type="password"] {
  width: 100%;
  margin-bottom: 4px;
}
/* line 612, ../sass/screen.scss */
header .connex .log-in .login_block a.forgot {
  color: white;
}
/* line 614, ../sass/screen.scss */
header .connex .log-in .login_block a.forgot:hover {
  text-decoration: none;
}
/* line 618, ../sass/screen.scss */
header .connex .log-in .login_block div {
  float: left;
}
/* line 621, ../sass/screen.scss */
header .connex .log-in .login_block div:first-child {
  width: 60%;
}
/* line 624, ../sass/screen.scss */
header .connex .log-in .login_block div:last-child {
  width: 40%;
}
/* line 627, ../sass/screen.scss */
header .connex .log-in .login_block .vr {
  padding: 0 0 0 0.625em;
  *zoom: 1;
}
/* line 38, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
header .connex .log-in .login_block .vr:after {
  content: "";
  display: table;
  clear: both;
}
/* line 630, ../sass/screen.scss */
header .connex .log-in .login_block .vr a {
  width: 41px;
  height: 36px;
  background: gray;
  float: left;
  text-indent: -999999px;
  line-height: 36px;
  background-position: 0 0;
  -webkit-transition-property: background-position;
  -moz-transition-property: background-position;
  -o-transition-property: background-position;
  transition-property: background-position;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 642, ../sass/screen.scss */
header .connex .log-in .login_block .vr a:hover {
  background-position: 0 -36px;
}
/* line 646, ../sass/screen.scss */
header .connex .log-in .login_block .vr a.fb {
  background-image: url("../images/facebookconnexion.jpg");
}
/* line 649, ../sass/screen.scss */
header .connex .log-in .login_block .vr a.ln {
  background-image: url("../images/linkedinconnexion.jpg");
}
/* line 652, ../sass/screen.scss */
header .connex .log-in .login_block .vr a.gg {
  background-image: url("../images/googleconnexion.png");
}
/* line 655, ../sass/screen.scss */
header .connex .log-in .login_block .vr a.viadeo {
  background-image: url("../images/viadeoconnexion.png");
}
/* line 663, ../sass/screen.scss */
header .slogan {
  height: 70%;
  font-size: 2.375em;
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
  padding-top: 0.2em;
}
/* line 674, ../sass/screen.scss */
header .slogan span {
  font-weight: 900;
  position: relative;
}
/* line 678, ../sass/screen.scss */
header .slogan span:after {
  content: "network";
  width: 120px;
  height: 20px;
  position: absolute;
  right: 0;
  padding-top: 0px;
  display: block;
  text-transform: uppercase;
  text-align: right;
  font-weight: 400;
  font-size: 11px;
}
/* line 694, ../sass/screen.scss */
header .lang {
  font-family: "Open sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  height: 20%;
  background: #393943;
  display: block;
  color: white;
  line-height: 1.6875em;
  cursor: pointer;
}

/* line 716, ../sass/screen.scss */
header .sl img {
  display: block;
  margin: auto;
}
/* line 721, ../sass/screen.scss */
header .icon_s {
  background: white;
  height: 40%;
  display: block;
  text-align: center;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  z-index: 6;
}
/* line 730, ../sass/screen.scss */
header .icon_s img {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 737, ../sass/screen.scss */
.slideshow {
  height: 40em;
  background: #084e8c;
  position: relative;
  z-index: 1;
}
/* line 742, ../sass/screen.scss */
.slideshow ul, .slideshow li, .slideshow .bx-viewport, .slideshow .bx-wrapper {
  height: 100%;
}
/* line 745, ../sass/screen.scss */
.slideshow .desc {
  width: 21.875em;
  max-width: 21.875em;
  height: 12.1875em;
  background: #084e8c;
  color: white;
  top: 47.2%;
  left: 98px;
  padding: 1.25em;
  position: absolute;
  font-family: "Open sans", sans-serif;
}
/* line 756, ../sass/screen.scss */
.slideshow .desc h3 {
  line-height: 1.2em;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 759, ../sass/screen.scss */
.slideshow .desc h3 span {
  font-weight: 700;
}
/* line 764, ../sass/screen.scss */
.slideshow .desc a {
  position: absolute;
  right: -50px;
  bottom: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 32px;
  background: white;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  color: #084e8c;
  font-size: 2em;
}

/* line 780, ../sass/screen.scss */
.alignleft {
  float: left;
}

/* line 783, ../sass/screen.scss */
.alignright {
  float: right;
}

/* A LA UNE
-----------------------------------------------
*/
/* line 790, ../sass/screen.scss */
.une {
  min-height: 5.5em;
  height: 5.5em;
  background: #bc1a55;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
/* line 796, ../sass/screen.scss */
.une .row {
  text-align: center;
}
/* line 798, ../sass/screen.scss */
.une .row:after {
  content: "";
  display: block;
  background: #e6e6e6;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -99%;
}
/* line 808, ../sass/screen.scss */
.une .row, .une [class*="col"] {
  height: 100%;
}
/* line 812, ../sass/screen.scss */
.une [class*="col"] {
  display: inline-block;
  position: relative;
  *zoom: 1;
}
/* line 38, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.une [class*="col"]:after {
  content: "";
  display: table;
  clear: both;
}
/* line 817, ../sass/screen.scss */
.une [class*="col"] .thumb {
  height: 100%;
  float: left;
  background: gray;
  z-index: 6 !important;
}
/* line 823, ../sass/screen.scss */
.une [class*="col"] .col7 {
  position: relative;
  z-index: 6;
  text-align: left;
  padding: 0.625em;
  display: block;
  text-transform: uppercase;
  font-size: 0.9375em;
  text-decoration: none;
  color: #084e8c;
}
/* line 833, ../sass/screen.scss */
.une [class*="col"] .col7 h5 {
  font-weight: 800;
  margin: 0;
}
/* line 837, ../sass/screen.scss */
.une [class*="col"] .col7 p {
  font-weight: 400;
}
/* line 840, ../sass/screen.scss */
.une [class*="col"] .col7:hover {
  color: #bc1a55;
}
/* line 845, ../sass/screen.scss */
.une .col9 {
  background: #e6e6e6;
}
/* line 849, ../sass/screen.scss */
.une .col12 span {
  display: block;
  color: white;
  text-align: center;
  font-family: "Open sans", sans-serif;
}
/* line 855, ../sass/screen.scss */
.une .col12 .mega {
  font-size: 1.875em;
  color: #3131a;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0px 0 5px 0;
  /*background-image: url("../images/fleche_blanche.png");
  background-repeat: no-repeat;
  background-position: 151px 10px;*/
}
/* line 865, ../sass/screen.scss */
.une .col12 a {
  font-size: 0.75em;
  font-weight: 600;
  color: white;
  border: 1px solid white;
  padding: 8px;
  text-decoration: none;
}
/* line 872, ../sass/screen.scss */
.une .col12 a:hover {
  background: #9b1343;
}

/* line 879, ../sass/screen.scss */
body > .wrapper {
  width: 79.125em;
  max-width: 79.125em;
  padding: 2.375em 1.25em;
  margin: auto;
}

/* REJOINDRE
------------------------------------------
*/
/* line 889, ../sass/screen.scss */
.header i {
  display: block;
  width: 55px;
  height: 55px;
  background-position: right top;
}

/* line 895, ../sass/screen.scss */
i.screen {
  background-image: url("../images/pictogroupe1.png");
  background-repeat: no-repeat;
}

/* line 899, ../sass/screen.scss */
i.stat {
  background-image: url("../images/pictogroupe3.png");
  background-repeat: no-repeat;
}

/* line 903, ../sass/screen.scss */
i.bar {
  background-image: url("../images/pictogroupe2.png");
  background-repeat: no-repeat;
}

/* line 907, ../sass/screen.scss */
i.world {
  background-image: url("../images/pictogroupe4.png");
  background-repeat: no-repeat;
}

/* line 911, ../sass/screen.scss */
.section_title {
  text-align: center;
  font-family: "Open sans", sans-serif;
  color: #0060ac;
  font-size: 1.875em;
  text-transform: uppercase;
  margin-bottom: 0.625em;
  line-height: 1.5;
}
/* line 919, ../sass/screen.scss */
.section_title span {
  display: block;
  font-weight: 800;
}

/* line 924, ../sass/screen.scss */
.selection {
  text-align: center;
  margin-bottom: 1.75em;
}
/* line 927, ../sass/screen.scss */
.selection span {
  display: inline-block;
  padding: 0 20px;
}
/* line 930, ../sass/screen.scss */
.selection span a {
  text-decoration: none;
  font-size: 0.9375em;
  color: #0060ac;
}
/* line 934, ../sass/screen.scss */
.selection span a:hover {
  color: #084e8c;
}
/* line 938, ../sass/screen.scss */
.selection span img {
  vertical-align: middle;
  margin-right: 8px;
}

/* line 945, ../sass/screen.scss */
.rejoindre {
  *zoom: 1;
  padding-bottom: 0;
}
/* line 38, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.rejoindre:after {
  content: "";
  display: table;
  clear: both;
}
/* line 948, ../sass/screen.scss */
.rejoindre li {
  float: left;
  display: inline;
  position: relative;
  height: 200px;
  width: 20%;
  max-width: 20%;
}
/* line 955, ../sass/screen.scss */
.rejoindre li div.fond, .rejoindre li .desc {
  height: 50%;
}
/* line 958, ../sass/screen.scss */
.rejoindre li .desc {
  background: #e6e6e6;
  position: relative;
  padding: 1.25em;
  display: block;
  text-transform: uppercase;
  color: #084e8c;
  font-weight: 800;
  *zoom: 1;
}
/* line 38, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.rejoindre li .desc:after {
  content: "";
  display: table;
  clear: both;
}
/* line 967, ../sass/screen.scss */
.rejoindre li .desc p {
  width: 70%;
  float: left;
  font-size: 0.9375em;
}
/* line 968, ../sass/screen.scss */
.rejoindre li .desc i {
  float: right;
  width: 30%;
}
/* line 975, ../sass/screen.scss */
.rejoindre li .desc.before:after {
  top: 100%;
  right: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(222, 222, 222, 0);
  border-top-color: #e6e6e6;
  border-width: 8px;
  margin-left: -8px;
  z-index: 5;
}
/* line 992, ../sass/screen.scss */
.rejoindre li .desc.after:after {
  bottom: 100%;
  right: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-width: 8px;
  margin-left: -8px;
}

/* line 1009, ../sass/screen.scss */
.rejoindre_fan {
  min-height: 29.75em;
  height: 29.75em;
  height: auto;
  text-align: center;
}
/* line 1014, ../sass/screen.scss */
.rejoindre_fan h3 {
  font-size: 1.875em;
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  background-image: url("../images/picto_pouce.png");
  background-repeat: no-repeat;
  background-position: center 20px;
  padding-top: 60px;
}
/* line 1024, ../sass/screen.scss */
.rejoindre_fan .row {
  margin-bottom: 0;
}
/* line 1027, ../sass/screen.scss */
.rejoindre_fan [class*="col"] {
  float: none;
  display: inline-block;
  margin-left: 0;
  margin-top: 1.875em;
}
/* line 1032, ../sass/screen.scss */
.rejoindre_fan [class*="col"] .bloc {
  margin-top: 1.75em;
  background: #e6e6e6;
  text-align: left;
}
/* line 1036, ../sass/screen.scss */
.rejoindre_fan [class*="col"] .bloc .title {
  padding: 0.625em 0.9375em;
  background: white;
  font-size: 0.9375em;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
}
/* line 1043, ../sass/screen.scss */
.rejoindre_fan [class*="col"] .bloc .title:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
/* line 1058, ../sass/screen.scss */
.rejoindre_fan [class*="col"] .bloc ul {
  padding: 0.625em 0.9375em;
}
/* line 1060, ../sass/screen.scss */
.rejoindre_fan [class*="col"] .bloc ul li {
  font-size: 0.9em;
  background-image: url("../images/puceliste_bleu.png");
  background-repeat: no-repeat;
  background-position: left 7px;
  padding-left: 0.9375em;
}

/* TEMOIGNAGE
------------------------------------------
*/
/* line 1077, ../sass/screen.scss */
.temoignage {
  background-image: url("../images/bg_temoignage.png");
  background-repeat: repeat-x;
  min-height: 301px;
  height: 301px;
  height: auto;
}

.main-content > .col-1of3 > .temoignage { background-image: none }


/* line 1084, ../sass/screen.scss */
.temoignage .bx-controls-direction a {
  opacity: 0.5;
}
/* line 1088, ../sass/screen.scss */
.temoignage .row {
  position: relative;
}
/* line 1090, ../sass/screen.scss */
.temoignage .row ul, .temoignage .row li {
  height: 100%;
}
/* line 1093, ../sass/screen.scss */
.temoignage .row li {
  text-align: center;
}
/* line 1095, ../sass/screen.scss */
.temoignage .row li .col6 {
  margin: 0;
}
/* line 1098, ../sass/screen.scss */
.temoignage .row li .temoin {
  text-align: right;
}
/* line 1101, ../sass/screen.scss */
.temoignage .row li img {
  display: inline-block;
}
/* line 1104, ../sass/screen.scss */
.temoignage .row li .desc {
  display: inline-block;
  padding: 1.25em;
  color: #025dae;
  width: 14.5625em;
  background: white;
  font-size: 1.1875em;
  text-align: left;
  margin-top: 0.85em;
}
/* line 1113, ../sass/screen.scss */
.temoignage .row li .desc .title {
  text-transform: uppercase;
  font-weight: 800;
}
/* line 1119, ../sass/screen.scss */
.temoignage .row li .desc .author {
  padding-top: 0em;
  text-align: right;
}
/* line 1122, ../sass/screen.scss */
.temoignage .row li .desc .author span {
  font-size: 0.75em;
  display: block;
}
/* line 1126, ../sass/screen.scss */
.temoignage .row li .desc .author:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 1em;
  height: 12px;
  background-image: url("../images/traitguillemets_temoignage.png");
  background-repeat: no-repeat;
  background-position: center 12px;
}

/* HOME COLUMNS
------------------------------------------
*/
/* line 1147, ../sass/screen.scss */
.more_plus {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  text-decoration: none;
  display: block;
  color: white;
  font-size: 1.1875em;
  font-weight: 600;
}

/* line 1160, ../sass/screen.scss */
.blocs_principaux {
  padding: 1.75em 0;
  margin-bottom: 1.75em;
  border-bottom: 1px solid #e6e6e6;
}
/* line 1163, ../sass/screen.scss */
.blocs_principaux h3 {
  font-size: 187.5%;
  text-transform: uppercase;
  text-align: center;
  color: #31313a;
  font-weight: 800;
  height: 20%;
  margin-right: 2.5em;
  font-family: "Open sans", sans-serif;
}
/* line 1172, ../sass/screen.scss */
.blocs_principaux h3 img {
  margin-right: 5%;
}
/* line 1177, ../sass/screen.scss */
.blocs_principaux [class*="col"] {
  height: 16.5em;
}
/* line 1179, ../sass/screen.scss */
.blocs_principaux [class*="col"] .thumb {
  height: 80%;
  margin-right: 3.5em;
  position: relative;
}
/* line 1183, ../sass/screen.scss */
.blocs_principaux [class*="col"] .thumb img {
  width: 100% !important;
  max-width: 100%;
  height: auto;
}
/* line 1188, ../sass/screen.scss */
.blocs_principaux [class*="col"] .thumb .title {
  position: absolute;
  bottom: 0;
  right: -56px;
  width: 17.0625em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.125em;
  color: white;
  padding: 8px;
}
/* line 1199, ../sass/screen.scss */
.blocs_principaux [class*="col"] .thumb .more_plus {
  right: -56px;
  position: absolute;
  bottom: 63px;
  background-repeat: no-repeat;
  -webkit-transition-property: background-position;
  -moz-transition-property: background-position;
  -o-transition-property: background-position;
  transition-property: background-position;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 1207, ../sass/screen.scss */
.blocs_principaux [class*="col"] .thumb .more_plus:hover {
  background-position: 0 -55px;
}
/* line 1214, ../sass/screen.scss */
.blocs_principaux .vert .title {
  background: #a6a401;
}
/* line 1215, ../sass/screen.scss */
.blocs_principaux .vert .more_plus {
  background: #807f00 url("../images/plus_vert.jpg");
}
/* line 1220, ../sass/screen.scss */
.blocs_principaux .rose .title {
  background: #bc1a55;
}
/* line 1221, ../sass/screen.scss */
.blocs_principaux .rose .more_plus {
  background: #9b1343 url("../images/plus_rose.jpg");
}
/* line 1226, ../sass/screen.scss */
.blocs_principaux .violet .title {
  background: #833ca4;
}
/* line 1227, ../sass/screen.scss */
.blocs_principaux .violet .more_plus {
  background: #70348c url("../images/plus_violet.jpg");
}
/* line 1232, ../sass/screen.scss */
.blocs_principaux .bleu .title {
  background: #084e8c;
}
/* line 1233, ../sass/screen.scss */
.blocs_principaux .bleu .more_plus {
  background: #054e92 url("../images/plus_bleu.jpg");
}
/* line 1238, ../sass/screen.scss */
.blocs_principaux .orange .title {
  background: #e95924;
}
/* line 1239, ../sass/screen.scss */
.blocs_principaux .orange .more_plus {
  background: #c14a20 url("../images/plus_orange.jpg");
}
/* line 1244, ../sass/screen.scss */
.blocs_principaux .bleu_marine .title {
  background: #154875;
}
/* line 1245, ../sass/screen.scss */
.blocs_principaux .bleu_marine .more_plus {
  background: #0f395f url("../images/plus_bleu1.jpg");
}

/* line 1253, ../sass/screen.scss */
.home .row {
  margin-bottom: 1.875em;
  *zoom: 1;
}
/* line 38, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.home .row:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1258, ../sass/screen.scss */
.home .row:last-child {
  margin-bottom: 0;
}

/* line 1264, ../sass/screen.scss */
.partenaires {
  height: auto;
  height: 13em;
  min-height: 13em;
}
/* line 1268, ../sass/screen.scss */
.partenaires h3 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 800;
  padding-left: 8px;
}
/* line 1274, ../sass/screen.scss */
.partenaires .row {
  margin-bottom: 0;
}
/* line 1276, ../sass/screen.scss */
.partenaires .row [class*="col"] {
  position: relative;
  height: 50%;
}
/* line 1279, ../sass/screen.scss */
.partenaires .row [class*="col"] img {
  /*position:absolute;
  top:0;
  bottom:0;
  margin:auto;*/
}
/* line 1287, ../sass/screen.scss */
.partenaires .row.part_thumbs {
  height: 100%;
}

/* FOOTER
------------------------------------------
*/
/* line 1294, ../sass/screen.scss */
footer {
  background: #025dae;
  clear: both;
}
/* line 1298, ../sass/screen.scss */
footer .row {
  position: relative;
}
/* line 1300, ../sass/screen.scss */
footer .row .to_top {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 1.75em;
}
/* line 1307, ../sass/screen.scss */
footer .col8 {
  float: none;
  margin: auto !important;
  padding: 3.125em 0;
  display: block;
}
/* line 1312, ../sass/screen.scss */
footer .col8 .col10 {
  text-align: center;
}
/* line 1314, ../sass/screen.scss */
footer .col8 .col10 span {
  display: inline-block;
  padding: 0 10px 0 0;
}
/* line 1318, ../sass/screen.scss */
footer .col8 .col10 .contact {
  float: right;
}
/* line 1324, ../sass/screen.scss */
footer .copyright {
  color: white;
  text-align: right !important;
}
/* line 1327, ../sass/screen.scss */
footer .copyright a {
  color: white;
  text-decoration: none;
  font-size: 1em;
  font-family: Arial;
}

/* COLUMNS
------------------------------------------
*/
/* line 1340, ../sass/screen.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 1345, ../sass/screen.scss */
.container {
  padding: 0 15px;
  position: relative;
  *zoom: 1;
}
/* line 38, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.container:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1353, ../sass/screen.scss */
.row {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1236px;
  *zoom: 1;
}
/* line 38, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1365, ../sass/screen.scss */
.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12 {
  float: left;
  display: inline;
  min-height: 1px;
  position: relative;
  margin-left: 3.09091%;
}
/* line 1373, ../sass/screen.scss */
.col1:first-child,
.col2:first-child,
.col3:first-child,
.col4:first-child,
.col5:first-child,
.col6:first-child,
.col7:first-child,
.col8:first-child,
.col9:first-child,
.col10:first-child,
.col11:first-child,
.col12:first-child {
     margin: 0;
}

/* line 1379, ../sass/screen.scss */
.col1 {
  width: 5.5%;
}

/* line 1379, ../sass/screen.scss */
.col2 {
  width: 14.09091%;
}

/* line 1379, ../sass/screen.scss */
.col3 {
  width: 22.68182%;
}

/* line 1379, ../sass/screen.scss */
.col4 {
  width: 31.27273%;
}

/* line 1379, ../sass/screen.scss */
.col5 {
  width: 39.86364%;
}

/* line 1379, ../sass/screen.scss */
.col6 {
  width: 48.45455%;
}

/* line 1379, ../sass/screen.scss */
.col7 {
  width: 57.04545%;
}

/* line 1379, ../sass/screen.scss */
.col8 {
  width: 65.63636%;
}

/* line 1379, ../sass/screen.scss */
.col9 {
  width: 74.22727%;
}

/* line 1379, ../sass/screen.scss */
.col10 {
  width: 82.81818%;
}

/* line 1379, ../sass/screen.scss */
.col11 {
  width: 91.40909%;
}

/* line 1379, ../sass/screen.scss */
.col12 {
  width: 100%;
}

/* RESPONSIVE
------------------------------------------*/
@media only screen and (max-width: 1280px) {
  /* line 1390, ../sass/screen.scss */
  header nav ul li {
    margin-right: 1em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1396, ../sass/screen.scss */
  .row {
    max-width: 767px;
  }

  /* line 1399, ../sass/screen.scss */
  .row [class*="col"] {
    width: 100%;
    margin-left: 0;
  }

  /* line 1404, ../sass/screen.scss */
  .rejoindre_fan [class*="col"]:last-child {
    margin-bottom: 20px;
  }

  /* line 1408, ../sass/screen.scss */
  .temoignage {
    background-color: #e6e6e6;
    padding-bottom: 20px;
  }

  /* line 1413, ../sass/screen.scss */
  .partenaires [class*="col"] {
    width: 50%;
    height: auto !important;
  }

  /* line 1417, ../sass/screen.scss */
  .partenaires [class*="col"] img {
    position: relative !important;
    margin: inherit !important;
  }
}
