
  
  /*---------------------------------------
  -----------------PRE-FOOTER-----------------
  -----------------------------------------*/
  @font-face {
      font-family: 'InseecMedium';
      src: url('fonts/inseec-medium-webfont.woff2') format('woff2'),
           url('fonts/inseec-medium-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;

  }
  @font-face {
      font-family: 'DIN';
      src: url('fonts/din-regular-webfont.woff2') format('woff2'),
           url('fonts/din-regular-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;

  }
  /* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  outline: none;
}
a,
img {
  text-decoration: none;
  border: none;
}
body {
  font-size: 1em;
  line-height: 1.4;
  outline: none;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0;
  background: #002C5F;
  color: #fff;
  padding: 11px 0 0 0;
  position: fixed;
  height: 50px;
  line-height: 21px;
  width: 100%;
  z-index: 2000000;
  top: 0;
  left: 0;
  font-size: 15px;
  text-align: center;
  border-bottom: 2px solid #ffffff;
  font-family: ruda;
}
.chromeframe a {
  font-size: 15px;
  font-weight: 700;
  color: #d95a2d;
}
.chromeframe a:hover {
  color: #d95a2d;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
 * Don't show links for images, or javascript/internal links
 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* --- MIXINS --- */
.dib {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.upcase {
  text-transform: uppercase;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.animated.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.animated.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.animated.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
.text-center {
  text-align: center;
}
/*
@font-face {
  font-family: 'latoblack';
  src: url("@{fontUrl}lato-black-webfont.eot");
  src: local('☺'), url("@{fontUrl}lato-black-webfont.eot?#iefix") format('embedded-opentype'),
  url("@{fontUrl}lato-black-webfont.woff") format('woff'),
  url("@{fontUrl}lato-black-webfont.ttf") format('truetype'),
  url("@{fontUrl}lato-black-webfont.svg#latoblack") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/* --- COULEURS MAJEURES --- */
body {
  font-family: Roboto;
  background: #ffffff;
}
.fancybox-inner p{
  margin-bottom: 10px;
}
img {
  display: block;
  border: none;
}
img.left_alone {
  float: left;
  margin-right: 30px;
}
img.right_alone {
  float: right;
  margin-left: 30px;
}
/* --- Top nav --- */
header {
  position: relative;
  width: 1280px;
  /*left: 50%;
  margin-left: -640px;*/
  margin: 0 auto;
}
header .header_nav_ctn {
  position: relative;
  height: 140px;
}
header .header_nav_ctn .logo-ece {
  background: url("../images/logo-ece.png") 0 0 no-repeat;
  width: 236px;
  height: 67px;
  position: absolute;
  left: 149px;
  top: 38px;
}
header .header_nav_ctn .top_nav_ctn {
  list-style: none;
  display: block;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 160px;
  background: #0970b3;
}
header .header_nav_ctn .top_nav_ctn li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  padding: 0 8px;
  border-left: 1px solid #5aa3c2;
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
header .header_nav_ctn .top_nav_ctn li:first-child {
  border-left: none;
  padding: 0 12px 0 17px;
}
header .header_nav_ctn .top_nav_ctn li.selected,
header .header_nav_ctn .top_nav_ctn li:hover {
  background: #00426b;
}
header .header_nav_ctn .top_nav_ctn li.selected .search_btn,
header .header_nav_ctn .top_nav_ctn li:hover .search_btn {
  color: #ffffff !important;
  background: url("../images/picto-search-white.png") right center no-repeat;
}
header .header_nav_ctn .top_nav_ctn li a {
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 11px;
  font-family: "Roboto Condensed";
  font-weight: 700;
}
header .header_nav_ctn .top_nav_ctn li a.select_langue {
  width: 24px;
  padding: 0 9px 0 8px;
  background: url("../images/picto-grey-triangle-down.png") 26px 15px no-repeat;
  padding-right: 12px;
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
header .header_nav_ctn .top_nav_ctn li a.select_langue span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 12px;
  height: 8px;
  margin: 1px;
}
header .header_nav_ctn .top_nav_ctn li a.select_langue span.fr {
  background: url("../images/france-flag.png") 0 0 no-repeat;
}
header .header_nav_ctn .top_nav_ctn li a.select_langue span.en {
  background: url("../images/england-flag.png") 0 0 no-repeat;
}
header .header_nav_ctn .top_nav_ctn li a.other {
  display: none;
  background-image: none !important;
}
header .header_nav_ctn .top_nav_ctn li a.search_btn {
  background: url("../images/picto-search.png") right center no-repeat;
  padding-right: 20px;
  color: #9ec8e1;
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
header .header_nav_ctn .top_nav_ctn li.select_langue_ctn {
  width: 41px;
  padding: 0;
}
header .header_nav_ctn .top_nav_ctn li.select_langue_ctn:hover a {
  background: #01426c url("../images/picto-white-triangle-down.png") 26px 15px no-repeat;
}
header .header_nav_ctn .top_nav_ctn li.select_langue_ctn:hover a span {
  border: 1px solid #086dae;
  margin: 0;
}
header .header_nav_ctn .top_nav_ctn li.select_langue_ctn:hover .other {
  display: block;
}
header .header_nav_ctn .main_nav_ctn {
  list-style: none;
  display: block;
  height: 35px;
  float: right;
  clear: both;
  margin-top: 73px;
  padding-right: 160px;
}
header .header_nav_ctn .main_nav_ctn > li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 70px;
  line-height: 35px;
  vertical-align: middle;
  padding: 0 11px;
}
header .header_nav_ctn .main_nav_ctn > li:first-child {
  padding-left: 60px;
}
header .header_nav_ctn .main_nav_ctn > li > a,
header .header_nav_ctn .main_nav_ctn > li span {
  display: block;
  text-transform: uppercase;
  color: #616161;
  font-size: 14px;
  font-family: "Roboto Condensed";
  font-weight: 700;
}
header .header_nav_ctn .main_nav_ctn > li > .marker {
  width: 100%;
  height: 7px;
  position: relative;
  display: block;
  top: 25px;
  background: #ffffff;
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
header .header_nav_ctn .main_nav_ctn > li.sep {
  padding: 0;
}
header .header_nav_ctn .main_nav_ctn > li:hover .marker {
  background: #0970b3;
}
header .sous_menu_nav_ctn {
  display: none;
  width: 1280px;
  padding-top: 45px;
  position: absolute;
  top: 95px;
  left: 0;
  height: 450px;
  z-index: 2000;
  color: #ffffff;
}
header .sous_menu_nav_ctn > .inner {
  height: 350px;
  width: 960px;
  padding: 50px 160px;
  background: #0970b3;
}
header .sous_menu_nav_ctn > .inner > .title {
  font-size: 29px;
  font-family: Roboto;
  font-weight: 100;
  text-transform: uppercase;
}
header .sous_menu_nav_ctn > .inner > .try_text {
  text-transform: uppercase;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 100;
  line-height: 1.2;
}
header .sous_menu_nav_ctn ul {
  list-style: none;
  display: block;
  margin-top: 32px;
  float: left;
  height: 250px;
}
header .sous_menu_nav_ctn ul > li {
  float: left;
  display: block;
  background: url("../images/picto-select-fade.png") left center no-repeat;
  padding-left: 25px;
  border-bottom: 1px solid #539bca;
  transition: background-position 150ms linear;
  -moz-transition: background-position 150ms linear;
  -webkit-transition: background-position 150ms linear;
}
header .sous_menu_nav_ctn ul > li.with_top_border {
  border-top: 1px solid #539bca;
}
header .sous_menu_nav_ctn ul > li a {
  color: #9fc9e5;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
header .sous_menu_nav_ctn ul > li.selected,
header .sous_menu_nav_ctn ul > li:hover {
  background: url("../images/picto-select-white.png") 7px center no-repeat;
}
header .sous_menu_nav_ctn ul > li.selected a,
header .sous_menu_nav_ctn ul > li:hover a {
  color: #ffffff;
}
header .sous_menu_nav_ctn ul.cat_list {
  width: 580px;
}
header .sous_menu_nav_ctn ul.cat_list > li {
  float: none;
  width: 330px;
  height: 39px;
  line-height: 39px;
  vertical-align: middle;
  margin-right: 40px;
}
header .sous_menu_nav_ctn ul.cat_list > li > a {
  line-height: 39px;
  font-size: 20px;
  font-weight: 400;
}
header .sous_menu_nav_ctn ul.cat_list.columns {
  width: 670px;
}
header .sous_menu_nav_ctn ul.cat_list.columns > li {
  float: left;
  width: 270px;
}
header .sous_menu_nav_ctn ul.list {
  color: #ffffff;
  width: 280px;
  display: none;
}
header .sous_menu_nav_ctn ul.list.selected {
  display: block;
}
header .sous_menu_nav_ctn ul.list.columns_parent {
  width: 290px;
}
header .sous_menu_nav_ctn ul.list > li {
  margin-left: 44px;
  width: 280px;
  height: 39px;
  overflow: hidden;
  line-height: 39px;
  vertical-align: middle;
}
header .sous_menu_nav_ctn ul.list > li > a {
  line-height: 39px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
}
header .top_menu_content {
  width: 1280px;
  margin: 0 auto;
  height: 474px;
  background: #ebebeb;
  display: none;
}
header .top_menu_content.selected {
  display: block;
}
header .top_menu_content.search_form {
  height: 355px;
  background: url(../images/patern.png);
}
header .top_menu_content.search_form .search_ctn {
  margin: 0 160px;
}
header .top_menu_content .demande_doc_step_x {
  list-style: none;
  display: block;
  height: 330px;
}
header .top_menu_content .demande_doc_step_x > li {
  position: relative;
  width: 434px;
  float: left;
  margin-bottom: 12px;
}
header .top_menu_content .demande_doc_step_x > li.pull-right {
  margin-left: 434px;
}
header .top_menu_content .demande_doc_step_x > li > label {
  font-size: 13px;
  font-family: Roboto;
  color: #7e7e7e;
  margin-bottom: 5px;
  float: left;
}
header .top_menu_content .demande_doc_step_x > li > label.error {
  position: absolute;
  right: 100px;
  color: #0970b3;
}
header .top_menu_content .demande_doc_step_x > li input[type="text"],
header .top_menu_content .demande_doc_step_x > li input[type="email"] {
  height: 41px;
  line-height: 41px;
  padding: 0 10px;
  width: 317px;
  background: #ffffff;
  border: none;
  clear: both;
  display: block;
  float: left;
  color: #7e7e7e;
  font-size: 13px;
  border: 1px solid #ffffff;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  behavior: url('/css/pie.php');
  transition: border-color 150ms linear;
  -moz-transition: border-color 150ms linear;
  -webkit-transition: border-color 150ms linear;
}
header .top_menu_content .demande_doc_step_x > li input[type="text"].error,
header .top_menu_content .demande_doc_step_x > li input[type="email"].error {
  border-color: #0970b3;
}
header .top_menu_content .demande_doc_step_x > li input[type="submit"],
header .top_menu_content .demande_doc_step_x > li .next_btn {
  clear: both;
  height: 37px;
  line-height: 37px;
  width: 187px;
  text-align: center;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 12px;
  display: block;
  background: #000000;
  color: #ffffff;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  behavior: url('/css/pie.php');
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
header .top_menu_content .demande_doc_step_x > li input[type="submit"]:hover,
header .top_menu_content .demande_doc_step_x > li .next_btn:hover {
  background-color: #0970b3;
}
header .top_menu_content .demande_doc_step_x > li > textarea {
  line-height: 1.3;
  padding: 10px;
  width: 260px;
  background: #ffffff;
  border: none;
  clear: both;
  display: block;
  float: left;
  color: #7e7e7e;
  height: 99px;
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  behavior: url('/css/pie.php');
}
header .top_menu_content .demande_doc_step_x > li .custom_select_ctn {
  clear: both;
  float: left;
}
header .top_menu_content .demande_doc_step_x > li .mandatory_field {
  display: block;
  float: left;
  font-family: Roboto;
  font-style: italic;
  font-size: 11px;
  color: #000000;
  margin: 2px 0 8px;
}
header .top_menu_content .demande_doc_step_x > li .details_col_left {
  width: 148px;
  border-right: 1px solid #bcbcbc;
  line-height: 2;
  font-size: 12px;
  color: #7e7e7e;
  font-family: Roboto;
  float: left;
}
header .top_menu_content .demande_doc_step_x > li .details_col_right {
  padding-left: 20px;
  width: 151px;
  line-height: 2;
  font-size: 12px;
  color: #7e7e7e;
  font-family: Roboto;
  white-space: nowrap;
  float: left;
}
header .top_menu_content .demande_doc_step_x > li .infos {
  font-family: Roboto;
  font-style: italic;
  font-size: 10px;
  color: #5b5b5b;
  width: 350px;
  clear: both;
  padding: 18px 0;
}
header .top_menu_content .demande_doc_step_x > li img {
  display: block;
  float: left;
  clear: both;
}
header .top_menu_content .demande_doc_step_x.contact.details {
  margin-top: 0px;
  height: 340px;
}
header .top_menu_content .demande_doc_step_x.contact > li {
  float: left;
  width: 330px;
  height: 160px;
}
header .top_menu_content .demande_doc_step_x.contact > li.second {
  width: 575px;
  float: right;
}
header .top_menu_content .demande_doc_step_x.contact > li.second .web_call_back,
header .top_menu_content .demande_doc_step_x.contact > li.second .direct_chat {
  display: block;
  width: 145px;
  height: 95px;
  line-height: 95px;
  vertical-align: middle;
  float: left;
  background: #0970b3;
  padding-right: 140px;
  text-align: right;
}
header .top_menu_content .demande_doc_step_x.contact > li.second .web_call_back span,
header .top_menu_content .demande_doc_step_x.contact > li.second .direct_chat span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 1.5;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: roboto;
  text-align: right;
  vertical-align: middle;
}
header .top_menu_content .demande_doc_step_x.contact > li.second .web_call_back {
  background: #0970b3 url("../images/picto-callback.png") 190px -95px no-repeat;
  margin-bottom: 2px;
  margin-left: 3px;
  transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -webkit-transition: all 100ms ease-in;
  background-size: 63px;
}
header .top_menu_content .demande_doc_step_x.contact > li.second .web_call_back:hover {
  background-position: 190px top;
}
header .top_menu_content .demande_doc_step_x.contact > li.second .direct_chat {
  background: #0970b3 url("../images/picto-chat.png") 190px -95px no-repeat;
  transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -webkit-transition: all 100ms ease-in;
  background-size: 70px;
}
header .top_menu_content .demande_doc_step_x.contact > li.second .direct_chat:hover {
  background-position: 190px top;
}
header .top_menu_content .demande_doc_step_x.contact > li.third {
  width: 960px;
}
header .top_menu_content .demande_doc_step_x.details {
  margin-top: -20px;
}
header .top_menu_content .very_top_nav {
  width: 960px;
  padding: 0 160px;
  height: 60px;
  background: #0075bc;
  list-style: none;
}
header .top_menu_content .very_top_nav > li {
  border-right: 1px solid #5aa3c2;
  width: 199px;
  float: left;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  padding: 0 20px;
  transition: background-color 150ms linear;
  -moz-transition: background-color 150ms linear;
  -webkit-transition: background-color 150ms linear;
}
header .top_menu_content .very_top_nav > li.last {
  border-right: none;
  width: 200px !important;
  padding-left: 20px !important;
  position: absolute;
  right: 160px;
}
header .top_menu_content .very_top_nav > li.selected,
header .top_menu_content .very_top_nav > li:hover {
  width: 200px;
  border-right: none;
  background: #00426b;
}
header .top_menu_content .very_top_nav > li > a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: left;
  line-height: 18px;
  font-family: roboto;
  text-transform: uppercase;
  vertical-align: middle;
  color: #ffffff;
  font-weight: 100;
  font-size: 20px;
}
header .top_menu_content .very_top_nav > li > a > span {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 18px;
}
header .top_menu_content .very_top_nav > li > a.close_btn {
  padding-right: 30px;
  background: url("../images/picto-white-cross.png") right center no-repeat;
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 14px;
}
header .top_menu_content#top_menu_demande_doc .very_top_nav li {
  border: none;
  width: 100px;
  padding-left: 150px;
  background: url("../images/form-step-sep.png") left top no-repeat;
}
header .top_menu_content#top_menu_demande_doc .very_top_nav li span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: left;
  line-height: 18px;
  font-family: roboto;
  text-transform: uppercase;
  vertical-align: middle;
  color: #80add5;
  font-weight: 100;
  font-size: 20px;
  padding-bottom: 5px;
}
header .top_menu_content#top_menu_demande_doc .very_top_nav li:hover {
  background: url("../images/form-step-sep.png") left top no-repeat;
  border: none;
}
header .top_menu_content#top_menu_demande_doc .very_top_nav li.selected {
  background: url("../images/form-step-sep.png") left bottom no-repeat;
}
header .top_menu_content#top_menu_demande_doc .very_top_nav li.selected span {
  color: #ffffff;
}
header .top_menu_content#top_menu_demande_doc .very_top_nav li.first {
  width: 80px;
  background: none;
  padding-left: 0;
}
header .top_menu_content#top_menu_demande_doc .very_top_nav li.last {
  background: none;
}
header .top_menu_content > .inner {
  width: 1280px;
  margin: 0 auto;
  height: 414PX;
  display: none;
}
header .top_menu_content > .inner > .w960 {
  width: 960px;
  margin: 0 auto;
}
header .top_menu_content > .inner > .w960 .title {
  font-size: 30px;
  font-family: Roboto;
  font-weight: 100;
  text-transform: uppercase;
  color: #0865a2;
  padding: 30px 0 10px 0;
  line-height: 1;
}
header .top_menu_content > .inner > .w960 .col_w422 {
  width: 422px;
  float: left;
}
header .top_menu_content > .inner > .w960 .col_w422 .links_list {
  list-style: none;
  display: block;
  margin-top: 10px;
  width: 321px;
}
header .top_menu_content > .inner > .w960 .col_w422 .links_list > li {
  display: block;
  height: 39px;
  line-height: 39px;
}
header .top_menu_content > .inner > .w960 .col_w422 .links_list > li a {
  display: block;
  height: 39px;
  line-height: 39px;
  font-family: "Roboto Condensed";
  font-size: 12px;
  text-transform: uppercase;
  color: #0970b3;
  padding-left: 21px ;
  background: url("../images/picto-select-blue.png") left center no-repeat;
  border-bottom: 1px solid #7aadcf;
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
header .top_menu_content > .inner > .w960 .col_w422 .links_list > li a:hover {
  color: #00426B;
  background: url("../images/picto-select-darkblue.png") 7px center no-repeat;
}
header .top_menu_content > .inner.selected {
  display: block;
}
header .top_menu_content > .inner img {
  display: block;
}
header .top_menu_content > .inner img.rencontre {
  float: left;
  width: 355px;
  height: 414px;
}
header .top_menu_content > .inner > .content {
  float: left;
  padding: 35px 60px;
  width: 805px;
  height: 344px;
}
header .top_menu_content > .inner > .content .left {
  width: 296px;
  float: left;
}
header .top_menu_content > .inner > .content .left p {
  font-size: 12px;
  font-family: Roboto;
  line-height: 1.5;
}
header .top_menu_content > .inner > .content .left p.chapo {
  color: #0e0e0e;
  margin-bottom: 18px;
}
header .top_menu_content > .inner > .content .left p.text {
  color: #7e7e7e;
}
header .top_menu_content > .inner > .content .right {
  margin-left: 54px;
  width: 450px;
  float: left;
}
header .top_menu_content > .inner > .content .right .title_calendar {
  background: url("../images/picto-calendar.png") left center no-repeat;
  padding: 4px 0 0 48px;
  font-family: "Roboto Condensed";
  color: #7e7e7e;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 15px;
}
header .top_menu_content > .inner > .content .right .title_calendar span {
  text-transform: none;
  font-size: 12px;
}
header .top_menu_content > .inner > .content .right form {
  margin-top: 14px;
}
header .top_menu_content > .inner > .content .right form input[type="radio"] {
  display: none;
  position: absolute;
  bottom: 0;
}
header .top_menu_content > .inner > .content .right form .select_date_ctn {
  position: relative;
  float: left;
  width: 175px;
  min-height: 65px;
  background: #ffffff;
  margin: 0 5px 5px 0;
  color: #7e7e7e;
  line-height: 1;
  padding-bottom: 10px;
  cursor: pointer;
}
header .top_menu_content > .inner > .content .right form .select_date_ctn:hover .check {
  background-color: #0970b3;
}
header .top_menu_content > .inner > .content .right form .select_date_ctn > .day {
  font-family: Roboto;
  font-size: 12px;
  padding: 11px 0 3px 15px;
  text-transform: uppercase;
}
header .top_menu_content > .inner > .content .right form .select_date_ctn > .date {
  font-family: Roboto;
  padding: 0 0 3px 15px;
  font-size: 22px;
  text-transform: uppercase;
}
header .top_menu_content > .inner > .content .right form .select_date_ctn > .time {
  font-family: "Roboto Condensed";
  font-family: 14px;
  font-weight: 700;
  padding: 0 0 0 15px;
  font-size: 14px;
}
header .top_menu_content > .inner > .content .right form .select_date_ctn > .check {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #e5e5e5 url("../images/picto-white-check.png") center center no-repeat;
  z-index: 20;
  cursor: pointer;
  height: 30px;
  width: 30px;
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
header .top_menu_content > .inner > .content .right form .select_date_ctn > .rdv {
  font-family: "Roboto Condensed";
  font-size: 13px;
  font-weight: 700;
  padding: 9px 0 0 15px;
  line-height: 1.1;
}
header .top_menu_content > .inner > .content .right form .select_date_ctn > .infos {
  font-family: Roboto;
  font-size: 11px;
  padding: 2px 0 4px 15px;
  line-height: 1.2;
}
header .top_menu_content > .inner > .content .right form .select_date_ctn.selected > .check {
  background: #0970b3 url("../images/picto-grey-check.png") center center no-repeat;
}
header .top_menu_content > .inner > .content .right form input[type="submit"] {
  display: block;
  border: none;
  clear: both;
  float: left;
  width: 175px;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  color: #ffffff;
  background: #000000;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  behavior: url('/css/pie.php');
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
header .top_menu_content > .inner > .content .right form input[type="submit"]:hover {
  background-color: #0970b3;
}
header .top_menu_content > .inner > .content .title {
  font-size: 30px;
  font-family: Roboto;
  font-weight: 100;
  text-transform: uppercase;
  color: #0865a2;
  padding-bottom: 22px;
  line-height: 1;
}
footer {
  width: 100%;
  clear: both;
  display: block;
  background: #000000;
  overflow: hidden;
  padding: 70px 0 36px 0;
}
footer .inner {
  position: relative;
  /*left: 50%;
    margin-left: -640px;*/
  margin: 0 auto;
  width: 960px;
  overflow: hidden;
}
footer .inner .col {
  list-style: none;
  position: relative;
  display: block;
  float: left;
  width: 156px;
  min-height: 460px;
  border-right: 1px solid #262626;
  margin-left: 12px;
}
footer .inner .col:first-child {
  margin-left: 0;
}
footer .inner .col.no-border {
  border-right: none;
  width: 159px;
}
footer .inner .col.no-border li {
  width: 156px;
}
footer .inner .col.no-border li.contact {
  height: 190px;
  clear: right;
  position: absolute;
  margin-bottom: 0;
  bottom: 0;
  color: #ffffff;
  line-height: 1.2;
  font-family: Roboto;
  font-style: italic;
  font-size: 12px;
}
footer .inner .col.no-border li.contact p {
  margin-bottom: 10px;
}
footer .inner .col.no-border li.contact p.title {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  font-style: normal;
}
footer .inner .col.no-border li.contact p.url {
  position: absolute;
  bottom: 2px;
  margin-bottom: 0;
}
footer .inner .col.last {
  width: 294px;
  height: 200px;
  margin-left: 0;
  border-right: none;
}
footer .inner .col.last .top,
footer .inner .col.last .bottom {
  height: 200px;
  float: right;
}
footer .inner .col.last .top .web_call_back,
footer .inner .col.last .top .direct_chat {
  display: block;
  width: 145px;
  height: 95px;
  line-height: 95px;
  vertical-align: middle;
  clear: both;
  background: #181818;
  padding-right: 140px;
  text-align: right;
}
footer .inner .col.last .top .web_call_back span,
footer .inner .col.last .top .direct_chat span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 1.5;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: roboto;
  text-align: right;
  vertical-align: middle;
}
footer .inner .col.last .top .web_call_back {
  background: #181818 url("../images/picto-callback.png") 190px -95px no-repeat;
  margin-bottom: 2px;
  transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -webkit-transition: all 100ms ease-in;
  background-size: 63px;
}
footer .inner .col.last .top .web_call_back:hover {
  background-position: 190px top;
}
footer .inner .col.last .top .direct_chat {
  background: #181818 url("../images/picto-chat.png") 190px -95px no-repeat;
  transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -webkit-transition: all 100ms ease-in;
  background-size: 70px;
}
footer .inner .col.last .top .direct_chat:hover {
  background-position: 190px top;
}
footer .inner .col.last .bottom {
  margin-top: 54px;
  height: 200px;
  display: block;
}
footer .inner .col.last .bottom .map {
  display: block;
  height: 190px;
  width: 285px;
  background: url("../images/footer-map.png") 0 0 no-repeat;
}
footer .inner .col li {
  clear: both;
  float: left;
  font-family: Roboto;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 5px;
}
footer .inner .col li.with_top_sep {
  margin-top: 30px;
}
footer .inner .col li a {
  color: #959595;
  text-transform: none;
}
footer .inner .col li a.title {
  color: #ffffff;
  text-transform: uppercase;
}
footer .inner .col li.last {
  margin-bottom: 0;
}
footer .inner .etab_notes {
  clear: both;
  float: right;
  color: #5b5b5b;
  font-size: 12px;
  font-family: Roboto;
  font-style: italic;
  width: 453px;
}
footer .inner .logo_footer_ctn {
  list-style: none;
  float: right;
  margin-top: 30px;
}
footer .inner .logo_footer_ctn li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
footer .inner .baseline-footer {
  clear: both;
  width: 100%;
  margin-top: 30px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  list-style: none;
}
footer .inner .baseline-footer li {
  display: inline;
}
footer .inner .baseline-footer li a,
footer .inner .baseline-footer li span {
  font-size: 12px;
  font-family: Roboto;
  font-style: italic;
  color: #ffffff;
}
footer .inner .baseline-footer li.copyright {
  margin-left: 80px;
}
.social_links_content_ctn {
  width: 100%;
  overflow: hidden;
  height: 115px;
  background-color: #003e6b;
}
.social_links_content_ctn .social_links_content {
  display: block;
  width: 960px;
  height: 115px;
  position: relative;
  /*left: 50%;
    margin-left: -480px;*/
  margin: 0 auto;
}
.social_links_content_ctn .social_links_content ul {
  list-style: none;
}
.social_links_content_ctn .social_links_content .account_details {
  float: left;
  width: 270px;
  height: 115px;
  line-height: 115px;
  vertical-align: middle;
  text-align: left;
}
.social_links_content_ctn .social_links_content .account_details .logo {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.social_links_content_ctn .social_links_content .account_details .details {
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 1.5;
  color: #0075bc;
  font-family: Roboto;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 25px;
  vertical-align: middle;
}
.social_links_content_ctn .social_links_content .separator {
  display: block;
  float: left;
  height: 38px;
  width: 1px;
  background: #0075bc;
  vertical-align: middle;
  margin-top: 39px;
}
.social_links_content_ctn .social_links_content .content {
  display: none;
  float: left;
  width: 689px;
  height: 115px;
  position: relative;
  line-height: 115px;
}
.social_links_content_ctn .social_links_content .content.selected {
  display: block;
}
.social_links_content_ctn .social_links_content .content .flux_text {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 38px;
  line-height: 1.5;
  width: 422px;
  color: #ffffff;
  font-family: Roboto;
  font-size: 13px;
  vertical-align: middle;
  padding-left: 67px;
}
.social_links_content_ctn .social_links_content .content .flux_text .date {
  color: #0075bc;
  margin-left: 10px;
}
.social_links_content_ctn .social_links_content .content .flux_text a {
  color: #ffffff;
}
.social_links_content_ctn .social_links_content .content .cta {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: auto;
  vertical-align: middle;
  padding-left: 21px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 17px;
  line-height: 1;
  font-family: "Roboto Condensed";
  font-weight: 700;
  background: url("../images/triangle_bleu.png") 0 center no-repeat;
  margin-left: 47px;
}
.social_links_content_ctn .social_links_content .content .picto {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 11px;
  height: 104px;
  line-height: 104px;
  vertical-align: middle;
  text-align: center;
}
.social_links_content_ctn .social_links_content .content .picto span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 17px;
}
.social_links_content_ctn .social_links_content .content .picto.facebook {
  width: 125px;
  background: url("../images/picto-sprite.png") -21px -391px no-repeat;
}
.social_links_content_ctn .social_links_content .content .picto.twitter {
  width: 125px;
  background: url("../images/picto-sprite.png") -229px -393px no-repeat;
}
.social_links_content_ctn .social_links_content .content .picto.linkedin {
  width: 125px;
  background: url("../images/picto-sprite.png") -436px -394px no-repeat;
}
.social_links_content_ctn .social_links_content .content .picto.youtube {
  width: 125px;
  background: url("../images/picto-sprite.png") -24px -597px no-repeat;
}
.social_links_content_ctn .social_links_content .content .picto.pinterest {
  width: 131px;
  background: url("../images/picto-sprite.png") -233px -597px no-repeat;
}
.social_links_content_ctn .social_links_content .content .picto.viadeo {
  width: 125px;
  background: url("../images/picto-sprite.png") -444px -594px no-repeat;
}
.social_links_nav_ctn {
  width: 100%;
  overflow: hidden;
  height: 50px;
  background-color: #0075bc;
}
.social_links_nav_ctn .social_links_nav {
  display: block;
  list-style: none;
  width: 960px;
  height: 50px;
  position: relative;
  /*left: 50%;
    margin-left: -480px;*/
  margin: 0 auto;
}
.social_links_nav_ctn .social_links_nav li {
  float: left;
  border-right: 1px solid #003e6b;
  width: 96px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
.social_links_nav_ctn .social_links_nav li.title {
  width: 377px;
  text-transform: uppercase;
  font-size: 17px;
  color: #003e6b;
}
.social_links_nav_ctn .social_links_nav li a {
  display: block;
  height: 50px;
  width: 96px;
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
}
.social_links_nav_ctn .social_links_nav li a.facebook {
  background: url("../images/picto-sprite.png") 42px -12px no-repeat;
}
.social_links_nav_ctn .social_links_nav li a.twitter {
  background: url("../images/picto-sprite.png") -70px -12px no-repeat;
}
.social_links_nav_ctn .social_links_nav li a.link {
  background: url("../images/picto-sprite.png") -182px -12px no-repeat;
}
.social_links_nav_ctn .social_links_nav li a.youtube {
  background: url("../images/picto-sprite.png") -295px -12px no-repeat;
}
.social_links_nav_ctn .social_links_nav li a.pint {
  background: url("../images/picto-sprite.png") -411px -12px no-repeat;
}
.social_links_nav_ctn .social_links_nav li a.viadeo {
  background: url("../images/picto-sprite.png") -523px -12px no-repeat;
}
.social_links_nav_ctn .social_links_nav li a:hover.facebook,
.social_links_nav_ctn .social_links_nav li a.selected.facebook {
  background: #003e6b url("../images/picto-sprite.png") 42px -143px no-repeat;
}
.social_links_nav_ctn .social_links_nav li a:hover.twitter,
.social_links_nav_ctn .social_links_nav li a.selected.twitter {
  background: #003e6b url("../images/picto-sprite.png") -70px -143px no-repeat;
}
.social_links_nav_ctn .social_links_nav li a:hover.link,
.social_links_nav_ctn .social_links_nav li a.selected.link {
  background: #003e6b url("../images/picto-sprite.png") -182px -143px no-repeat;
}
.social_links_nav_ctn .social_links_nav li a:hover.youtube,
.social_links_nav_ctn .social_links_nav li a.selected.youtube {
  background: #003e6b url("../images/picto-sprite.png") -295px -143px no-repeat;
}
.social_links_nav_ctn .social_links_nav li a:hover.pint,
.social_links_nav_ctn .social_links_nav li a.selected.pint {
  background: #003e6b url("../images/picto-sprite.png") -411px -143px no-repeat;
}
.social_links_nav_ctn .social_links_nav li a:hover.viadeo,
.social_links_nav_ctn .social_links_nav li a.selected.viadeo {
  background: #003e6b url("../images/picto-sprite.png") -523px -143px no-repeat;
}
/* --- PAGE ACTU --- */
.global_content {
  width: 1280px;
  position: relative;
  /*left: 50%;
  margin-left: -640px;*/
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 70px;
}
.global_content.home {
  background: #e5e5e5;
}
.global_content.home .home_carrousel_ctn {
  position: relative;
  z-index: 10;
  display: block;
  height: 745px;
  width: 1280px;
  overflow: hidden;
}
.global_content.home .home_carrousel_ctn .carrousel_slide_ctn {
  position: absolute;
  list-style: none;
  left: 0;
  top: 0;
  height: 745px;
  width: 1280px;
}
.global_content.home .home_carrousel_ctn .carrousel_slide_ctn > li {
  display: block;
  height: 745px;
  width: 1280px;
  float: left;
}
.global_content.home .home_carrousel_ctn .carrousel_info_ctn {
  width: 214px;
  padding-left: 160px;
  height: 151px;
  background: #0075bc;
  z-index: 20;
  position: absolute;
  bottom: 295px;
  left: 0;
  color: #ffffff;
  transition: height 150ms linear;
  -moz-transition: height 150ms linear;
  -webkit-transition: height 150ms linear;
}
.global_content.home .home_carrousel_ctn .carrousel_info_ctn ul {
  list-style: none;
  position: absolute;
  width: 214px;
  right: 0;
  top: 0;
}
.global_content.home .home_carrousel_ctn .carrousel_info_ctn ul li {
  display: block;
  width: 214px;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 150ms linear;
  -moz-transition: opacity 150ms linear;
  -webkit-transition: opacity 150ms linear;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
.global_content.home .home_carrousel_ctn .carrousel_info_ctn ul li.inactive {
  left: -20px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
.global_content.home .home_carrousel_ctn .carrousel_info_ctn .main_title {
  word-break: break-word;
  font-size: 35px;
  font-family: Roboto;
  font-weight: 100;
  line-height: 1;
  margin: 30px 0 10px 0;
  text-transform: uppercase;
}
.global_content.home .home_carrousel_ctn .carrousel_info_ctn .under_title {
  font-size: 19px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
.global_content.home .home_carrousel_ctn .carrousel_nav {
  z-index: 30;
  left: 365px;
  top: 396px;
}

/* slides mobiles */
.global_content.home .home_slides_mob{
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
}
.global_content.home .home_slides_mob a{
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
}
.global_content.home .home_slides_mob a img{
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.global_content.home .home_slides_mob a .encart{
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 30px;
  margin: -60px 0 0 0;
  text-align: center;
  color: #fff;
  background-color: #0075BC;
}
.global_content.home .home_slides_mob a .encart p{
  position: relative;
  width: 90%;
  height: auto;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 100;
  line-height: 30px;
  margin: 0 5%;
  text-transform: uppercase;
}



.global_content.home .home_content {
  overflow: hidden;
  width: 1120px;
  min-height: 400px;
  position: relative;
  z-index: 20;
  margin-top: -295px;
}
.global_content.home .home_content .top {
  height: 295px;
}
.global_content.home .home_content .video_top_ctn {
  width: 285px;
  height: 295px;
  text-align: center;
  position: relative;
}
.global_content.home .home_content .video_top_ctn img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10px;
}
.global_content.home .home_content .video_top_ctn .play_btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  z-index: 20;
  height: 58px;
  width: 58px;
  background: url("../images/play_btn.png") 0 0 no-repeat;
  margin-top: 110px;
}
.global_content.home .home_content .video_top_ctn .text_info {
  margin-top: 10px;
  position: relative;
  z-index: 20;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-family: Roboto;
  font-weight: 900;
  line-height: 1;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  text-shadow: 1px 1px 2px #652f12;
  text-transform: uppercase;
}
.global_content.home .home_content .center {
  min-height: 594px;
  overflow: hidden;
  background-color: #fff;
}
.global_content.home .home_content .center .push_actu_ctn {
  width: 675px;
  min-height: 594px;
  padding-left: 160px;
  background: #ffffff;
  float: left;
}
.global_content.home .home_content .center .push_actu_ctn .discover_push {
  clear: both;
  display: block;
  margin-top: 40px;
  background: url("../images/discover-pusg-bg.jpg") 0 0 no-repeat;
  width: 638px;
  height: 132px;
  line-height: 132px;
  text-align: center;
  text-transform: uppercase;
}
.global_content.home .home_content .center .push_actu_ctn .discover_push p {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  font-family: "Roboto Condensed";
  font-size: 28px;
  font-weight: 700;
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
.global_content.home .home_content .center .push_actu_ctn .discover_push p span {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
}
.global_content.home .home_content .center .push_actu_ctn .discover_push:hover p {
  line-height: 27px;
}
.global_content.home .home_content .center .push_actu_ctn h2 {
  color: #0c72b4;
  font-size: 45px;
  font-family: Roboto;
  font-weight: 100;
  padding: 33px 0 13px 0;
  text-transform: uppercase;
}
.global_content.home .home_content .center .push_actu_ctn .btn_ctn {
  clear: both;
  text-align: center;
  padding-bottom: 20px;
}
.global_content.home .home_content .center .push_actu_ctn .btn_ctn .show_all_btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #000000;
  color: #ffffff;
  font-family: "Roboto Condensed";
  font-size: 13px;
  padding: 0 20px;
  text-transform: uppercase;
  height: 37px;
  line-height: 37px;
  margin-top: 40px;
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
.global_content.home .home_content .center .push_actu_ctn .btn_ctn .show_all_btn:hover {
  background-color: #0970b3;
}
.global_content.home .home_content .center .push_actu_ctn > .push_actu_list {
  display: block;
  list-style: none;
  width: 675px;
}
.global_content.home .home_content .center .push_actu_ctn > .push_actu_list > li {
  width: 212px;
  height: 375px;
  margin-right: 1px;
  position: relative;
  float: left;
  margin-bottom:25px;
}
.global_content.home .home_content .center .push_actu_ctn > .push_actu_list > li .img_ctn {
  position: relative;
  width: 212px;
  height: 240px;
  display: block;
  overflow: hidden;
}
.global_content.home .home_content .center .push_actu_ctn > .push_actu_list > li .img_ctn img {
  display: block;
  transition: all 3s ease-out;
  -moz-transition: all 3s ease-out;
  -webkit-transition: all 3s ease-out;
  -webkit-transform: rotate3d(0, 0, 1, 0.1deg);
  -moz-transform: rotate3d(0, 0, 1, 0.1deg);
  -o-transform: rotate3d(0, 0, 1, 0.1deg);
  -ms-transform: rotate3d(0, 0, 1, 0.1deg);
  transform: rotate3d(0, 0, 1, 0.1deg);
}
.global_content.home .home_content .center .push_actu_ctn > .push_actu_list > li .img_ctn:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.global_content.home .home_content .center .push_actu_ctn > .push_actu_list > li .text_info {
  font-family: Roboto;
  color: #7e7e7e;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 25px;
  width: 170px;
}
.global_content.home .home_content .center .push_actu_ctn > .push_actu_list > li .know_more_btn {
  color: #005983;
  font-size: 12px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  display: block;
  /*position: absolute;
                left: 0;
                bottom: 0;*/
  text-transform: uppercase;
}
.global_content.home .home_content .center > .aside {
  width: 285px;
  height: auto;
  float: left;
}
.global_content.home .home_content .center > .aside .calendar_ctn {
  width: 285px;
  height: 326px;
  background: #003e6b;
}

.global_content.home .home_content .center > .aside .calendar_ctn a{
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}
.global_content.home .home_content .center > .aside .calendar_ctn a img{
  float: left;
  position: relative;
  width: 100%;
  height:  auto;
}


.global_content.home .home_content .center > .aside .edito{
	position:relative;
	width:100%;
	height:381px;
	min-height:100px;
	background-color:#fff;
	padding:15px 0;
}
.global_content.home .home_content .center > .aside .edito img{
	position:relative;
	width:90%;
	height:auto;
	margin:0 5%;
}
.global_content.home .home_content .center > .aside .edito p{
	position:relative;
	width:90%;
	height:auto;
	margin:5px 5%;
	color:#333;
	text-align:center;
	font-size:12px;
}
.global_content.home .home_content .center > .aside .edito h2{
	position:relative;
	width:90%;
	height:auto;
	margin:5px 5%;
	text-align:center;
	color:#066EB2;
}
.global_content.home .home_content .center > .aside .edito a{
	color: #0C72B4;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 100;
	padding: 0;
	text-transform: uppercase;
	width:90%;
	margin:5px 5%;
	text-align:center;
}


.global_content.home .home_content .center > .aside .cursus_push {
  display: block;
  height: 134px;
  line-height: 134px;
  width: 285px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
}
.global_content.home .home_content .center > .aside .cursus_push.ingenieur {
  background: #59265c url("../images/picto-cursus-inge.png") center center no-repeat;
}
.global_content.home .home_content .center > .aside .cursus_push.prepa {
  background: #f5aa00 url("../images/picto-cursus-prepa.png") center center no-repeat;
}
.global_content.home .home_content .center > .aside .cursus_push a {
  line-height: 1;
  vertical-align: middle;
  color: #ffffff;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.global_content.home .home_content .center > .aside .cursus_push a .cursus {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
}
.global_content.home .home_content .center > .aside .cursus_push a .stoke {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-family: Roboto;
  font-size: 20px;
  position: relative;
  bottom: 6px;
  line-height: 0.5;
}
.global_content.home .home_content .center > .aside .cursus_push a .type {
  font-family: Roboto;
  font-size: 25px;
  text-transform: uppercase;
}
.global_content.home .home_content .bottom {
  width: 960px;
  margin-left: 160px;
  background: #ffffff;
  min-height: 200px;
  margin-top: 50px;
}
.global_content.home .home_content .bottom > .header_pict_ctn {
  width: 960px;
  height: 272px;
  position: relative;
}
.global_content.home .home_content .bottom > .header_pict_ctn img {
  display: block;
  width: 960px;
  height: 272px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.global_content.home .home_content .bottom > .header_pict_ctn > .details {
  position: relative;
  z-index: 20;
  line-height: 1;
  padding: 43px 0 0 50px;
  font-family: Roboto;
  font-weight: 900;
  font-size: 35px;
  color: #000000;
  text-transform: uppercase;
}
.global_content.home .home_content .bottom > .header_pict_ctn > .details span {
  color: #0075bc;
  font-size: 47px;
}
.global_content.home .home_content .bottom .pres_description {
  padding: 30px 50px;
  overflow: hidden;
}
.global_content.home .home_content .bottom .pres_description .bloc_text {
  float: left;
  width: 376px;
  font-family: Roboto;
  font-size: 13px;
  color: #777777;
  line-height: 24px;
  margin-top: 16px;
}
.global_content.home .home_content .bottom .pres_description .bloc_text .first_letter {
  color: #0075bc;
  font-size: 51px;
  font-family: roboto;
}
.global_content.home .home_content .bottom .pres_description .bloc_text:first-child {
  margin-right: 80px;
  margin-top: 0;
}
.global_content.home .home_content .bottom .inter-title {
  position: relative;
  width: 860px;
  border-top: 1px solid #9ec7e1;
  height: 30px;
  line-height: 30px;
  text-align: center;
  clear: both;
  margin: 37px 50px 24px 50px;
}
.global_content.home .home_content .bottom .inter-title > .title {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  top: -50%;
  background: #ffffff;
  font-weight: 100;
  padding: 0 40px;
  font-size: 25px;
  text-transform: uppercase;
  color: #0c72b4;
  font-family: Roboto;
}
.global_content.home .home_content .bottom .inter-title > .title span {
  color: #515151;
}
.global_content.home .home_content .bottom .chiffre_carrousel_ctn {
  height: 236px;
  overflow: hidden;
  position: relative;
}
.global_content.home .home_content .bottom .chiffre_carrousel_ctn .prev_btn {
  width: 14px;
  height: 22px;
  display: block;
  position: absolute;
  left: 110px;
  top: 40px;
  background: url("../images/carrousel/chiffres/prev.png") 0 0 no-repeat;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
.global_content.home .home_content .bottom .chiffre_carrousel_ctn .prev_btn:hover {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
.global_content.home .home_content .bottom .chiffre_carrousel_ctn .next_btn {
  width: 15px;
  height: 23px;
  display: block;
  position: absolute;
  right: 110px;
  top: 40px;
  background: url("../images/carrousel/chiffres/next.png") 0 0 no-repeat;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
.global_content.home .home_content .bottom .chiffre_carrousel_ctn .next_btn:hover {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
.global_content.home .home_content .bottom .chiffre_carrousel_ctn .carrousel_mask {
  overflow: hidden;
  width: 621px;
  float: left;
  position: relative;
  height: 226px;
  margin-left: 169px;
}
.global_content.home .home_content .bottom .chiffre_carrousel_ctn .carrousel_mask .wrapper {
  list-style: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.global_content.home .home_content .bottom .chiffre_carrousel_ctn .carrousel_mask .wrapper > div {
  height: 226px;
  width: 101px;
  margin-right: 29px;
  display: block;
  float: left;
  text-align: center;
}
.global_content.home .home_content .bottom .chiffre_carrousel_ctn .carrousel_mask .wrapper > div img {
  display: inline-block;
  zoom: 1;
  *display: inline;
  display: block;
  height: 101px;
  width: 101px;
}
.global_content.home .home_content .bottom .chiffre_carrousel_ctn .carrousel_mask .wrapper > div .number {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 35px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #0075bc;
  line-height: 1;
  margin-top: 2px;
  width: 100%;
}
.global_content.home .home_content .bottom .chiffre_carrousel_ctn .carrousel_mask .wrapper > div .infos {
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #0075bc;
  font-size: 15px;
  font-family: Roboto;
  line-height: 1.1;
}
.global_content.actu {
  background: #e5e5e5;
}
.global_content.actu .filter_content_ctn {
  position: absolute;
  top: 110px;
  right: 160px;
  z-index: 200;
  text-transform: uppercase;
  width: 304px;
}
.global_content.actu .filter_content_ctn span {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 252px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-weight: 700;
  padding-left: 33px;
  background: #0970b3;
}
.global_content.actu .filter_content_ctn .filter_btn {
  display: block;
  position: absolute;
  top: 12px;
  right: 0;
  height: 38px;
  width: 38px;
  background: #003e6b url("../images/picto-down.png") center center no-repeat;
  z-index: 20;
  transition: background-position 100ms linear;
  -moz-transition: background-position 100ms linear;
  -webkit-transition: background-position 100ms linear;
}
.global_content.actu .filter_content_ctn .filter_btn:hover {
  background-position: center 20px;
}
.global_content.actu .filter_content_ctn .filter_list_ctn {
  display: none;
  list-style: none;
  width: 304px;
  max-height: 500px;
  overflow: scroll;
  background: #0970b3;
  position: absolute;
  top: 50px;
  left: 0;
}
.global_content.actu .filter_content_ctn .filter_list_ctn li {
  height: 40px;
  display: block;
  position: relative;
  transition: background-color 150ms linear;
  -moz-transition: background-color 150ms linear;
  -webkit-transition: background-color 150ms linear;
}
.global_content.actu .filter_content_ctn .filter_list_ctn li.loading,
.global_content.actu .filter_content_ctn .filter_list_ctn li.impair.loading {
  background: #003e6b url(../images/loading.gif) 99% 50% no-repeat;
}
.global_content.actu .filter_content_ctn .filter_list_ctn li .color {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 10px;
  z-index: 1;
}
.global_content.actu .filter_content_ctn .filter_list_ctn li .color.yellow {
  background: #fdb813;
}
.global_content.actu .filter_content_ctn .filter_list_ctn li .color.lightblue {
  background: #237fbb;
}
.global_content.actu .filter_content_ctn .filter_list_ctn li .color.darkblue {
  background: #003e6b;
}
.global_content.actu .filter_content_ctn .filter_list_ctn li .color.blue {
  background: #0970b3;
}
.global_content.actu .filter_content_ctn .filter_list_ctn li .color.darkgreen {
  background: #099db3;
}
.global_content.actu .filter_content_ctn .filter_list_ctn li .color.green {
  background: #09adad;
}
.global_content.actu .filter_content_ctn .filter_list_ctn li .color.darkerblue {
  background: #004f7d;
}
.global_content.actu .filter_content_ctn .filter_list_ctn li .color.purple1 {
  background: #342e68;
}
.global_content.actu .filter_content_ctn .filter_list_ctn li .color.purple2 {
  background: #59265c;
}
.global_content.actu .filter_content_ctn .filter_list_ctn li .color.purple3 {
  background: #4e265c;
}
.global_content.actu .filter_content_ctn .filter_list_ctn li.impair {
  background-color: #237fbb;
}
.global_content.actu .filter_content_ctn .filter_list_ctn li a {
  line-height: 40px;
  color: #ffffff;
  font-family: "Roboto Condensed";
  font-size: 12px;
  font-weight: 700;
  display: block;
  padding-left: 23px;
  margin-left: 29px;
  background: url("../images/picto-select-fade.png") left center no-repeat;
  transition: background-position 100ms linear;
  -moz-transition: background-position 100ms linear;
  -webkit-transition: background-position 100ms linear;
}
.global_content.actu .filter_content_ctn .filter_list_ctn li:hover {
  background-color: #003e6b;
}
.global_content.actu .filter_content_ctn .filter_list_ctn li:hover a {
  background: url("../images/picto-select-white.png") 7px center no-repeat;
}
.global_content.actu h1 {
  position: relative;
  z-index: 10;
  display: block;
  height: 240px;
  background: #cee2f0;
  color: #0970b3;
  font-size: 55px;
  font-family: Roboto;
  font-weight: 100;
  text-transform: uppercase;
  padding: 55px 160px;
  line-height: 42px;
}
.global_content.actu h1 span {
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-weight: 700;
  margin-left: 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 1;
}
.global_content.actu .main_top_picture {
  position: relative;
  z-index: 10;
  display: block;
  height: 580px;
  width: 1280px;
}
.global_content.actu .main_top_picture img {
  width: 1280px;
  height: 580px;
  display: block;
}
.global_content.actu .content {
  overflow: hidden;
  background: #ffffff;
  width: 960px;
  padding: 0 0 0 160px;
  position: relative;
  z-index: 20;
  margin-top: -190px;
}
.global_content.actu .content.error {
  height: 500px;
}
.global_content.actu .content.all_actu_ctn {
  margin-top: 0;
}
.global_content.actu .content.cycle {
  background: #f5f5f5;
  width: 1120px;
  padding-left: 0;
}
.global_content.actu .content h2 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 45px;
  color: #0970b3;
  font-family: Roboto;
  font-weight: 100;
  line-height: 1;
  text-transform: uppercase;
}
.global_content.actu .content h2.no_height {
  height: auto;
  padding-bottom: 30px;
}
.global_content.actu .content .article_content h2 {
  font-size: 25px!important;
}
.global_content.actu .content .article_content {
  width: 910px;
  font-size: 13px;
  color: #7e7e7e;
  font-family: Roboto;
  line-height: 20px;
  padding-bottom: 30px;
  clear: both;
}
.global_content.actu .content .article_content .first_letter {
  color: #fdb813;
  font-size: 45px;
  text-transform: uppercase;
}
.global_content.actu .content .article_content .first_letter.blue {
  color: #0970b3;
}
.global_content.actu .content .article_content .center_text {
  text-align: center;
}
.global_content.actu .content .article_content .img_ctn {
  display: block;
  position: relative;
  z-index: 10;
}
.global_content.actu .content .article_content .img_ctn.left {
  float: left;
  margin: 0 40px 30px 0;
}
.global_content.actu .content .article_content .img_ctn.right {
  float: right;
  margin: 0 0 40px 40px;
}
.global_content.actu .content .article_content .img_ctn img {
  display: block;
}
.global_content.actu .content .article_content .date_ctn {
  display: inline-block;
}
.global_content.actu .content .article_content li span.yellow {
  color: #fdb813;
}
.global_content.actu .content .article_content a:link,
.global_content.actu .content .article_content a:visited {
  color: #0075bc;
}
.global_content.actu .content .article_content a:hover {
  color: #004270;
}
.global_content.actu .content .article_content img {
  display: block;
}
.global_content.actu .content .article_content img.alignleft {
  float: left;
  margin: 0 40px 30px 0;
}
.global_content.actu .content .article_content img.alignright {
  float: right;
  margin: 0 0 30px 40px;
}
.global_content.actu .content .article_content .first_letter {
  color: #fdb813;
  font-size: 45px;
  text-transform: uppercase;
}
.global_content.actu .content .article_content ul {
  margin-left: 10px;
  list-style-image: url(../images/bullet.png);
}
.global_content.actu .content .article_content ul.carrousel_slide_ctn {
  margin-left: 0;
}
.global_content.actu .content .article_content ul.list_ctn {
  margin-left: 29px;
  list-style: none;
}
.global_content.actu .content .article_content ul.list_ctn a:link,
.global_content.actu .content .article_content ul.list_ctn a:visited {
  color: #ffffff;
}
.global_content.actu .content .article_content ul.list_ctn a:hover {
  color: #ffffff;
}
.global_content.actu .content .article_content ul.list {
  list-style: none;
  margin-left: 0;
}
.global_content.actu .content .article_content h3 {
  margin-top: 35px;
}
.global_content.actu .content .article_content blockquote > * {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.global_content.actu .content .article_content blockquote > *:before {
  content: "« ";
  display: inline;
}
.global_content.actu .content .article_content blockquote > *:after {
  content: " »";
  display: inline;
}
.global_content.actu .content .article_content h2.nomargin,
.global_content.actu .content .article_content h3.nomargin {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.global_content.actu .content .article_content hr {
  clear: both;
  margin: 0;
  border: none;
  height: 0;
}
.global_content.actu .content .article_content iframe[align=left] {
  float: left;
  margin: 0 40px 30px 0;
}
.global_content.actu .content .article_content iframe[align=right] {
  float: right;
  margin: 0 0 40px 40px;
}
.global_content.actu .content .article_content h4 {
  font-size: 13px;
  color: #7E7E7E;
  font-family: "Roboto Condensed";
  font-style: 400;
  line-height: 20px;
  text-transform: uppercase;
}
.global_content.actu .content .article_content h3 {
  color: #fdb813;
  font-size: 19px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.global_content.actu .content .article_content h3.center_text {
  text-align: center;
  padding: 10px 0;
}
.global_content.actu .content .article_content h3.bigger {
  font-size: 25px;
  line-height: 1.1;
}
.global_content.actu .content .article_content .intervenants div {
  float: left;
  width: 208px;
  height: 66px;
  margin-right: 10px;
}
.global_content.actu .content .article_content .intervenants div.student {
  background: url("../images/meeting-student.png") left top #f5f5f5;
}
.global_content.actu .content .article_content .intervenants div.teacher {
  background: url("../images/meeting-teacher.png") left top #f5f5f5;
}
.global_content.actu .content .article_content .intervenants div p {
  color: #7e7e7e;
  font-weight: 700;
  line-height: 66px;
  margin: 0 20px;
}
.global_content.actu .content .article_content .list_meetings {
  margin-top: 25px;
  font-family: "Roboto Condensed";
}
.global_content.actu .content .article_content .list_meetings li {
  color: #ffffff;
  display: block;
  float: left;
  height: 40px;
  overflow: hidden;
  width: 365px;
  line-height: 40px;
  font-size: 12px;
  padding: 0 30px;
  margin-right: 50px;
  background: #0970b3 url("../images/picto-select-fade.png") 400px center no-repeat;
}
.global_content.actu .content .article_content .list_meetings li.last {
  margin-right: 0;
}
.global_content.actu .content .article_content .list_meetings li.pair {
  background-color: #237fbb;
}
.global_content.actu .content .article_content .list_meetings li.hidden {
  display: none;
}
.global_content.actu .content .article_content .list_meetings li span {
  float: left;
}
.global_content.actu .content .article_content .list_meetings li a {
  color: #ffffff;
  display: inline-block;
  height: 40px;
  width: 245px;
  line-height: 40px;
  font-size: 12px;
  padding-left: 24px;
}
.global_content.actu .content .article_content .list_meetings li a:link {
  color: #ffffff;
}
.global_content.actu .content .article_content.meeting_blue {
  width: 960px;
}
.global_content.actu .content .article_content.meeting_blue h3 {
  color: #0865a2;
}
.global_content.actu .content .article_content.meeting_blue .btn {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 455px;
  text-transform: uppercase;
  color: #ffffff;
  background: #003e6b;
  font-size: 12px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  margin-top: 30px;
  margin-left: 10px;
  width: 425px;
}
.global_content.actu .content .article_content.meeting_blue .btn.center {
  margin-left: auto;
  margin-right: auto;
}
.global_content.actu .content .article_content .column-left,
.global_content.actu .content .article_content .column-right {
  width: 470px;
  float: left;
}
.global_content.actu .content.article_with_main_pict {
  margin-top: -240px;
  padding-bottom: 50px;
}
.global_content.actu .content.article_with_main_pict h2 {
  height: auto;
  margin-bottom: 20px;
}
.global_content.actu .content.article_with_main_pict .article_chapo {
  width: 783px;
  font-size: 15px;
  color: #0e0e0e;
  font-family: Roboto;
  line-height: 1.5;
  min-height: 84px;
  /*margin-bottom: 20px;*/
}
.global_content.actu .content.article_with_main_pict .article_chapo.no-height {
  height: auto;
  padding-bottom: 0;
}
.global_content.actu .content.article_with_main_pict .article_chapo.full-width {
  width: 920px;
}
.global_content.actu .content.article_with_main_pict .article_chapo a:link,
.global_content.actu .content.article_with_main_pict .article_chapo a:visited {
  color: #0075BC;
}
.global_content.actu .content.article_with_main_pict .article_chapo a:hover {
  color: #004270;
}
.global_content.actu .content.article_with_main_pict .phototeque_ctn {
  clear: both;
  width: 912px;
  padding-bottom: 35px;
  overflow: hidden;
}
.global_content.actu .content.article_with_main_pict .phototeque_ctn .col {
  width: 228px;
  float: left;
}
.global_content.actu .content.article_with_main_pict .phototeque_ctn img {
  float: left;
  width: 227px;
  margin: 0 1px 1px 0;
}
.global_content.actu .content.article_with_main_pict .show_more_pict_btn {
  display: block;
  float: left;
  margin-left: 228px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 455px;
  text-transform: uppercase;
  color: #ffffff;
  background: #003e6b;
  font-size: 12px;
  font-family: "Roboto Condensed";
  font-weight: 700;
}
.global_content.actu .content.article_with_main_pict .show_more_pict_btn.loading {
  background: #003e6b url(../images/loading.gif) 50% 50% no-repeat;
}
.global_content.actu .content.article_with_main_pict .list_ctn {
  list-style: none;
  display: block;
}
.global_content.actu .content.article_with_main_pict .list_ctn .bloc_ctn {
  width: 227px;
  height: 420px;
  margin: 0 1px 5px 0;
  float: left;
  position: relative;
}
.global_content.actu .content.article_with_main_pict .list_ctn .bloc_ctn .img_ctn {
  display: block;
  width: 227px;
  height: 248px;
  position: relative;
  overflow: hidden;
}
.global_content.actu .content.article_with_main_pict .list_ctn .bloc_ctn .img_ctn img {
  display: block;
  transition: all 3s ease-out;
  -moz-transition: all 3s ease-out;
  -webkit-transition: all 3s ease-out;
  -webkit-transform: rotate3d(0, 0, 1, 0.1deg);
  -moz-transform: rotate3d(0, 0, 1, 0.1deg);
  -o-transform: rotate3d(0, 0, 1, 0.1deg);
  -ms-transform: rotate3d(0, 0, 1, 0.1deg);
  transform: rotate3d(0, 0, 1, 0.1deg);
}
.global_content.actu .content.article_with_main_pict .list_ctn .bloc_ctn .img_ctn img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.global_content.actu .content.article_with_main_pict .list_ctn .bloc_ctn > .title {
  font-size: 19px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #fdb813;
  line-height: 1.1;
  display: block;
  width: 187px;
  padding: 30px 0 5px 0;
  text-transform: uppercase;
}
.global_content.actu .content.article_with_main_pict .list_ctn .bloc_ctn > .details {
  font-size: 13px;
  font-family: Roboto;
  font-weight: 400;
  color: #7e7e7e;
  width: 187px;
  padding-bottom: 8px;
}
.global_content.actu .content.article_with_main_pict .list_ctn .bloc_ctn > .know_more_btn {
  color: #005983;
  font-size: 12px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  display: block;
  /*position: absolute;
              left: 0;
              bottom: 0;*/
  text-transform: uppercase;
}
.global_content.actu .content.article_with_main_pict .list_ctn.majeures {
  margin-bottom: 10px;
  float: left;
  clear: both;
}
.global_content.actu .content.article_with_main_pict .list_ctn.majeures .bloc_ctn {
  height: 420px;
  margin: 30px 1px 0 0;
  float: left;
  position: relative;
}
.global_content.actu .content.article_with_main_pict .list_ctn.majeures .bloc_ctn > .title {
  font-size: 19px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  line-height: 1.1;
  width: 189px;
  padding: 30px 0 5px 0;
  text-transform: uppercase;
}
.global_content.actu .content.article_with_main_pict .list_ctn.majeures .bloc_ctn > .title.inge {
  color: #fdb813;
}
.global_content.actu .content.article_with_main_pict .list_ctn.majeures .bloc_ctn > .title.prepa {
  color: #59265c;
}
.global_content.actu .content.article_with_main_pict .list_ctn.majeures .bloc_ctn > .details {
  font-size: 13px;
  font-family: Roboto;
  font-weight: 400;
  color: #7e7e7e;
  width: 189px;
  padding-bottom: 30px;
}
.global_content.actu .content.article_with_main_pict .list_ctn.majeures .bloc_ctn > .know_more_btn {
  color: #005983;
  font-size: 12px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  display: block;
  /*position: absolute;
                left: 0;
                bottom: 0;*/
  text-transform: uppercase;
}
.global_content.actu .content.article_with_main_pict .list_ctn.programmes .bloc_ctn {
  width: 454px;
  height: 414px;
  margin: 0 1px 5px 0;
  float: left;
  position: relative;
}
.global_content.actu .content.article_with_main_pict .list_ctn.programmes .bloc_ctn .img_ctn {
  width: 454px;
  height: 240px;
  position: relative;
  overflow: hidden;
}
.global_content.actu .content.article_with_main_pict .list_ctn.programmes .bloc_ctn .img_ctn img {
  display: block;
  transition: all 3s ease-out;
  -moz-transition: all 3s ease-out;
  -webkit-transition: all 3s ease-out;
  -webkit-transform: rotate3d(0, 0, 1, 0.1deg);
  -moz-transform: rotate3d(0, 0, 1, 0.1deg);
  -o-transform: rotate3d(0, 0, 1, 0.1deg);
  -ms-transform: rotate3d(0, 0, 1, 0.1deg);
  transform: rotate3d(0, 0, 1, 0.1deg);
}
.global_content.actu .content.article_with_main_pict .list_ctn.programmes .bloc_ctn .img_ctn img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.global_content.actu .content.article_with_main_pict .list_ctn.programmes .bloc_ctn > .title {
  font-size: 19px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  line-height: 1.1;
  width: 367px;
  padding: 30px 0 5px 0;
  text-transform: uppercase;
}
.global_content.actu .content.article_with_main_pict .list_ctn.programmes .bloc_ctn > .title.inge {
  color: #fdb813;
}
.global_content.actu .content.article_with_main_pict .list_ctn.programmes .bloc_ctn > .title.prepa {
  color: #59265c;
}
.global_content.actu .content.article_with_main_pict .list_ctn.programmes .bloc_ctn > .details {
  font-size: 13px;
  font-family: Roboto;
  font-weight: 400;
  color: #7e7e7e;
  width: 367px;
  padding-bottom: 30px;
}
.global_content.actu .content.article_with_main_pict .list_ctn.programmes .bloc_ctn > .know_more_btn {
  color: #005983;
  font-size: 12px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  display: block;
  /*position: absolute;
                left: 0;
                bottom: 0;*/
  text-transform: uppercase;
}
.global_content.actu .content .inter-title {
  position: relative;
  width: 100%;
  border-top: 1px solid #d8d8d8;
  height: 20px;
  line-height: 20px;
  text-align: center;
  clear: both;
  margin: 67px 0 40px 0;
}
.global_content.actu .content .inter-title.small {
  width: 640px;
}
.global_content.actu .content .inter-title > .title {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  top: -50%;
  background: #ffffff;
  padding: 0 37px;
  font-size: 18px;
  text-transform: uppercase;
  color: #7e7e7e;
  font-family: Roboto;
}
.global_content.actu .content .inter-title.majeures {
  border-top: 1px solid #066eb2;
  margin: 25px 0 40px 0;
}
.global_content.actu .content .inter-title.majeures > .title {
  color: #066eb2;
  font-size: 25px;
  font-weight: 100;
}
.global_content.actu .content .inter-title.valeurs {
  border-top: 1px solid #066eb2;
  margin: 25px 0 5px 0;
  height: 50px;
}
.global_content.actu .content .inter-title.valeurs > .title {
  color: #066eb2;
  font-size: 25px;
  font-weight: 100;
  line-height: 25px;
}
.global_content.actu .content .actu_carrousel_ctn {
  width: 910px;
  height: 590px;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.global_content.actu .content .actu_carrousel_ctn.small {
  width: 640px;
}
.global_content.actu .content .actu_carrousel_ctn .carrousel_slide_ctn {
  list-style: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.global_content.actu .content .actu_carrousel_ctn .carrousel_slide_ctn > li {
  width: 910px;
  height: 590px;
  display: block;
  float: left;
}
.global_content.actu .content .actu_carrousel_ctn .carrousel_slide_ctn > li img {
  display: block;
}
.global_content.actu .content .actu_carrousel_ctn.noLegend .carrousel_info_ctn {
  width: 0;
  padding: 0;
}
.global_content.actu .content .actu_carrousel_ctn.noLegend .carrousel_nav {
  left: 0;
}
.global_content.actu .content .actu_carrousel_ctn .carrousel_info_ctn {
  margin-left: 0;
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: 0;
  background: #00426b;
  width: 339px;
  height: 63px;
  padding: 10px 42px;
  color: #ffffff;
  transition: height 150ms linear;
  -moz-transition: height 150ms linear;
  -webkit-transition: height 150ms linear;
  list-style: none;
}
.global_content.actu .content .actu_carrousel_ctn .carrousel_info_ctn .slide_title {
  font-family: "Roboto Condensed";
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.global_content.actu .content .actu_carrousel_ctn .carrousel_info_ctn .credit {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
}
.global_content.actu .content .actu_carrousel_ctn .carrousel_info_ctn li {
  position: absolute;
  top: 30px;
  left: 42px;
  right: 50px;
  transition: opacity 150ms linear;
  -moz-transition: opacity 150ms linear;
  -webkit-transition: opacity 150ms linear;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
.global_content.actu .content .actu_carrousel_ctn .carrousel_info_ctn li.inactive {
  left: 10px;
  right: 20px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
.global_content.actu .content .actu_carrousel_ctn .carrousel_nav {
  z-index: 30;
  bottom: 0;
  left: 382px;
}
.global_content.actu .content > .center_content {
  padding-right: 35px;
  width: 640px;
  float: left;
  padding-bottom: 65px;
}
.global_content.actu .content > .center_content.cycle {
  padding-left: 160px;
  background: #ffffff;
  padding-bottom: 30px;
}
.global_content.actu .content > .center_content h2 {
  font-size: 35px;
  color: #0970b3;
  font-family: Roboto;
  font-weight: 100;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 35px;
  display: inline-block;
}
.global_content.actu .content > .center_content h2.cycle_title {
  margin-bottom: 24px;
}
.global_content.actu .content > .center_content h3 {
  color: #fdb813;
  font-size: 20px;
  font-family: "Roboto Condensed";
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.global_content.actu .content > .center_content .cycle_description_content {
  width: 640px;
  font-size: 13px;
  color: #7e7e7e;
  font-family: Roboto;
  line-height: 20px;
  padding-bottom: 40px;
}
.global_content.actu .content > .center_content .cycle_description_content b {
  text-transform: uppercase;
  color: #fdb813;
  font-weight: 400;
}
.global_content.actu .content > .center_content .img_ctn {
  display: block;
  position: relative;
  z-index: 10;
}
.global_content.actu .content > .center_content .img_ctn.pict-majeure {
  clear: both;
  display: block;
  margin: 5px 0 30px 0;
}
.global_content.actu .content > .center_content .img_ctn img {
  display: block;
}
.global_content.actu .content > .center_content .article_content {
  width: 640px;
  font-size: 13px;
  color: #7e7e7e;
  font-family: Roboto;
  line-height: 20px;
  padding-bottom: 48px;
}
.global_content.actu .content > .center_content .article_content .first_letter {
  color: #fdb813;
  font-size: 45px;
  text-transform: uppercase;
}
.global_content.actu .content > .center_content .article_content .img_ctn {
  display: block;
  position: relative;
  z-index: 10;
}
.global_content.actu .content > .center_content .article_content .img_ctn.left {
  float: left;
  margin: 0 40px 30px 0;
}
.global_content.actu .content > .center_content .article_content .img_ctn.right {
  float: right;
  margin: 0 0 40px 40px;
}
.global_content.actu .content > .center_content .article_content .img_ctn.block {
  clear: both;
  display: block;
}
.global_content.actu .content > .center_content .article_content .img_ctn.pict-majeure {
  margin-bottom: 30px;
}
.global_content.actu .content > .center_content .article_content .img_ctn img {
  display: block;
}
.global_content.actu .content > .aside {
  background: #f5f5f5;
  width: 225px;
  min-height: 400px;
  float: left;
  padding: 25px 30px 65px 30px;
  margin-bottom: 65px;
}
.global_content.actu .content > .aside h2 {
  color: #000000;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 25px;
}
.global_content.actu .content > .aside .list_ctn {
  list-style: none;
  display: block;
}
.global_content.actu .content > .aside .list_ctn .bloc_ctn {
  width: 225px;
  float: left;
}
.global_content.actu .content > .aside .list_ctn .bloc_ctn .img_ctn {
  width: 225px;
  height: 120px;
  position: relative;
  display: block;
  overflow: hidden;
}
.global_content.actu .content > .aside .list_ctn .bloc_ctn .img_ctn img {
  display: block;
  transition: all 3s ease-out;
  -moz-transition: all 3s ease-out;
  -webkit-transition: all 3s ease-out;
  -webkit-transform: rotate3d(0, 0, 1, 0.1deg);
  -moz-transform: rotate3d(0, 0, 1, 0.1deg);
  -o-transform: rotate3d(0, 0, 1, 0.1deg);
  -ms-transform: rotate3d(0, 0, 1, 0.1deg);
  transform: rotate3d(0, 0, 1, 0.1deg);
}
.global_content.actu .content > .aside .list_ctn .bloc_ctn .img_ctn img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.global_content.actu .content > .aside .list_ctn .bloc_ctn > .title {
  display: block;
  font-size: 12px;
  font-family: Roboto;
  font-weight: 700;
  color: #7e7e7e;
  width: 210px;
  padding: 15px 0 5px 0;
}
.global_content.actu .content > .aside .list_ctn .bloc_ctn > .details {
  display: block;
  font-size: 12px;
  font-family: Roboto;
  font-weight: 400;
  color: #7e7e7e;
  width: 210px;
  padding-bottom: 25px;
}
.global_content.actu .content > .aside .cta {
  width: 100%;
  text-align: center;
  padding: 0;
  margin-top: 10px;
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
.global_content.actu .content > .aside .cta:hover {
  background-color: #0970b3;
}
.global_content.actu .content > .aside.cycle {
  background: none;
  width: 285px;
  float: left;
  padding: 0;
  margin-bottom: 65px;
}
.global_content.actu .content > .aside.cycle > .discover_also_ctn {
  background: #0970b3;
  width: 285px;
  float: left;
  padding: 25px 0 0 0;
}
.global_content.actu .content > .aside.cycle > .discover_also_ctn h2 {
  color: #ffffff;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding: 0 0 25px 30px;
}
.global_content.actu .content > .aside.cycle > .discover_also_ctn > ul {
  list-style: none;
  display: block;
}
.global_content.actu .content > .aside.cycle > .discover_also_ctn > ul > li {
  height: 40px;
}
.global_content.actu .content > .aside.cycle > .discover_also_ctn > ul > li a {
  line-height: 40px;
  color: #ffffff;
  font-family: "Roboto Condensed";
  font-size: 12px;
  font-weight: 700;
  display: block;
  padding-left: 53px;
  background: url("../images/picto-select-fade.png") 30px center no-repeat;
  text-transform: uppercase;
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
.global_content.actu .content > .aside.cycle > .discover_also_ctn > ul > li a:hover {
  background: #003e6b url("../images/picto-select-white.png") 30px center no-repeat;
}
.global_content.actu .content > .aside.cycle > .discover_also_ctn > ul > li.impair {
  background: #237fbb;
}
.global_content.actu .content > .aside.cycle > .discover_also_ctn.majeure h2 {
  font-weight: 400;
}
.global_content.actu .content > .aside.cycle > .discover_also_ctn.majeure > ul > li a {
  font-weight: 400;
}
.global_content.actu .content > .aside.cycle > .contact_ctn {
  border-top: 1px solid #dcdcdc;
  width: 225px;
  float: left;
  padding: 25px 30px 30px 30px;
}
.global_content.actu .content > .aside.cycle > .contact_ctn > .title {
  min-height: 44px;
  padding: 3px 0 3px 68px;
  background: url("../images/picto-contact.png") left center no-repeat;
  color: #7e7e7e;
  font-size: 12px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 1.1;
}
.global_content.actu .content > .aside.cycle > .contact_ctn > .title span {
  font-size: 20px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  text-transform: uppercase;
}
.global_content.actu .content > .aside.cycle > .contact_ctn .contact_details {
  margin-top: 25px;
  color: #7e7e7e;
  font-size: 12px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 1.5;
}
.global_content.actu .content > .aside.cycle > .contact_ctn .contact_details span {
  font-size: 16px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  text-transform: uppercase;
}
.global_content.actu .content > .aside.cycle > .help_ctn {
  background: #cee2f0;
  width: 225px;
  float: left;
  padding: 25px 30px 30px 30px;
}
.global_content.actu .content > .aside.cycle > .help_ctn .list_ctn {
  list-style: none;
  display: block;
}
.global_content.actu .content > .aside.cycle > .help_ctn .list_ctn .bloc_ctn {
  width: 225px;
  float: left;
}
.global_content.actu .content > .aside.cycle > .help_ctn .list_ctn .bloc_ctn > .title {
  color: #0970b3;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 25px;
}
.global_content.actu .content > .aside.cycle > .help_ctn .list_ctn .bloc_ctn .img_ctn {
  width: 225px;
  height: 120px;
  position: relative;
}
.global_content.actu .content > .aside.cycle > .help_ctn .list_ctn .bloc_ctn .img_ctn img {
  display: block;
}
.global_content.actu .content > .aside.cycle > .help_ctn .list_ctn .bloc_ctn > .details {
  display: block;
  font-size: 12px;
  font-family: Roboto;
  font-weight: 400;
  color: #0970b3;
  width: 210px;
  padding: 15px 0 5px 0;
}
.global_content.actu .content > .aside.cycle > .actu_liee_ctn {
  background: #f5f5f5;
  width: 225px;
  float: left;
  padding: 25px 30px 30px 30px;
}
.global_content.actu .content > .aside.cycle > .actu_liee_ctn h2 {
  color: #000000;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 25px;
  height: auto;
}
.global_content.actu .content > .aside.cycle > .actu_liee_ctn .list_ctn {
  list-style: none;
  display: block;
}
.global_content.actu .content > .aside.cycle > .actu_liee_ctn .list_ctn .bloc_ctn {
  width: 225px;
  float: left;
}
.global_content.actu .content > .aside.cycle > .actu_liee_ctn .list_ctn .bloc_ctn .img_ctn {
  background-color: #CEE2F0;
  width: 225px;
  height: 120px;
  position: relative;
}
.global_content.actu .content > .aside.cycle > .actu_liee_ctn .list_ctn .bloc_ctn .img_ctn img {
  display: block;
}
.global_content.actu .content > .aside.cycle > .actu_liee_ctn .list_ctn .bloc_ctn > .title {
  display: block;
  font-size: 12px;
  font-family: Roboto;
  font-weight: 700;
  color: #7e7e7e;
  width: 210px;
  padding: 15px 0 5px 0;
}
.global_content.actu .content > .aside.cycle > .actu_liee_ctn .list_ctn .bloc_ctn > .details {
  display: block;
  font-size: 12px;
  font-family: Roboto;
  font-weight: 400;
  color: #7e7e7e;
  width: 210px;
  padding-bottom: 25px;
}
.global_content.actu .content > .aside.cycle > .actu_liee_ctn .cta {
  width: 100%;
  text-align: center;
  padding: 0;
  margin-top: 10px;
}
.global_content.actu .book_dating_form_ctn,
.global_content.actu .book_tasting_form_ctn,
.global_content.actu .book_jpo_form_ctn {
  display: none;
  background: #ffffff;
  min-height: 300px;
  margin: 50px auto 0 auto;
  width: 860px;
  padding: 50px;
  position: relative;
  z-index: 20;
}
.global_content.actu .book_dating_form_ctn.active,
.global_content.actu .book_tasting_form_ctn.active,
.global_content.actu .book_jpo_form_ctn.active {
  display: block;
}
.global_content.actu .book_dating_form_ctn .form_title,
.global_content.actu .book_tasting_form_ctn .form_title,
.global_content.actu .book_jpo_form_ctn .form_title {
  color: #066eb2;
  font-family: Roboto;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 100;
  text-align: center;
  line-height: 1;
  padding-bottom: 26px;
}
.global_content.actu .book_dating_form_ctn input[type="submit"],
.global_content.actu .book_tasting_form_ctn input[type="submit"],
.global_content.actu .book_jpo_form_ctn input[type="submit"] {
  text-align: center;
  border: none;
  font-family: "Roboto Condensed";
  background: #000000;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  width: 225px;
  height: 37px;
  line-height: 37px;
  display: block;
  clear: both;
  float: left;
  margin: 10px 0 0 72px;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  behavior: url('/css/pie.php');
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
.global_content.actu .book_dating_form_ctn input[type="submit"].loading,
.global_content.actu .book_tasting_form_ctn input[type="submit"].loading,
.global_content.actu .book_jpo_form_ctn input[type="submit"].loading {
  background-color: #003E6B;
  background-image: url(../images/loading.gif);
  background-position: 10% 50%;
  background-repeat: no-repeat;
}
.global_content.actu .book_dating_form_ctn input[type="submit"].loading:hover,
.global_content.actu .book_tasting_form_ctn input[type="submit"].loading:hover,
.global_content.actu .book_jpo_form_ctn input[type="submit"].loading:hover {
  background-color: #003E6B;
}
.global_content.actu .book_dating_form_ctn input[type="submit"]:hover,
.global_content.actu .book_tasting_form_ctn input[type="submit"]:hover,
.global_content.actu .book_jpo_form_ctn input[type="submit"]:hover {
  background-color: #0970b3;
}
.global_content.actu .book_dating_form_ctn fieldset,
.global_content.actu .book_tasting_form_ctn fieldset,
.global_content.actu .book_jpo_form_ctn fieldset {
  display: block;
  clear: both;
  padding-bottom: 37px;
}
.global_content.actu .book_jpo_form_ctn fieldset.atelier_select{
  background-image: url(../images/bg_atelier.jpg);
  background-size: cover;
  min-height: 200px;
}
.global_content.actu .book_dating_form_ctn fieldset .field_title,
.global_content.actu .book_tasting_form_ctn fieldset .field_title,
.global_content.actu .book_jpo_form_ctn fieldset .field_title {
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  padding-left: 72px;
  text-align: left;
}
.global_content.actu .book_dating_form_ctn fieldset .field_title p,
.global_content.actu .book_tasting_form_ctn fieldset .field_title p,
.global_content.actu .book_jpo_form_ctn fieldset .field_title p {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  line-height: 1.1;
  color: #7e7e7e;
  font-family: Roboto;
  font-size: 12px;
}
.global_content.actu .book_dating_form_ctn fieldset .field_title p span,
.global_content.actu .book_tasting_form_ctn fieldset .field_title p span,
.global_content.actu .book_jpo_form_ctn fieldset .field_title p span {
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-weight: 700;
}
.global_content.actu .book_dating_form_ctn fieldset.date_select,
.global_content.actu .book_tasting_form_ctn fieldset.date_select,
.global_content.actu .book_jpo_form_ctn fieldset.date_select {
  position: relative;
}
.global_content.actu .book_dating_form_ctn fieldset.date_select .error,
.global_content.actu .book_tasting_form_ctn fieldset.date_select .error,
.global_content.actu .book_jpo_form_ctn fieldset.date_select .error {
  position: absolute;
  bottom: 0;
  right: 10px;
  color: #fc3d39;
}
.global_content.actu .book_dating_form_ctn fieldset.date_select .field_title,
.global_content.actu .book_tasting_form_ctn fieldset.date_select .field_title,
.global_content.actu .book_jpo_form_ctn fieldset.date_select .field_title {
  background: url("../images/picto-calendar-w50.png") left center no-repeat;
}
.global_content.actu .book_dating_form_ctn fieldset.date_select .date_list_ctn,
.global_content.actu .book_tasting_form_ctn fieldset.date_select .date_list_ctn,
.global_content.actu .book_jpo_form_ctn fieldset.date_select .date_list_ctn {
  padding: 22px 0 0 72px;
}
.global_content.actu .book_dating_form_ctn fieldset.date_select input[type="radio"],
.global_content.actu .book_tasting_form_ctn fieldset.date_select input[type="radio"],
.global_content.actu .book_jpo_form_ctn fieldset.date_select input[type="radio"] {
  display: none;
  position: absolute;
  bottom: 0;
}
.global_content.actu .book_dating_form_ctn fieldset.date_select .select_date_ctn,
.global_content.actu .book_tasting_form_ctn fieldset.date_select .select_date_ctn,
.global_content.actu .book_jpo_form_ctn fieldset.date_select .select_date_ctn {
  position: relative;
  float: left;
  width: 177px;
  height: 109px;
  padding: 7px 0 0 10px ;
  background: #f5f5f5;
  margin: 5px;
  color: #7e7e7e;
  line-height: 1;
  cursor: pointer;
}
.global_content.actu .book_dating_form_ctn fieldset.date_select .select_date_ctn:first-child,
.global_content.actu .book_tasting_form_ctn fieldset.date_select .select_date_ctn:first-child,
.global_content.actu .book_jpo_form_ctn fieldset.date_select .select_date_ctn:first-child {
  /*margin-left: 0;*/
}
.global_content.actu .book_dating_form_ctn fieldset.date_select .select_date_ctn:hover .check,
.global_content.actu .book_tasting_form_ctn fieldset.date_select .select_date_ctn:hover .check,
.global_content.actu .book_jpo_form_ctn fieldset.date_select .select_date_ctn:hover .check {
  background-color: #0970b3;
}
.global_content.actu .book_dating_form_ctn fieldset.date_select .select_date_ctn > .day,
.global_content.actu .book_tasting_form_ctn fieldset.date_select .select_date_ctn > .day,
.global_content.actu .book_jpo_form_ctn fieldset.date_select .select_date_ctn > .day {
  font-family: Roboto;
  font-size: 13px;
  padding: 11px 0 6px 15px;
  text-transform: uppercase;
}
.global_content.actu .book_dating_form_ctn fieldset.date_select .select_date_ctn > .date,
.global_content.actu .book_tasting_form_ctn fieldset.date_select .select_date_ctn > .date,
.global_content.actu .book_jpo_form_ctn fieldset.date_select .select_date_ctn > .date {
  font-family: Roboto;
  padding: 0 0 3px 15px;
  font-size: 30px;
  text-transform: uppercase;
}
.global_content.actu .book_dating_form_ctn fieldset.date_select .select_date_ctn > .date span,
.global_content.actu .book_tasting_form_ctn fieldset.date_select .select_date_ctn > .date span,
.global_content.actu .book_jpo_form_ctn fieldset.date_select .select_date_ctn > .date span {
  font-size: 15px;
}
.global_content.actu .book_dating_form_ctn fieldset.date_select .select_date_ctn > .time,
.global_content.actu .book_tasting_form_ctn fieldset.date_select .select_date_ctn > .time,
.global_content.actu .book_jpo_form_ctn fieldset.date_select .select_date_ctn > .time {
  font-family: "Roboto Condensed";
  font-family: 14px;
  font-weight: 700;
  padding: 0 10px 0 15px;
  font-size: 14px;
}
.global_content.actu .book_dating_form_ctn fieldset.date_select .select_date_ctn > .check,
.global_content.actu .book_tasting_form_ctn fieldset.date_select .select_date_ctn > .check,
.global_content.actu .book_jpo_form_ctn fieldset.date_select .select_date_ctn > .check {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #e5e5e5 url("../images/picto-white-check.png") center center no-repeat;
  z-index: 20;
  cursor: pointer;
  height: 30px;
  width: 30px;
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
.global_content.actu .book_dating_form_ctn fieldset.date_select .select_date_ctn > .rdv,
.global_content.actu .book_tasting_form_ctn fieldset.date_select .select_date_ctn > .rdv,
.global_content.actu .book_jpo_form_ctn fieldset.date_select .select_date_ctn > .rdv {
  font-family: "Roboto Condensed";
  font-size: 13px;
  font-weight: 700;
  padding: 3px 0 0 15px;
  line-height: 1.1;
}
.global_content.actu .book_dating_form_ctn fieldset.date_select .select_date_ctn > .infos,
.global_content.actu .book_tasting_form_ctn fieldset.date_select .select_date_ctn > .infos,
.global_content.actu .book_jpo_form_ctn fieldset.date_select .select_date_ctn > .infos {
  font-family: Roboto;
  font-size: 11px;
  padding: 2px 0 4px 15px;
  line-height: 1.2;
}
.global_content.actu .book_dating_form_ctn fieldset.date_select .select_date_ctn.selected > .check,
.global_content.actu .book_tasting_form_ctn fieldset.date_select .select_date_ctn.selected > .check,
.global_content.actu .book_jpo_form_ctn fieldset.date_select .select_date_ctn.selected > .check {
  background: #0970b3 url("../images/picto-grey-check.png") center center no-repeat;
}
.global_content.actu .book_dating_form_ctn fieldset.details .field_title,
.global_content.actu .book_tasting_form_ctn fieldset.details .field_title,
.global_content.actu .book_jpo_form_ctn fieldset.details .field_title {
  background: url("../images/picto-guy.png") left center no-repeat;
}
.global_content.actu .book_dating_form_ctn fieldset.details .col_left,
.global_content.actu .book_tasting_form_ctn fieldset.details .col_left,
.global_content.actu .book_jpo_form_ctn fieldset.details .col_left {
  margin: 20px 0 0 72px;
  list-style: none;
  width: 338px;
  padding-right: 110px;
  float: left;
}
.global_content.actu .book_dating_form_ctn fieldset.details .col_left > li,
.global_content.actu .book_tasting_form_ctn fieldset.details .col_left > li,
.global_content.actu .book_jpo_form_ctn fieldset.details .col_left > li {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}
.global_content.actu .book_dating_form_ctn fieldset.details .col_left > li.loading,
.global_content.actu .book_tasting_form_ctn fieldset.details .col_left > li.loading,
.global_content.actu .book_jpo_form_ctn fieldset.details .col_left > li.loading {
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
}
.global_content.actu .book_dating_form_ctn fieldset.details label,
.global_content.actu .book_tasting_form_ctn fieldset.details label,
.global_content.actu .book_jpo_form_ctn fieldset.details label,
.global_content.actu .book_dating_form_ctn fieldset.details.extra label,
.global_content.actu .book_tasting_form_ctn fieldset.details.extra label,
.global_content.actu .book_jpo_form_ctn fieldset.details.extra label {
  color: #7E7E7E;
  float: left;
  font-family: Roboto;
  font-size: 13px;
  margin-bottom: 5px;
}
.global_content.actu .book_dating_form_ctn fieldset.details label.error,
.global_content.actu .book_tasting_form_ctn fieldset.details label.error,
.global_content.actu .book_jpo_form_ctn fieldset.details label.error,
.global_content.actu .book_dating_form_ctn fieldset.details.extra label.error,
.global_content.actu .book_tasting_form_ctn fieldset.details.extra label.error,
.global_content.actu .book_jpo_form_ctn fieldset.details.extra label.error {
  position: absolute;
  right: 10px;
  color: #fc3d39;
}
.global_content.actu .book_dating_form_ctn fieldset.details .custom_select_ctn,
.global_content.actu .book_tasting_form_ctn fieldset.details .custom_select_ctn,
.global_content.actu .book_jpo_form_ctn fieldset.details .custom_select_ctn {
  float: left;
  clear: both;
}
.global_content.actu .book_dating_form_ctn fieldset.details input[type="text"],
.global_content.actu .book_tasting_form_ctn fieldset.details input[type="text"],
.global_content.actu .book_jpo_form_ctn fieldset.details input[type="text"],
.global_content.actu .book_dating_form_ctn fieldset.details.extra input[type="text"],
.global_content.actu .book_tasting_form_ctn fieldset.details.extra input[type="text"],
.global_content.actu .book_jpo_form_ctn fieldset.details.extra input[type="text"] {
  border: none;
  clear: both;
  color: #7E7E7E;
  display: block;
  height: 41px;
  line-height: 41px;
  padding: 0 10px;
  background: #E5E5E5;
  width: 318px;
  float: left;
  font-size: 13px;
  font-family: Roboto;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  behavior: url('/css/pie.php');
  border: 1px solid transparent;
}
.global_content.actu .book_dating_form_ctn fieldset.details input[type="text"].error,
.global_content.actu .book_tasting_form_ctn fieldset.details input[type="text"].error,
.global_content.actu .book_jpo_form_ctn fieldset.details input[type="text"].error,
.global_content.actu .book_dating_form_ctn fieldset.details.extra input[type="text"].error,
.global_content.actu .book_tasting_form_ctn fieldset.details.extra input[type="text"].error,
.global_content.actu .book_jpo_form_ctn fieldset.details.extra input[type="text"].error {
  border-color: #fc3d39;
}
.global_content.actu .book_dating_form_ctn fieldset.details.extra label,
.global_content.actu .book_tasting_form_ctn fieldset.details.extra label,
.global_content.actu .book_jpo_form_ctn fieldset.details.extra label {
  float: none;
}
.global_content.actu .book_dating_form_ctn fieldset.details.extra input[type="text"],
.global_content.actu .book_tasting_form_ctn fieldset.details.extra input[type="text"],
.global_content.actu .book_jpo_form_ctn fieldset.details.extra input[type="text"] {
  float: none;
  width: 25px;
  display: inline;
}
.global_content.actu .book_dating_form_ctn fieldset.details.extra .col_left,
.global_content.actu .book_tasting_form_ctn fieldset.details.extra .col_left,
.global_content.actu .book_jpo_form_ctn fieldset.details.extra .col_left {
  width: 500px;
}
.global_content.actu .book_dating_form_ctn fieldset.details textarea,
.global_content.actu .book_tasting_form_ctn fieldset.details textarea,
.global_content.actu .book_jpo_form_ctn fieldset.details textarea {
  border: none;
  clear: both;
  color: #7E7E7E;
  display: block;
  height: 120px;
  line-height: 1.5;
  padding: 10px;
  background: #E5E5E5;
  width: 318px;
  float: left;
  font-size: 13px;
  font-family: Roboto;
  resize: none;
}
.global_content.actu .book_dating_form_ctn fieldset.details .col_right,
.global_content.actu .book_tasting_form_ctn fieldset.details .col_right,
.global_content.actu .book_jpo_form_ctn fieldset.details .col_right {
  margin: 105px 0 0 0;
  list-style: none;
  width: 338px;
  float: left;
}
.global_content.actu .book_dating_form_ctn fieldset.details .col_right > li,
.global_content.actu .book_tasting_form_ctn fieldset.details .col_right > li,
.global_content.actu .book_jpo_form_ctn fieldset.details .col_right > li {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}
.global_content.actu .book_dating_form_ctn fieldset.details .col_right > li.loading,
.global_content.actu .book_tasting_form_ctn fieldset.details .col_right > li.loading,
.global_content.actu .book_jpo_form_ctn fieldset.details .col_right > li.loading {
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
}
.global_content.actu .see_also_dating {
  width: 960px;
  margin: 0 auto;
  list-style: none;
  display: block;
  overflow: hidden;
}
.global_content.actu .see_also_dating > li {
  float: left;
  width: 320px;
  height: 273px;
  position: relative;
}
.global_content.actu .see_also_dating > li img {
  display: block;
}
.global_content.actu .see_also_dating > li.fade img {
  opacity: 0.6;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
}
.global_content.actu .see_also_dating > li > .infos {
  position: absolute;
  z-index: 10;
  padding: 0 0 35px 18px;
  width: 202px;
  height: 75px;
  line-height: 75px;
  vertical-align: bottom;
  left: 0;
  bottom: 0;
}
.global_content.actu .see_also_dating > li > .infos .title {
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 1;
  color: #ffffff;
  font-size: 30px;
  font-family: Roboto;
  vertical-align: bottom;
  font-weight: 100;
  text-transform: uppercase;
}
.global_content.actu .see_also_dating > li > .infos .duration {
  display: block;
  position: absolute;
  left: 19px;
  bottom: 2px0;
  line-height: 1;
  color: #ffffff;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.global_content.actu .see_also_dating > li > .infos .cta {
  position: absolute;
  padding: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  display: block;
  background: url('../images/cta_carre_fade.png') 0 0 no-repeat;
}
.global_content.actu .see_also_dating > li.yellow .infos {
  background: #f5aa00;
}
.global_content.actu .see_also_dating > li.blue .infos {
  background: #0075bc;
}
.global_content.actu .see_also_dating > li.purple .infos {
  background: #59265c;
}
.global_content.actu .read_also_ctn {
  background: #f5f5f5;
  min-height: 300px;
  overflow: hidden;
  width: 960px;
  padding: 45px 0 50px 160px;
  position: relative;
  z-index: 20;
}
.global_content.actu .read_also_ctn h2 {
  font-size: 35px;
  font-family: Roboto;
  font-weight: 100;
  color: #000000;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.global_content.actu .read_also_ctn .list_ctn {
  list-style: none;
  display: block;
}
.global_content.actu .read_also_ctn .list_ctn .bloc_ctn {
  width: 227px;
  margin-right: 1px;
  margin-bottom: 30px;
  float: left;
}
.global_content.actu .read_also_ctn .list_ctn .bloc_ctn .img_ctn {
  width: 227px;
  height: 120px;
  position: relative;
}
.global_content.actu .read_also_ctn .list_ctn .bloc_ctn .img_ctn img {
  display: block;
}
.global_content.actu .read_also_ctn .list_ctn .bloc_ctn > .title {
  font-size: 12px;
  font-family: Roboto;
  font-weight: 700;
  color: #7e7e7e;
  width: 210px;
  padding: 15px 0 10px 0;
}
.global_content.actu .read_also_ctn .list_ctn .bloc_ctn > .details {
  font-size: 12px;
  font-family: Roboto;
  font-weight: 400;
  color: #7e7e7e;
  width: 210px;
  padding-bottom: 25px;
}
.global_content.actu .read_also_ctn .list_ctn .bloc_ctn .show_more_btn {
  display: block;
  color: #005983;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.global_content.actu .read_also_ctn .btn_ctn {
  text-align: center;
  clear: both;
}
.global_content.actu .read_also_ctn .btn_ctn .show_all_btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 37px;
  line-height: 37px;
  vertical-align: middle;
  padding: 0 30px;
  color: #ffffff;
  background: #000000;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
}
.global_content.actu .une_actu_ctn {
  background: #ffffff;
  min-height: 300px;
  overflow: hidden;
  width: 960px;
  padding: 0 0 0 160px;
  position: relative;
  z-index: 20;
}
.global_content.actu .une_actu_ctn h2 {
  font-size: 45px;
  font-family: Roboto;
  font-weight: 100;
  color: #0970b2;
  margin-bottom: 30px;
  line-height: 1;
  text-transform: uppercase;
}
.global_content.actu .une_actu_ctn .list_ctn {
  list-style: none;
  display: block;
}
.global_content.actu .une_actu_ctn .list_ctn .bloc_ctn {
  width: 455px;
  height: 350px;
  margin-right: 1px;
  margin-bottom: 30px;
  float: left;
  position: relative;
}
.global_content.actu .une_actu_ctn .list_ctn .bloc_ctn .img_ctn {
  overflow: hidden;
  display: block;
  width: 455px;
  height: 240px;
  position: relative;
}
.global_content.actu .une_actu_ctn .list_ctn .bloc_ctn .img_ctn img {
  display: block;
  transition: all 3s ease-out;
  -moz-transition: all 3s ease-out;
  -webkit-transition: all 3s ease-out;
  -webkit-transform: rotate3d(0, 0, 1, 0.1deg);
  -moz-transform: rotate3d(0, 0, 1, 0.1deg);
  -o-transform: rotate3d(0, 0, 1, 0.1deg);
  -ms-transform: rotate3d(0, 0, 1, 0.1deg);
  transform: rotate3d(0, 0, 1, 0.1deg);
}
.global_content.actu .une_actu_ctn .list_ctn .bloc_ctn .img_ctn:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.global_content.actu .une_actu_ctn .list_ctn .bloc_ctn > .title {
  font-size: 12px;
  font-family: Roboto;
  font-weight: 700;
  color: #7e7e7e;
  width: 412px;
  padding: 20px 0 3px 0;
}
.global_content.actu .une_actu_ctn .list_ctn .bloc_ctn > .details {
  font-size: 12px;
  font-family: Roboto;
  font-weight: 400;
  color: #7e7e7e;
  width: 412px;
  padding-bottom: 25px;
}
.global_content.actu .une_actu_ctn .list_ctn .bloc_ctn .show_more_btn {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #005983;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.global_content.actu .une_actu_ctn .btn_ctn {
  text-align: center;
  clear: both;
}
.global_content.actu .une_actu_ctn .btn_ctn .show_all_btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-top: 17px;
  height: 50px;
  width: 457px;
  line-height: 50px;
  vertical-align: middle;
  color: #ffffff;
  background: #003e6b;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
}
.global_content.actu .see_also_cycle_ctn {
  overflow: hidden;
  width: 960px;
  padding: 42px 0 0 160px;
  position: relative;
  z-index: 20;
}
.global_content.actu .see_also_cycle_ctn h2 {
  font-size: 35px;
  font-family: Roboto;
  font-weight: 100;
  color: #000000;
  margin-bottom: 18px;
  line-height: 1;
  text-transform: uppercase;
}
.global_content.actu .see_also_cycle_ctn .list_ctn {
  list-style: none;
  display: block;
}
.global_content.actu .see_also_cycle_ctn .list_ctn .bloc_ctn {
  background-color: #f5f5f5;
  width: 319px;
  height: 192px;
  margin-right: 1px;
  float: left;
  position: relative;
}
.global_content.actu .see_also_cycle_ctn .list_ctn .bloc_ctn .img_ctn {
  width: 319px;
  height: 192px;
  position: relative;
  display: block;
  overflow: hidden;
}
.global_content.actu .see_also_cycle_ctn .list_ctn .bloc_ctn .img_ctn img {
  display: block;
  transition: all 3s ease-out;
  -moz-transition: all 3s ease-out;
  -webkit-transition: all 3s ease-out;
  -webkit-transform: rotate3d(0, 0, 1, 0.1deg);
  -moz-transform: rotate3d(0, 0, 1, 0.1deg);
  -o-transform: rotate3d(0, 0, 1, 0.1deg);
  -ms-transform: rotate3d(0, 0, 1, 0.1deg);
  transform: rotate3d(0, 0, 1, 0.1deg);
}
.global_content.actu .see_also_cycle_ctn .list_ctn .bloc_ctn .img_ctn img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.global_content.actu .see_also_cycle_ctn .btn_ctn {
  text-align: center;
  clear: both;
}
.global_content.actu .see_also_cycle_ctn .btn_ctn .show_all_btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-top: 17px;
  height: 50px;
  width: 457px;
  line-height: 50px;
  vertical-align: middle;
  color: #ffffff;
  background: #003e6b;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
}
.global_content.actu .see_also_actu_ctn {
  background: #f5f5f5;
  min-height: 300px;
  overflow: hidden;
  width: 960px;
  padding: 42px 0 18px 160px;
  position: relative;
  z-index: 20;
}
.global_content.actu .see_also_actu_ctn h2 {
  font-size: 35px;
  font-family: Roboto;
  font-weight: 100;
  color: #000000;
  margin-bottom: 18px;
  line-height: 1;
  text-transform: uppercase;
}
.global_content.actu .see_also_actu_ctn .list_ctn {
  list-style: none;
  display: block;
}
.global_content.actu .see_also_actu_ctn .list_ctn .bloc_ctn {
  width: 455px;
  height: 350px;
  margin-right: 1px;
  margin-bottom: 30px;
  float: left;
  position: relative;
}
.global_content.actu .see_also_actu_ctn .list_ctn .bloc_ctn .img_ctn {
  display: block;
  width: 455px;
  height: 240px;
  position: relative;
  overflow: hidden;
}
.global_content.actu .see_also_actu_ctn .list_ctn .bloc_ctn .img_ctn img {
  display: block;
  transition: all 3s ease-out;
  -moz-transition: all 3s ease-out;
  -webkit-transition: all 3s ease-out;
  -webkit-transform: rotate3d(0, 0, 1, 0.1deg);
  -moz-transform: rotate3d(0, 0, 1, 0.1deg);
  -o-transform: rotate3d(0, 0, 1, 0.1deg);
  -ms-transform: rotate3d(0, 0, 1, 0.1deg);
  transform: rotate3d(0, 0, 1, 0.1deg);
}
.global_content.actu .see_also_actu_ctn .list_ctn .bloc_ctn .img_ctn img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.global_content.actu .see_also_actu_ctn .list_ctn .bloc_ctn > .title {
  font-size: 12px;
  font-family: Roboto;
  font-weight: 700;
  color: #7e7e7e;
  width: 412px;
  padding: 20px 0 3px 0;
}
.global_content.actu .see_also_actu_ctn .list_ctn .bloc_ctn > .details {
  font-size: 12px;
  font-family: Roboto;
  font-weight: 400;
  color: #7e7e7e;
  width: 412px;
  padding-bottom: 25px;
}
.global_content.actu .see_also_actu_ctn .list_ctn .bloc_ctn .show_more_btn {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #005983;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.global_content.actu .see_also_actu_ctn .btn_ctn {
  text-align: center;
  clear: both;
}
.global_content.actu .see_also_actu_ctn .btn_ctn .show_all_btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-top: 17px;
  height: 50px;
  width: 457px;
  line-height: 50px;
  vertical-align: middle;
  color: #ffffff;
  background: #003e6b;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
}
.global_content.actu .all_actu_ctn {
  background: #ffffff;
  min-height: 300px;
  overflow: hidden;
  width: 960px;
  padding: 10px 0 50px 160px;
  position: relative;
  z-index: 20;
}
.global_content.actu .all_actu_ctn h2 {
  font-size: 45px;
  font-family: Roboto;
  font-weight: 100;
  color: #0970b2;
  margin-bottom: 30px;
  line-height: 1;
  text-transform: uppercase;
}
.global_content.actu .all_actu_ctn .list_ctn {
  list-style: none;
  display: block;
}
.global_content.actu .all_actu_ctn .list_ctn .bloc_ctn {
  width: 227px;
  height: 392px;
  margin-right: 1px;
  margin-bottom: 30px;
  float: left;
  position: relative;
}
.global_content.actu .all_actu_ctn .list_ctn .bloc_ctn .img_ctn {
  display: block;
  width: 227px;
  height: 240px;
  position: relative;
  overflow: hidden;
}
.global_content.actu .all_actu_ctn .list_ctn .bloc_ctn .img_ctn img {
  display: block;
  transition: all 3s ease-out;
  -moz-transition: all 3s ease-out;
  -webkit-transition: all 3s ease-out;
  -webkit-transform: rotate3d(0, 0, 1, 0.1deg);
  -moz-transform: rotate3d(0, 0, 1, 0.1deg);
  -o-transform: rotate3d(0, 0, 1, 0.1deg);
  -ms-transform: rotate3d(0, 0, 1, 0.1deg);
  transform: rotate3d(0, 0, 1, 0.1deg);
}
.global_content.actu .all_actu_ctn .list_ctn .bloc_ctn .img_ctn:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.global_content.actu .all_actu_ctn .list_ctn .bloc_ctn > .title {
  font-size: 12px;
  font-family: Roboto;
  font-weight: 700;
  color: #7e7e7e;
  width: 200px;
  padding: 20px 0 3px 0;
}
.global_content.actu .all_actu_ctn .list_ctn .bloc_ctn > .details {
  font-size: 12px;
  font-family: Roboto;
  font-weight: 400;
  color: #7e7e7e;
  width: 200px;
  padding-bottom: 25px;
}
.global_content.actu .all_actu_ctn .list_ctn .bloc_ctn .show_more_btn {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #005983;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.global_content.actu .all_actu_ctn .show_all_btn {
  float: left;
  clear: both;
  margin-left: 228px;
  margin-top: 17px;
  height: 50px;
  width: 454px;
  line-height: 50px;
  vertical-align: middle;
  color: #ffffff;
  background: #003e6b;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
}
.global_content.actu .all_actu_ctn .show_all_btn.loading {
  background: #003e6b url(../images/loading.gif) 50% 50% no-repeat;
}
.global_content.actu .teachers_thumb_ctn {
  background: #ffffff;
  min-height: 300px;
  overflow: hidden;
  width: 960px;
  padding: 10px 0 50px 160px;
  position: relative;
  z-index: 20;
}
.global_content.actu .teachers_thumb_ctn h2 {
  font-size: 45px;
  font-family: Roboto;
  font-weight: 100;
  color: #0970b2;
  margin-bottom: 30px;
  line-height: 1;
  text-transform: uppercase;
}
.global_content.actu .teachers_thumb_ctn .list_ctn {
  list-style: none;
  display: block;
}
.global_content.actu .teachers_thumb_ctn .list_ctn .bloc_ctn {
  width: 227px;
  height: 320px;
  margin: 0 1px 5px 0;
  float: left;
  position: relative;
}
.global_content.actu .teachers_thumb_ctn .list_ctn .bloc_ctn .img_ctn {
  width: 227px;
  height: 240px;
  position: relative;
}
.global_content.actu .teachers_thumb_ctn .list_ctn .bloc_ctn .img_ctn img {
  display: block;
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
}
.global_content.actu .teachers_thumb_ctn .list_ctn .bloc_ctn .img_ctn img:hover {
  filter: grayscale(0.5);
  -webkit-filter: grayscale(0.5);
  -moz-filter: grayscale(0.5);
  -ms-filter: grayscale(0.5);
  -o-filter: grayscale(0.5);
}
.global_content.actu .teachers_thumb_ctn .list_ctn .bloc_ctn > .title {
  font-size: 12px;
  font-family: Roboto;
  font-weight: 700;
  color: #7e7e7e;
  width: 200px;
  padding: 20px 0 3px 0;
}
.global_content.actu .teachers_thumb_ctn .list_ctn .bloc_ctn > .details {
  font-size: 12px;
  font-family: Roboto;
  font-weight: 400;
  color: #7e7e7e;
  width: 200px;
  padding-bottom: 25px;
}
.global_content.actu .teachers_thumb_ctn .show_all_btn {
  float: left;
  clear: both;
  margin-left: 228px;
  margin-top: 17px;
  height: 50px;
  width: 454px;
  line-height: 50px;
  vertical-align: middle;
  color: #ffffff;
  background: #003e6b;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  transition: background-color 150ms linear;
  -moz-transition: background-color 150ms linear;
  -webkit-transition: background-color 150ms linear;
}
.global_content.actu .teachers_thumb_ctn .show_all_btn:hover {
  background-color: #0970b3;
  transition: background-color 0 linear;
  -moz-transition: background-color 0 linear;
  -webkit-transition: background-color 0 linear;
}
.global_content.actu .teachers_thumb_ctn .show_all_btn.loading {
  background: #003e6b url(../images/loading.gif) 50% 50% no-repeat;
}

/* ---- VISAGES ECE --- */
.global_content.actu .visages-ece{
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  margin: 20px 0;
  padding: 0;
}
.global_content.actu .content .article_content .visages-ece a{
  float: left;
  position: relative;
  width: 100%;
  height: 400px;
  background-size: cover;
  color: #fff;
  font-style: italic;
  margin: 0 0 20px 0;
  transition : all 0.4s;
  -moz-transition : all 0.4s;
  -webkit-transition : all 0.4s;
  -ms-transition : all 0.4s;
  background-position: center;
  overflow: hidden;
}
.global_content.actu .content .article_content .visages-ece a.mr{
  margin-right: 5%;
}

.global_content.actu .content .article_content .visages-ece a.prc-35{
  width: 35%;
}
.global_content.actu .content .article_content .visages-ece a.prc-60{
  width: 60%;
}
.global_content.actu .content .article_content .visages-ece a.prc-30{
  width: 30%;
}


.global_content.actu .content .article_content .visages-ece a .gradient{
  position: absolute;
  width: 100%;
  height: 880px;
  top: 0;
  transition : all 0.4s;
  -moz-transition : all 0.4s;
  -webkit-transition : all 0.4s;
  -ms-transition : all 0.4s;
}
.global_content.actu .content .article_content .visages-ece a .infos{
  position: absolute;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  bottom: 10px;
}
.global_content.actu .content .article_content .visages-ece a .infos h3{
  float: left;
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 5% 0 5%; 
  padding: 0;
  font-style:normal; 
  background:none; 
  font-size: 30px; 
  font-weight: 500;
  text-align: left;
  color: #fff;
  text-shadow:1px 0px 2px #333;
}
.global_content.actu .content .article_content .visages-ece a .infos hr{
  float: left;
  position: relative;
  width: 100px;
  height: 4px;
  background-color: #fff;
  margin: 5px 0 5px 5%;
}
.global_content.actu .content .article_content .visages-ece a .infos p{
  float: left;
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 5% 0 5%;
  padding: 0;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-shadow:1px 0px 2px #333;
}
.global_content.actu .content .article_content .visages-ece a .details{
  display: none;
  position: absolute;
  width: 90%;
  height: 100%;
  padding: 0;
  margin: 0 5%;
}
.global_content.actu .content .article_content .visages-ece a .details tbody{
  width: 100%;
}

.global_content.actu .content .article_content .visages-ece a .details tr{
  height: 400px;
}
.global_content.actu .content .article_content .visages-ece a .details tr td{
  text-align: center;
}

.global_content.actu .content .article_content .visages-ece a:hover .gradient{
  top: -480px;
}
.global_content.actu .content .article_content .visages-ece a:hover .infos{
  display: none;
}
.global_content.actu .content .article_content .visages-ece a:hover .details{
  display: block;
}


.global_content.actu .content .article_content .visages-ece a .gradient.orange{
  background: linear-gradient(rgba(233, 139, 58, 0), rgba(233, 139, 58, 1));
}

.global_content.actu .content .article_content .visages-ece a .gradient.vert{
  background: linear-gradient(  rgba(255, 255, 255, 0),rgba(134, 189, 74, 1));
}

.global_content.actu .content .article_content .visages-ece a .gradient.bleu{
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(44, 107, 164, 1));
}

.global_content.actu .content .article_content .visages-ece a .gradient.violet{
  background: linear-gradient( rgba(255, 255, 255, 0),rgba(77, 46, 119, 1));
}


/* ---- ALUMNIS ECE --- */
.global_content.actu .alumnis-ece{
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  margin: 20px 0;
  padding: 0;
}
.global_content.actu .content .article_content .alumnis-ece a{
  float: left;
  position: relative;
  width: 22%;
  height: 320px;
  background-size: cover;
  color: #fff;
  font-style: italic;
  margin: 0 0 20px 0;
  transition : all 0.4s;
  -moz-transition : all 0.4s;
  -webkit-transition : all 0.4s;
  -ms-transition : all 0.4s;
  background-position: center;
  overflow: hidden;
}
.global_content.actu .content .article_content .alumnis-ece a.mr{
  margin-right: 4%;
}

.global_content.actu .content .article_content .alumnis-ece a.double{
  width: 48%;
}


.global_content.actu .content .article_content .alumnis-ece a .gradient{
  position: absolute;
  width: 100%;
  height: 800px;
  top: 0;
  transition : all 0.4s;
  -moz-transition : all 0.4s;
  -webkit-transition : all 0.4s;
  -ms-transition : all 0.4s;
}
.global_content.actu .content .article_content .alumnis-ece a .infos{
  position: absolute;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  bottom: 10px;
}
.global_content.actu .content .article_content .alumnis-ece a .infos h3{
  float: left;
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 5% 0 5%; 
  padding: 0;
  font-style:normal; 
  background:none; 
  font-size: 30px; 
  font-weight: 500;
  text-align: left;
  color: #fff;
  text-shadow:1px 0px 2px #333;
}
.global_content.actu .content .article_content .alumnis-ece a .infos p{
  float: left;
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 5% 0 5%;
  padding: 0;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-shadow:1px 0px 2px #333;
}
.global_content.actu .content .article_content .alumnis-ece a .details{
  display: none;
  position: absolute;
  width: 90%;
  height: 100%;
  padding: 0;
  margin: 0 5%;
}
.global_content.actu .content .article_content .alumnis-ece a .details tr{
  height: 320px;
}
.global_content.actu .content .article_content .alumnis-ece a .details tr td{
  text-align: center;
}

.global_content.actu .content .article_content .alumnis-ece a:hover .gradient{
  top: -480px;
}
.global_content.actu .content .article_content .alumnis-ece a:hover .infos{
  display: none;
}
.global_content.actu .content .article_content .alumnis-ece a:hover .details{
  display: block;
}

.global_content.actu .content .article_content .alumnis-ece a .gradient.orange{
  background: linear-gradient(rgba(233, 139, 58, 0), rgba(233, 139, 58, 1));
}

.global_content.actu .content .article_content .alumnis-ece a .gradient.vert{
  background: linear-gradient(  rgba(255, 255, 255, 0),rgba(134, 189, 74, 1));
}

.global_content.actu .content .article_content .alumnis-ece a .gradient.bleu{
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(44, 107, 164, 1));
}

.global_content.actu .content .article_content .alumnis-ece a .gradient.violet{
  background: linear-gradient( rgba(255, 255, 255, 0),rgba(77, 46, 119, 1));
}


/*--- femmes_ingenieurs --*/
div.femmes_ingenieurs{
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  min-height: 100px;
  float: left;
  text-align:center;
  display:flex;
  flex-flow : row wrap;
  align-items: center;
  justify-content: center;
}

.femme{
  float: left;
  position: relative;
  width:300px;
  height:auto;
  border :2px  #eeeeee solid;
  margin:2%;
}
.femme a{
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}
.femme a img{
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}



/* --- ELEMENT TRANSVERSE ---- */
.breadcrumb_ctn {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 24px;
  padding-top: 25px;
}
.breadcrumb_ctn li {
  float: left;
  margin-right: 12px;
}
.breadcrumb_ctn li.sep {
  width: 4px;
  height: 22px;
  background: url("../images/bread-grey-sep.png") 0 9px no-repeat;
}
.breadcrumb_ctn li.sep.active {
  background: url("../images/bread-blue-sep.png") 0 9px no-repeat;
}
.breadcrumb_ctn li a {
  color: #7e7e7e;
  font-size: 13px;
  font-family: Roboto;
}
.breadcrumb_ctn li.active a,
.breadcrumb_ctn li:hover a {
  color: #0970b3;
}
/* --- "à voir aussi"  encart de couleur --- */
.see_also_details_ctn {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 170px;
  height: 49px;
  line-height: 49px;
  z-index: 20;
  background: #0075bc;
}
.see_also_details_ctn span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  line-height: 1.2;
  color: #ffffff;
  font-family: "Roboto Condensed";
  font-size: 13px;
  font-weight: 700;
  padding-left: 18px;
  width: 134px;
  text-transform: uppercase;
}
.see_also_details_ctn.yellow {
  background: #fdb813;
}
.see_also_details_ctn.blue {
  background: #0075bc;
}
.see_also_details_ctn.purple {
  background: #59265c;
}
/* --- 5 VALEURS ALMOST-CARROUSEL ---- */
.five_values_ctn {
  height: 187px;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 910px;
  float: left;
}
.five_values_ctn ul {
  list-style: none;
  display: block;
  display: inline-block;
  zoom: 1;
  *display: inline;
  overflow: hidden;
  width: 633px;
  position: relative;
  height: 187px;
}
.five_values_ctn ul li {
  height: 157px;
  width: 109px;
  margin-left: 22px;
  display: block;
  float: left;
  text-align: center;
}
.five_values_ctn ul li:first-child {
  margin-left: 0;
}
.five_values_ctn ul li img {
  display: inline-block;
  zoom: 1;
  *display: inline;
  display: block;
  height: 109px;
  width: 109px;
}
.five_values_ctn ul li .infos {
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #066eb2;
  font-size: 13px;
  font-family: "Roboto Condensed";
  line-height: 1.2;
  font-weight: 700;
  margin-top: 15px;
  text-transform: uppercase;
}
/* --- CARROUSEL 7 MAJEURES ---- */
.seven_carrousel_ctn {
  height: 157px;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 910px;
  float: left;
}
.seven_carrousel_ctn .prev_btn {
  width: 14px;
  height: 22px;
  display: block;
  position: absolute;
  left: 82px;
  top: 41px;
  background: url("../images/carrousel/chiffres/prev.png") 0 0 no-repeat;
}
.seven_carrousel_ctn .next_btn {
  width: 15px;
  height: 23px;
  display: block;
  position: absolute;
  right: 80px;
  top: 41px;
  background: url("../images/carrousel/chiffres/next.png") 0 0 no-repeat;
}
.seven_carrousel_ctn .carrousel_mask {
  display: inline-block;
  zoom: 1;
  *display: inline;
  overflow: hidden;
  width: 633px;
  position: relative;
  height: 187px;
}
.seven_carrousel_ctn .carrousel_mask .wrapper {
  list-style: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.seven_carrousel_ctn .carrousel_mask .wrapper > div {
  height: 157px;
  width: 109px;
  margin-right: 22px;
  display: block;
  float: left;
  text-align: center;
}
.seven_carrousel_ctn .carrousel_mask .wrapper > div img {
  display: inline-block;
  zoom: 1;
  *display: inline;
  display: block;
  height: 109px;
  width: 109px;
}
.seven_carrousel_ctn .carrousel_mask .wrapper > div .infos {
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #066eb2;
  font-size: 13px;
  font-family: "Roboto Condensed";
  line-height: 1.2;
  font-weight: 700;
  margin-top: 15px;
  text-transform: uppercase;
}
/* --- Bouton carré avec > ---- */
.action_btn {
  display: block;
  position: absolute;
  width: 38px;
  height: 37px;
  bottom: 0;
  right: 0;
  background: #0970b3 url("../images/picto-select-white.png") center center no-repeat;
  z-index: 10;
}
.action_btn.yellow {
  background-color: #fdb813;
}
.action_btn.purple {
  background-color: #59265c;
}
/* --- Page cycle accordéons discipline --- */
.toggle_list_ctn {
  position: relative;
  width: 640px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.toggle_list_ctn .header {
  width: auto;
  line-height: 29px;
  background: #0970b3;
  padding: 10px 29px 10px 29px;
  color: #ffffff;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 50;
  margin-bottom: 7px;
}
.toggle_list_ctn > .list_ctn {
  display: block;
  list-style: none;
  margin-top: -14px;
  margin-left: 29px;
  position: relative;
  z-index: 100;
}
.toggle_list_ctn > .list_ctn .option > .title {
  color: #ffffff;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  background: #003e6b url("../images/picto-select-fade.png") 32px center no-repeat;
  padding-left: 54px;
}
.toggle_list_ctn > .list_ctn .option > .title.bullet {
  background: #003e6b url("../images/picto-bullet-fade.png") 32px center no-repeat;
}
.toggle_list_ctn > .list_ctn .option > .title.selected {
  background: #003e6b url("../images/picto-down-fade.png") 29px center no-repeat;
}
.toggle_list_ctn > .list_ctn .option > .list {
  list-style: none;
  display: none;
}
.toggle_list_ctn > .list_ctn .option > .list > .option {
  background: #0970b3;
}
.toggle_list_ctn > .list_ctn .option > .list > .option.pair {
  background: #237fbb;
}
.toggle_list_ctn > .list_ctn .option > .list > .option .col {
  width: 250px;
  float: left;
}
.toggle_list_ctn > .list_ctn .option > .list > .option .col.full {
  width: auto;
}
.toggle_list_ctn > .list_ctn .option > .list > .option p {
  color: #ffffff;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  padding-left: 54px;
}
.btn_ctn {
  clear: both;
  text-align: center;
}
.cta {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #000000;
  font-family: "Roboto Condensed";
  height: 37px;
  line-height: 37px;
  padding: 0 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
}
.small_socials_links_ctn {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 37px;
}
.small_socials_links_ctn .link_btn {
  height: 37px;
  width: 37px;
  margin-left: 1px;
  float: right;
}
.small_socials_links_ctn .link_btn.mail {
  background: #237fbb url("../images/picto-sprite.png") -170px -299px no-repeat;
}
.small_socials_links_ctn .link_btn.linkedin {
  background: #066eb2 url("../images/picto-sprite.png") -281px -299px no-repeat;
}
.small_socials_links_ctn .link_btn.viadeo {
  background: #003e6b url("../images/picto-sprite.png") -390px -299px no-repeat;
}
.date_ctn {
  width: 45px;
  height: 44px;
  background: #fdb813;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: Roboto;
  font-size: 13px;
  text-align: center;
  padding-top: 6px;
}
.date_ctn .month {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 15px;
  line-height: 15px;
}
.date_ctn .day {
  display: inline-block;
  zoom: 1;
  *display: inline;
  border-bottom: 1px solid #ffffff;
  height: 18px;
  line-height: 18px;
}
.date_ctn.blue {
  background: #066eb2;
}
.date_ctn.darkblue {
  background: #004f7d;
}
.date_ctn.green {
  background: #09adad;
}
.date_ctn.purple {
  background: #59265c;
}
.date_ctn.yellow {
  background: #fdb813;
}
.date_ctn.float_left {
  float: left;
  margin: 0 -45px 0 0;
  position: relative;
}
.carrousel_nav {
  position: absolute;
  /*  z-index: 30;
  bottom: 0;
  left: 382px;*/
  width: 74px;
  height: 54px;
  background: #0075bc;
}
.carrousel_nav.darkblue {
  background: #00426b;
}
.carrousel_nav .prev_slide,
.carrousel_nav .next_slide {
  height: 54px;
  width: 37px;
  float: left;
  display: block;
}
.carrousel_nav .prev_slide {
  background: url("../images/picto-sprite.png") 16px -293px no-repeat;
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
.carrousel_nav .prev_slide:hover {
  background: url("../images/picto-sprite.png") 12px -293px no-repeat;
}
.carrousel_nav .next_slide {
  background: url("../images/picto-sprite.png") -56px -293px no-repeat;
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
.carrousel_nav .next_slide:hover {
  background: url("../images/picto-sprite.png") -52px -293px no-repeat;
}
/* --- VIDEO CTRL BTN ---- */
.play_video_btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -47px;
  width: 100%;
  height: 20px;
  padding-top: 74px;
  background: url("../images/play_btn.png") center top no-repeat;
  line-height: 1;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  text-shadow: 1px 1px 2px #052d47;
  text-transform: uppercase;
}
/* ---- CUSTOM SELECT ---- */
.fluide_custom_select_ctn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  margin: 0 0 0 12px;
}
.fluide_custom_select_ctn > .header {
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #0c72b4;
  font-family: Roboto;
  font-size: 15px;
  padding-left: 12px;
  background: url('../images/bread-blue-sep.png') left center no-repeat;
  border-bottom: 1px dashed #0c72b4;
  height: 26px;
  line-height: 26px;
  position: relative;
  z-index: 10;
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
.fluide_custom_select_ctn > .header:hover {
  color: #00426B;
  background: url('../images/bread-darkblue-sep.png') left center no-repeat;
  border-bottom: 1px dashed #00426B;
}
.fluide_custom_select_ctn > .header.active {
  color: #000000;
  background: url('../images/bread-black-sep.png') left center no-repeat;
  border-bottom: none;
  margin-bottom: 0;
  z-index: 30;
}
.fluide_custom_select_ctn.disabled .header {
  color: #666;
  border-bottom: 0;
}
.fluide_custom_select_ctn > .custom_select_option {
  list-style: none;
  background: #ffffff;
  position: absolute;
  left: -12px;
  top: -5px;
  display: none;
  border: 2px solid #0075bc;
  padding: 31px 10px 5px 10px;
  width: 350px;
  z-index: 20;
}
.fluide_custom_select_ctn > .custom_select_option li {
  float: left;
  clear: both;
  display: block;
  width: 100%;
  border-top: 1px dashed #0c72b4;
}
.fluide_custom_select_ctn > .custom_select_option li a {
  display: block;
  height: 26px;
  line-height: 26px;
  padding-left: 12px;
  /*background: url('../images/bread-blue-sep.png') left center no-repeat;*/
  color: #0c72b4;
  font-family: Roboto;
  font-size: 15px;
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
.fluide_custom_select_ctn > .custom_select_option li a:hover {
  color: #00426B;
  /*background: url('../images/bread-darkblue-sep.png') left center no-repeat;*/
}
.custom_select_ctn {
  position: relative;
  width: 220px;
  height: 41px;
  color: #ffffff;
}
.custom_select_ctn.loading {
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
}
.custom_select_ctn > .header {
  display: block;
  height: 41px;
  line-height: 41px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto Condensed";
  background: url("../images/custom-select-header.png") right 0 no-repeat;
  padding: 0 20px;
  overflow: hidden;
  color: #ffffff;
  text-transform: uppercase;
}
.custom_select_ctn > .custom_select_option {
  list-style: none;
  background: #237FBB;
  width: 220px;
  display: none;
  position: absolute;
  top: 41px;
  left: 0;
  z-index: 100;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.custom_select_ctn > .custom_select_option.xlarge {
  width: 550px;
}
.custom_select_ctn > .custom_select_option li {
  display: block;
  clear: both;
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
.custom_select_ctn > .custom_select_option li a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 90%;
  height: 41px;
  line-height: 41px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto Condensed";
  padding: 0 20px;
  color: #ffffff;
  text-transform: uppercase;
}
.custom_select_ctn > .custom_select_option li:nth-child(2n) {
  background-color: #0970b3;
}
.custom_select_ctn > .custom_select_option li:hover {
  background-color: #003e6b !important;
}
/* --- Fluide search form ----- */
.search_ctn {
  position: relative;
  padding-left: 160px;
  width: 675px;
  height: 295px;
  float: left;
  background: url(../images/patern.png);
}
.search_ctn .picto-loupes {
  height: 128px;
  width: 225px;
  background: url("../images/picto-loupes.png") 0 0 no-repeat;
  position: absolute;
  top: 100px;
  right: 30px;
  z-index: 1;
}
.search_ctn form {
  font-family: Roboto;
  font-size: 15px;
  padding-top: 50px;
  color: #000000;
  line-height: 2;
}
.search_ctn form h2 {
  font-family: "Roboto Condensed";
  font-size: 25px;
  color: #0865a2;
  font-weight: 700;
  text-transform: uppercase;
}
.search_ctn form select {
  display: inline;
}
.search_ctn form input[type="submit"] {
  display: block;
  float: left;
  clear: both;
  border: none;
  height: 37px;
  line-height: 37px;
  vertical-align: middle;
  background-color: #000000;
  color: #ffffff;
  font-family: "Roboto Condensed";
  font-size: 13px;
  padding: 0 20px;
  margin-top: 20px;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  behavior: url('/css/pie.php');
  cursor: pointer;
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  background-image: url(../images/loading.gif);
  background-position: 200% 50%;
  background-repeat: no-repeat;
}
.search_ctn form input[type="submit"]:hover {
  background-color: #0970b3;
}
.search_ctn form input[type="submit"].loading {
  padding-right: 50px;
  background-color: #003E6B;
  background-position: 98% 50%;
}
.ui-carousel {
  height: 100px;
  margin: 0;
  overflow: auto;
  padding: 0;
  position: relative;
  /*for ie7 to work e.g in html carousels*/
  width: 300px;
}
.ui-carousel > .wrapper {
  margin: 0;
  padding: 0;
  width: 9999px;
}
.ui-carousel > .wrapper > * {
  border: 0;
  display: block;
  float: left;
  height: 100px;
  overflow: hidden;
  width: 100px;
}
.em-calendar-wrapper {
  width: 225px;
  margin: 0 auto;
  padding-top: 30px;
}
.em-calendar-wrapper table.em-calendar {
  width: 225px;
  font-family: "Roboto";
  color: #ffffff;
  font-size: 11px;
  border-collapse: collapse;
}
.em-calendar-wrapper table.em-calendar tr {
  border-bottom: 1px solid #336588;
  height: 30px;
}
.em-calendar-wrapper table.em-calendar thead {
  font-size: 20px;
}
.em-calendar-wrapper table.em-calendar thead tr {
  border: none;
}
.em-calendar-wrapper table.em-calendar thead .picto {
  display: block;
  background: url(../images/picto-arrows.png) left top no-repeat;
  width: 10px;
  height: 15px;
  margin: 0;
}
.em-calendar-wrapper table.em-calendar thead .picto.arrow-right {
  float: right;
  background-position: right top;
}
.em-calendar-wrapper table.em-calendar thead .picto-calendar {
  display: block;
  background: url(../images/picto-calendar-sidebar.png) center center no-repeat;
  width: 28px;
  height: 28px;
}
.em-calendar-wrapper table.em-calendar tbody td {
  padding: 2px 10px;
}
.em-calendar-wrapper table.em-calendar td.eventless-pre,
.em-calendar-wrapper table.em-calendar td.eventless-post {
  color: #336588;
}
.em-calendar-wrapper table.em-calendar td.eventless-today {
  color: #222;
}
.em-calendar-wrapper table.em-calendar td.eventful {
  font-weight: 700;
  border-bottom: 1px solid #FD7E29;
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
.em-calendar-wrapper table.em-calendar td.eventful:hover {
  background-color: #0075BC;
  border-bottom: 0;
}
.em-calendar-wrapper table.em-calendar td.eventful:hover a {
  color: #fff;
}
.em-calendar-wrapper #em-loading {
  background: #003e6b url(../images/loading.gif) 50% 50% no-repeat;
}
.em-calendar-wrapper .dates {
  min-height: 50px;
  max-height: 70px;
  overflow-y: auto;
  padding-top: 10px;
  font-size: 12px;
  color: #fff;
}
.em-calendar-wrapper .dates.loading {
  background: #003e6b url(../images/loading.gif) 50% 50% no-repeat;
}
.em-calendar-wrapper .dates a {
  color: #FFF;
  border-bottom: 1px solid;
}
.fancybox-wrap.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
}
.fancybox-wrap.fancybox-opened .fancybox-skin .fancybox-nav {
  top: auto;
  bottom: -20px;
  right: -30px;
  height: 54px;
  width: 37px;
  background-color: blue;
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
.fancybox-wrap.fancybox-opened .fancybox-skin .fancybox-nav span {
  display: none;
}
.fancybox-wrap.fancybox-opened .fancybox-skin .fancybox-nav.fancybox-prev {
  right: 7px;
  left: auto;
  background: #0970b3 url("../images/picto-sprite.png") 16px -293px no-repeat;
}
.fancybox-wrap.fancybox-opened .fancybox-skin .fancybox-nav.fancybox-prev:hover {
  background: #004270 url("../images/picto-sprite.png") 16px -293px no-repeat;
}
.fancybox-wrap.fancybox-opened .fancybox-skin .fancybox-nav.fancybox-next {
  background: #0970b3 url("../images/picto-sprite.png") -56px -293px no-repeat;
}
.fancybox-wrap.fancybox-opened .fancybox-skin .fancybox-nav.fancybox-next:hover {
  background: #004270 url("../images/picto-sprite.png") -56px -293px no-repeat;
}
.fancybox-wrap .fancybox-close {
  background: #0970b3 url("../images/picto-white-cross.png") center center no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  top: -10px;
  right: -10px;
}
.fancybox-wrap .fancybox-close:hover {
  background-color: #004270;
}
.global_content .content .inner-inter-title {
  position: relative;
  width: 640px;
  border-top: 1px solid #d8d8d8;
  height: 40px;
  line-height: 20px;
  text-align: center;
  clear: both;
  margin: 20px 0 10px 0;
}
.global_content .content .inner-inter-title > .title {
  position: relative;
  text-align: center;
  display: inline-block;
  zoom: 1;
  *display: inline;
  top: -20px;
  background: #ffffff;
  padding: 0 19px;
  font-size: 20px;
  text-transform: uppercase;
  color: #7e7e7e;
  font-family: Roboto;
  font-weight: 100;
}
.global_content .content .inner-inter-title > .title span {
  color: #fdb813;
}
#webcallback {
  background-color: #f9f9f9;
  width: 380px;
  height: 465px;
  margin: 0 50px;
}
#webcallback h3,
#webcallback p {
  color: #003e6b;
}
#webcallback h3 {
  position: relative;
  width: 100%;
  border-top: 1px solid #003e6b;
  height: 40px;
  line-height: 20px;
  text-align: center;
  clear: both;
  margin: 20px 0 10px 0;
}
#webcallback h3 > .title {
  position: relative;
  text-align: center;
  background-color: #f9f9f9;
  display: inline-block;
  zoom: 1;
  *display: inline;
  top: -10px;
  padding: 0 19px;
  font-size: 25px;
  text-transform: uppercase;
  color: #003e6b;
  font-family: Roboto;
  font-weight: 100;
}
#webcallback h3 > .title span {
  color: #fdb813;
}
#webcallback div.picto {
  height: 80px;
  background: transparent url("../images/picto-callback.png") 20px -95px no-repeat;
}
#webcallback div.picto p {
  margin-left: 110px;
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
#webcallback label {
  position: relative;
  margin-top: 30px;
  font-size: 13px;
  font-family: Roboto;
  color: #7e7e7e;
  margin-bottom: 5px;
  float: left;
  width: 180px;
  margin-right: 10px;
}
#webcallback label.error {
  position: absolute;
  right: 100px;
  color: #0970b3;
}
#webcallback label input[type="text"] {
  height: 41px;
  line-height: 41px;
  padding: 0 10px;
  width: 160px;
  background: #ffffff;
  border: none;
  clear: both;
  display: block;
  float: left;
  color: #7e7e7e;
  font-size: 13px;
  border: 1px solid #ffffff;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  behavior: url('/css/pie.php');
  transition: border-color 150ms linear;
  -moz-transition: border-color 150ms linear;
  -webkit-transition: border-color 150ms linear;
}
#webcallback label input[type="text"].error {
  border-color: #0970b3;
}
#webcallback label.error {
  position: absolute;
  top: 40px;
  right: 0;
  margin-right: 0;
}
#webcallback p.error {
  font-family: "Roboto condensed";
  text-align: center;
  position: relative;
  top: -20px;
}
#webcallback #custom_select_indicatif {
  width: auto;
}
#webcallback span {
  font-size: 13px;
  font-family: Roboto;
  color: #7e7e7e;
}
#webcallback .btn {
  margin: 30px auto;
  clear: both;
  height: 37px;
  line-height: 37px;
  width: 187px;
  text-align: center;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 12px;
  display: block;
  background: #000000;
  color: #ffffff;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  behavior: url('/css/pie.php');
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
#webcallback .btn:hover {
  background-color: #0970b3;
}
#webcallback .mentions {
  font-family: Roboto;
  font-size: 12px;
  color: #b7b7b7;
}




.open_form_doc{
	background-color: #0075BC;
	color: #FFFFFF;
	display: block;
	font-size: 19px;
	font-weight: lighter;
	height: 40px;
	line-height: 40px;
	margin: 10px 30%;
	position: relative;
	text-align: center;
	width: 40%;
	cursor:pointer;
}