.ease0-5 {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a {
    color:#073772;
    text-decoration: none;
}

a:hover {
    color:#f36f21;
}

body {
    font-family: Roboto;
    font-size: 12px;
    color: #555;
    background: #f5f8fa;
}

body:not(.home) .page_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0;
    flex-direction: row-reverse;
}

body.intranet .page_container {
    margin: 0;
}

body:not(.home) .left_content {
    background: #fff;
    width: 221px;
    padding: 24px;
    margin-left: 28px;
    box-sizing: content-box;
    border: 1px solid #ebeef0;
    border-top: none;
    border-bottom-color: #ebeef0;
    position: relative;
}

body:not(.home) .right_content {
    font-family: Roboto;
    font-size: 16px;
    color: #6f787f;
    background: #fff;
    box-sizing: content-box;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    flex: 1;
    padding: 38px 30px 32px 30px;
    border: 1px solid #ebeef0;
    border-top: none;
    border-bottom-color: #ebeef0;
    position: relative;
}

body:not(.home) .left_content:before,
body:not(.home) .right_content:before {
  content: " ";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -0px;
  border-bottom: 1px solid #dadddf;
}

.wrapper {
    width: 1175px;
    margin: 0 auto;
}

.home-box {
    margin: 0 auto;
    padding: 100px 0 105px 0;
}

.sidebar-box + .sidebar-box {
    border-top: 1px solid #e5e5e5;
    margin-top: 26px;
    padding-top: 26px;
}

.home-box__secondary {
    background: #fff;
}

.home-title {
    font-family: "Roboto Slab";
    font-weight: bold;
    font-size: 30px;
    color: #0071bc;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.home-title span {
    color: #f7931e;
}

.left_content .home-title {
    font-size: 18px;
}

.left_content .site-block {
    margin-bottom: 15px;
}

.left_content .site-block:last-child {
    margin-bottom: 0;
}

