.page-template .carousel-kv-wrapper {
    position: relative;
    width: 100%;
    height: 680px;
    overflow: hidden;
    background: red;
}

.page-template .carousel-kv-wrapper > ul {
    width: inherit;
    height: inherit;
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-template .carousel-kv-wrapper > ul li {
    width: 100%;
    height: 680px;
    text-align: center;
    color: #fff;
    background: no-repeat center;
    background-size: auto 100%;
}

.page-template .carousel-kv-wrapper > ul li a {
    display: block;
    width: inherit;
    height: inherit;
    position: relative;
}

.page-template .carousel-kv-wrapper > ul li .item-summary {
    text-align: center;
    font-size: 1.25em;
    display: inline-block;
}

.page-template .carousel-kv-wrapper > ul li .item-summary b {
    font-size: 1.5em;
    font-weight: 800;
}

.page-template .carousel-kv-wrapper .carousel-index-wrapper {
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
}

section.bloc-homepage {
    width: 100%;
    height: auto;
}

.item-3d {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

section.bloc-homepage .bloc-top-kv {
    width: 100%;
    height: 680px;
    background: url('../img/bloc_pagehome_kv.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    /*border-radius: 15px;*/
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, -100px);
    -moz-transform: translate3d(0, 0, -100px);
    -ms-transform: translate3d(0, 0, -100px);
    -o-transform: translate3d(0, 0, -100px);
    transform: translate3d(0, 0, -100px);
}

section.bloc-homepage .bloc-top-kv .txt {
    width: 213px;
    height: 89px;
    background: url('../img/bloc/bloc_kv_txt.png');
    position: absolute;
    right: 13.3%;
    top: 21.3%;
    z-index: 2;
    /*-webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);*/
}

.english-edition section.bloc-homepage .bloc-top-kv .txt{
    width: 425px;
    height: 87px;
    background: url('../img/bloc/en_bloc_kv_txt.png');
    position: absolute;
    right: 13.3%;
    top: 21.3%;
    z-index: 2;
}

section.bloc-homepage .kv-wrapper .txt-sub {
    width: 213px;
    height: 24px;
    background: url('../img/bloc/bloc_kv_txt_sub.png');
    position: absolute;
    right: 6.6%;
    top: 27.3%;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, -200px);
    -moz-transform: translate3d(0, 0, -200px);
    -ms-transform: translate3d(0, 0, -200px);
    -o-transform: translate3d(0, 0, -200px);
    transform: translate3d(0, 0, -200px);
}

section.bloc-homepage .bloc-text {
    padding: 100px 90px 100px 90px;
}

section.bloc-homepage .bloc-text ul {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

section.bloc-homepage .bloc-text ul li {
    margin-bottom: 25px;
    list-style: none;
    line-height: 30px;
}

section.bloc-homepage .bloc-text ul li:last-child {
    margin-bottom: 0;
}

section.bloc-homepage .bloc-category {
    padding: 0 90px;
    margin-bottom: 60px;
}

section.bloc-homepage .bloc-category ul {
    display: block;
    margin: 0;
    padding: 0;
}

section.bloc-homepage .bloc-category ul li {
    display: table !important;
    list-style: none;
    float: left;
    margin:0 0.5%;
    margin-bottom: 10px;
    width: 49%;
    height: 500px;
    background: #f1f0ef;
}

section.bloc-homepage .bloc-category ul li span {
    display: table-cell;
    vertical-align: middle;
}

section.bloc-homepage .bloc-category ul li h3.title {
    padding: 40px 58px 0 58px;
    margin: 0;
    margin-bottom: 5px;
}

section.bloc-homepage .bloc-category ul li .text-26 {
    padding: 0 58px 0 58px;
}

section.bloc-homepage .bloc-category ul li .text {
    padding: 0 58px;
}

section.bloc-homepage .bloc-nav {
    width: 100%;
    height: 336px;
    background: url('../img/bloc/bloc_nav_img.png') no-repeat bottom center;
    background-size: cover;
    position: relative;
}

section.bloc-homepage .bloc-nav .text {
    width: 469px;
    height: 110px;
    background: url('../img/bloc/bloc_category_txt.png');
    position: absolute;
    left: 7.5%;
    bottom: 0.5%;
}

.english-edition section.bloc-homepage .bloc-nav .text{
    width:467px;
    height:107px;
    background:url('../img/bloc/en_bloc_category_txt.png');
    position: absolute;
    left: 7.5%;
    bottom: 0.5%;
}

@media screen and (max-width: 1440px){
    .english-edition section.bloc-homepage .bloc-category ul li{
        height:450px;
    }
}

@media screen and (max-width: 1200px){
    .english-edition section.bloc-homepage .bloc-category ul li{
        height:550px;
    }
}

@media screen and (max-width: 1100px){
    .english-edition section.bloc-homepage .bloc-category ul li{
        height:600px;
    }
}

@media screen and (max-width: 1024px){
    .english-edition section.bloc-homepage .bloc-category ul li{
        height:850px;
    }
}

@media screen and (max-width: 1680px) {
    .english-edition section.bloc-homepage .bloc-top-kv .txt {
        width: 425px;
        height: 87px;
        background: url('../img/bloc/en_bloc_kv_txt.png');
        position: absolute;
        right: 7.3%;
        top: 21.3%;
        z-index: 2;
    }

    .english-edition section.bloc-homepage .bloc-category ul li{
        height:1000px;
    }
}

@media screen and (max-width: 1600px) {
    .english-edition section.bloc-homepage .bloc-top-kv .txt {
        width: 425px;
        height: 87px;
        background: url('../img/bloc/en_bloc_kv_txt.png');
        position: absolute;
        right: 6.3%;
        top: 21.3%;
        z-index: 2;
    }
}

@media screen and (max-width: 425px) {
    section.bloc-homepage .bloc-nav .text {
        width: 469px;
        height: 110px;
        background: url('../img/bloc/bloc_category_txt.png') no-repeat top left;
        position: absolute;
        left: 3.5%;
        bottom: -18.5%;
        background-size: 57%;
    }

    .english-edition section.bloc-homepage .bloc-nav .text{
        width:467px;
        height:62px;
        background:url('../img/bloc/en_bloc_category_txt.png') no-repeat top left;
        position: absolute;
        left: 7.5%;
        bottom: 15.5%;
        background-size: 57%;
    }

    .bloc-homepage .bloc-category-content .bloc-category-course ul li {
        padding: 0 35px !important;
    }

    .bloc-homepage .bloc-category-content .bloc-category-course ul li p {
        text-align: left !important;
        line-height: 30px;
    }
}

section.bloc-homepage .bloc-nav-content {
    width: 100%;
    height: auto;
    overflow: hidden;
}

section.bloc-homepage .bloc-nav-content .nav {
    width: 100%;
    height: 50px;
    background: #0d2865;
}

section.bloc-homepage .bloc-nav-content .nav .main {
    text-align: center;
    overflow: hidden;
}

.bloc-homepage .bloc-nav-content .nav .main ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.bloc-homepage .bloc-nav-content .nav .main ul.en {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.bloc-homepage .bloc-nav-content .nav .main ul li {
    width: 190px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    list-style: none;
    color: white;
    cursor: pointer;
    font-size:0.8em;
}

.bloc-homepage .bloc-nav-content .nav .main ul li span {
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-top: 8px;
    border-right: 2px solid #32487c;
}

.bloc-homepage .bloc-nav-content .nav .main ul li:last-child span {
    border: 0;
}

.bloc-homepage .bloc-nav-content .nav .main ul li.active {
    background: #111c58;
    position: relative;
    color: #BCA377;
    font-weight: bold;
}

/*.bloc-homepage .bloc-nav-content .nav .main ul li.active::before {
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 60px solid #111c58;
    border-bottom: 50px solid transparent;
    position: absolute;
    right: -30px;
    top: -23px;
    content: '\20';
}*/

/*
.bloc-homepage .bloc-nav-content .nav .main ul li:hover::before {
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 60px solid #111c58;
    border-bottom: 50px solid transparent;
    position: absolute;
    right: -30px;
    top: -23px;
    content: '\20';
}
*/

.bloc-homepage .bloc-category-content {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.bloc-homepage .bloc-category-content .title {
    width: 100%;
    height: auto;
    font-weight: bold;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 18px;
}

.bloc-homepage .bloc-category-content .bloc-category-course {
    margin: 35px auto;
    position: relative;
}

.bloc-homepage .bloc-category-content .bloc-category-course:after {
    width: 16px;
    height: 16px;
    border: 1px solid #9ab2ce;
    position: absolute;
    left: 50%;
    top: -16px;
    margin-left: -8px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    content: '\20';
    background: white;
}

.bloc-homepage .bloc-category-content .bloc-category-course:before {
    width: 16px;
    height: 16px;
    border: 1px solid #9ab2ce;
    position: absolute;
    left: 50%;
    bottom: -16px;
    margin-left: -8px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    content: '\20';
    background: white;
}

.bloc-homepage .bloc-category-content .bloc-category-course ul {
    position: relative;
    height: auto;
    margin: 0;
    padding: 18px 90px;
    list-style: none;
}

.bloc-homepage .bloc-category-content .bloc-category-course ul:before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    border-right: 2px dashed #87a3c5;
    content: '';
}

.bloc-homepage .bloc-category-content .bloc-category-course ul li {
    position: relative;
    width: 50%;
    min-height: 330px;
    margin: -100px 0 0 0;
    padding: 0 42px;
    text-align: right;
    box-sizing: border-box;
}

.bloc-homepage .bloc-category-content .bloc-category-course ul li p {
    text-align: right;
}

.bloc-homepage .bloc-category-content .bloc-category-course ul li:before {
    width: 18px;
    height: 18px;
    background: url('../img/bloc/list_circle.png');
    position: absolute;
    top: 0;
    left: auto;
    right: -10px;
    content: '';
}

.bloc-homepage .bloc-category-content .bloc-category-course ul li:nth-child(odd) {
    margin-left: 50%;
    text-align: left;
    padding-right: 0 !important;
}

.bloc-homepage .bloc-category-content .bloc-category-course ul li:nth-child(even) {
    padding-left: 0 !important;
}

.bloc-homepage .bloc-category-content .bloc-category-course ul li:nth-child(odd):before {
    right: auto;
    left: -8px;
}

.bloc-homepage .bloc-category-content .bloc-category-course ul li:nth-child(odd) p {
    text-align: left;
    line-height: 30px;
}

.bloc-homepage .bloc-category-content .bloc-category-course ul li:first-child {
    margin-top: 0;
}

.bloc-homepage .bloc-category-content .bloc-category-course ul li h4 {
    font-size: 20px;
    font-weight: bold;
}

.bloc-homepage .bloc-category-content .bloc-category-course .photo {
    width: 100%;
    height: auto;
    margin-top: 5px;
}

.bloc-homepage .bloc-category-content .bloc-category-course .photo img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1024px) {
    section.bloc-homepage .kv-wrapper .txt,
    section.bloc-homepage .kv-wrapper .txt-sub {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }

    section.bloc-homepage .kv-wrapper .txt-sub {
        top: 32%;
        right: 12%;
    }
}

@media screen and (max-width: 768px) {

    section.bloc-homepage .kv-wrapper .txt,
    section.bloc-homepage .kv-wrapper .txt-sub {
        -webkit-transform: scale(0.64);
        -moz-transform: scale(0.64);
        -ms-transform: scale(0.64);
        -o-transform: scale(0.64);
        transform: scale(0.64);
    }
}

@media screen and (max-width: 425px) {
    section.bloc-homepage .kv-wrapper .txt,
    section.bloc-homepage .kv-wrapper .txt-sub {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    section.bloc-homepage .kv-wrapper .txt {
        top: 17%;
        right: -2%;
    }

    section.bloc-homepage .kv-wrapper .txt-sub {
        top: 36%;
        right: -4.6%;
    }
}
