@charset "UTF-8";
/*couleurs*/
/*font*/
.bloc-before, .ui-tabs .ui-tabs-nav li:before, .ui-tabs .ui-tabs-nav li .before, .ui-tabs .ui-tabs-panel p:before, .ui-tabs .ui-tabs-panel p .before, .bloc_social:before, .bloc_social .before, .bloc_visuel.temoignage .container:before, .bloc_visuel.temoignage .container .before, .equipe .untiers:before, .equipe .untiers .before, #ContenerFormulaireContact:before, #ContenerFormulaireContact .before {
  content: "";
  display: block;
  position: absolute;
}

.add-before, .ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-panel p, .bloc_social, .bloc_social ul li, .bloc_visuel.temoignage .container, .bloc_temoignage .content p, .equipe .untiers, #ContenerFormulaireContact {
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("span") ).className="before" );
}

.add-after, .bloc_temoignage .content p {
  *zoom: expression(this.runtimeStyle.zoom="1", this.prependChild( document.createElement("span") ).className="after" );
}

/*couleurs*/
/*font*/
.bloc-before, .ui-tabs .ui-tabs-nav li:before, .ui-tabs .ui-tabs-nav li .before, .ui-tabs .ui-tabs-panel p:before, .ui-tabs .ui-tabs-panel p .before, .bloc_social:before, .bloc_social .before, .bloc_visuel.temoignage .container:before, .bloc_visuel.temoignage .container .before, .equipe .untiers:before, .equipe .untiers .before, #ContenerFormulaireContact:before, #ContenerFormulaireContact .before {
  content: "";
  display: block;
  position: absolute;
}

.add-before, .ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-panel p, .bloc_social, .bloc_social ul li, .bloc_visuel.temoignage .container, .bloc_temoignage .content p, .equipe .untiers, #ContenerFormulaireContact {
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("span") ).className="before" );
}

.add-after, .bloc_temoignage .content p {
  *zoom: expression(this.runtimeStyle.zoom="1", this.prependChild( document.createElement("span") ).className="after" );
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 0px .1em 0 0;
  border-bottom-width: 0;
  padding: 3px 7px 0;
  height: 34px;
  line-height: 16px;
  width: 76px;
  background: #807f7f;
  color: #fff;
  font-size: 12px;
  -webkit-box-shadow: inset 0px -5px 5px -3px #000;
  box-shadow: inset 0px -5px 5px -3px #000;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ui-tabs .ui-tabs-nav li a {
  color: #fff;
  display: block;
  height: 34px;
}
.ui-tabs .ui-tabs-nav li:before, .ui-tabs .ui-tabs-nav li .before {
  display: block;
  height: 9px;
  width: 25px;
  bottom: -9px;
  left: 10px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-state-hover {
  background: #2f2f2f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-tabs .ui-tabs-nav li.ui-state-hover:before, .ui-tabs .ui-tabs-nav li.ui-state-hover .before {
  background: url(../../../../design/plain_site/images/interieur/tabs-hover.png);
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background: #ed111f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active:before, .ui-tabs .ui-tabs-nav li.ui-tabs-active .before {
  background: url(../../../../design/plain_site/images/interieur/tabs-active.png);
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: default;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: #e8e8e8;
}
.ui-tabs .ui-tabs-panel p {
  margin: 0 0 10px;
}
.ui-tabs .ui-tabs-panel p:before, .ui-tabs .ui-tabs-panel p .before {
/*  background: url("http://www.ecoles-idrac.com/design/plain_site/images/new-home/commun/arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
  display: inline;
  height: 16px;
  line-height: 16px;
/*  padding-left: 16px;*/
  position: relative;
  width: 11px;
}
.ui-tabs .ui-tabs-panel h4 {
  margin: 0;
}

@media screen and (max-width: 650px) {
  .ui-tabs .ui-tabs-nav li {
    width: auto;
    float: none;
  }
}
/* CSS Document */
/***************************************************/
/*				Css Reset    						*/
/***************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Roboto", sans-serif;
  /*vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

strong, b {
  font-weight: 500;
}

body {
  font-size: 14px;
}

a, a:hover {
  text-decoration: none;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.InnerPane {
  min-height: 1090px;
}

.container {
  position: relative;
  width: 1028px;
  margin: 0 auto;
  padding: 0;
}

.container_menu {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  z-index: 10;
}

.container .columns {
  float: left;
  display: inline;
}

.container .one.columns {
  width: 11px;
}

.container .two.columns {
  width: 74px;
}

.container .three.columns {
  width: 137px;
}

.container .four.columns {
  width: 200px;
}

.container .five.columns {
  width: 240px;
}

.container .five.columns.last {
  width: 258px;
}

.container .five.columns.info_center {
  width: 236px;
}

.container .fivebis.columns {
  width: 255px;
}

.container .six.columns {
  width: 326px;
}

.container .seven.columns {
  width: 389px;
}

.container .eight.columns {
  width: 452px;
}

.container .nine.columns {
  width: 515px;
}

.container .ten.columns {
  width: 578px;
}

.container .eleven.columns {
  width: 641px;
}

.container .twelve.columns {
  width: 704px;
}

.container .thirteen.columns {
  width: 767px;
}

.container .fourteen.columns {
  width: 830px;
}

.container .fifteen.columns {
  width: 993px;
}

.container .sixteen.columns {
  width: 956px;
}

/***************************************************/
/*				css transition						*/
/***************************************************/
a, a:hover, a img, a:hover img, a span, a:hover span, .inscri:hover, .epreuv:hover, .resultat:hover, .bouton_tous, .foot:hover, .contact:hover {
  transition: 500ms ease color, 500ms ease background-color,  500ms ease opacity,  500ms ease border-color, 500ms ease background-position;
  -webkit-transition: 500ms ease color, 500ms ease background-color,  500ms ease opacity,  500ms ease border-color, 500ms ease background-position;
  -moz-transition: 500ms ease color, 500ms ease background-color,  500ms ease opacity,  500ms ease border-color, 500ms ease background-position;
  -o-transition: 500ms ease color, 500ms ease background-color,  500ms ease opacity,  500ms ease border-color, 500ms ease background-position;
}

/***menu top***/
.menu_scrol {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-color: #2f2f2f;
  font-size: 16px;
}

.menu_scrol_link {
  background-color: #2f2f2f;
  color: #FFF;
  height: 30px;
  width: 27%;
  text-align: right;
  float: left;
  min-width: 250px;
}

.menu_scrol_link p {
  padding-top: 6px;
  padding-right: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  float: left;
}

.menu_scrol_link img {
  float: left;
  padding-top: 9px;
  padding-right: 4px;
}

.menu_scrol_menu {
  background-color: #878988;
  height: 30px;
  width: 73%;
  float: left;
  min-width: 515px;
}

.menu_scrol_text {
  position: relative;
  top: -16px;
  right: -518px;
  width: 166px;
  height: 77px;
  display: none;
}

.menu_top {
  height: 32px;
}

.menu_top li {
  display: block;
  float: left;
  padding-left: 32px;
  background: url("http://www.ecoles-idrac.com/design/plain_site/images/new-home/commun/arrow.png") no-repeat scroll 19px 7px;
}

.menu_top a {
  text-decoration: none;
  margin: 0 1px;
  display: block;
  height: 27px;
  color: #FFF;
  padding-top: 3px;
}

.menu_top a:hover {
  color: #2f2f2f;
}

/***header***/
header {
  position: relative;
}

.header {
  font-size: 16px;
}

.logo {
  padding-top: 15px;
  float: left;
}

.search_text {
  float: left;
  padding-top: 88px;
  padding-left: 5px;
}

.recrute {
  width: 140px;
  float: left;
  padding-top: 60px;
  padding-left: 150px;
  position: relative;
  text-align: right;
  z-index: 1;
}

.recrute a {
  text-decoration: none;
  display: block;
  height: 27px;
  color: #838383;
}

.recrute a:hover {
  color: #000000;
}

.search {
  width: 210px;
  float: left;
  padding-top: 10px;
  padding-left: 80px;
  position: relative;
  font-weight: 100;
  font-family: "Roboto Condensed", sans-serif;
}

#texte_recherche {
  width: 158px;
  padding: 3px 45px 6px 10px;
  background-color: #FFF;
  border: solid 2px #ccc;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-size: 14px;
  color: #7a5440;
}