body:not(.home) .full_width_content {
    background: #fff;
    width: 100%;
    border: 1px solid #d3d3d3;
    padding: 15px 19px 19px 19px;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.left-content .site-block{
    margin-bottom: 20px;
}

.left_content img {
    max-width: 100%;
}

.navResponsive{
    display: none;
    position: absolute;
    top: 27px;
    left: 172px;
    z-index: 9999;
}

.navResponsive .slicknav_menu {
    background: rgba(247,146,30,1) !important;
    background: -moz-linear-gradient(top, rgba(247,146,30,1) 0%, rgba(241,136,17,1) 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,146,30,1)), color-stop(100%, rgba(241,136,17,1))) !important;
    background: -webkit-linear-gradient(top, rgba(247,146,30,1) 0%, rgba(241,136,17,1) 100%) !important;
    background: -o-linear-gradient(top, rgba(247,146,30,1) 0%, rgba(241,136,17,1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(247,146,30,1) 0%, rgba(241,136,17,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(247,146,30,1) 0%, rgba(241,136,17,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7921e', endColorstr='#f18811', GradientType=0 ) !important;
}

.navResponsive ul,
.navResponsive li {
    border-color: #f7a926 !important;
}

.navResponsive a {
    
}

.slicknav_btn {
    margin: 3px !important;
    width: 100% !important;
}

.more-button {
    display: inline-block;
    color: #fff;
    font-family: Roboto;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 10px 20px;
    position: relative;
}

.more-button:before {
    content: '';
    border: 2px solid #fff;
    position: absolute;
    height: calc(100% - 6px);
    width: 3px;
    right: -7px;
    border-left: none;
}

.more-button:after {
    content: '';
    border: 2px solid #fff;
    position: absolute;
    right: -7px;
    width: 100%;
    height: 4px;
    bottom: -8px;
    border-top: none;
}

.more-button:hover {
    background: #fff;
    color: #f7931e;
}

.more-button:hover:before,
.more-button:hover:after {
    border-color: #f7931e;
}

.more-button__orange {
    border-color: #f7931e;
    color: #22272b;
}
.more-button__orange:after,
.more-button__orange:before {
    border-color: #f7931e;
}

.more-button__orange:hover {
    background: #f7931e;
    color: #fff;
}

#banner_zone .banner {
    text-align: center;
}

#banner_zone img {
    max-width: 100%;
}

/* owl -- start */
.owl-nav .owl-next {
    display: block;
    background: url("images/owl/owl-nav-next.png") no-repeat !important;
    width: 26px;
    height: 26px;
}

.owl-nav .owl-next:hover {
    background-image: url("images/owl/owl-nav-next_hover.png") !important;
}

.owl-nav .owl-next span {
    display: none;
}

.owl-nav .owl-prev {
    display: block;
    background: url("images/owl/owl-nav-prev.png") no-repeat !important;
    width: 26px;
    height: 26px;
}

.owl-nav .owl-prev:hover {
    background-image: url("images/owl/owl-nav-prev_hover.png") !important;
}

.owl-nav .owl-prev span {
    display: none;
}
/* owl -- end */

/* Header -- start */
.header-gradient {
    background: rgba(0,85,141,1);
    background: -moz-linear-gradient(top, rgba(0,85,141,1) 0%, rgba(0,42,71,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,85,141,1)), color-stop(100%, rgba(0,42,71,1)));
    background: -webkit-linear-gradient(top, rgba(0,85,141,1) 0%, rgba(0,42,71,1) 100%);
    background: -o-linear-gradient(top, rgba(0,85,141,1) 0%, rgba(0,42,71,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,85,141,1) 0%, rgba(0,42,71,1) 100%);
    background: linear-gradient(to bottom, rgba(0,85,141,1) 0%, rgba(0,42,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00558d', endColorstr='#002a47', GradientType=0 );
}

.header-gradient-mixed {
    background: rgba(0,85,141,1);
    background: -moz-linear-gradient(top, rgba(0,85,141,1) 0%, rgba(0,43,72,1) 45%, rgba(247,146,30,1) 45%, rgba(241,136,17,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,85,141,1)), color-stop(45%, rgba(0,43,72,1)), color-stop(45%, rgba(247,146,30,1)), color-stop(100%, rgba(241,136,17,1)));
    background: -webkit-linear-gradient(top, rgba(0,85,141,1) 0%, rgba(0,43,72,1) 45%, rgba(247,146,30,1) 45%, rgba(241,136,17,1) 100%);
    background: -o-linear-gradient(top, rgba(0,85,141,1) 0%, rgba(0,43,72,1) 45%, rgba(247,146,30,1) 45%, rgba(241,136,17,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,85,141,1) 0%, rgba(0,43,72,1) 45%, rgba(247,146,30,1) 45%, rgba(241,136,17,1) 100%);
    background: linear-gradient(to bottom, rgba(0,85,141,1) 0%, rgba(0,43,72,1) 45%, rgba(247,146,30,1) 45%, rgba(241,136,17,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00558d', endColorstr='#f18811', GradientType=0 );
}

header {
    height: 71px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#header-backgrounds {
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
}

#header-backgrounds > * {
    height: 100%;
    width: 50%;
}

header .wrapper {
    position: relative;
    height: 100%;
}

#logo {
    display: block;
    background: url("images/header/logo-big.png") no-repeat;
    width: 182px;
    height: 111px;
    position: relative;
}

#header_social_networks {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 25px;
    right: 33px;
}

#header_social_networks i {
    font-size: 18px;
    color: #fff;
}

#header_social_networks i:hover {
    color: #f7931f;
}

#header_social_networks .sn-link + .sn-link {
    margin-top: 5px;
}

#header_main {
    display: flex;
    justify-content: space-between;
}

#header_right {
    flex: 1;
    margin-left: 15px;
}

#header_right_top {
    height: 31px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header_right_bottom {
    height: 39px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#ministry_logo {
    background: url('images/flag.png') no-repeat left top;
    padding-left: 45px;
    font-family: 'Roboto';
    font-size: 9px;
    line-height: 12px;
    color: #fff;
}

#ministry_logo span {
    font-size: 10px;
    font-weight: bold;
}

#header_useful_links {
    margin-right: 44px;
}

#header_useful_links a {
    font-family: Roboto;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
}

#header_useful_links a:hover {
    color: #f7931f;
}

#header_useful_links a + a:before {
    content: " . ";
}

#intranet_link {
    font-family: Roboto;
    font-size: 10px;
    color: #fff;
}

#intranet_link:hover {
    color: #f79420;
}

#intranet_link i {
    color: #f79420;
}

.site-search-form {
    display: flex;
    margin-left: 20px;
}

