/* General */
html {
  font-size: 1em;
}
body {
  font-family: 'droid-sans-regular';
  background-color: #ecf0f2;
  color: #4e5f6f;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'roboto-bold';
  font-weight: normal;
  margin-top: 0;
  color: #4e5f6f;
}
b,
strong {
  font-family: 'droid-sans-bold';
  font-weight: normal;
}
a {
  color: #333;
}
ul {
  margin: 0;
  padding-left: 15px;
  list-style-type: none;
  list-style-image: url(/assets/img/list-marker.png);
}
p {
  font-family: 'roboto-regular';
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.padding {
  padding-left: 15px;
  padding-right: 15px;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
}
.align-justify {
  text-align: justify !important;
}
.vertical-align-top {
  vertical-align: top;
}
.vertical-align-bottom {
  vertical-align: bottom;
}
.border-left {
  border-left: 1px solid #e6e7e8;
}
.border-right {
  border-right: 1px solid #e6e7e8;
}
.border-top {
  border-top: 1px solid #e6e7e8;
}
.border-bottom {
  border-bottom: 1px solid #e6e7e8;
}
.row.margin {
  margin-bottom: 15px;
}
.content-row {
  margin: 15px 0;
}
.push-top {
  margin-top: -60px;
}
.icon-bar {
  background-color: #4e5f6f;
}
.clear {
  clear: both;
}
.pointeur {
  cursor: pointer;
}
.datepicker {
  background: #ffffff url(/assets/img/icon-datepicker.png) no-repeat center right 10px;
}
.mainColor {
  color: #fdd513;
}
.mainColorAlt {
  color: #f19808;
}
.africa {
  color: #f29400;
}
.north-america {
  color: #561666;
}
.latin-america {
  color: #561666;
}
.central-asia {
  color: #990060;
}
.eurasia-and-middle-east {
  color: #f29400;
}
.eastern-europe {
  color: #96bf0d;
}
.western-europe {
  color: #96bf0d;
}
.oceania {
  color: #006eae;
}
.far-eastern-asia {
  color: #990060;
}
.grey {
  background-color: #ecf0f2;
}
.white {
  background-color: #ffffff;
}
.background-mainColor {
  background-color: #fdd513;
}
.background-mainColorAlt {
  background-color: #f19808;
}
.background-africa {
  background-color: #f29400;
}
.background-north-america {
  background-color: #561666;
}
.background-latin-america {
  background-color: #561666;
}
.background-central-asia {
  background-color: #990060;
}
.background-eurasia-and-middle-east {
  background-color: #f29400;
}
.background-eastern-europe {
  background-color: #96bf0d;
}
.background-western-europe {
  background-color: #96bf0d;
}
.background-oceania {
  background-color: #006eae;
}
.background-far-eastern-asia {
  background-color: #990060;
}
.submit,
.submit:hover,
.submit:active,
.submit:focus {
  font-family: 'roboto-bold';
  font-weight: normal;
  text-align: center;
  background-color: #fdd513;
  color: #4e5f6f;
  padding: 20px 85px 20px 115px;
  font-size: 18px;
  background-image: url(/assets/img/btn-submit.png);
  background-repeat: no-repeat;
  background-position: center left 85px;
}
.bouton {
  font-size: 1em;
  display: inline-block;
  padding: 19px 50px;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* @todo : factoriser ça avec un mixin... */
}
.bouton.purple {
  background-color: #bf0089;
  color: #ffffff;
}
.bouton.purple:hover,
.bouton.purple:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #ce0094;
}
.bouton.mainColor {
  background-color: #fdd513;
  color: #ffffff;
}
.bouton.mainColor:hover,
.bouton.mainColor:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #fdde46;
}
.bouton.secondaryColor {
  background-color: #4e5f6f;
  color: #ffffff;
}
.bouton.secondaryColor:hover,
.bouton.secondaryColor:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #63798d;
}
.facebook {
  color: #3b5998;
}
.facebook:hover {
  color: #4c70ba;
}
.twitter {
  color: #00aced;
}
.twitter:hover {
  color: #21c2ff;
}
.linkedIn {
  color: #0083be;
}
.linkedIn:hover {
  color: #00a6f1;
}
.googlePlus {
  color: #d0422a;
}
.googlePlus:hover {
  color: #dc6551;
}
.read-more {
  text-align: right;
}
.read-more a:after {
  content: ' >';
  /* @todo Learn More (>) image vectorisée à demander à Merdy */
}
#scroll-to-top {
  position: fixed;
  display: inline-block;
  background-color: #4e5f6f;
  transform: rotateZ(180deg);
  border-radius: 50%;
  z-index: 1000;
  bottom: 30px;
  right: 30px;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#scroll-to-top:hover {
  opacity: 1;
}
#scroll-to-top.scrolled-top {
  z-index: -1;
  opacity: 0;
}
#scroll-to-top span {
  padding: 2px 8px;
  display: inline-block;
  color: #ffffff;
  font-size: 30px;
  cursor: pointer;
}
/* Icons overrides */
.bm-icon-envelope {
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 5px;
  line-height: 1px;
}
/* Main Wrappers */
.main-container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 520px;
  z-index: 2;
  position: relative;
  background-color: #ecf0f2;
}
.main-container.footer-static {
  margin-bottom: 0;
}
header.navbar {
  background-color: #ffffff;
  border-bottom: 1px solid #e6e7e8;
  margin-bottom: 0;
}
/* Megaban */
#mega-banniere {
  height: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#mega-banniere .banniere {
  width: 728px;
  margin-left: 295px;
  background-color: #ecf0f2;
  height: 0;
  margin-top: 15px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#carre {
  text-align: center;
}
#carre img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#main-menu {
  border-top: 1px solid #ecf0f2;
}
/* Navigation */
.navbar-header .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1;
  display: block;
}
.navbar-header .logo-etiquette img {
  max-width: 167px;
}
nav {
  margin: 0;
  border: 0;
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
nav ul li {
  transition: all 0.5s ease;
}
nav ul li.active a {
  color: #fdd513;
  background-color: inherit;
}
nav ul li a {
  font-family: 'roboto-medium';
  text-transform: uppercase;
  color: #000000;
  display: block;
  height: 100%;
}
nav ul li a:hover {
  color: #000000;
}
.search-form {
  margin-left: 10px;
  position: relative;
}
.search-form:before {
  content: 'a';
  font-family: 'best-masters';
  display: block;
  position: absolute;
  font-size: 20px;
  left: 15px;
  top: 50%;
  margin-top: -15px;
  color: #40403e;
  cursor: pointer;
}
.search-form input {
  width: 50px;
  height: 70px;
  padding-left: 50px;
  border: 0;
  border-left: 1px solid #ecf0f2;
  cursor: pointer;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.search-form input:focus {
  outline: none;
  background-color: #f6f7f7;
  width: 145px;
  cursor: text;
}
.scrolled-top .slid {
  background: #fdd513;
}
#header {
  position: relative;
  height: auto;
  background: url('/assets/img/header.png') no-repeat top center;
  background-size: cover;
}
#header .h1-top,
#header .h1-edu,
#header .h1-spe,
#header .h1-zone,
#header .h1-programme,
#header .h1-ecole {
  display: block;
}
#header .h1-top,
#header .h1-edu {
  color: #fab72b;
}
#header .h1-programme {
  color: #fab72b;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