#texte_recherche:focus {
  background-color: rgba(0, 0, 0, 0.8);
  outline: 0 none;
  color: #fff;
  color: #e0000c \9;
}

#bouton_recherche {
  margin-top: 29px;
  position: absolute;
  top: 50%;
  right: 0px;
}

/***menu***/
.menu {
  float: left;
  width: 100%;
  height: 34px;
  background-color: #2F2F2F;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0px;
}

.menu li {
  display: block;
  float: left;
  padding-top: 7px;
  padding-left: 20px;
}

.menu li:hover > .sub {
  display: block;
}

.menu a {
  margin: 0 3px;
  display: block;
  height: 27px;
  text-decoration: none;
  color: #FFF;
}

.menu a:hover {
  color: #e0000c;
  border-bottom: 5px solid #e0000c;
}

.megamenu:hover {
  color: #FFFFFF !important;
  background-color: #e0000c;
  padding-top: 5px;
  height: 50px;
  width: 100%;
  text-align: center;
}

.sub {
  background: #2f2f2f;
  position: absolute;
  right: 0px;
  /*254px;*/
  top: 68px;
  width: 100%;
  /*724px;*/
  overflow: hidden;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  display: none;
}

.sub .title {
  /*padding-left: 0px;*/
  position: relative;
  border-top: #e0000c 8px solid;
}

.sub .title .espaceur {
  height: 60px;
}

.sub .title h2 {
  position: absolute;
  top: 10px;
  left: 40px;
}

.sub li {
  /*padding-right: 3%;*/
  /*width:20%;*/
  /*26%;*/
  padding-top: 1px;
}

.sub div.title {
  margin-bottom: 10px;
}

.sub .last {
  position: relative;
  top: -64px;
}

.sub a {
  margin: 0;
  border: none;
}

.sub a:hover {
  border: none;
}

.subsub li {
  float: none;
  padding: 0 0 0 38px;
  width: auto !important;
  position: relative;
  background: url("http://www.ecoles-idrac.com/design/plain_site/images/new-home/commun/arrow.png") no-repeat scroll 21px 2px;
}

.sub .niveau3 {
  height: auto;
  font-size: 14px;
  font-weight: 100;
}

.sub .niveau3:hover {
  color: #E0000C;
}

.niveau3 span {
  height: 15px;
  left: 0;
  position: absolute;
  width: 15px;
}

.menu .oblic {
  background: url("../../../../design/plain_site/images/new-home/commun/tri_essen.png") no-repeat -22px 0px;
  background-image: url("../../../../design/plain_site/images/new-home/commun/tri_essen.png") \9;
  background-repeat: no-repeat \9;
  background-position-x: -22px \9;
  background-position-y: 0px \9;
  background-color: #DC021A;
  padding-right: 10px;
  padding-left: 35px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  float: right;
}

.menu .oblic a:hover {
  color: #FFFFFF;
  border-bottom: none;
}

.menu .oblic a {
  font-family: 'EB Garamond', serif;
  font-size: 16px;
}

/***news***/
h2 {
  font-size: 50px;
  font-family: 'EB Garamond', serif;
  color: #2f2f2f;
}

.gris {
  color: #2f2f2f;
  display: inline;
  text-align: left;
  margin: 0;
}

.news {
  width: 650px;
  float: left;
  padding-top: 30px;
}

.next {
  float: right;
  padding-top: 13px;
}

.next a {
  text-decoration: none;
  font-size: 10px;
  font-family: tahoma, sans-serif;
  color: #838383;
}

.next a:hover {
  color: #000;
}

.blocActu1 {
  width: 28%;
  float: left;
  margin-right: 8%;
  margin-bottom: 40px;
}

.blocActu2 {
  width: 28%;
  float: right;
  margin-bottom: 40px;
}