.site-search-form input {
    border: none;
    height: 24px;
    line-height: 24px;
    font-family: Roboto;
    font-size: 10px;
    color: #666666;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
    width: 161px;
}

.site-search-form button {
    height: 24px;
    width: 24px;
    border: none;
    color: #fff;
    background: rgba(0,112,186,1);
    background: -moz-linear-gradient(top, rgba(0,112,186,1) 0%, rgba(0,56,94,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,112,186,1)), color-stop(100%, rgba(0,56,94,1)));
    background: -webkit-linear-gradient(top, rgba(0,112,186,1) 0%, rgba(0,56,94,1) 100%);
    background: -o-linear-gradient(top, rgba(0,112,186,1) 0%, rgba(0,56,94,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,112,186,1) 0%, rgba(0,56,94,1) 100%);
    background: linear-gradient(to bottom, rgba(0,112,186,1) 0%, rgba(0,56,94,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070ba', endColorstr='#00385e', GradientType=0 );
}

#header_lang {
    margin-left: 20px;
}
/* Header -- end */

/* Slider -- start */
#homeSlider {
    position: relative;
    display: flex;
    justify-content: center;
}

#homeSlider .owl-nav {
    position: absolute;
    bottom: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#homeSlider .owl-nav span {
    display: none;
}

#homeSlider .owl-prev {
    background: url("images/slider/owl-prev.png") !important;
    width: 40px;
    height: 80px;
    border-radius: 0;
    margin: 0;
}

#homeSlider .owl-next {
    background: url("images/slider/owl-next.png") !important;
    width: 40px;
    height: 80px;
    border-radius: 0;
    margin: 0;
}

#homeSlider .owl-dots {
    position: absolute;
    bottom: 70px;
}

#homeSlider .owl-dot {
    background: url("images/slider/owl-dot.png");
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

#homeSlider .owl-dot.active {
    background: url("images/slider/owl-dot-active.png");
}

#homeSlider .owl-dot span {
    display: none;
}

#homeSlider .owl-item.active img {
  -webkit-animation: cssAnimation 12s ease;
  -moz-animation: cssAnimation 12s ease;
  -o-animation: cssAnimation 12s ease;
}

@-webkit-keyframes cssAnimation {
  from { -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0px); }
  to { -webkit-transform: rotate(1.5deg) scale(1.3) skew(1deg) translate(0px); }
}
@-moz-keyframes cssAnimation {
  from { -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0px); }
  to { -moz-transform: rotate(1.5deg) scale(1.3) skew(1deg) translate(0px); }
}
@-o-keyframes cssAnimation {
  from { -o-transform: rotate(0deg) scale(1) skew(1deg) translate(0px); }
  to { -o-transform: rotate(1.5deg) scale(1.3) skew(1deg) translate(0px); }
}

.home-slider-caption {
    position: absolute;
    z-index: 99;
    top: 30%;
    width: 100%;
}

.home-slider-caption h2 {
    font-family: "Roboto Slab";
    font-weight: bold;
    font-size: 72px;
    color: #fff;
    margin: 0;
}
.home-slider-caption h3 {
    font-family: "Roboto";
    font-weight: bold;
    font-size: 30px;
    color: #f7931e;
    margin: 0;
    margin-top: -10px;
}
.home-slider-caption p {
    font-family: "Roboto";
    font-size: 16px;
    color: #fff;
    margin: 0;
    margin-top: 30px;
}

#homeSlider .more-button {
    margin-top: 50px;
}

@media only screen and (max-width: 1300px) {
    #homeSlider .owl-nav {display: none !important;}

    .home-slider-caption h2 {
        font-size: 32px;
    }
    .home-slider-caption h3 {
        font-size: 20px;
        margin-top: 0;
    }
    .home-slider-caption p {
        margin-top: 15px;
        font-size: 13px;
    }
}
/* Slider -- end */

/* Slider quick links -- start */
#slider-quick-links {
    margin-top: -55px;
    position: relative;
    z-index: 99;
}

#slider-quick-links .wrapper {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ebeef0;
    border-bottom-color: #dadddf;
    padding: 36px 69px;
    -moz-box-shadow: 0px 0px 1px 1px #e5e5e5;
    -webkit-box-shadow: 0px 0px 1px 1px #e5e5e5;
    -o-box-shadow: 0px 0px 1px 1px #e5e5e5;
    box-shadow: 0px 0px 1px 1px #e5e5e5;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5, Direction=NaN, Strength=1);
}