#header .h1-ecole {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
#header .regular h1 {
  color: #f29400;
}
#header .regular h1 span {
  color: #fff;
}
#header h1 {
  text-align: center;
  color: white;
  padding: 25px 0;
  font-size: 32px;
  max-width: 552px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'roboto-regular';
}
#header h1 hr {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
#header .container {
  position: relative;
}
#header .header-logo {
  display: block;
  margin: 40px auto;
  max-width: 100%;
  text-align: center;
}
#header .header-logo img {
  max-width: 100%;
}
.breadcrumbs {
  background-color: #ffffff;
}
.breadcrumbs ul {
  list-style-type: none;
  list-style-image: none;
  font-size: 14px;
  padding: 10px 0;
  height: 38px;
}
.breadcrumbs ul li:first-child {
  margin-top: 1px;
}
.breadcrumbs ul li {
  display: block;
  font-family: 'roboto-bold';
  float: left;
}
.breadcrumbs ul li + li:before {
  content: 'v';
  margin: 0 5px;
  font-family: 'best-masters';
  transform: rotateZ(-90deg);
  display: inline-block;
  position: relative;
  top: 3px;
  opacity: 0.6;
}
.breadcrumbs ul li:last-child {
  width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs ul li a {
  font-family: 'roboto-regular';
  opacity: 0.6;
}
.breadcrumbs ul li a:hover {
  opacity: 1;
}
.orange {
  /*color: #fdd513;*/
  color: #ebb507;
}
.font_up{
  font-size: 22px;
}
.content-block {
  padding: 10px;
}
/* Homepage carousel */
.homepage-carousel .carousel .item {
  height: 680px;
  background-size: cover;
  background-position: center 25%;
}
.homepage-carousel .carousel .caption h1 {
  display: block;
  color: white;
  text-align: center;
  font-size: 28px;
  margin-top: 90px;
}
@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    left: 270px;
    top: 30px;
  }
  100% {
    opacity: 1;
    left: 310px;
    top: 30px;
  }
}
@-moz-keyframes fade-in-left {
  0% {
    opacity: 0;
    left: 270px;
    top: 30px;
  }
  100% {
    opacity: 1;
    left: 310px;
    top: 30px;
  }
}
@keyframes fade-in-left {
  0% {
    opacity: 0;
    left: 270px;
    top: 30px;
  }
  100% {
    opacity: 1;
    left: 310px;
    top: 30px;
  }
}