.blocActu1 p, .blocActu2 p {
  font-size: 12px;
  font-weight: 100;
  margin: 10px 0 0  !important;
}
.blocActu1 p a, .blocActu2 p a {
  text-decoration: none;
  color: #807f7f;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

.text_actu {
  text-align: center;
  margin: 0;
  font-size: 16px;
  text-transform: none;
  line-height: 18px;
}
.text_actu a {
  text-decoration: none !important;
}

.p_actu {
  text-align: center;
}

.bouton_actu {
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  width: 105px;
  padding: 10px;
  font-size: Tahoma, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  float: none;
  margin: 10px auto 0;
}

.bouton_actu:hover {
  color: #e0000c;
}

a:hover .opac {
  opacity: 0.8;
}

.opac {
  border: solid 5px #FFFFFF;
  -moz-box-shadow: 1px 1px 3px 0px #c0c0c0;
  -webkit-box-shadow: 1px 1px 3px 0px #c0c0c0;
  -o-box-shadow: 1px 1px 3px 0px #c0c0c0;
  box-shadow: 1px 1px 3px 0px #c0c0c0;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=134, Strength=3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.blocActu1 a, .blocActu2 a {
  text-decoration: none;
  color: #000000;
}

/***concours***/
.concour {
  width: 330px;
  float: left;
  padding-left: 30px;
  padding-top: 35px;
}

.button {
  background: #ed111f;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(top, #ed111f 0%, #920000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ed111f), color-stop(100%, #920000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ed111f 0%, #920000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ed111f 0%, #920000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ed111f 0%, #920000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ed111f 0%, #920000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$coul-top', endColorstr='$coul-btm',GradientType=0 );
  /* IE6-8 */
  height: 27px;
  text-transform: uppercase;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
  color: #fff;
  -moz-box-shadow: 2px 2px 2px 0px #000000;
  -webkit-box-shadow: 2px 2px 2px 0px #000000;
  -o-box-shadow: 2px 2px 2px 0px #000000;
  box-shadow: 2px 2px 2px 0px #000000;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=134, Strength=2);
}
.button.extern {
  font-size: 18px;
  font-weight: bold;
}

.button:hover {
  background: #a6010a;
}

.button_gris {
  background: #cfcfcf;
  border-radius: 4px;
  height: 20px;
  line-height: 20px;
  padding: 2px 5px;
  text-decoration: none !important;
}

.resultat:hover {
  background: #000;
}

.curve:before {
  top: 52px;
  left: 5px;
  transform: rotate(-5deg);
  box-shadow: 7px 6px 15px #333;
}

.curve:after {
  top: 52px;
  right: 5px;
  transform: rotate(5deg);
  box-shadow: -7px 6px 15px #333;
}

@keyframes progmove {
  0% {
    padding-top: 50px;
  }

  100% {
    padding-top: 10px;
  }
}

@-webkit-keyframes progmove {
  0% {
    padding-top: 50px;
  }

  100% {
    padding-top: 10px;
  }
}

@-moz-keyframes progmove {
  0% {
    padding-top: 50px;
  }

  100% {
    padding-top: 10px;
  }
}

@-o-keyframes progmove {
  0% {
    padding-top: 50px;
  }

  100% {
    padding-top: 10px;
  }
}

/***info***/
.info {
  float: left;
  background: #2F2F2F;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.info h4 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  white-space: nowrap;
}

.info a {
  color: #fff;
  text-decoration: none;
  font-family: "Tahoma";
  font-size: 12px;
  font-weight: bold;
}

.info p {
  color: #aaa;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding-bottom: 19px;
  line-height: 13px;
}

.icone1 {
  background: url("../../../../design/plain_site/images/new-home/commun/icone_concours.png") no-repeat 0px 8px;
  background-image: url("../../../../design/plain_site/images/new-home/commun/icone_concours.png") \9;
  background-repeat: no-repeat \9;
  background-position-x: 0px \9;
  background-position-y: 8px \9;
  padding-left: 56px;
  padding-right: 65px;
}

.icone2 {
  background: url("../../../../design/plain_site/images/new-home/commun/icone_doc.png") no-repeat 0px 0px;
  background-image: url("../../../../design/plain_site/images/new-home/commun/icone_doc.png") \9;
  background-repeat: no-repeat \9;
  background-position-x: 0px \9;
  background-position-y: 0px \9;
  padding-left: 56px;
  padding-right: 45px;
}

.icone3 {
  /*background: url("../../../../design/plain_site/images/new-home/commun/icone_rdv.png")no-repeat 5px 1px;
  background-image:url("../../../../design/plain_site/images/new-home/commun/icone_rdv.png") \9;*/
  background-repeat: no-repeat \9;
  background-position-x: 5px \9;
  background-position-y: 1px \9;
  padding-left: 56px;
}

.info_center {
  padding-right: 65px;
}

.venir_actu:hover {
  border: 2px solid #fff;
}

/***venir***/
.tri_blanc {
  padding-left: 270px;
}

.venir {
  margin-top: 20px;
  float: left;
  background: url("../../../../design/plain_site/images/new-home/commun/bloc_info.jpg") no-repeat center fixed;
  background-image: url("../../../../design/plain_site/images/new-home/commun/bloc_info.jpg") \9;
  width: 100%;
  height: 500px;
  -webkit-background-size: cover;
  /* pour Chrome et Safari */
  -moz-background-size: cover;
  /* pour Firefox */
  -o-background-size: cover;
  /* pour Opera */
  background-size: cover;
  /* version standardisÃ©e */
}
.venir .container {
  margin-top: 0 !important;
}

.venir1 a {
  color: #fff;
  text-decoration: none;
  font-family: "Tahoma";
  font-size: 12px;
  font-weight: bold;
}

.venir1 {
  padding-right: 60px;
}

.venir1 h2 {
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 20px;
  font-size: 50px;
  line-height: normal;
  margin: 0;
}

.venir1 h3 {
  font-size: 21px;
  padding-bottom: 3px;
  color: #fff;
  width: 460px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: none;
  font-weight: bold;
  margin: 0;
}

.venir1 p {
  padding-bottom: 7px;
  color: #c9c9c9;
  font-size: 12px;
  width: 475px;
  padding-right: 20px;
  font-weight: 100;
  margin: 0 !important;
}

.venir1 p:last-child {
  padding-bottom: 30px;
}

.venir1 h6 {
  width: 70px;
  color: #fff;
  border: solid 5px #E0000b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  float: left;
  margin-right: 20px;
}

.venir1 h5 {
  width: 30px;
  color: white;
  background-color: #525252;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 24px;
  font-size: 35px;
  margin: 0;

}



hr {
  border: none;
  border-top: dashed 1px #C9C9C9;
}

.venir2 {
  background: url("../../../../design/plain_site/images/new-home/commun/recherche.png") no-repeat 0px 40px;
  background-image: url("../../../../design/plain_site/images/new-home/commun/recherche.png") \9;
  background-repeat: no-repeat \9;
  background-position-x: 0px \9;
  background-position-y: 40px \9;
  height: 420px;
}

.venir2 h2 {
  color: #E0000B;
  padding-top: 105px;
  font-size: 50px;
  padding-left: 30px;
  padding-bottom: 5px;
}

.venir2 h3 {
  color: #2F2F2F;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 10px;
  margin: 0;
  padding-left: 30px;
  text-transform: none;
}

.venir2 h4 {
  color: #2F2F2F;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding-left: 30px;
}

.venir2 p {
  padding-bottom: 25px;
  padding-left: 30px;
  padding-top: 5px;
  color: #2f2f2f;
  text-align: justify;
  width: 260px;
  font-size: 14px;
  margin: 0 !important;
}

.venir2 a {
  color: #fff;
  text-decoration: none;
  margin-left: 30px;
  font-family: "Tahoma";
  font-size: 12px;
  font-weight: bold;
}

/***bts***/
.bts {
  float: left;
  background: #eee;
  color: #FFFFFF;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.bts h2 {
  padding-bottom: 10px;
}

.left {
  float: left;
}

.right {
  float: right;
}

/***alternance***/
.alternance {
  margin-top: 50px;
  margin-bottom: 50px;
  float: left;
  background: #FFF;
}

.alternance a {
  color: #fff;
  text-decoration: none;
  font-family: "Tahoma";
  font-size: 12px;
  font-weight: bold;
}

.alternance h2 {
  float: right;
  padding-bottom: 5px;
}

.alternance h3 {
  color: #2f2f2f;
  font-family: 'EB Garamond', serif;
  font-size: 35px;
  font-weight: 100;
  padding-bottom: 10px;
}

.alternance h4 {
  color: #9f9f9f;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 10px;
}

.alternance h5 {
  color: #df000c;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 53px;
}

.alternance h6 {
  color: #2f2f2f;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 10px;
  padding-bottom: 20px;
}

.alternance img {
  float: right;
}

.campus {
  float: left;
  padding-bottom: 70px;
}

.campus img:hover {
  opacity: 0.6;
}

.alternance p {
  padding-right: 20px;
  padding-bottom: 15px;
  color: #2f2f2f;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}

#btn_up {
  position: fixed;
  bottom: 15px;
  right: 25px;
  cursor: pointer;
  display: none;
  z-index: 999;
}

/*WIDGET*/
#widget-com {
  position: fixed;
  overflow: hidden;
  width: 162px;
  top: 103px;
  right: -100px;
  z-index: 999999;
  font-size: 14px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

#widget-com a:link, #widget-com a:visited {
  color: #595959;
  text-decoration: none;
}