#slider-quick-links ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#slider-quick-links li {
    background: url("images/slider/slider-quick-links-bullet.png") no-repeat 90% 50%;
    border: 1px solid #e5e5e5;
    flex-basis: 28%;
    text-align: center;
}

#slider-quick-links li:hover {
    background-color: #f7931e;
    background-image: url("images/slider/slider-quick-links-bullet-hover.png");
    background-position: 10% 50%;
}

#slider-quick-links li a {
    color: #0071bc;
    font-family: Roboto;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    text-transform: uppercase;
}

#slider-quick-links li:hover a {
    color: #fff;
}
/* Slider quick links -- end */

/* News -- start */
#home-news .home-title {
    margin-bottom: 5px;
}

#owl-news .owl-stage {
    padding-top: 20px;
    padding-bottom: 25px;
}

.home-article {
    width: 100%;
}

.item:hover,
.home-article:hover {
    position: relative;
    z-index: 9999;
}

.home-article-thumb {
    display: block;
    height: 183px;
    background-size: contain;
    border: 1px solid #ebeef0;
    border-bottom: none;
}

.home-article-content {
    background: #fff;
    border: 1px solid #ebeef0;
    border-top: none;
    border-bottom-color: #dadddf;
    border-right-color: #eaedef;
    padding: 20px 25px;
    height: 140px;
    overflow: hidden;
}

.home-article-meta {
    margin-bottom: 15px;
}

.home-article-date {
    font-family: "Roboto";
    font-weight: bold;
    font-size: 12px;
    color: #f7931e;
}

.home-article-date span {
    display: inline-block;
    margin-right: 10px;
}

.home-article-title {
    font-family: "Roboto";
    font-weight: bold;
    font-size: 18px;
    color: #22272b;
}

.home-article-title img {
    display: inline !important;
}

.home-article-description {
    margin-top: 15px;
}

.home-article-description,
.home-article-description * {
    font-family: "Roboto" !important;
    font-size: 14px !important;
    color: #6f787f;
    line-height: 25px;
}

.home-article-description > p {
    margin: 0;
}

.home-box .owl-nav {
    position: absolute;
    top: -42px;
    right: 0;
    margin: 0 !important;
}
/* News -- end */

#home_echo_and_events {
    display: flex;
    justify-content: space-between;
}

#home_echo_and_events > * {
    width: 48%;
}

/* Echos -- start */
#owl-echos {
    margin-bottom: 35px;
}

.echo-box .owl-nav {
    top: -73px;
}

.echo-box-item {
    height: 270px;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #f5f5f5;
    display: flex;
    
    -webkit-box-shadow: 0px 6px 26px -6px rgba(168,168,168,1);
    -moz-box-shadow: 0px 6px 26px -6px rgba(168,168,168,1);
    box-shadow: 0px 6px 26px -6px rgba(168,168,168,1);
}

.echo-box-thumb {
    width: 270px;
    height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.echo-box-content {
    flex: 1;
    padding: 30px 30px 10px 30px;
}

.echo-box-date {
    font-family: "Roboto";
    font-weight: bold;
    font-size: 12px;
    color: #f7931e;
}

.echo-box-date span {
    display: inline-block;
    margin-right: 10px;
}

.echo-box-title {
    font-family: "Roboto";
    font-weight: bold;
    font-size: 18px;
    color: #22272b;
    margin-top: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

.echo-box-title img {
    display: inline !important;
}

.echo-box-description {
    margin-top: 15px;
}

.echo-box-description,
.echo-box-description * {
    font-family: "Roboto" !important;
    font-size: 14px !important;
    color: #6f787f;
    line-height: 25px;
}

.echo-box-description > p {
    margin: 0;
}

.left_content .echo-box-thumb {
    display: none !important;
}

.left_content .echo-box-item {
    box-shadow: none;
    border: none;
}

.left_content .echo-box-content {
    padding: 0;
}

.left_content .echo-box-title {
    font-size: 16px;
}

.left_content #owl-echos {
    margin-bottom: 0;
}

.left_content .echo-box-item {
    height: auto;
}

.left_content .echo-box .more-button {
    margin-top: 15px;
    display: block;
    text-align: center;
}
/* Echos -- end */

/* Events -- start */
#events-box {
    margin-bottom: 35px;
}