.homepage-carousel .carousel h2 {
  right: 0px;
  font-size: 20px;
  color: white;
  text-align: center;
  margin-top: 50px;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    opacity: 0;
    bottom: 150px;
  }
  100% {
    opacity: 1;
    bottom: 100px;
  }
}
@-moz-keyframes fade-in-bottom {
  0% {
    opacity: 0;
    bottom: 150px;
  }
  100% {
    opacity: 1;
    bottom: 100px;
  }
}
@keyframes fade-in-bottom {
  0% {
    opacity: 0;
    bottom: 150px;
  }
  100% {
    opacity: 1;
    bottom: 100px;
  }
}
.homepage-carousel .carousel .caption {
  margin: 0 auto;
}
@-webkit-keyframes fade-in {
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  100% {
    opacity: 1;
  }
}
.homepage-carousel .carousel .carousel-indicators {
  left: auto;
  right: 20px;
  width: auto;
  margin: 0;
  bottom: 15px;
}
.homepage-carousel .carousel .carousel-indicators li {
  width: 11px;
  height: 11px;
  border-width: 3px;
}
.homepage-carousel .carousel .carousel-indicators li.active {
  margin: 1px;
}
/* Homepage */
.free-navigation-tool {
  height: 505px;
  background-color: #fdd513;
  margin-bottom: 15px;
}
.free-navigation-tool ul.nav-tabs {
  width: 215px;
  float: left;
  border-bottom: 0;
}
.free-navigation-tool ul.nav-tabs li {
  float: none;
  font-size: 18px;
  background-color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.free-navigation-tool ul.nav-tabs li.active a {
  background-color: #fdd513;
}
.free-navigation-tool ul.nav-tabs li:last-child a {
  padding: 63px 0 64px 0;
}
.free-navigation-tool ul.nav-tabs li a {
  margin: 0;
  border: 0;
  padding: 72px 0;
  line-height: 1.3em;
  color: #000000;
  font-family: 'droid-sans-bold';
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.free-navigation-tool ul.nav-tabs li a:hover,
.free-navigation-tool ul.nav-tabs li a:focus {
  border: 0;
  color: #000000;
}
.free-navigation-tool div.tab-content {
  max-height: 505px;
  padding: 25px 25px;
  overflow: auto;
  text-align: justify;
}
.free-navigation-tool div.tab-content h3 {
  font-size: 18px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: 'droid-sans-bold';
}
.free-navigation-tool div.tab-content #students .item-wrapper {
  padding: 0 7px;
}
.free-navigation-tool div.tab-content #students .item-wrapper .item {
  height: 175px;
  text-align: center;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.free-navigation-tool div.tab-content #students .item-wrapper .item img {
  display: inline-block;
  margin: 20px 0;
}
.free-navigation-tool div.tab-content #students .item-wrapper .item p {
  color: #000000;
  text-transform: uppercase;
  font-family: 'roboto-bold';
  line-height: 1.3em;
}
.free-navigation-tool div.tab-content #students .item-wrapper .item a {
  display: block;
  text-transform: uppercase;
  font-family: 'roboto-bold';
  font-size: 1.7em;
  line-height: 1.3em;
  color: #ff9f00;
  padding: 57px 30px 58px 30px;
}
.information-block {
  height: 245px;
  padding: 25px;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.information-block h3 {
  font-size: 1.3em;
  text-transform: uppercase;
  font-family: 'droid-sans-bold';
}
.information-block p {
  font-size: 0.9em;
  text-align: justify;
  color: #9c9fa2;
}
.information-block .read-more a {
  color: #fdd513;
}
.information-block .join-us {
  margin: 20px auto 0 auto;
  width: 138px;
  max-width: 100%;
}
.information-block .join-us .icon {
  display: inline-block;
  font-size: 47px;
  margin: 0 10px 10px 10px;
}
.rankings {
  color: #4e5f6f;
  margin-bottom: 20px;
}
.rankings .rankings-anchor {
  position: relative;
}
.rankings .rankings-anchor #rankings-anchor {
  position: absolute;
  top: -100px;
}
.rankings .ranking {
  background: #ffffff;
  /*height: 550px;*/
  padding: 20px;
  position: relative;
  bottom: 0;
}
.rankings .ranking.ranking-200 {
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
}
.rankings .ranking.ranking-100 {
  -webkit-transition: all 0.3s ease 0.4s;
  -moz-transition: all 0.3s ease 0.4s;
  -ms-transition: all 0.3s ease 0.4s;
  -o-transition: all 0.3s ease 0.4s;
}
.rankings .ranking.ranking-50 {
  -webkit-transition: all 0.3s ease 0.6s;
  -moz-transition: all 0.3s ease 0.6s;
  -ms-transition: all 0.3s ease 0.6s;
  -o-transition: all 0.3s ease 0.6s;
}
.rankings .ranking.highlighted {
  bottom: 30px;
}
.rankings .ranking ul {
  margin: 20px 0 0 0;
}
.rankings .ranking a {
  color: #4e5f6f;
}
h1.top,
h3.top {
  margin: 0;
  font-size: 1.3em;
  text-transform: uppercase;
  padding: 34px 0px 34px 84px;
  /*padding: 12px 0px 12px 12px;*/
  line-height: 1em;
  color: inherit;
  /*min-height: 120px;*/
}
h1.top.top-200,
h3.top.top-200 {
  background: url(/assets/img/top-200.png) no-repeat center left;
  /*padding-top: 25px;*/
  padding-top: 15px;
  /*padding-bottom: 25px;*/
  padding-bottom: 15px;
}
h1.top.top-100,
h3.top.top-100 {
  background: url(/assets/img/top-100.png) no-repeat center left;
  padding-top: 15px;
  /*padding-bottom: 25px;*/
  padding-bottom: 15px;
}
h1.top.top-50,
h3.top.top-50 {
  background: url(/assets/img/top-50.png) no-repeat center left;
  padding-top: 15px;
  /*padding-bottom: 25px;*/
  padding-bottom: 15px;
}
h1.top.top-specialite,
h3.top.top-specialite {
  padding: 0 !important;
  margin-top: 15px;
  margin-bottom: 30px;
}
.map-methodology {
  border-bottom: 1px solid #ecf0f2;
}
.map-methodology .methodology {
  padding: 35px;
  height: 658px;
  color: #ffffff;
  background-color: #4e5f6f;
}
.map-methodology .methodology h3 {
  font-size: 1.7em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: inherit;
}
.map-methodology .methodology h3:after {
  content: '';
  display: block;
  height: 2px;
  width: 75px;
  border: 0;
  background-color: #ffffff;
  margin: 60px 0;
}
.map-methodology .methodology p {
  line-height: 1.7em;
  margin-bottom: 1em;
  text-align: justify;
}
.map-methodology .methodology .read-more a {
  color: #ffffff;
}
.map-methodology .world-map {
  height: 658px;
  background-color: #ffffff;
  position: relative;
}
.map-methodology .world-map img {
  width: 90%;
  display: block;
  margin: 110px auto;
}
.map-methodology .world-map .coming-soon {
  position: absolute;
  top: 150px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(78, 95, 111, 0.5);
}
.map-methodology .world-map .coming-soon p {
  font-size: 30px;
  line-height: 30px;
  font-family: 'roboto-medium';
  color: #ffffff;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -15px auto 0 auto;
}
.map-methodology .world-map h3 {
  padding: 50px 50px 50px 0;
  font-family: 'roboto-regular';
}
.text-container {
  background-color: #ffffff;
  padding: 25px 0;
}
.text-container h3 {
  color: #4e5f6f;
  font-family: 'droid-sans-regular';
  font-size: 2.1em;
}
mark {
  color: #000000;
  background: #fdd513;
  font-style: italic;
  font-size: 16px;
}
.text-container h3:after {
  content: '';
  display: block;
  height: 2px;
  width: 75px;
  border: 0;
  background-color: #4e5f6f;
  margin: 40px 0;
}
.text-container p {
  color: #9c9fa2;
  text-align: justify;
}
.text-container .bouton {
  margin-top: 20px;
}
.video-embed-container {
  height: 365px;
  padding-left: 30px;
}
/* Page spécialité */
.select-zone h1.top {
  padding: 55px 0px 55px 85px;
}
.select-zone .container-fluid {
  border-top: 1px solid #e6e7e8;
}
.select-zone .container-fluid:last-child {
  border-bottom: 1px solid #e6e7e8;
}
.select-zone .container-fluid .zone-block {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.select-zone .container-fluid .zone-block a {
  display: block;
}
.select-zone .container-fluid .zone-block a:hover {
  text-decoration: none;
}
.select-zone .container-fluid .zone-block + .zone-block {
  border-left: 1px solid #e6e7e8 !important;
}
.select-zone .container-fluid .zone-block .country-block {
  color: #ffffff;
  height: 100%;
  width: 100%;
  padding: 15px 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(102%);
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.select-zone .container-fluid .zone-block .country-block ul {
  height: 100%;
  list-style-image: url(/assets/img/list-marker-white.png);
}
.select-zone .container-fluid .zone-block .country-block a {
  color: #ffffff;
}
.select-zone .container-fluid .zone-block .country-block a:hover {
  text-decoration: underline;
}
.select-zone .container-fluid .zone-block:hover .country-block {
  transform: translateY(0%);
}
.select-zone img {
  display: block;
  width: 100%;
}
.select-zone h3 {
  font-family: 'roboto-regular';
  text-transform: uppercase;
  font-size: 22px;
}
ul.by-country {
  margin: 30px 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  border: 1px solid #e6e7e8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
ul.by-country li + li {
  border-top: 1px solid #e6e7e8;
}
ul.by-country li a {
  display: block;
  padding: 10px 5px;
}
ul.by-country li a:before {
  content: 'v';
  font-family: 'best-masters';
  display: inline-block;
  transform: rotateZ(-90deg);
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.description-specialite {
  margin-top: 20px;
  padding: 10px 70px;
  height: auto;
  text-align: justify;
  position: relative;
}
.description-specialite .photoInterview {
  margin-top: -35px;
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 75px 75px 75px 75px;
  border: 15px solid #ffffff;
  -webkit-box-shadow: 0px 6px 20px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 6px 20px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 6px 20px -15px rgba(0, 0, 0, 0.75);
  float: left;
  margin-right: 30px;
}
.description-specialite h1 {
  font-size: 24px;
  margin-bottom: 0px;
}
.description-specialite h2 {
  font-size: 18px;
  margin-bottom: 5px;
}
.description-specialite h3 {
  color: #f29400;
  font-size: 14px;
}
.description-specialite h3 img{
  vertical-align: bottom;
}

.description-specialite .description-interview {
  padding-top: 30px;
  clear: both;
}
.description-specialite .addthis_sharing_toolbox {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: 35px;
  margin-bottom: 0;
}
.addthis_sharing_toolbox {
  width: 242px;
  display: inline-block;
  margin-left: 20px;
  height: 61px;
  margin-top: -10px;
}
.addthis_sharing_toolbox .at-resp-share-element {
  top: 21px;
}
.addthis_sharing_toolbox a {
  text-align: center;
  height: 45px;
  max-width: none !important;
  max-height: none !important;
  cursor: pointer;
  background: transparent !important;
  background-color: #ffffff;
  border-radius: 50% !important;
  border: 1px solid #202224 !important;
}
.addthis_sharing_toolbox a span {
  background: transparent !important;
}
.addthis_sharing_toolbox a svg {
  fill: #202224;
  width: 32px;
  height: 32px;
}
.addthis_sharing_toolbox a + a {
  margin-left: 2px;
}
.specialite-filtre {
  background-color: #ffffff;
}
.specialite-filtre #showFiltre {
  height: 65px;
  cursor: pointer;
}
.specialite-filtre label {
  margin: 0;
}
.specialite-filtre ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  display: inline-block;
}
.specialite-filtre .specialite-filtre-radiobox {
  padding: 21px 10px;
  cursor: pointer;
}
.specialite-filtre .specialite-filtre-radiobox input {
  margin-right: 10px;
}
.specialite-filtre .second-row-filtre {
  margin-left: 20px;
  display: inline-block;
}
.specialite-filtre .second-row-filtre .specialite-filtre-input {
  display: inline-block;
  padding: 21px 10px;
}
.specialite-filtre .second-row-filtre button {
  background-color: transparent;
  border: none;
}
.specialite-filtre .second-row-filtre button:before {
  content: 'a';
  font-family: 'best-masters';
}
.specialite-filtre .specialite-filtre label {
  display: inline-block;
  cursor: pointer;
}
.specialite-filtre .specialite-filtre-onglet {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  padding: 20px 20px 20px 29px;
  color: #4e5f6f;
  font-family: 'roboto-bold';
  font-size: 18px;
  border-right: 1px solid #ecf0f2;
}
.specialite-filtre .specialite-filtre-onglet:after {
  content: "\69";
  font-family: 'best-masters';
  margin-left: 5px;
}
.specialite-legende {
  background-color: #ffffff;
  margin-bottom: 20px;
}
.specialite-legende p {
  display: inline-block;
  margin: 0;
}
.specialite-legende .specialite-legende-onglet {
  position: relative;
  padding: 10px 22px;
  color: #4e5f6f;
  font-family: 'roboto-bold';
  font-size: 18px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #ecf0f2;
}
.specialite-legende .specialite-legende-onglet:after {
  font-family: "best-masters";
  content: "\6a";
  margin-left: 20px;
  position: relative;
  top: 5px;
  font-size: 24px;
}
.specialite-legende .media {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  width: calc(22%);
  min-height: 57px;
  overflow: visible;
}
.specialite-legende .media .media-body {
  overflow: visible;
  vertical-align: middle;
}
.specialite-legende .media .media-body h4 {
  font-size: 12px;
  font-family: 'roboto-regular';
}
.specialite-legende .spots img {
  width: 100px;
}
.block-di {
  height: 241px;
  padding: 15px;
}
.block-di h3 {
  font-family: 'roboto-bold';
  text-transform: uppercase;
  font-size: 18px;
}
.block-di h3:after {
  content: '';
  height: 2px;
  width: 75px;
  background-color: #4e5f6f;
  margin: 20px 0;
  display: block;
}
.specialite-print {
  display: block;
  padding: 8px 8px;
  color: #4e5f6f;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'roboto-bold';
  text-align: center;
}
.specialite-print:hover,
.specialite-print:focus {
  text-decoration: none;
  color: #f19808;
}
.barFiltre {
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  visibility: hidden;
  height: 0px;
  position: absolute;
  border-bottom: 1px solid #d8d8dc;
  transition: height 0.5s;
  padding-top: 0px;
  padding-bottom: 10px;
}
.barFiltre.show {
  visibility: visible;
  height: auto;
  position: relative;
  transition: height 0.5s;
  padding-bottom: 0px;
}
table.program-list {
  margin-bottom: 15px;
  margin-top: 25px;
}
table.program-list thead tr {
  background: #e6e7e8;
  font-family: 'roboto-bold';
  font-size: 14px;
  text-transform: uppercase;
}
table.program-list thead tr th + th {
  border-left: 1px solid #ffffff;
}
table.program-list tbody tr {
  background: #ffffff;
  border-bottom: 1px solid #ecf0f2;
}
table.program-list tbody tr td + td {
  border-left: 1px solid #ecf0f2;
}
table.program-list td,
table.program-list th {
  color: #4e5f6f;
  margin: 0;
  padding: 10px 0;
}
table.program-list td .apply,
table.program-list th .apply {
  text-align: left;
  color: #ffffff;
  position: absolute;
  margin-left: 60px;
  margin-top: 5px;
}
table.program-list td .apply span,
table.program-list th .apply span {
  display: block;
  font-family: 'droid-sans-bold';
}
table.program-list td.align-left,
table.program-list th.align-left {
  padding-left: 30px;
  padding-right: 30px;
}
table.program-list p {
  margin: 0;
  line-height: 1.3em;
}
table.program-list p.margin-top {
  margin-top: 4px;
}
table.program-list .program-link {
  display: block;
  padding: 10px 30px;
}
table.program-list .program-link a:hover {
  text-decoration: none;
}
table.program-list .program-link-icons {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
}
table.program-list .program-link-icons a {
  margin-left: 5px;
}
table.program-list .program-link-icons img {
  margin-top: 5px;
}
table.program-list .sc-rang {
  font-family: 'roboto-bold';
  color: #f19808;
  font-size: 24px;
}
table.program-list .sc-etoiles {
  position: relative;
  right: 3px;
  padding-top: 0.5em;
}
table.program-list .sc-etoiles img {
  display: inline-block;
  margin: 0px 2px;
}
.page-programme .bm-block,
.page-ecole .bm-block {
  padding-top: 20px;
}
.page-programme .bm-icon-desktop,
.page-ecole .bm-icon-desktop {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.page-programme .programme-zone-specialite,
.page-ecole .programme-zone-specialite {
  padding-top: 30px;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.page-programme .programme-zone-specialite .programme-zone,
.page-ecole .programme-zone-specialite .programme-zone {
  font-family: 'roboto-medium';
  font-size: 16px;
}
.page-programme .programme-zone-specialite .programme-specialite,
.page-ecole .programme-zone-specialite .programme-specialite {
  display: block;
  font-family: 'roboto-bold';
  font-size: 24px;
  line-height: 1.1em;
}
.page-programme .container-fluid,
.page-ecole .container-fluid {
  border-top: 1px solid #e6e7e8;
}
.page-programme .container-fluid:last-child,
.page-ecole .container-fluid:last-child {
  border-bottom: 1px solid #e6e7e8;
}
.page-programme .programme-header-block-wrapper .programme-header-block h1,
.page-ecole .programme-header-block-wrapper .programme-header-block h1 {
  color: #f29400;
  font-size: 30px;
  margin-bottom: 0px;
  font-weight: normal;
  margin-top: 0;
  font-family: 'roboto-medium';
}
.page-programme .programme-header-block,
.page-ecole .programme-header-block {
  padding: 30px 0;
}
.page-programme .programme-header-block h3,
.page-ecole .programme-header-block h3 {
  color: #f29400;
  font-size: 30px;
  margin-bottom: 0px;
}
.page-programme .programme-header-block h3 hr,
.page-ecole .programme-header-block h3 hr {
  border-top: 1px solid #dddddd;
  width: 140px;
  margin-left: 0px;
  margin-right: auto;
  margin-top: 10px;
}
.page-programme .programme-header-block h3 span,
.page-ecole .programme-header-block h3 span {
  color: #4e5f6f;
  font-size: 18px;
  margin-bottom: 0px;
}
.page-programme .programme-header-block .MBbouton a,
.page-ecole .programme-header-block .MBbouton a {
  background-color: #ffffff;
  color: #202224;
  border: 1px solid #e0392c;
  border-radius: 5px;
  font-size: 16px;
  text-align: left;
  padding-right: 20px;
  font-family: 'roboto-regular';
  display: inline-block;
}
.page-programme .programme-header-block .MBbouton a p,
.page-ecole .programme-header-block .MBbouton a p {
  margin-top: 6px;
  display: block;
  float: right;
}
.page-programme .programme-header-block .MBbouton a img,
.page-ecole .programme-header-block .MBbouton a img {
  width: 40px;
  float: left;
  margin-left: 29px;
  margin-right: 22px;
  margin-top: 15px;
}
.page-programme .programme-header-block .MBbouton a:hover,
.page-ecole .programme-header-block .MBbouton a:hover {
  text-decoration: none;
  color: #f19808;
}
.page-programme .ecole-header-block,
.page-ecole .ecole-header-block {
  padding: 15px 0;
}
.page-programme .programme-rang,
.page-ecole .programme-rang {
  font-family: 'roboto-bold';
  font-size: 80px;
  text-align: center;
  color: #f19808;
  width: 201px;
  height: 201px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/rondClassement.png);
  padding-top: 27px;
}
.page-programme .programme-etoile,
.page-ecole .programme-etoile {
  text-align: center;
}
.page-programme .programme-etoile .bm-icon-star:before,
.page-ecole .programme-etoile .bm-icon-star:before {
  color: #f19808;
  font-family: "best-masters";
  font-size: 30px;
}
.page-programme .programme-etoile .bm-icon-star + .bm-icon-star,
.page-ecole .programme-etoile .bm-icon-star + .bm-icon-star {
  margin-left: 5px;
}
.page-programme h3,
.page-ecole h3 {
  font-family: 'roboto-medium';
  font-size: 16px;
  margin-bottom: 0;
}
.page-programme h3 span,
.page-ecole h3 span {
  text-transform: none;
  display: block;
}
.page-programme .bouton-di,
.page-ecole .bouton-di {
  display: inline-block;
  background-color: #4e5059;
  background-image: url(/assets/img/fichier.png);
  background-repeat: no-repeat;
  background-position: bottom 12px left 30px;
  background-size: 31px;
  padding: 20px 25px 20px 90px;
  font-family: 'roboto-medium';
  font-size: 18px;
  cursor: pointer;
  margin-top: 20px;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.page-programme .bouton-di:hover,
.page-ecole .bouton-di:hover {
  color: #f19808;
}
.page-programme .programme-logo img,
.page-ecole .programme-logo img {
  max-width: 100%;
  max-height: 115px;
}
.page-programme .programme-picto,
.page-ecole .programme-picto {
  padding: 35px 0;
  min-height: 10px;
}
.page-programme .programme-picto img,
.page-ecole .programme-picto img {
  display: inline-block;
}
.page-programme .programme-picto img + img,
.page-ecole .programme-picto img + img {
  margin-left: 30px;
}
.page-programme .programme-palmes,
.page-ecole .programme-palmes {
  text-align: center;
}
.page-programme .programme-palmes img,
.page-ecole .programme-palmes img {
  max-width: 100%;
}
.page-programme .programme-menu,
.page-ecole .programme-menu {
  background-color: #f6f7f7;
  text-align: center;
  text-transform: uppercase;
  font-family: 'roboto-medium';
}
.page-programme .programme-menu a,
.page-ecole .programme-menu a,
.page-programme .programme-menu span,
.page-ecole .programme-menu span {
  color: #4e5f6f;
  text-decoration: none;
  display: block;
  padding: 19px 0;
  position: relative;
  cursor: pointer;
}
.page-programme .programme-menu a:hover,
.page-ecole .programme-menu a:hover,
.page-programme .programme-menu span:hover,
.page-ecole .programme-menu span:hover,
.page-programme .programme-menu a.active,
.page-ecole .programme-menu a.active,
.page-programme .programme-menu span.active,
.page-ecole .programme-menu span.active {
  background: #ecf0f2;
  text-decoration: none;
}
.page-programme .programme-menu a.active:after,
.page-ecole .programme-menu a.active:after,
.page-programme .programme-menu span.active:after,
.page-ecole .programme-menu span.active:after {
  content: '';
  border-top: 28px solid #ecf0f2;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -28px;
}
.page-programme .programme-photo,
.page-ecole .programme-photo {
  padding-top: 20px;
}
.page-programme .programme-photo img,
.page-ecole .programme-photo img {
  max-width: 100%;
}
.page-programme .programme-infos,
.page-ecole .programme-infos {
  width: 100%;
  margin-top: 60px;
  font-size: 14px;
}
.page-programme .programme-infos th,
.page-ecole .programme-infos th {
  text-align: right;
  font-family: 'roboto-medium';
  font-weight: normal;
  vertical-align: top;
  white-space: nowrap;
  width: 150px;
}
.page-programme .programme-infos td,
.page-ecole .programme-infos td {
  text-align: left;
  font-family: 'roboto-medium';
  font-weight: normal;
  color: #f19808;
  padding-left: 10px;
}
.page-programme .programme-infos td .no-wrap,
.page-ecole .programme-infos td .no-wrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 80%;
}
.page-programme .programme-infos td a,
.page-ecole .programme-infos td a {
  color: #f19808;
  text-decoration: underline;
}
.page-programme .programme-infos th,
.page-ecole .programme-infos th,
.page-programme .programme-infos td,
.page-ecole .programme-infos td {
  padding-bottom: 10px;
}
.page-programme .programme-ecole,
.page-ecole .programme-ecole {
  font-family: 'roboto-medium';
  font-weight: normal;
  font-size: 14px;
  color: #f19808;
  text-transform: uppercase;
  padding: 10px 0;
}
.page-programme .programme-lettre,
.page-ecole .programme-lettre {
  margin-top: 60px;
  margin-bottom: 15px;
  background: url(/assets/img/lettre-background.png) no-repeat top left;
}
.page-programme .programme-lettre .programme-photo-directeur,
.page-ecole .programme-lettre .programme-photo-directeur {
  height: 215px;
}
.page-programme .programme-lettre .programme-photo-directeur img,
.page-ecole .programme-lettre .programme-photo-directeur img {
  max-height: 120px;
  max-width: 100%;
}
.page-programme .programme-lettre .programme-directeur,
.page-ecole .programme-lettre .programme-directeur {
  display: inline-block;
  padding: 25px 60px 25px 10px;
  text-transform: uppercase;
  background-color: #ecf0f2;
  color: #f19808;
  font-family: 'roboto-medium';
  font-size: 18px;
}
.page-programme .programme-lettre .programme-directeur span,
.page-ecole .programme-lettre .programme-directeur span {
  display: block;
  margin-top: 5px;
  text-transform: none;
  color: #4e5f6f;
  font-family: 'roboto-bold';
  font-size: 14px;
}
.page-programme .programme-lettre .programme-lettre-contenu,
.page-ecole .programme-lettre .programme-lettre-contenu {
  background-color: #ffffff;
  padding: 15px;
  border: 1px solid #ecf0f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.page-programme .programme-lettre .programme-lettre-contenu p,
.page-ecole .programme-lettre .programme-lettre-contenu p {
  font-family: 'roboto-medium';
  font-size: 14px;
}
.page-programme .programme-video,
.page-ecole .programme-video {
  margin: 3em 0 1em 0;
}
.page-programme .player-control,
.page-ecole .player-control {
  width: auto;
}
.page-programme .programme-details,
.page-ecole .programme-details {
  margin-top: 60px;
  margin-bottom: 15px;
}
.page-programme .programme-details h2,
.page-ecole .programme-details h2 {
  font-family: 'roboto-medium';
  font-weight: normal;
  text-transform: uppercase;
  font-size: 30px;
  color: #f19808;
}
.page-programme .programme-details h3,
.page-ecole .programme-details h3 {
  font-family: 'roboto-bold';
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #f19808;
  padding-left: 35px;
  background: url(/assets/img/carre-fleche.png) no-repeat center left;
}
.page-programme .programme-details .programme-details-block,
.page-ecole .programme-details .programme-details-block {
  margin: 35px 0;
}
.page-programme .programme-details table,
.page-ecole .programme-details table {
  width: 100%;
  margin: 15px 0;
}
.page-programme .programme-details table td,
.page-ecole .programme-details table td,
.page-programme .programme-details table th,
.page-ecole .programme-details table th {
  vertical-align: middle;
  border: 1px solid #ecf0f2;
  padding: 15px;
  text-align: center;
  font-family: 'roboto-medium';
  font-weight: normal;
  font-size: 14px;
}
.page-programme .programme-details table td p,
.page-ecole .programme-details table td p,
.page-programme .programme-details table th p,
.page-ecole .programme-details table th p {
  font-family: 'roboto-medium';
  font-weight: normal;
  font-size: 14px;
}
.page-programme .programme-details table td ul,
.page-ecole .programme-details table td ul,
.page-programme .programme-details table th ul,
.page-ecole .programme-details table th ul {
  list-style-image: none;
}
.page-programme .programme-details table thead td,
.page-ecole .programme-details table thead td,
.page-programme .programme-details table th,
.page-ecole .programme-details table th {
  font-family: 'roboto-bold';
  font-weight: normal;
  font-size: 18px;
  color: #f19808;
}
.page-programme .programme-details table.admission-process,
.page-ecole .programme-details table.admission-process {
  width: auto;
}
.page-programme .programme-details ul,
.page-ecole .programme-details ul {
  margin: 1em 0;
}
.mb-eduranking .mastersbooking a {
  color: #e0392c;
}
.mb-eduranking .mastersbooking h3:after {
  border-color: #e0392c;
}
.mb-eduranking .eduranking a {
  color: #561666;
}
.mb-eduranking .eduranking h3:after {
  border-color: #561666;
}
.mb-eduranking .links {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  font-family: 'rubik-regular';
  margin-top: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.mb-eduranking .links .row > div {
  padding: 0;
}
.mb-eduranking .links .row > div:first-child {
  padding-left: 15px;
}
.mb-eduranking .links .row > div:last-child {
  padding-right: 15px;
}
.mb-eduranking .links .row > div + div {
  border-left: 1px solid #cccccc;
}
.mb-eduranking .links a {
  display: block;
  padding: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mb-eduranking .links a:hover {
  background-color: #f4f4f4;
}
.mb-eduranking .links .border {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.footer {
  background: url(/assets/img/footer-world-map.png) no-repeat top 30px center;
  padding-top: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.footer.footer-static {
  position: static;
  padding-top: 0;
}
.footer .footer-support {
  text-align: center;
  padding: 20px 0;
}
.footer .footer-support .support {
  font-size: 18px;
  margin-bottom: 40px;
  color: #4e5f6f;
  position: relative;
}
.footer .footer-support .support:after {
  content: 'v';
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  width: 50px;
  margin: auto;
  font-family: "best-masters";
  font-size: 50px;
}
.footer .footer-websites .row {
  border-top: 1px solid #d2d2d2;
  margin: 0;
}
.footer .footer-websites .row .footer-label {
  text-align: right;
}
.footer .footer-websites .row .footer-left,
.footer .footer-websites .row .footer-right {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .footer-websites .row .footer-right {
  border-left: 1px solid #d2d2d2;
  padding-top: 11px;
  min-height: 40px;
}
.footer .footer-websites ul {
  padding: 0;
}
.footer .footer-websites ul li {
  list-style-image: none;
  float: left;
  margin-right: 15px;
  font-size: 12px;
}
.footer .footer-websites ul li a {
  color: #4e5f6f;
  text-transform: uppercase;
}
.footer .footer-copyright {
  text-align: center;
  padding: 23px 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  background: url(/assets/img/footer-copyright.png) no-repeat top center;
  background-size: cover;
}
.footer .footer-copyright .best-masters,
.footer .footer-copyright .dot-com {
  font-family: 'droid-sans-bold';
  font-size: 30px;
}
.footer .footer-copyright .best-masters {
  color: #fdd513;
}
.footer .footer-copyright .copyright {
  margin-bottom: 20px;
}
.modal {
  background-color: rgba(78, 95, 111, 0.8);
}
.modal .notification {
  padding: 10px;
}
.modal .modal-dialog {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modal .container-fluid {
  max-width: 780px;
}
.modal .modal-header {
  background-color: #fdd513;
  text-align: center;
  border-bottom: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modal .modal-header h4 {
  font-family: 'roboto-bold';
  font-weight: normal;
  font-size: 24px;
  text-transform: uppercase;
}
.modal .modal-header .close {
  margin-top: 7px;
}
.modal .modal-footer {
  text-align: center;
  border-top: 0;
  padding-top: 0;
  padding-bottom: 30px;
}
.social-networks a {
  position: relative;
  top: 0px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}
.social-networks a:hover {
  top: -5px;
}
.form-group {
  background-color: #f6f7f7;
}
.form-group.has-error .form-control {
  border-color: #A94442;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group select {
  border-radius: 0;
  border-color: #a6afb7;
  height: 60px;
}
.form-group input[type="text"] + input[type="text"] {
  border-top: 0;
}
.form-group textarea {
  height: 151px;
  width: 100%;
}
.form-group .checkbox {
  margin-left: 15px;
}
.form-group .control-label {
  font-family: 'roboto-bold';
  color: #4e5f6f;
  font-size: 16px;
  font-weight: normal;
  padding: 5px 20px;
  margin: 0;
  display: block;
}
/* Pages génériques (about us, methodology, ...) */
.generic-page .container-fluid {
  padding: 39px 0;
}
.generic-page h1 {
  font-size: 24px;
  margin: 0;
  text-transform: uppercase;
}
ul.player-control {
  font-size: 12px;
  float: left;
  width: 300px;
}
ul.player-control li {
  padding: 12px 0 12px 45px;
  cursor: pointer;
  list-style-image: none;
  background-image: url(/assets/img/btn_desactive.png);
  background-repeat: no-repeat;
  background-position: center left;
}
ul.player-control li.active,
ul.player-control li:hover {
  background-image: url(/assets/img/btn_active.png);
  color: #f19808;
}
.ranking-team-photo {
  display: inline-block;
  text-align: left;
  margin-right: 40px;
}
.ranking-team-photo img {
  display: block;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.methodology-points {
  display: inline-block;
  text-align: center;
  color: #f19808;
  margin: 10px 0;
}
.methodology-points .circle {
  display: block;
  padding: 18px;
  border-radius: 50%;
  color: #ffffff;
  background: #f19808;
  box-shadow: 0px 0px 0px 5px rgba(241, 152, 8, 0.5);
  line-height: 16px;
  font-size: 32px;
  margin-bottom: 5px;
}
.methodology-points-title {
  height: 40px;
  margin-bottom: 10px;
}
.methodology-stars-table td {
  padding: 2px 5px;
}
.scientific-committee {
  text-align: justify;
}
.scientific-committee img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
/* Panel Bootstrap */
.panel-group {
  border-left: 1px solid #e6e7e8;
  border-right: 1px solid #e6e7e8;
  border-bottom: 1px solid #e6e7e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-group .panel {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel:first-child .panel-title a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-group .panel + .panel {
  margin: 0;
}
.panel-group .panel .panel-heading {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-group .panel .panel-heading .panel-title {
  font-family: 'roboto-medium';
  font-size: 18px;
  text-transform: uppercase;
  color: #f19808;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-group .panel .panel-heading .panel-title a {
  display: block;
  position: relative;
  padding: 26px 15px;
  border-top: 1px solid #e6e7e8;
}
.panel-group .panel .panel-heading .panel-title a:before {
  content: 'c';
  text-transform: none;
  font-family: 'best-masters';
  position: relative;
  top: 3px;
  margin-right: 15px;
}
.panel-group .panel .panel-heading .panel-title a.collapsed:before {
  content: 'b';
}
.panel-group .panel .panel-heading .panel-title a:hover,
.panel-group .panel .panel-heading .panel-title a:focus {
  text-decoration: none;
}
.panel-group .panel .panel-heading + .panel-collapse > .list-group,
.panel-group .panel .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #e6e7e8;
}
.panel-group .panel .panel-body {
  padding: 15px 15px 15px 52px !important;
  font-family: 'roboto-medium';
  font-size: 14px;
  text-align: justify;
}
.panel-group .panel .panel-body h4 {
  margin-top: 25px;
  margin-bottom: 15px;
}
.panel-group .panel .panel-body p {
  font-family: 'roboto-medium';
}
ul.arrows {
  padding-left: 28px;
  margin-bottom: 30px;
  list-style-image: none;
  list-style-type: none;
}
ul.arrows li {
  margin-bottom: 15px;
  position: relative;
}
ul.arrows li:before {
  content: 'v';
  font-family: 'best-masters';
  position: absolute;
  left: -30px;
  top: 2px;
  transform: rotateZ(-90deg);
  background-color: #ecf0f2;
  text-align: center;
  padding: 0px 1px 2px 1px;
  font-size: 18px;
  line-height: 18px;
}
.bm-block {
  position: relative;
  padding: 0 30px;
}
.bm-block a:hover {
  text-decoration: none;
}
.bm-block h3 {
  color: #4e5f6f;
  text-transform: uppercase;
  font-family: 'roboto-regular';
  font-weight: normal;
}
.bm-block h3 img {
  max-width: 100%;
}
.bm-block h3:after {
  content: '';
  display: block;
  border-bottom: 1px solid #4e5f6f;
  width: 65px;
  margin: 25px 0;
}
.bm-block_2 {
  position: relative;
  padding: 0 30px;
}
.bm-block_2 a:hover {
  text-decoration: none;
}
.bm-block_2 h3 {
  color: #4e5f6f;
  text-transform: uppercase;
  font-family: 'roboto-regular';
  font-weight: normal;
}
.bm-block_2 h3 img {
  max-width: 100%;
}
.bm-block_2 h3:after {
  content: '';
  display: block;
  border-bottom: 1px solid #4e5f6f;
  width: 65px;
  margin: 0px 0;
}
/* Encart Mastersbooking */
.mastersbooking-encart {
  margin-bottom: 20px;
}
.mastersbooking-encart .bm-block {
  height: 200px;
}
.mastersbooking-encart .bm-block_2 {
  height: 150px;
}
.mastersbooking-encart h3 {
  color: #e0392c;
}
.mastersbooking-encart h3:after {
  border-bottom: 1px solid #e0392c;
}
.mastersbooking-encart .mastersbooking-popular h3 {
  color: #4e5f6f;
}
.mastersbooking-encart .mastersbooking-popular h3:after {
  border-color: #4e5f6f;
}
.mastersbooking-encart table {
  width: 100%;
  line-height: 20px;
}
.mastersbooking-encart table td.flag {
  width: 50px;
}
.mastersbooking-encart table td.button {
  width: 185px;
}
.mastersbooking-encart table td .mastersbooking-info-programme {
  display: inline-block;
  width: 260px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.toggle-button {
  text-align: right;
}
.toggle-button a {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #e0392c;
  color: #e0392c;
  padding: 10px 30px;
  text-transform: uppercase;
  font-family: 'roboto-bold';
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.toggle-button a:hover,
.toggle-button a:focus,
.toggle-button a:active {
  text-decoration: none;
  background-color: #e0392c;
  color: #ffffff;
}
.toggle-button a span {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 5px;
}
.toggle-button.green a {
  border-color: #349E2F;
  color: #349E2F;
}
.toggle-button.green a:hover,
.toggle-button.green a:focus,
.toggle-button.green a:active {
  background-color: #349E2F;
  color: #ffffff;
}
/* Bootstrap overrides */
.navbar-nav > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
div[dir="ltr"] {
  width: 100% !important;
}
/* Colors */
/* Settings */
@media (max-width: 1399px) {
  .homepage-carousel .carousel .item {
    height: 578px;
  }
  .push-top {
    margin-top: -105px;
  }
}
/* Small desktops */
@media (max-width: 1199px) {
  .title-main {
    margin-top: 40px !important;
  }

  .navbar-brand {
    height: auto;
  }
  .navbar-brand img {
    height: 60px;
    margin: 5px 0;
  }
  .carousel h1,
  .carousel h2,
  .carousel .caption {
    position: static !important;
    width: auto !important;
    text-align: center;
    margin: 25px;
  }
  .carousel h1 img,
  .carousel h2 img,
  .carousel .caption img {
    max-width: 100% !important;
  }
  #page-content {
    margin-top: 70px;
  }
  #page-content #header .h1-programme,
  #page-content #header .h1-ecole {
    width: 100%;
  }
  .breadcrumbs ul li:last-child {
    width: 350px;
  }
  .rankings .ranking {
    height: 590px;
  }
  .description-specialite {
    height: auto;
    padding-bottom: 90px !important;
  }
  .specialite-filtre .second-row-filtre label {
    display: inline-block;
  }
  .specialite-filtre .specialite-filtre-onglet {
    padding: 20px 5px 20px 13px;
    margin-right: 25px;
    border-right: none;
  }
  .specialite-filtre .specialite-filtre-radiobox {
    padding-left: 1px;
    padding-right: 1px;
  }
  .specialite-filtre .specialite-filtre-radiobox input {
    margin-right: 5px;
  }
  .specialite-filtre .addthis_sharing_toolbox {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
    height: 81px;
  }
  ul.player-control {
    width: 215px;
  }
  .mastersbooking-encart .mastersbooking-content table td .mastersbooking-info-programme {
    width: 150px;
  }
}

.poles__heading h3 {
  color: #ebb507;
  font-size: 26px;
}

.poles__heading h4 {
  color: #FFF;
  font-size: 26px;
}

/* Small devices (tablets) */
@media (max-width: 991px) {
  .pole-first {
    margin-top: 100px;
  }

  .poles__heading {
    margin-top: 100px;
  }

  .poles__heading h4 {
    color: #4E5F6F;
  }

  .page-programme .programme-header-block .MBbouton {
    margin-top: 20px;
  }
  #scroll-to-top {
    display: none;
  }
  header .container {
    width: 100%;
  }
  #page-content {
    margin-top: 0;
  }
  .breadcrumbs ul li:last-child {
    width: 200px;
  }
  #carre {
    margin-bottom: 20px;
  }
  .main-container {
    margin-bottom: 600px;
  }
  .navbar-brand img {
    width: auto;
    height: 40px;
  }
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    position: static;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .search-form {
    margin-left: 0;
    border-top: 1px solid #ecf0f2;
  }
  .search-form input {
    border-left: 0;
  }
  .search-form input:focus {
    width: 100%;
  }
  .push-top {
    margin-top: 0px;
  }
  .rankings .ranking {
    height: auto;
    margin: 15px 0;
  }
  .map-methodology .world-map {
    display: none;
  }
  .map-methodology .methodology {
    height: auto;
  }
  .text-container,
  .video-embed-container,
  .video-library-container {
    margin: 15px 0;
    padding: 0;
  }
  .text-container,
  .video-library-container {
    height: auto;
  }
  .mb-eduranking .links .row > div:first-child {
    padding-right: 15px;
  }
  .mb-eduranking .links .row > div:last-child {
    padding-left: 15px;
  }
  .mb-eduranking .links .row > div + div {
    border-left: 0;
  }
  .mb-eduranking .links .row > div + div a {
    border-top: 1px solid #cccccc;
  }
  .footer .footer-websites .row .footer-label {
    text-align: left;
  }
  .footer .footer-websites .row .footer-left,
  .footer .footer-websites .row .footer-right {
    padding: 2px 5px;
    border: 0px;
  }
  .footer .footer-websites .container {
    padding: 10px 0;
  }
  .description-specialite {
    padding: 25px 25px;
  }
  .description-specialite .addthis_sharing_toolbox {
    left: 25px;
    right: 25px;
  }
  .select-zone ul {
    font-size: 0.8em;
  }
  .mastersbooking-encart .mastersbooking-content table td .mastersbooking-info-programme {
    width: 420px;
  }
}
@media (max-width: 980px) {
  .footer {
    margin-bottom: 45px;
  }
}
/* Small devices (small tablets) */
@media (max-width: 767px) {
  .poles__heading {
    margin-top: 50px;
  }

  #page-content table.program-list td .apply {
    position: relative;
    margin-bottom: -43px;
    margin-left: 45%;
  }
  .homepage-top .homepage-top-left .information-block {
    height: auto;
  }
  .select-zone ul {
    font-size: 1.0em;
  }
  .specialite-legende .media {
    display: block;
    width: 100%;
  }
  .description-specialite {
    margin-bottom: 15px;
  }
  .specialite-filtre label {
    display: block;
    margin: 0 10px;
  }
  .specialite-filtre-onglet {
    vertical-align: top;
  }
  .page-programme .programme-header-block .MBbouton {
    float: none;
  }
  .page-programme .programme-header-block .MBbouton a {
    height: 66px;
    margin-left: auto;
    margin-right: auto;
    width: 240px;
    display: block;
  }
  .page-programme .programme-header-block-wrapper {
    border-right: 0;
  }
  .page-programme .programme-picto {
    text-align: center;
  }
  .page-programme .programme-picto img + img {
    margin-left: 0;
  }
  .page-programme .programme-picto img {
    margin: 0 5px;
  }
  .page-programme .programme-infos th {
    width: auto;
  }
  table.program-list thead {
    display: none;
  }
  table.program-list tbody tr td {
    display: block;
  }
  table.program-list .program-link {
    padding: 10px;
    text-align: center;
  }
  table.program-list .program-link-icons {
    padding: 0 10px;
  }
  .mastersbooking-encart .mastersbooking-cover {
    height: 280px;
  }
  .mastersbooking-encart .bm-block,
  .mastersbooking-content .bm-block {
    height: auto;
    margin-bottom: 20px;
  }
  .mastersbooking-encart table tr,
  .mastersbooking-content table tr {
    display: block;
  }
  .mastersbooking-encart table tr + tr,
  .mastersbooking-content table tr + tr {
    margin-top: 35px;
  }
  .mastersbooking-encart table td,
  .mastersbooking-content table td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .mastersbooking-encart table td .mastersbooking-info-programme,
  .mastersbooking-content table td .mastersbooking-info-programme {
    white-space: normal;
    width: auto;
  }
  .mastersbooking-encart table td .toggle-button,
  .mastersbooking-content table td .toggle-button {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .main-container {
    margin-bottom: 0;
  }
  .footer {
    padding: 0;
    position: static;
  }

  .mastersbooking-encart .bm-block_2 {
    margin-bottom: 100px;
    height: 200px;
  }
  .mastersbooking-encart .bm-block_2 a {
    margin-top: 30px;
  }
}
/* Small devices (phones) */
@media (max-width: 479px) {
  .homepage-carousel .carousel h2 {
    font-size: 16px;
  }

  .poles__heading {
    margin-top: 70px;
  }

  .homepage-carousel .carousel .caption h2 span {
    font-size: 1.5em !important;
  }

  .homepage-carousel .carousel .caption h1.home-top-caption {
    margin-top: 20px;
    font-size: 1.5em;
  }

  .homepage-carousel .carousel .item {
    height: 462px;
    background-position: -215px 0;
    background-position-y: -40px !important;
  }
  .homepage-carousel .carousel h1,
  .homepage-carousel .carousel h2,
  .homepage-carousel .carousel .caption {
    margin: 20px;
  }
  .homepage-carousel .carousel h1 img {
    width: 70%;
  }
  .homepage-carousel .carousel h2 img {
    width: 32%;
  }
  .page-programme .programme-menu a,
  .page-programme .programme-menu span {
    font-size: 9px;
  }

  .mastersbooking-encart .bm-block_2 a {
    margin-top: 55px;
  }
}
@media (min-width: 992px) {
  .no-padding-right {
    padding-right: 0;
  }
  .no-padding-left {
    padding-left: 0;
  }
  .no-padding-top {
    padding-top: 0;
  }
  .no-padding-bottom {
    padding-bottom: 0;
  }
  .page-programme .programme-header-block .MBbouton,
  .page-ecole .programme-header-block .MBbouton {
    float: right;
    margin-top: 20px;
    margin-right: 50px;
  }
  .page-programme .programme-header-block .MBbouton a,
  .page-ecole .programme-header-block .MBbouton a {
    padding-top: 3px;
  }
}
@media (min-width: 1200px) {
  .navbar#top .navbar-nav {
    margin-left: 75px;
  }
  .navbar#top .logo-etiquette {
    position: relative;
    background-color: #ffffff;
    text-align: center;
    z-index: 3;
    width: 180px;
    transition: all 0.2s ease;
    transform: scale(0.3);
    transform-origin: top;
    background-color: transparent;
    top: 0px;
  }
  .navbar#top .logo-etiquette img {
    top: 0;
  }
  .navbar#top.scrolled-top #mega-banniere {
    height: 120px;
  }
  .navbar#top.scrolled-top #mega-banniere .banniere {
    height: 90px;
  }
  .navbar#top.scrolled-top .logo-etiquette {
    height: 250px;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
    transform: scale(1);
    background-color: #ffffff;
    top: -125px;
  }
  .navbar#top.scrolled-top .logo-etiquette:after {
    content: '';
    width: 94px;
    height: 94px;
    transform: rotate(-45deg) skew(20deg, 20deg);
    position: absolute;
    bottom: -47px;
    left: 43px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  }
  .navbar#top.scrolled-top .logo-etiquette:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 180px;
    height: 50px;
    background: #ffffff;
    z-index: 1;
  }
  .navbar#top.scrolled-top .logo-etiquette img {
    display: block;
    position: relative;
    top: 15px;
    width: auto;
    margin: auto;
    transform: scale(1);
    z-index: 2;
  }
  #header .header-logo {
    display: inline-block;
    margin-left: 295px;
    text-align: left;
  }
  /* Content */
  #page-content {
    margin-top: 190px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
  }
  #page-content table.program-list td .apply {
    margin-left: 70px;
  }
  .page-programme .programme-header-block .MBbouton,
  .page-ecole .programme-header-block .MBbouton {
    margin-right: 170px;
  }
}