#widget-com ul {
  padding: 0;
  margin: 0;
}

#widget-com li {
  height: 47px;
  position: relative;
  padding-left: 63px;
  line-height: 39px;
  margin: 0;
  background: #2d2d2d;
  padding: 5px 0 0;
}

#widget-com li:hover {
  background: #333;
  color: #FFFFFF;
}

#widget-com a:hover {
  color: #FFFFFF;
}

#widget-com li img {
  position: absolute;
  top: 0px;
  left: 2px;
}

#widget-com li span {
  display: block;
  float: right;
  width: 100px;
  border-bottom: 1px dotted #a3a3a3;
  padding-bottom: 6px;
}

#widget-com li span.last {
  border: none;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-left-radius: 7px;
}

#reseau:hover {
  right: 0px;
}

#bac {
  /*position: relative;*/
  top: -34px;
  left: 898px;
  z-index: 11;
  width: 115px;
  height: 115px;
}

/***footer***/
.footer {
  margin-top: 100px;
  float: left;
  background: #2f2f2f;
  padding-bottom: 50px;
  width: 100%;
  font-size: 16px;
}
.footer h2 {
  margin-bottom: 0;
}

.mentions {
  color: #807f7f;
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
}

.logo_footer {
  width: 188px;
  position: relative;
  bottom: 49px;
}

.footer_menu {
  float: left;
  width: 170px;
  margin-top: -40px;
}

.footer_menu a {
  padding-left: 20px;
  text-decoration: none;
  color: #FFFFFF;
  background: url("../../../../design/plain_site/images/new-home/commun/arrow2.png") no-repeat scroll 7px 6px;
}

.foot {
  background: #676a6a;
  height: 25px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 85px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-top: 5px;
}

.foot:hover {
  background: #000000;
}

.contact {
  background: #e0000a;
  height: 25px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 85px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-top: 5px;
}

.contact:hover {
  background: #CB0003;
}

.footer_text {
  padding-left: 20px;
  float: left;
  width: 818px;
  margin-top: -40px;
}

.foot1 {
  color: #FFF;
  padding-left: 20px;
  background: url("http://www.ecoles-idrac.com/design/plain_site/images/new-home/commun/arrow.png") no-repeat scroll 0px 4px;
  font-family: "Roboto Condensed", sans-serif;
}

.foot2 {
  color: #8b8b8b;
  text-align: justify;
  font-size: 10px;
  padding-top: 10px;
  line-height: 12px;
}

.footer_text h3 {
  font-size: 20px;
  color: #8b8b8b;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}

.footer_text h2 {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 32px;
  font-family: "Roboto Condensed", sans-serif;
}

.footer_text a {
  text-decoration: none;
  color: #8b8b8b;
  font-size: 12px;
}

.footer_text a:hover {
  color: #FFF;
}

.mobile {
  display: none;
}

.mobile2 {
  display: none;
}

.navigation_deroulee {
  display: none;
}

.tinynav {
  display: none;
}

.mobil_foot {
  display: inline;
}

.ecole {
  padding-right: 15px;
}

.monde {
  border-left: 1px dotted #CFCFCF;
  padding-left: 15px;
}

.five.columns.facebook {
  float: right;
}

.photo {
  padding-left: 20px;
}

.chiffre {
  font-size: 50px;
  font-family: 'EB Garamond', serif;
  color: #2f2f2f;
}

.pour {
  font-size: 50px;
  font-family: 'EB Garamond', serif;
  color: #2f2f2f;
}

a[data]:hover:after {
  font-size: 20px;
  content: attr(data);
  margin-top: -35px;
  padding: 4px 8px;
  color: #FFFFFF;
  position: absolute;
  left: 280px;
  white-space: nowrap;
  z-index: 2;
  border-radius: 5px;
  background: #DD0223;
}

.campus a {
  font-size: 18px;
}

.center {
  margin: 35%;
}

.display_none {
  display: none;
}

.display_ipad {
  display: none;
}

.bouton_tous {
  width: 170px;
  float: left;
  padding: 3px;
  height: 25px;
  margin-top: 10px;
  margin-left: 80px;
  background: #e0000b;
  height: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  -moz-box-shadow: 2px 2px 2px 0px black;
  -webkit-box-shadow: 2px 2px 2px 0px black;
  -o-box-shadow: 2px 2px 2px 0px black;
  box-shadow: 2px 2px 2px 0px black;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=black, Direction=134, Strength=2);
}

.bouton_tous:hover {
  background: #a6010a;
}

.bouton_tous a {
  color: white;
  text-decoration: none;
  font-family: "Tahoma";
  font-size: 12px;
  font-weight: bold;
}

.venir_lien {
  float: left;
  width: 30px;
}

#SearchText {
  width: 158px;
  padding: 3px 45px 6px 10px;
  background-color: #FFF;
  border: solid 2px #ccc;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-size: 14px;
  color: #7a5440;
  font-weight: 100;
  font-family: "Roboto Condensed", sans-serif;
  -moz-box-sizing: content-box;
}

#SearchText:focus {
  background-color: rgba(0, 0, 0, 0.8);
  outline: 0 none;
  color: #fff;
  color: #e0000c \9;
}

#ok {
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 0px;
}

/*Interieur*/
h4 {
  color: #807f7f;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 500;
}

h1, h2 {
  display: block;
  font-family: 'EB Garamond', serif;
  font-size: 50px;
  margin: 5px 0 20px;
  line-height: 49px;
}

h3 {
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 10px 0 0;
}

sup {
  font-size: 60%;
  vertical-align: text-top;
}

h5 {
  color: #ed111f;
  font-weight: 700;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  margin: 20px 0 0;
}

.couleur1 {
  color: #ed111f;
}

.legende {
  color: #807f7f;
}

.fluid_container {
  color: #2f2f2f;
  margin-bottom: 20px;
}
.fluid_container .tableau {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  line-height: normal;
}
.fluid_container .tableau p {
  overflow: hidden;
  width: 100px;
  margin: 0;
  width: 129px;
}
.fluid_container .tableau img.left {
  margin: 0 13px 0 0;
}
.fluid_container .tableau img.right {
  margin: 0 0 0 13px;
}
.fluid_container .tableau td {
  vertical-align: top;
}
.fluid_container .tableau td.visu {
  vertical-align: bottom;
}
.fluid_container img {
  max-width: 96%;
  height: auto;
}
.fluid_container img.left {
  margin-bottom: 10px;
  margin-right: 30px;
  margin-top: 10px;
}
.fluid_container img.right {
  margin-bottom: 10px;
  margin-left: 30px;
  margin-top: 10px;
}
.fluid_container iframe {
  max-width: 100%;
}
.fluid_container .opac {
  margin-bottom: 15px;
}
.fluid_container .container {
  margin-top: 45px;
}
.fluid_container .deuxtiers {
  width: 64%;
  float: left;
}
.fluid_container .untiers {
  margin-left: 4%;
  width: 32%;
  float: left;
}
.fluid_container ul {
  margin: 10px 0 0 33px;
}
.fluid_container ul li {
  margin-bottom: 10px;
  list-style-image: url(../../../../design/plain_site/images/interieur/puce.png);
}
.fluid_container p {
  margin: 10px 0 0;
}
.fluid_container a {
  color: inherit;
  text-decoration: underline;
}
.fluid_container a.button {
  text-decoration: none;
  color: #fff;
}
.fluid_container .info {
  margin-top: 65px;
}
.fluid_container .info .container {
  margin-top: 0;
}
.fluid_container .info.nomargin {
  margin-top: 0;
}
.fluid_container .breadcrumb {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: -31px;
  margin-top: 20px;
  color: #807f7f;
}
.fluid_container .breadcrumb > div {
  padding-left: 9px;
}
.fluid_container .breadcrumb a {
  color: #807f7f;
  text-decoration: none;
}
.fluid_container .breadcrumb .active {
  color: #2f2f2f;
}