#events-box ul {
    margin: 0;
    padding: 0;
    padding-bottom: 6px;
}

#events-box li {
    display: flex;
    border-right: 5px solid #e5e9ed;
}

#events-box li:hover {
    border-color: #f7931f;
}

#events-box li + li {
    padding-top: 20px;
}

.event-box-date {
    width: 70px;
    height: 70px;
    background: #f7931f;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.event-box-date:before {
    content: '';
    border: 1px solid #f7931f;
    position: absolute;
    height: calc(100% - 2px);
    width: 4px;
    right: -4px;
    top: 5px;
    border-left: none;
}

.event-box-date:after {
    content: '';
    border: 1px solid #f7931f;
    position: absolute;
    right: -4px;
    width: calc(100% - 2px);
    height: 4px;
    bottom: -5px;
    border-top: none;
}

.event-box-date-day {
    font-family: Roboto;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    line-height: 30px;
}
.event-box-date-month {
    font-family: Roboto;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.event-box-content {
    flex: 1;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.event-box-title {
    font-family: Roboto;
    font-weight: bold;
    font-size: 18px;
    color: #22272b;
    margin-bottom: 7px;
}

.event-box-date-details {
    font-family: Roboto;
    font-size: 14px;
    color: #6f787f;
}

.events-box .owl-nav {
    top: -73px;
}

.left_content .events-box .home-title {
    color: #f7931f;
    text-align: center;
}

.left_content .event-box-date {
    width: 42px;
    height: 42px;
}

.left_content .event-box-date-day {
    font-size: 21.6px;
    line-height: 25px;
}
.left_content .event-box-date-month {
    font-size: 8.4px;
}

.left_content .event-box-title {
    font-size: 14px;
}

.left_content .event-box-date-details {
    font-size: 11px;
}

.left_content #events-box li {
    border: none;
}
/* Events -- end */

/* Home formations -- start */
#homeFormationGrid .column {
    padding-top: 0;
    padding-bottom: 0;
}

.home-formation-title {
    font-size: 24px;
    color: #f36f21;
}

.home-formation li {
    list-style: url('images/list_bullet.png')
}

.home-formation li + li {
    margin-top: 10px;
}

.home-formation li a {
    color: #666666;
    font-size: 18px;
}

.home-formation li:hover a {
    color: #1e4daa;
}
/* Home formations -- end */

/* Banners -- start */
#research_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-la-recherche {
    flex-basis: 43%;
}

.home-la-recherche-content {
    font-family: Roboto;
    font-size: 14px;
    color: #818181;
    line-height: 25px;
}

.research_block_banners {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.banner_cours {
    background: url("images/banners/banners_cours.png") no-repeat;
    width: 269px;
    height: 201px;
    background-size: contain;
    margin-right: 20px;
}

.banner_master {
    background: url("images/banners/banners_master.png") no-repeat;
    width: 271px;
    height: 201px;
    background-size: contain;
}
/* Banners -- end */

/* Banners and stats -- start */
#home_banners_and_statistics {
    border-top: 10px solid #0060af;
    padding-bottom: 200px;
}

#home_banners_and_statistics .wrapper {
    display: flex;
}

#home_banners {
    background: #fff;
    box-shadow: 0 15px 30px 0 rgba(0,0,0,.11), 0 5px 15px 0 rgba(0,0,0,.08);
    padding-bottom: 45px;
}

#home_banners .banner {
    text-align: center;
    display: block;
}

#home_banners img {
    max-width: 100%;
    width: auto;
}

#home_banners .banner + .banner {
    margin-top: 40px;
}

@media only screen and (max-width: 1150px) {
    #home_banners {
        width: 300px;
    }
}


#home_statistics {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-statistics {
    padding-left: 130px;
}

.home-statistics-subtitle {
    font-family: Roboto;
    font-weight: bold;
    font-size: 21px;
    color: #22272b;
}

#home_statistics .home-title {
    font-size: 45px;
    margin-bottom: 20px;
}

.home-statistics-description {
    font-family: Roboto;
    font-size: 14px;
    color: #6f787f;
}

.home-statistics-items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 50px;
}