.venir_lien a {
 text-decoration: none;
}

.bloc_social {
  background: #2f2f2f;
  color: #fff;
  padding: 9px;
  margin-top: 7px;
  position: relative;
}
.bloc_social:before, .bloc_social .before {
  width: 78px;
  height: 78px;
  left: -7px;
  top: -7px;
  background: url(../../../../design/plain_site/images/interieur/corner.png);
}
.bloc_social h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
}
.bloc_social .button {
  display: inline-block;
  height: 25px;
  padding: 0 5px;
  font-size: 11px;
  font-weight: bold;
  line-height: 25px;
}
.bloc_social .icone3 {
  padding-bottom: 13px;
  padding-left: 77px;
  background-repeat: no-repeat;
  background-position: 15px 50%;
}
.bloc_social ul {
  margin: 0;
}
.bloc_social ul li {
  margin: 0;
  list-style-image: none;
  line-height: 14px;
}
.bloc_social ul li a {
  font-size: 12px;
  text-decoration: none;
}
.bloc_social ul li:before, .bloc_social ul li .before {
  content: "» ";
  position: relative;
  display: inline;
}
.bloc_social a {
  color: #fff;
  text-decoration: none;
}
.bloc_social.grey {
  background: #807f7f;
  padding-top: 20px;
  padding-bottom: 20px;
}
.bloc_social.grey h4 {
  color: #2f2f2f;
}
.bloc_social.grey hr {
  opacity: 0.4;
}
.bloc_social.grey .icone3 {
  background-position: 15px 13px;
}

.bloc_social .icone3 {
  background-position: 15px 20px;
}

.addthis_toolbox {
  margin-left: 29px;
  margin-top: 60px;
}

.bloc_visuel {
  width: 100%;
  height: 164px;
  margin-top: 45px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50%;
  -webkit-background-size: cover;
  /* pour Chrome et Safari */
  -moz-background-size: cover;
  /* pour Firefox */
  -o-background-size: cover;
  /* pour Opera */
  background-size: cover;
  /* version standardisée */
  padding: 39px 0;
}
.bloc_visuel .container {
  margin-top: 0;
}
.bloc_visuel.temoignage {
  margin: 90px 0;
  height: auto;
  position: relative;
}
.bloc_visuel.temoignage h2 {
  color: #fff;
  padding-top: 10px;
}
.bloc_visuel.temoignage.directeur {
  margin-top: 50px;
}
.bloc_visuel.temoignage.directeur h2 {
  font-size: 36px;
}
.bloc_visuel.temoignage.directeur img {
  bottom: 13px;
  left: 47px;
  position: absolute;
}
.bloc_visuel.temoignage.directeur .content {
  padding-left: 126px;
}
.bloc_visuel.temoignage .container {
  position: relative;
}
.bloc_visuel.temoignage .container:before, .bloc_visuel.temoignage .container .before {
  background: #fff;
  width: 56px;
  height: 56px;
  left: 86px;
  top: -68px;
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}

.bloc_temoignage {
  background: url(../../../../design/plain_site/images/interieur/temoignage.png) no-repeat top left;
  height: 232px;
  margin: -40px auto 0;
  padding: 86px 62px 40px 49px;
  width: 828px;
}
.bloc_temoignage img {
  margin-right: 28px;
}
.bloc_temoignage .content {
  overflow: hidden;
  padding-bottom: 10px;
}
.bloc_temoignage .content .nom {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  line-height: 26px;
  display: block;
}
.bloc_temoignage .content .statut {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}
.bloc_temoignage .content p {
  position: relative;
}
.bloc_temoignage .content p:before, .bloc_temoignage .content p .before, .bloc_temoignage .content p:after, .bloc_temoignage .content p .after {
  position: relative;
  display: block;
  content: "";
}
.bloc_temoignage .content p:before, .bloc_temoignage .content p .before {
  width: 52px;
  height: 37px;
  background: url(../../../../design/plain_site/images/interieur/paraf-begin.png) no-repeat;
  margin-right: 5px;
  float: left;
}
.bloc_temoignage .content p:after, .bloc_temoignage .content p .after {
  background: url("../../../../design/plain_site/images/interieur/paraf-end.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
  content: " ";
  display: inline;
  padding-bottom: 4px;
  padding-left: 40px;
}

.bloc_campus {
  background: #e8e8e8;
}
.bloc_campus .alternance {
  background: none;
  margin: 22px 0 0;
}
.bloc_campus .alternance img {
  max-width: none;
}

.equipe .untiers {
  width: 27%;
  margin: 2%;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 148px;
  background: #e8e8e8;
  position: relative;
  border: 1px solid #dddddd;
  transition: background 500ms ease-in-out;
}
.equipe .untiers:before, .equipe .untiers .before {
  width: 32px;
  height: 32px;
  left: -3px;
  z-index: 1;
  top: -3px;
  background: url(../../../../design/plain_site/images/interieur/corner-small.png);
}
.equipe .untiers .visuel {
  box-shadow: 5px 0 6px -5px #000000;
  border-right: 1px solid #DDDDDD;
  box-shadow: 5px 0 6px -5px #000000;
  display: block;
  float: left;
  height: 148px;
  overflow: hidden;
  margin-right: 15px;
  width: 118px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
}
.equipe .untiers .visuel span {
  background: rgba(135, 138, 137, 0.56) url(../../../../design/plain_site/images/interieur/picto-mailtoL.png) no-repeat 50% 73px;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  margin-top: -100%;
}
.equipe .untiers p, .equipe .untiers a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
}
.equipe .untiers p {
  margin: 26px 0 0px;
  height: 54px;
}
.equipe .untiers a {
  color: #807f7f;
}
.equipe .untiers a.tel {
  background: url("../../../../design/plain_site/images/interieur/picto-tel.png") no-repeat scroll 8px 50%;
  float: left;
  height: 26px;
  line-height: 26px;
  padding: 5px 0 4px 31px;
  text-decoration: none;
}
.equipe .untiers a.mailto {
  padding-left: 36px;
  text-decoration: underline;
  height: 19px;
  line-height: 19px;
  background: url(../../../../design/plain_site/images/interieur/picto-mailto.png) no-repeat 3px 50%;
  float: left;
}
.equipe .untiers:hover {
  background: #2f2f2f;
  color: #fff;
}
.equipe .untiers:hover a {
  color: #ed111f;
}
.equipe .untiers:hover a.tel {
  background-image: url("../../../../design/plain_site/images/interieur/picto-tel-hover.png");
}
.equipe .untiers:hover a.mailto {
  background-image: url(../../../../design/plain_site/images/interieur/picto-mailto-hover.png);
}
.equipe .untiers:hover span {
  -webkit-animation: Bloc-move 500ms 1 ease-in-out;
  -moz-animation: Bloc-move 500ms 1 ease-in-out;
  -o-animation: Bloc-move 500ms 1 ease-in-out;
  animation: Bloc-move 500ms 1 ease-in-out;
  margin-top: 0;
  top: 0;
}