.home-statistics-item {
    flex-basis: 50%;
}

.home-statistics-value {
    font-family: Roboto;
    font-weight: bold;
    font-size: 48px;
    color: #22272b;
}

.home-statistics-label {
    font-family: Roboto;
    font-weight: bold;
    font-size: 14px;
    color: #c1c1c1;
}

.home-statistics-label span {
    font-size: 12px;
}

.home-statistics-item__students .home-statistics-icon {
    background: url("images/statistics/stats_students_icon.png") no-repeat;
    width: 61px;
    height: 38px;
}

.home-statistics-item__teachers .home-statistics-icon {
    background: url("images/statistics/stats_teachers_icon.png") no-repeat;
    width: 61px;
    height: 51px;
}

.home-statistics-item__diplomas .home-statistics-icon {
    background: url("images/statistics/stats_diploma_icon.png") no-repeat;
    width: 43px;
    height: 51px;
}

.home-statistics-item__partners .home-statistics-icon {
    background: url("images/statistics/stats_partners_icon.png") no-repeat;
    width: 61px;
    height: 38px;
}

.home-statistics-item__diplomas {
    margin-top: 35px;
}

.home-statistics-item__partners {
    margin-top: 35px;
}
/* Banners and stats -- end */

/* Footer -- start */
footer > .wrapper {
    position: relative;
    padding-top: 150px;
}

body:not(.home) footer {
    margin-top: 141px;
}

footer .newsletter {
    background: #fff;
    box-shadow: 0 15px 30px 0 rgba(0,0,0,.11), 0 5px 15px 0 rgba(0,0,0,.08);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 65px;
    padding-left: 3em;
    padding-right: 3em;
    top: -100px;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
}
footer .newsletter .home-title{
    margin-bottom: 20px;
}

footer .newsletter .more-button {
    background: #f7931e;
    color: #fff;
}

footer .newsletter .more-button:hover {
    background: #ffc233;
    border-color: #ffc233;
}

.more-button:hover:before,
.more-button:hover:after {
    border-color: #ffc233;
}

footer .newsletter form {
    display: flex;
    width: 100%;
    justify-content: center;
}

footer .newsletter form input {
    flex-basis: 330px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    margin-right: 40px;
    font-family: Roboto;
    font-size: 16px;
    color: #bfc5ca;
}

footer ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: Roboto;
    font-size: 16px;
    color: #bfc5ca;
}

footer :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: Roboto;
    font-size: 16px;
    color: #bfc5ca;
}

footer ::-ms-input-placeholder { /* Microsoft Edge */
    font-family: Roboto;
    font-size: 16px;
    color: #bfc5ca;
}

footer {
    position: relative;
    background: #0060af;
}

#footer_logo_and_contact {
    display: flex;
    border-bottom: 1px solid #1a70b7;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

#footer_logo_and_contact > * {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer_logo_and_social_media {
    border-right: 1px solid #1a70b7;
    flex-direction: column;
    padding: 40px 0;
}

#footer_logo {
    display: block;
    background: url("images/footer/footer_logo.png") no-repeat;
    width: 126px;
    height: 81px;
}

#footer_social_networks {
    margin-top: 20px;
}

footer .sn-link + .sn-link {
    margin-left: 30px;
}

footer .sn-link i {
    color: #f7931f;
    font-size: 14px;
}

footer .sn-link i:hover {
    color: #f7c559;
}

#footer_contact {
    flex-direction: column;
    text-align: left;
    font-family: Roboto;
    font-size: 14px;
    color: #fff;
}

#footer_contact span {
    font-weight: bold;
    color: #f7931f;
}

#footer_contact div div + div {
    margin-top: 21px;
}

#footer_middle {
    display: flex;
}

.footer-links {
    flex-basis: 100%;
}

.footer-links .title {
    font-family: "Roboto Slab";
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #f7931f;
    margin-bottom: 30px;
}

.footer-links .title span {
    padding-right: 29px;
}

.footer-links .links {
    padding-left: 77px;
}

.footer-links .links a {
    font-size: 14px;
    font-family: Roboto;
    color: #fff;
}

.footer-links .links a:hover {
    color: #f7931f;
}

.footer-links li {
    list-style-image: url("images/footer/footer_link_bullet.png");
}

.footer-links li + li {
    margin-top: 15px;
}

#footer_bottom {
    background: #0080c6;
    margin-top: 80px;
}

#footer_bottom .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19px 0;
}

#footer_bottom,
#footer_bottom a {
    font-family: Roboto;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
}

#footer_bottom a:hover {
    color: #f7931f;
}

#footer_bottom a + a:before {
    content: " . ";
}

#footer_bottom .copyright span {
    color: #f7931f;
}
/* Footer -- end */

.tcard.skin-6 .tcard-content-item .h2{
    text-transform: inherit !important;
}
.tcard.skin-6 .tcard-front .h3{
    font-size: 11px !important;
    text-transform: lowercase !important;
}
.tcard.skin-6 .tcard-content-item{
    bottom: 0px !important;
}
/* Mobile */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .home-slider-caption {
        display: none;
    }
    
    #homeSlider .owl-dots {
        bottom: 10px;
    }
    
    #slider-quick-links {display: none}
    
    .echo-box-thumb {
        display: none;
    }
    
    footer .newsletter .home-title {
        font-size: 20px;
    }
    
    footer .newsletter form input {
        margin-right: 0;
    }
    
    #header_useful_links {
        display: none;
    }
    
    .site-search-form {
        display: none;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-slider-caption p {
        display: none;
    }
    
    .home-slider-caption .more-button {
        margin-top: 15px;
    }
    
    #slider-quick-links .wrapper {
        padding: 2em;
    }
    
    #slider-quick-links li {
        flex-basis: 30%;
    }
}

/* Mobile and tablet */
@media only screen and (min-width: 320px) and (max-width: 991px) {
    body:not(.home):not(.intranet) .left_content {
        display: none;
    }
    .nav{display: none}
    .navResponsive{display: block; margin-top: 5px;}
    
    .home-box {
        padding: 50px 0;
    }
    
    #homeSlider .owl-nav {
        display: none !important;
    }
    
    #home_echo_and_events {
        flex-direction: column;
    }

    #home_echo_and_events > * {
        width: 100%;
    }
    
    .events-box {
        margin-top: 3em;
    }
    
    .echo-box-thumb {
        width: 270px !important;
    }
    
    #research_block {
        flex-direction: column;
    }
    
    .research_block_banners {
        justify-content: center;
        width: 100%;
    }
    
    .home-la-recherche {
        margin-top: 3em;
    }
    
    #home_banners_and_statistics .wrapper {
        flex-direction: column;
        align-items: center;
    }
    
    #home_banners {
        width: auto;
    }
    
    #home_statistics {
        margin-top: 5em;
    }
    
    .home-statistics {
        text-align: center;
        padding: 0;
    }
    
    .home-statistics-icon {
        background-position: center center !important;
        width: 100% !important;
    }
    
    #home_banners_and_statistics {
        padding-bottom: 150px;
    }
    
    #footer_logo_and_contact {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    
    #footer_logo_and_social_media {
        border: none;
    }
    
    #footer_contact {
        display: none;
    }

    #footer_middle {
        flex-wrap: wrap;
    }
    
    .footer-links {
        flex-basis: 50%;
    }
    
    .flat-mega-menu {
        display: none;
    }
    
    #ministry_logo {
        display: none;
    }
    
    #header_right_bottom {
        justify-content: flex-end;
    }
    
    #logo {
        width: 130px;
        height: 80px;
        background-size: contain;
    }
    
    #header_social_networks {
        top: 14px;
        right: 22px;
    }
    
    #header_social_networks i {
        font-size: 14px;
    }
    
    header {
        position: relative;
    }
    
    #header_right_top {
        justify-content: flex-end;
    }
}

/* Computer */
@media only screen and (min-width: 992px) {
}

/* Large screen */
@media only screen and (min-width: 1200px) and (max-width: 1919px){
    
}

/* Wide screen */
@media only screen and (min-width: 1920px) {

}

/* Less the wrapper */
@media only screen and (max-width: 1174px) {
    .wrapper {
        width: calc(100% - 2em);
    }
    
    .echo-box-thumb {
        width: 200px;
    }
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*.nav > ul > li {
    background: transparent !important;
}

.nav > ul > li > a {
    padding-left: 0 !important;
    padding-right: 15px !important;
}

.nav .sf-menu {
    margin-bottom: 0;
}*/