#map-canvas {
  height: 380px;
  margin-bottom: 80px;
}

.bloc_news {
  background: #e8e8e8;
}
.bloc_news h1 {
  padding-top: 5px;
}

.pagination {
  text-align: right;
  white-space: nowrap;
  font-size: 18px;
  border-top: 1px dotted #807f7f;
}
.pagination div > a {
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: none no-repeat scroll 50% center #ed111f;
  text-decoration: none;
  margin-left: 4px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: -1px;
  padding: 0;
}
.pagination div > a.active, .pagination div > a.active:hover {
  background-color: #2f2f2f;
}
.pagination div > a:hover {
  background-color: #807f7f;
}
.pagination div > a.prev {
  background-image: url(../../../../design/plain_site/images/interieur/prev.png);
}
.pagination div > a.next {
  background-image: url(../../../../design/plain_site/images/interieur/next.png);
}
.pagination span {
  line-height: 36px;
  margin-right: 12px;
}
.pagination a {
  color: #807f7f;
  font-size: 14px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: none;
}

.date {
  background: #2f2f2f;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  padding: 0 9px;
  display: inline;
  line-height: 22px;
}

.blocActu1 .visuel, .blocActu2 .visuel {
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.blocActu1 .visuel .opac, .blocActu2 .visuel .opac {
  display: inline;
}
.blocActu1 .visuel .date, .blocActu2 .visuel .date {
  bottom: 26px;
  position: absolute;
  right: 19px;
}

.detail-actu {
  font-weight: 100;
}
.detail-actu h3 {
  text-transform: none;
}
.detail-actu img.left {
  margin-right: 18px;
  margin-top: 20px;
}
.detail-actu img.right {
  margin-left: 18px;
  margin-top: 20px;
}
.detail-actu p {
  margin-top: 20px;
}
.detail-actu .mention {
  color: #807f7f;
  margin-top: 5px;
}

#ContenerFormulaireContact {
  background: #807f7f;
  margin-top: 20px;
  position: relative;
}
#ContenerFormulaireContact table table {
  font-size: 20px;
  margin: 0 auto;
  float: none;
}
#ContenerFormulaireContact table table strong {
  font-size: 20px;
  color: #fff;
}
#ContenerFormulaireContact:before, #ContenerFormulaireContact .before {
  width: 32px;
  height: 32px;
  left: -3px;
  z-index: 1;
  top: -3px;
  background: url(../../../../design/plain_site/images/interieur/corner-small.png);
  color: #fff;
}

#formulaireville {
  background: #e8e8e8;
}

@keyframes Bloc-move {
  0% {
    margin-top: -100%;
    top: -100%;
  }

  50% {
    margin-top: 0;
    top: 0;
  }

  75% {
    margin-top: -7%;
    top: 0;
  }

  100% {
    margin-top: 0;
    top: 0;
  }
}

@media screen and (max-width: 1028px) {
  .recrute {
    float: right;
    padding: 0;
    margin-top: 8px;
  }

  .info_center {
    padding-right: 25px;
  }

  .display_ipad {
    display: block;
  }

  .display_none {
    display: block;
  }

  .display {
    display: none;
  }

  .container {
    width: 98%;
  }

  .header {
    height: 185px;
  }

  .container_menu {
    position: absolute;
    top: 139px;
  }

  .menu_scrol, .search, #widget-com, .triangle1, .six.columns.venir2, #bac, .next, .five.columns.facebook {
    display: none;
  }

  h2 {
    font-size: 40px;
    line-height: 38px;
  }

  .logo {
    padding-top: 10px;
    width: 200px;
    height: 52px;
  }

  .search_text img {
    width: 300px;
  }

  .search_text {
    float: none;
    padding-top: 88px;
    padding-left: 5px;
  }

  .news {
    width: 300px;
  }

  .text_actu {
    float: none;
    padding-top: 0px;
  }

  .bouton_tous {
    margin-left: 70px;
  }

  .concour {
    padding-left: 70px;
  }

  .info {
    height: 100%;
    margin-top: 0px;
    padding-bottom: 25px;
  }

  .footer_text {
    padding-left: 0px;
    width: 100%;
  }

  .mobile {
    display: block;
    position: absolute;
    top: 54px;
    right: 25px;
    clear: both;
    cursor: pointer;
    z-index: 999;
  }

  .mobile2 {
    display: block;
    position: absolute;
    top: 0px;
    right: 25px;
    z-index: 10;
  }

  .footer_text {
    margin-top: 0px;
  }

  .navigation_deroulee {
    background-color: #2f2f2f;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 20px;
    position: fixed;
    width: 100%;
    z-index: 300;
    display: none;
    top: 125px;
  }

  .navigation_deroulee li a {
    text-decoration: none;
    color: #FFF;
    font-weight: 100;
    font-size: 22px;
    padding-left: 15px;
    background: url("http://www.ecoles-idrac.com/design/plain_site/images/new-home/commun/arrow.png") no-repeat scroll 20px 8px;
    padding-left: 40px;
  }

  .navigation_deroulee li a:hover {
    color: #F00004;
  }

  .navigation_deroulee img {
    padding-top: 10px;
  }

  #nav {
    display: none;
  }

  .tinynav {
    display: block;
    margin-left: 0px;
    margin-top: 24px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #989898;
    margin-bottom: 12px;
    height: 35px;
    background: black;
    color: #FFFFFF;
    font-size: 16px;
  }

  .footer_text {
    width: 70%;
    padding-left: 5%;
    float: left;
    margin-top: 0px;
  }

  .footer_menu {
    width: 25%;
  }

  #bouton_recherche {
    margin-top: 5px;
    position: relative;
    top: 6px;
    right: 40px;
  }

  #texte_recherche {
    width: 274px;
    padding: 10px 40px 6px 10px;
    background-color: white;
    border: solid 2px #CCC;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    font-size: 14px;
    color: #7A5440;
  }

  .icone1 {
    padding-right: 20px;
  }

  .icone2 {
    padding-right: 25px;
  }

  .container .five.columns, .container .five.columns.info_center, .container .five.columns.last {
    width: 160px;
  }

  .container .fivebis.columns {
    width: 160px;
  }

  .concour img {
    width: 350px;
    height: 400px;
  }

  .tri_blanc {
    padding-left: 50%;
  }

  .venir1 h2 {
    font-size: 42px;
    padding-top: 10px;
  }

  .venir1 {
    width: 96% !important;
    padding: 0 2%;
  }

  .a_venir {
    overflow: hidden;
  }

  .bts img {
    width: 700px;
    height: 190px;
  }

  .alternance .map {
    width: 200px;
    height: 203px;
    padding-top: 30px;
  }

  .container .alternance .five.columns {
    width: 200px;
  }

  .alternance h2 {
    width: 281px;
    padding-bottom: 35px;
    line-height: 62px;
    font-size: 65px;
    float: left;
    padding-left: 240px;
  }

  .ecole {
    padding-left: 3px;
    padding-right: 20px;
    margin-top: -155px;
  }

  .ecole p {
    width: 360px;
    font-size: 14px;
    padding-bottom: 7px;
  }

  .monde p {
    width: 315px;
  }

  .monde {
    border: none;
    padding-left: 25px;
    padding-top: 20px;
    margin-top: -155px;
  }

  .container .thirteen.columns {
    width: 100%;
  }

  .photo {
    position: relative;
    top: -160px;
    padding-left: 0px;
  }

  .campus {
    padding-bottom: 35px;
  }

  .campus img {
    width: 175px;
    height: 130px;
  }

  .alternance {
    margin-top: 0px;
  }

  .container .two.columns.voyageur {
    display: none;
  }

  .chiffre {
    font-size: 80px;
    font-family: 'EB Garamond', serif;
    color: #3D3D3D;
  }

  .pour {
    font-size: 26px;
    font-family: 'EB Garamond', serif;
    color: #3D3D3D;
  }

  a[data]:hover:after {
    left: 580px;
  }

  .info h4 {
    line-height: 20px;
  }

  .info p {
    padding-top: 10px;
  }

  .bloc_social.grey .icone3 {
    background-position: 5px 13px;
    padding-left: 49px;
  }
  .bloc_social .icone3 {
    background-position: 5px 50%;
    padding-left: 67px;
  }

  .fluid_container .deuxtiers, .fluid_container .untiers {
    width: 46%;
    border: none;
    margin: 0 2% 10px;
  }

  .bloc_temoignage {
    width: 90%;
    padding-left: 5%;
    height: auto;
    background-image: url(../../../../design/plain_site/images/interieur/temoignage-tablette.png);
    height: 348px;
    background-position: 50% top;
    padding-right: 5%;
    margin-right: 10px;
    margin: -10px auto;
    max-width: 611px;
  }
  .bloc_temoignage a.button {
    margin-top: 20px;
    float: left;
  }

  .bloc_social {
    padding: 15px;
  }

  .container .five.columns.info_center, .container .five.columns.last {
    margin-bottom: 30px;
    padding: 0 1% 0 10%;
    width: 89%;
  }

  .info {
    height: auto;
  }

  .equipe .untiers a.tel, .equipe .untiers a.mailto {
    display: block;
    overflow: hidden;
    float: none;
  }
  .equipe .untiers .visuel img {
    max-width: 100%;
  }

  .alternance h2 {
    padding-left: 0px;
    width: 100%;
  }
  .alternance .campus img {
    width: 16.5%;
    height: auto;
  }
  .alternance .photo {
    top: 0;
  }

  .button.extern {
    margin: 5% 0 !important;
    height: auto;
  }

  .bloc_visuel.directeur .bloc_temoignage img {
    bottom: 0;
    left: 0;
    position: relative;
    margin-right: 2%;
    float: left;
  }
  .bloc_visuel.directeur .bloc_temoignage .content {
    padding-left: 0;
  }

  .fluid_container .tableau td {
    display: block;
    width: 50%;
    float: left;
  }
  .fluid_container .tableau td.visu {
    clear: both;
  }
  .fluid_container .tableau td.visu img {
    margin-bottom: 10px;
  }
  .fluid_container .tableau p {
    width: auto;
    margin-bottom: 10px;
  }

  .venir1 p {
    width: 450px;
  }
}
@media screen and (max-width: 620px) {
    .fluid_container .deuxtiers, .fluid_container .untiers {
    width: 100%;
    margin: 20px 0 0;
  }

  .footer_menu {
    width: 48%;
    margin: -20px 2% 0 0;
  }

  .footer_text {
    width: auto;
    float: none;
    margin: -20px 0 0 2%;
  }
}
/*Smartphones entre 320px et 950px)*/
@media screen and (max-width: 400px) {
  .recrute {
    float: right;
    right: 5px;
    padding: 0;
    margin-top: 8px;
  }

  .container .columns {
    float: none !important;
  }

  .info_center {
    padding-right: 0px;
  }

  .display_ipad {
    display: none;
  }

  .button {
    padding: 10px;
  }

  .campus img {
    width: 125px;
    height: 93px;
  }

  .mobile {
    display: block;
    position: absolute;
    top: 54px;
    right: 10px;
    clear: both;
    cursor: pointer;
    z-index: 999;
  }

  .mobile2 {
    display: block;
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 10;
  }

  .mobil_foot {
    display: none;
  }


  .menu_scrol, .search, #widget-com, .triangle1, .blocActu2, #bac, .concour, .bts {
    display: none;
  }

  h2 {
    font-size: 45px;
  }

  .info h4 {
    font-size: 18px;
  }

  .search_text img {
    width: 250px;
  }

  .news {
    width: 360px;
  }

  .blocActu1 img {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .text_actu {
    float: none;
    padding-top: 0px;
  }

  .bouton_tous {
    margin-left: 95px;
  }

  .next {
    display: none;
  }

  .concour {
    padding-left: 0px;
    padding-top: 20px;
    width: 360px;
  }

  .venir1 a {
    margin-left: 110px;
  }

  .a_venir {
    width: 355px;
  }

  .venir1 {
    width: 96% !important;
    padding-left: 0px;
  }

  .venir1 h3 {
    width: 190px;
  }

  .venir1 p {
    width: 190px;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 20px;
  }

  .venir1 h2 {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
  }

  .info {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footer_menu {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .footer_text {
    padding-left: 0px;
    margin-left: 0;
    width: 100%;
  }

  .footer_text {
    margin-top: 15px;
  }

  .info .icone1, .info .icone2, .info .icone3 {
    padding-bottom: 20px;
    padding-left: 70px;
  }

  .info h4 {
    font-size: 28px;
    line-height: 28px;
    padding-bottom: 10px;
    padding-top: 5px;
    white-space: normal;
  }

  .info p {
    font-size: 16px;
    padding-top: 0px;
    line-height: 18px;
    margin-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif;
  }

  .footer {
    padding-bottom: 40px;
  }

  .navigation_deroulee li a:hover {
    color: #F00004;
  }

  .navigation_deroulee img {
    padding-top: 10px;
  }

  #nav {
    display: none;
  }

  .bts_col1 h2, .info h2, .alternance h2 {
    font-size: 36px;
  }

  .foot1 {
    position: relative;
    top: -196px;
    right: -180px;
    width: 117px;
    margin-bottom: -130px;
  }

  .foot2 {
    position: relative;
    top: 30px;
  }

  .blocActu1 {
    padding-top: 10px;
    width: 46%;
    margin-right: 3%;
  }
  .blocActu1 img {
    width: auto;
    height: auto;
  }

  #bouton_recherche {
    margin-top: 5px;
    position: relative;
    top: 6px;
    right: 40px;
  }

  #texte_recherche {
    width: 274px;
    padding: 10px 40px 6px 10px;
    background-color: white;
    border: solid 2px #CCC;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    font-size: 14px;
    color: #7A5440;
  }

  .alternance h2 {
    width: 115px;
    margin-right: 20px;
    line-height: 28px;
  }

  .ecole {
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: -140px;
  }

  .monde p {
    width: 250px;
  }

  .monde {
    border: none;
    padding-left: 0px;
    padding-top: 20px;
    margin-top: 0px;
  }

  .container .thirteen.columns {
    width: 375px;
  }

  .photo {
    padding-left: 0px;
    position: relative;
    left: -5px;
    padding-top: 0px;
  }

  .campus {
    padding-bottom: 10px;
  }

  .container .two.columns.voyageur {
    display: block;
  }

  .voyageur {
    position: relative;
    left: 300px;
    margin-top: -230px;
  }

  .container .five.columns, .container .five.columns.info_center, .container .five.columns.last {
    width: 240px;
  }

  .container .fivebis.columns {
    width: 240px;
  }

  .center {
    margin: 0%;
  }

  a[data]:hover:after {
    left: 150px;
    margin-top: -25px;
  }

  .campus a {
    font-size: 12px;
  }

  .bloc_temoignage {
    background-image: url("../../../../design/plain_site/images/interieur/temoignage-smartphone.png");
    height: auto;
    overflow: hidden;
    padding-top: 108px;
    margin-top: -10px;
    max-width: 550px;
  }
  .bloc_temoignage a.button {
    display: block;
    float: left;
    margin-top: 45px;
  }

  .container .five.columns.info_center, .container .five.columns.last {
    padding: 0 1% 0 20%;
    width: 79%;
  }

  .fluid_container .info {
    display: none;
  }
  .fluid_container img.left {
    margin: 1% 5% 1% 0;
    max-width: 94%;
  }
  .fluid_container img.right {
    margin: 1% 0% 1% 5%;
    max-width: 94%;
  }


  .foot1 {
    top: 0;
    right: 0;
    width: auto;
    overflow: hidden;
    margin-bottom: 0;
  }

  .mentions {
    margin-top: 30px;
  }

  .container .alternance .five.columns, .container .thirteen.columns {
    width: auto;
    float: none;
  }

  .alternance .map {
    margin: 0 auto;
  }
  .alternance h2 {
    padding: 0;
    width: auto;
    margin-left: 20px;
    margin-right: 0;
    float: none;
    display: block;
  }
  .alternance .five.columns img {
    margin: 0 auto;
    float: none;
    display: block;
  }
  .alternance .campus {
    display: block;
    float: none;
    overflow: hidden;
    width: 100%;
  }
  .alternance .campus img {
    width: 33%;
    height: auto;
  }
  .alternance .photo {
    top: 0;
  }

  .equipe .untiers a.tel, .equipe .untiers a.mailto {
    display: block;
    overflow: hidden;
    float: none;
  }
  .equipe .untiers .visuel img {
    max-width: 100%;
  }

  .pagination > a {
    text-align: left;
    width: 100%;
  }

  .venir {
    height: auto;
  }
  .venir .a_venir {
    width: 100%;
  }
  .venir .a_venir > div.left {
    width: 50%;
  }
  .venir .a_venir > div.left * {
    padding-right: 0;
  }
  .venir .a_venir p, .venir .a_venir h3 {
    width: auto;
  }
  .venir .venir1 a {
    margin-left: 10%;
  }

  .blocActu1 {
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
}
/*couleurs*/
/*font*/
.bloc-before, .equipe .troistiers:before, .equipe .troistiers .before {
  content: "";
  display: block;
  position: absolute;
}

.add-before, .equipe .troistiers {
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("span") ).className="before" );
}

.add-after {
  *zoom: expression(this.runtimeStyle.zoom="1", this.prependChild( document.createElement("span") ).className="after" );
}

.equipe .troistiers {
  margin: 2%;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  min-height: 148px;
  position: relative;
  border: 1px solid #dddddd;
  transition: background 500ms ease-in-out;
}
.equipe .troistiers:before, .equipe .troistiers .before {
  width: 32px;
  height: 32px;
  left: -13px;
  z-index: 1;
  top: -3px;
  background: url(../../../../design/plain_site/images/interieur/corner-small.png);
}
.equipe .troistiers .visuel {
  box-shadow: 5px 0 6px -5px #000000;
  border-right: 1px solid #DDDDDD;
  box-shadow: 5px 0 6px -5px #000000;
  display: block;
  float: left;
  height: 148px;
  overflow: hidden;
  margin-right: 15px;
  width: 118px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
  background: #e8e8e8;
  margin-left: -10px;
}
.equipe .troistiers .visuel img {
  display: block;
  margin: 0 auto;
}
.equipe .troistiers p, .equipe .troistiers a {
  font-size: 12px;
}
.equipe .troistiers p {
  margin: 10px;
}
.equipe .troistiers a {
  color: #807f7f;
}
.equipe .troistiers a.tel {
  background: url("../../../../design/plain_site/images/interieur/picto-tel.png") no-repeat scroll 8px 50%;
  float: left;
  height: 26px;
  line-height: 26px;
  padding: 5px 0 4px 31px;
  text-decoration: none;
}
.equipe .troistiers a.mailto {
  padding-left: 36px;
  text-decoration: underline;
  height: 19px;
  line-height: 19px;
  background: url(../../../../design/plain_site/images/interieur/picto-mailto.png) no-repeat 3px 50%;
  float: left;
}
.equipe .troistiers .title {
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  margin-left: 10px;
}
.equipe .troistiers .title span {
  font-weight: 400;
  color: #e0000a;
  font-family: "Roboto Condensed", sans-serif;
}
.equipe .troistiers ul {
  margin: -10px 10px 10px 33px;
}
.equipe .troistiers li {
  margin: 0;
  font-size: 12px;
}
.equipe .troistiers .suite {
  margin-top: 15px;
  width: 100%;
  overflow: hidden;
}
.equipe .troistiers .button {
  border-radius: 0;
  color: #FFFFFF;
  display: block;
  font-family: tahoma;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  margin-bottom: 13px;
  text-align: center;
  width: 110px;
  position: relative;
}
.equipe .troistiers .button.back {
  background: #cfcfcf;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(top, #cfcfcf 0%, #807f7f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfcfcf), color-stop(100%, #807f7f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cfcfcf 0%, #807f7f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cfcfcf 0%, #807f7f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cfcfcf 0%, #807f7f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #cfcfcf 0%, #807f7f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$coul-top', endColorstr='$coul-btm',GradientType=0 );
  /* IE6-8 */
  display: none;
}
.equipe .troistiers .button.back:hover {
  background: #807f7f;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(top, #807f7f 0%, #cfcfcf 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #807f7f), color-stop(100%, #cfcfcf));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #807f7f 0%, #cfcfcf 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #807f7f 0%, #cfcfcf 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #807f7f 0%, #cfcfcf 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #807f7f 0%, #cfcfcf 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$coul-top', endColorstr='$coul-btm',GradientType=0 );
  /* IE6-8 */
}
.equipe .troistiers .button > img {
  left: -38px;
  position: absolute;
  top: -3px;
}
.equipe .troistiers .bloc-button {
  margin: 15px 15px 15px 40px;
}
.equipe .troistiers .suite {
  display: none;
}


td.red {
    background-color: #ff0000;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

td.lightgrey {
    background-color: #d3d3d3;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}