html{

}
*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
body {
  margin:0;
  padding:0 0 0 0 !important;
  font:14px/1 ITC,Arial,sans-serif,Helvetica !important;
  color:#000000;
  background-color: #FFF;
}
select,textarea,button{
  font:14px/1 ITC,Arial,sans-serif,Helvetica;
}
ul,li,dl,dd,dt{
  margin:0;
  padding:0;
  list-style-type:none;
}
h1,h2,h3{
  margin:0;
  padding:0;
}
em,i{
    font-style: normal;
}
img{
    border: 0;
}
@font-face {
    font-family: 'ITC';
    src: url('../images/font/ITC-Book.otf');
}
@font-face {
    font-family: 'ITC-B';
    src: url('../images/font/ITC-Bold.otf');
}
body.bgf{
  background-color: #FFFFFF;
}
body.bgfa{
  background-color: #FAFAFA;
}
body.bgf9{
  background-color: #F9F9F9;
}
body.pd0{
  padding:0 0 0 0 !important;
}
.wrap{
  display: table;
  width: 100%;
}
.wrapper{
  display: table;
  width:1500px;
  margin-left: auto;
  margin-right: auto;
}
.w100{
  display: table;
  width: 100%;
}
.w50{
  display: inline-block;
  width: 49.5%;
}
a,a:focus,a:hover,.btn:focus,li, li:focus, li:hover, input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, select, select:focus, select:hover {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a,a:link,a:active,a:visited {
  color: #002853;
  text-decoration:none;
  outline: none;
  transition: All 0.3s ease-in-out;
}
a:hover {
  color:#002853;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#999999;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
   color:#999999;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
   color:#999999;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
   color:#999999;
}
.line:last-child{
  border-bottom: none;
}
.tcenter{
  text-align: center !important;
}
.tleft{
  text-align: left !important;
}
.red{
    color:#FF0000 !important;
}
.blue{
    color:#75A4D6 !important;
}
a.cblue{
    color:#75A4D6 !important;
}
a.cblue:hover{
    color: #1CA6B8 !important;
}
.imgs{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.imgs:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.abr{
    position: relative;
}
/*header*/
.header{
    display: block;
    width: 100%;
    height: 105px;
    background: transparent;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1000;
}
.header .wrapper{
    width: 100%;
    padding: 0 70px;
    position: relative;
}
.header .logo{
    float: left;
    margin: 17px 0 0 0;
    width: 257px;
    height: 71px;
}
.header .logo a{
    display: block;
    width: 100%;
    height: 100%;
}
.header .logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.head-right{
    float: left;
    width: auto;
    height: 73px;
    padding-left: 220px;
}
.header .nav{
    padding-top: 32px;
    float: left;
    display: flex;
    padding-right: 50px;
}
.header .nav li{
    margin: 0 5px;
    position: relative;
}
.header .nav li:last-child{
    margin-right: 0;
}
.header .nav li a:after {
    position: absolute;
    display: none;
    content: "";
    left: 50%;
    bottom: 6px;
    width: 0;
    height: 3px;
    border-radius: 1.5px;
    background-color: #FFFFFF;
    transition: all 0.35s;
}
.header .nav li.cur a:after, .header .nav li a:hover:after {
    width: 30px;
    margin-left: -15px;
    background-color: #00ccff;
}
.header .nav li a{
    display: block;
    font-size: 18px;
    color: #043264;
    line-height: 73px;
    font-weight: 400;
    font-family: 'ITC-B';
}
.header .nav .nav-arrow {
    padding: 0 20px 0 20px;
    background: url(../images/new/icon-arrow-down.png) no-repeat right 30px;
    background-size: auto 12px;
}
.header .nav li:hover a{
    color: #0875EB;
}
.header .nav li.cur a{
  color: #0875EB;
  font-weight: bold;
}
.header .nav li:hover a.nav-arrow {
    background: url(../images/new/icon-arrow-down-up.png) no-repeat right 30px;
    background-size: auto 12px;
}
.header .nav li dl{
    display: none;
}
.header .nav li:hover dl{
    position: absolute;
    left: calc(50% - 60px);
    top: 73px;
    padding: 10px 0 10px 0;
    min-width: 150px;
    display: block;
    white-space: nowrap;
    border-bottom: 5px solid #043264;;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 1px 12px 0px rgb(0 0 0 / 10%);
}
.header .nav li:hover dl:after {
    content: '';
    display: none;
    width: 12px;
    height: 12px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -6px;
    left: 55px;
}
.header .nav li:hover dl dd{
    text-align: center;
    position: relative;
}
.header .nav li:hover dl dd:last-child{
  border-bottom: none;
}
.header .nav li:hover dl dd a{
    font-size: 15px;
    color: #043264;
    height: 45px;
    line-height: 45px;
    font-weight: 400;
    white-space: nowrap;
    background: none;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}
.header .nav li:hover dl dd a:after{
    display: none;
}
.header .nav li:hover dl dd:last-child a{
  border-bottom: none;
}
.header .nav li:hover dl dd a:hover,.header .nav li:hover dl dd.cur a{
    color: #FFF;
    background-color: #043264;
}
.header .rightbox{
    display: flex;
    min-width: 50px;
    height: 35px;
    margin-top: 48px;
    align-items: center;
    justify-content: flex-end;
}
.header .rightbox .ico-search {
    width: 35px;
    height: 35px;
    background: url(../images/new/icon-search.png) no-repeat left center;
    background-size: 35px 35px;
    cursor: pointer;
}
.header .rightbox .ico-search:hover{
    background: url(../images/new/icon-search-v.png) no-repeat left center;
    background-size: 35px 35px;
}
.icon-menu {
    display: none;
    position: absolute;
    right: 4%;
    top: 16px;
    width: 20px;
    height: 18px;
    background: url(../images/new/icon-menu.png) no-repeat center center;
    background-size: 100% 100%;
}
.header .icon-close{
    display: none;
}
.m-menu{
    display: none;
}
.h2title{
    display: block;
    width: 100%;
    padding-top: 22px;
    padding-bottom: 65px;
}
.h2title .cn{
    display: block;
    font-size: 40px;
    padding-bottom: 13px;
    color:#BAA57B;
}
.h2title .en{
    display: block;
    font-size: 20px;
}
/*subbanner*/
.subbanner{
    display: block;
    width: 100%;
    height: 510px;
    background: url(../images/new/banner-news.jpg) no-repeat center;
    background-size: auto 100%;
    position: relative;
}
.subbanner .title{
    display: block;
    font-size: 50px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 265px;
}
.subbanner .subtitle{
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    padding-top: 18px;
}
.menubox{
    position: relative;
    width: 100%;
    height: auto;
    padding: 65px 0 0 0;
}
.menubox .wrapper{
    display: flex;
    justify-content: space-between;
}
.submenu{
    display: flex;
    width: 100%;
    height: auto;
}
.submenu a{
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    padding: 0 20px;
    display: block;
    min-width: 130px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    border-radius: 10px;
    margin-right: 35px;
    border: 1px solid #eaeaea;
    background-color: #FFFFFF;
}
.submenu a.cur,.submenu a:hover {
    background: #043264;
    border: 1px solid #3399ff;
    color: #FFF;
}
.path{
    display: block;
    width: auto;
    font-size: 15px;
    color: #000;
    padding: 45px 0 0 0;
}
.path a{
    color: #000;
}
.path a:hover{
    text-decoration: underline !important;
}
.path span {
    font-family: 宋体;
    font-size: 12px;
    color: #000000;
    padding: 0px 10px;
}
.content{
    display: block;
    width: 1500px;
    margin: 0 auto;
    padding: 65px 0 65px 0;
}
.homebanner{
    display: block;
    width: 100%;
    height: 1430px;
    position: relative;
    background: url(../images/new/img-homebanner.jpg) no-repeat center top;
    background-size: cover;
}
.homebanner .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 10;
}
.homebanner .swiper-container{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.homebanner .swiper-button-next, .homebanner .swiper-button-prev{
    top: 30%;
}
.homebanner .swiper-button-prev{
    left: 30px;
}
.homebanner .swiper-button-next{
    right: 30px;
}
.homebanner .swiper-button-prev,.homebanner .swiper-button-next{
    width: 46px;
    height: 46px;
    margin-top: 50px !important;
    border-radius: 50%;
    border: 1px solid #043264;
    background-color: #043264;
    opacity: 0.6;
}
.homebanner .swiper-button-disabled{
    opacity: 0.2;
}
.homebanner .swiper-button-prev:hover,.homebanner .swiper-button-next:hover{
    opacity: 1;
}
.homebanner .swiper-button-next:after,.homebanner .swiper-button-prev:after{
    color: #FFFFFF;
    font-size: 18px;
}
.homebanner .swiper-pagination{
    top: 38vw;
}
.homebanner .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    margin: 0 8px;
    display: inline-block;
    border-radius: 1.5px;
    background: #FFFFFF;
    opacity: .3;
}
.homebanner .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
}
.homebanner .con{
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1290px;
    height: 635px;
    margin-left: -645px;
    border-radius: 5px;
    background-color: #043264;
    overflow: hidden;
    z-index: 50;
}
.homebanner .hb-topbox{
    display: flex;
    width: 100%;
    height: 308px;
    padding: 20px 0;
    background-color: #FFF;
}
.homebanner .hb-topbox li{
    display: block;
    width: 25%;
    padding: 10px 15px;
    height: 100%;
    border-right: 1px solid #666;
    text-align: center;
}
.homebanner .hb-topbox li a{
    display: block;
    border-radius: 5px;
    padding: 10px 10px;
    width: 100%;
    height: 100%;
}
.homebanner .hb-topbox li a:hover{
    color: #000;
    background-color: #eaf3fc;
}
.homebanner .hb-topbox li:last-child{
    border-right: none;
}
.homebanner .hb-topbox li .title{
    font-size: 36px;
    font-family: 'ITC-B';
    padding-bottom: 28px;
}
.homebanner .hb-topbox li:nth-child(4n+1) .title {
    color: #FEC636;
}
.homebanner .hb-topbox li:nth-child(4n+2) .title {
    color: #9747FF;
}
.homebanner .hb-topbox li:nth-child(4n+3) .title {
    color: #F46A4B;
}
.homebanner .hb-topbox li:nth-child(4n+4) .title {
    color: #93D76A;
}
.homebanner .hb-topbox li .desc{
    font-size: 15px;
    line-height: 1.45;
}
.homebanner .hb-botbox {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    flex-direction: column;
    align-items: center;
    color: #FFF;
}
.homebanner .hb-botbox .hbb-title{
    display: block;
    font-size: 32px;
    line-height: 38px;
    font-family: 'ITC-B';
    text-align: center;
    padding-bottom: 25px;
}
.homebanner .hb-botbox .hbb-list{
    display: flex;
    justify-content: center;
}
.homebanner .hb-botbox .hbb-list li{
    display: block;
    width: 146px;
    height: 150px;
    border-radius: 5px;
    margin: 0 21px;
    padding: 20px 16px;
    background-color: #9FC3EA;
}
.homebanner .hb-botbox .hbb-list li:hover{
    background-color: #84b7ee;
}
.homebanner .hb-botbox .hbb-list li a:hover{
    color: #000;
}
.homebanner .hb-botbox .hbb-list li .pic{
    display: block;
    width: 100%;
    height: 60px;
}
.homebanner .hb-botbox .hbb-list li .pic img{
    display: block;
    margin: 0 auto;
    width: auto;
    height: 100%;
}
.homebanner .hb-botbox .hbb-list li .title{
    padding-top: 12px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
.homebanner .hb-botbox .hbb-list li:hover .title{
    color: #000;
}
.homebanner .hb-botbox .hbb-list li .icon-arrow{
    display: block;
    margin: 12px auto 0 auto;
    width: 14px;
    height: 7px;
    background: url(../images/new/icon-arrow.png) no-repeat center center;
    background-size: 14px 7px;
}
.pstm-pourquoi{
    display: block;
    width: 1550px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 110px;
}
.pstm-pourquoi .psp-title{
    font-size: 48px;
    font-family: 'ITC-B';
    color: #043264;
    text-align: center;
}
.pstm-pourquoi .psp-title strong{
    display: inline-block;
    position: relative;
    line-height: 48px;
    padding: 0 20px;
    padding-bottom: 13px;
}
.pstm-pourquoi .psp-title strong i{
    display: block;
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 25px;
    background-color: #75a3d6;
    z-index: -1;
}
.pstm-pourquoi .psp-desc{
    padding: 30px 60px 55px 60px;
    font-size: 20px;
    line-height: 30px;
}
.pstm-pourquoi .psp-desc span{
    color: #7696B9;
}
.pstm-pourquoi .psp-desc strong{
    color: #043264;
}
.pstm-pourquoi .psp-box{
    display: block;
    width: 100%;
    height: 238px;
    padding: 45px 50px;
    border-radius: 5px;
    position: relative;
    background-color: #043264;
}
.pstm-pourquoi .psp-box p{
    margin: 0 0;
    color: #FFF;
}
.pstm-pourquoi .psp-box .f40{
    font-size: 40px;
}
.pstm-pourquoi .psp-box .f55{
    font-size: 55px;
    margin-top: -8px;
}
.pstm-pourquoi .psp-box .f55 strong{
    font-size: 96px;
    color: #7696B9;
    font-weight: normal;
}
.pstm-pourquoi .psp-box .bar{
    display: block;
    position: absolute;
    left: 50%;
    bottom: -16px;
    min-width: 850px;
    padding: 15px 15px;
    font-size: 20px;
    line-height: 1.16;
    transform: translate(-50%);
    background-color: #FFF;
    letter-spacing: -1px;
    text-align: center;
    border-radius: 3px 3px 0 0;
    border-bottom: 3px  solid #75A4D6;
}
.pstm-pourquoi .psp-box .bar strong{
    font-family: 'ITC-B';
    color: #7696B9;
}
.pstm-partenariats{
    display: block;
    width: 100%;
    height: 650px;
    padding: 60px 0;
    margin-bottom: 100px;
    background-color: #F4F4F4;
}
.pstm-partenariats ul {
    display: flex;
    margin: 0 auto 150px auto;
    width: 1550px;
    height: 100%;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
}
.pstm-partenariats li{
    flex: 0 0 480px;
    width: 480px;
    height: 300px;
    margin: 0 30px;
}
.pstm-partenariats li .title{
    font-size: 36px;
    line-height: 43px;
    color: #043264;
    font-family: 'ITC-B';
}
.pstm-partenariats li .icon{
    display: block;
    margin: 26px auto 0 auto;
    width: 130px;
    height: 130px;
}
.pstm-partenariats li .icon img{
    display: block;
    width: 100%;
    height: 100%;
}
.pstm-partenariats li.big{
    position: absolute;
    left: 50%;
    top: 90px;
    margin-left: -150px;
    width: 300px;
}
.pstm-partenariats li.big .icon{
    width: 230px;
    height: 230px;
}
.pstm-partenariats li.big .desc{
    font-size: 24px;
    line-height: 28px;
    padding-top: 16px;
    color: #043264;
}
.pstm-partenariats li.big .desc strong{
    font-family: 'ITC-B';
    font-size: 36px;
}
.pstm-apprentissage{
    display: block;
    width: 1648px;
    margin: 0 auto 150px auto;
    height: 848px;
    position: relative;
}
.pstm-apprentissage .pic{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 848px;
    padding: 33px 33px;
    background-color: #7696B9;
}
.pstm-apprentissage .pic img{
    width: 100%;
    height: 100%;
}
.pstm-apprentissage .pa-text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding-top: 260px;
    background-color: #A4C6DD5C;
}
.pstm-apprentissage .pa-title{
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 55px;
    line-height: 66px;
    font-family: 'ITC-B';
    margin-bottom: 40px;
    color: #FFF;
    position: relative;
    z-index: 10;
}
.pstm-apprentissage .pa-title::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 40px;
    width: 930px;
    height: 30px;
    margin-left: -465px;
    background-color: #FEC636;
    z-index: -1;
}
.pstm-apprentissage .pa-desc{
    display: block;
    margin: 0 auto;
    width: 960px;
    height: auto;
    padding: 30px 20px;
    font-size: 24px;
    line-height: 1.16;
    border-radius: 15px;
    letter-spacing: -1px;
    color: #043264;
    background-color: #FFFFFFBF;
}
.pstm-apprentissage .pa-desc strong{
    font-family: 'ITC-B';
}
.pstm-apprentissage .pa-list{
    display: flex;
    justify-content: center;
}
.pstm-apprentissage .pa-list li {
    display: flex;
    width: 559px;
    height: 434px;
    margin: 80px 13px 0 13px;
    border-radius: 15px;
    background-color: #043264;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #FFF;
    position: relative;
    text-align: center;
}
.pstm-apprentissage .pa-list li::after{
    position: absolute;
    content: '';
    right: 26px;
    top: 27px;
    width: 17px;
    height: 17px;
    background-color: #D9D9D9;
    border-radius: 50%;
}
.pstm-apprentissage .pa-list li.two{
    background-color: #D9D9D9;
}
.pstm-apprentissage .pa-list li.two::after{
    position: absolute;
    content: '';
    left: 26px;
    top: 27px;
    width: 17px;
    height: 17px;
    background-color: #75A4D6;
    border-radius: 50%;
}
.pstm-apprentissage .pa-list li .icon{
    display: block;
    width: 180px;
    height: 180px;
    margin-bottom: 36px;
}
.pstm-apprentissage .pa-list li .icon img{
    display: block;
    width: 100%;
    height: 100%;
    transition: All 0.4s ease-in-out;
}
.pstm-apprentissage .pa-list li:hover .icon img{
    transform: scale(1.1);
}
.pstm-apprentissage .pa-list li strong{
    display: block;
    font-size: 32px;
    line-height: 38px;
    font-family: 'ITC-B';
}
.pstm-apprentissage .pa-list li span{
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-family: 'ITC-B';
}
.pstm-candidater{
    display: block;
    width: 1520px;
    margin: 0 auto;
    padding: 100px 0 75px 0;
}
.pstm-candidater .pc-title{
    display: inline-block;
    width: auto;
    height: 70px;
    line-height: 70px;
    padding: 0 5px;
    color: #FFF;
    font-size: 48px;
    font-family: 'ITC-B';
    background-color: #043264;
}
.pstm-candidater .pc-con{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 68px;
}
.pstm-candidater .pc-con .item {
    display: flex;
    align-items: center;
    width: 505px;
    height: 338px;
    padding: 0 55px;
    position: relative;
    border: 4px solid #043264;
    flex-direction: column;
    justify-content: center;
}
.pstm-candidater .pc-con .item:hover{
    border: 4px solid #0875EB;
}
.pstm-candidater .pc-con .item .number{
    position: absolute;
    left: 50%;
    top: -55px;
    transform: translate(-50%);
    display: block;
    width: auto;
    height: 110px;
    padding: 5px 15px;
    line-height: 110px;
    font-size: 110px;
    font-weight: 300;
    color: #75A4D6;
    background-color: #FFF;
    transition: All 0.4s ease-in-out;
}
.pstm-candidater .pc-con .item:hover .number{
    font-size: 6.38888888888889vw;
}
.pstm-candidater .pc-con .item .title{
    display: block;
    font-size: 32px;
    line-height: 38px;
    color: #043264;
}
.pstm-candidater .pc-con .item .desc{
    display: block;
    font-size: 20px;
    line-height: 24px;
    padding-top: 15px;
}
.pstm-candidater .pc-con .pic{
    display: block;
    width: 474px;
    height: 369px;
    padding: 22px;
    overflow: hidden;
    background-color: #043264;
    transition: All 0.4s ease-in-out;
}
.pstm-candidater .pc-con .pic:hover{
    background-color: #0875EB;
}
.pstm-candidater .pc-con .pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: All 0.4s ease-in-out;
}
.pstm-candidater .pc-con .pic:hover img{
    transform: scale(1.05);
}
.pstm-actualites{
    display: block;
    width: 100%;
    padding: 75px 0 45px 0;
    margin-bottom: 110px;
    background-color:#F5F3F3;
}
.pstm-actualites .con{
    display: block;
    margin: 0 auto;
    width: 1430px;
    height: auto;
}
.pstm-actualites .pac-desc{
    display: block;
    width: 100%;
    padding: 55px 130px;
    font-size: 24px;
    color: #FFF;
    line-height: 1.16;
    background-color: #75A4D6;
    margin-bottom: 40px;
}
.pstm-actualites .pac-desc strong{
    font-family: 'ITC-B';
}
.pstm-actualites .pac-title{
    display: block;
    font-size: 40px;
    line-height: 48px;
    text-align: left;
    color: #043264;
    font-family: 'ITC-B';
    padding-bottom: 40px;
}
.pstm-actualites .pac-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -33px;
}
.pstm-actualites .pac-list li{
    display: block;
    width: 432px;
    height: 432px;
    margin:0 33px 58px 33px;
    position: relative;
    overflow: hidden;
}
.pstm-actualites .pac-list li.w606{
    width: 606px;
    height: 460px;
}
.pstm-actualites .pac-list li .pic{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.pstm-actualites .pac-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: All 0.4s ease-in-out;
}
.pstm-actualites .pac-list li:hover .pic img{
    transform: scale(1.1);
}
.pstm-actualites .pac-list li.w606 .text{
    padding: 0 90px;
}
.pstm-actualites .pac-list li .text {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 35px;
    background-color: #00000059;
    z-index: 20;
    color: #FFF;
    flex-direction: column;
    align-content: center;
}
.pstm-actualites .pac-list li .text .title{
    font-size: 24px;
    font-family: 'ITC-B';
}
.pstm-actualites .pac-list li .text .desc{
    font-size: 24px;
    line-height: 1.16;
    padding-top: 8px;
}
.pstm-actualites .pac-list li .link{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    padding: 0 15px;
    line-height: 48px;
    text-align: right;
    color: #FFF;
    font-size: 20px;
    background-color: #043264;
    z-index: 50;
}
.pstm-actualites .pac-list li:hover .link{
    background-color: #0875EB;
}
.pstm-actualites .pac-list li .link a{
    display: block;
    width: 100%;
    color: #FFF;
}
.pstm-directeur{
    display: block;
    position: relative;
    padding: 100px 0 100px 0;
    background: #7696B9 url(../images/new/icon-quotes-left.png) no-repeat 55px 45px;
    background-size: 296px 296px;
}
.pstm-directeur::after{
    content: "";
    position: absolute;
    right: 33px;
    bottom: 95px;
    width: 265px;
    height: 199px;
    background: url(../images/new/icon-quotes-right.png) no-repeat center center;
    background-size: 265px 199px;
    z-index: 0;
}
.pstm-directeur .pd-title{
    font-size: 55px;
    text-align: center;
    font-family: 'ITC-B';
    color: #043264;
    padding-bottom: 38px;
}
.pstm-directeur .pd-con{
    display: flex;
    margin: 0 auto;
    width: 1290px;
    justify-content: space-between;
}
.pstm-directeur .pd-con .text{
    display: block;
    flex: 0 0 705px;
    width: 705px;
    font-size: 22px;
    line-height: 1.18;
    color: #FFF;
    font-weight: 300;
}
.pstm-directeur .pd-con .pic{
    flex: 0 0 550px;
    width: 550px;
}
.pstm-directeur .pd-con .pic .img{
    display: block;
    margin-left: 30px;
    width: 395px;
    height: 391px;
    position: relative;
}
.pstm-directeur .pd-con .pic .img img{
    display: block;
    width: 100%;
    height: 100%;
}
.pstm-directeur .pd-con .pic .img .name{
    display: block;
    position: absolute;
    right: -124px;
    bottom: -23px;
    width: 326px;
    height: 47px;
    padding: 0 28px;
    color: #FFF;
    font-size: 22px;
    line-height: 47px;
    background-color: #043264;
}
.pstm-directeur .pd-con .pic .desc{
    padding-top: 37px;
    font-size: 22px;
    line-height: 1.18;
    color: #FFF;
}
.pstm-directeur .pd-con strong{
    font-family: 'ITC-B';
}
.pstm-parlons{
    display: block;
    padding: 50px 0 70px 0;
}
.pstm-parlons .pp-title{
    display: block;
    text-align: center;
    font-size: 48px;
    color: #043264;
    font-family: 'ITC-B';
    padding-bottom: 38px;
}
.pstm-parlons .pp-desc{
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1.16;
}
.pstm-parlons .pp-list{
    display: flex;
    justify-content: center;
    margin-top: 38px;
}
.pstm-parlons .pp-list li{
    display: block;
    flex: 0 0 365px;
    width: 365px;
    height: auto;
    margin: 0 100px;
    text-align: center;
}
.pstm-parlons .pp-list li .title{
    font-size: 24px;
    font-family: 'ITC-B';
    color: #043264;
    padding-bottom: 20px;
}
.pstm-parlons .pp-list li .icon{
    display: block;
    width: auto;
    height: 70px;
    margin-bottom: 16px;
}
.pstm-parlons .pp-list li .icon img{
    display: block;
    margin: 0 auto;
    width: auto;
    height: 100%;
    transition: All 0.4s ease-in-out;
}
.pstm-parlons .pp-list li:hover .icon img{
    transform: scale(1.1);
}
.pstm-parlons .pp-list li .desc{
    font-size: 14px;
    line-height: 1.16;
    height: 35px;
    margin-bottom: 28px;
}
.pstm-parlons .pp-list li .btn{
    display: block;
    margin: 0 auto;
    width: 210px;
    height: 38px;
    text-align: center;
    /*font-size: 20px;*/
    /*line-height: 38px;*/
    color: #FFF;
    background-color: #043264;
}
.pstm-parlons .pp-list li .btn a{
    display: block;
    color: #FFF;
}
.pstm-parlons .pp-list li .btn:hover{
    background-color: #0875EB;
}


.subbanner-programmes{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 849px;
    position: relative;
    background: url(../images/new/img-banner-programmes.jpg);
    background-size: cover;
}
.subbanner-programmes .con {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1120px;
    height: 372px;
    border-radius: 15px;
    text-align: center;
    position: relative;
    background-color: rgba(255, 255, 255, 0.78);
    flex-direction: column;
    align-content: center;
}
.subbanner-programmes .con::after{
    position: absolute;
    content: '';
    left: 25px;
    top: 25px;
    width: 32px;
    height: 32px;
    background-color: #7696B9;
    border-radius: 50%;
}
.subbanner-programmes .con::before{
    position: absolute;
    content: '';
    right: 25px;
    top: 25px;
    width: 32px;
    height: 32px;
    background-color: #7696B9;
    border-radius: 50%;
}
.subbanner-programmes .con .text{
    font-size: 48px;
    line-height: 57px;
    font-family: 'ITC-B';
    color: #043264;
    padding-bottom: 45px;
}
.sp-menu{
    position: absolute;
    bottom: -44px;
    left: 50%;
    width: 954px;
    height: 88px;
    margin-left: -477px;
    display: flex;
}
.sp-menu li{
    display: block;
    width: 318px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    font-size: 32px;
    background-color: #043264;
    color: #FFF;
}
.sp-menu li a{
    display: block;
    color: #FFF;
}
.sp-menu li a:hover{
    color: #FFF;
}
.sp-menu li:hover,.sp-menu li.cur{
    background-color: #0875EB;
}
.conbox{
    display: none;
    width: 100%;
    margin-top: 85px;
    min-height: 300px;
}
.conbox.show{
    display: block;
}
.pstm-info{
    display: block;
    width: 1090px;
    margin: 0 auto 0 auto;
    padding-bottom: 50px;
}
.pstm-info .title{
    display: block;
    text-align: center;
    font-size: 36px;
    color: #75A4D6;
    font-family: 'ITC-B';
    padding-bottom: 12px;
}
.pstm-info .line{
    display: block;
    width: 418px;
    height: 5px;
    margin: 0 auto;
    background-color: #FEC636;
}
.pstm-info .desc{
    font-size: 24px;
    line-height: 1.16;
    color: #043264;
    padding-top: 27px;
}
.pstm-info .desc span{
    font-size: 32px;
    color: #043264;
}
.pstm-objectifs{
    display: block;
    padding-top: 45px;
}
.pstm-objectifs .po-title{
    display: block;
    text-align: center;
    font-size: 36px;
    font-family: 'ITC-B';
    color: #043264;
}
.pstm-objectifs .po-con{
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
    position: relative;
    padding: 60px 200px 30px 200px;
    background: #9FC3EAA6 url(../images/new/icon-quotes-left.png) no-repeat 148px -58px;
    background-size: 296px 296px;
}
.pstm-objectifs .po-con::after{
    position: absolute;
    content: '';
    right: 148px;
    top: 712px;
    width: 265px;
    height: 199px;
    background: url(../images/new/icon-quotes-right.png) no-repeat center center;
    background-size: 265px 199px;
    z-index: -10;
}
.po-list{
    display: block;
}
.po-list .title{
    display: flex;
    width: 710px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 1.16;
    padding-bottom: 36px;
}
.po-list .title .number{
    flex: 0 0 30px;
    width: 30px;
    color: #FFFFFF;
    font-family: 'ITC-B';
}
.po-list .title strong{
    background-color: #043264;
    color: #FFFFFF;
    font-family: 'ITC-B';
    padding: 0 2px;
}
.po-list ul {
    display: flex;
    padding-bottom: 105px;
    flex-direction: row;
    justify-content: center;
}
.po-list li{
    width: 458px;
    height: 490px;
    margin: 0 25px;
    padding: 75px 30px 45px 30px;
    border-radius: 5px;
    font-size: 24px;
    line-height: 1.16;
    color: #043264;
    position: relative;
    background-color: #FFFFFF99;
    border: 5px solid #FFFFFF
}
.po-list li:hover{
    background-color: #ffffffbe;
}
.po-list ul.two li{
    margin: 0 60px;
}
.po-list li::after,.po-list li::before{
    position: absolute;
    content: '';
    left: 25px;
    top: 25px;
    width: 18px;
    height: 18px;
    background-color: #FEC636;
    border-radius: 50%;
}
.po-list li::before{
    right: 25px;
    left: unset;
    top: 25px;
}
.pstm-stage{
    display: flex;
    width: 100%;
    padding: 80px 30px;
    justify-content: space-between;
}
.pstm-stage .item{
    flex: 0 0 580px;
    display: block;
    width: 580px;
    padding: 0 65px;
    color: #043264;
    text-align: center;
}
.pstm-stage .item.center{
    flex: 0 0 856px;
    width: 856px;
    border-left: 3px solid #75A4D6;
    border-right: 3px solid #75A4D6;
}
.pstm-stage .item.center .text{
    text-align: left;
    line-height: 1.2;
}
.pstm-stage .item.right{
    flex: 0 0 380px;
    width: 380px;
}
.pstm-stage .item .title{
    display: block;
    font-size: 36px;
    font-family: 'ITC-B';
}
.pstm-stage .item .text{
    font-size: 24px;
    line-height: 1.16;
    padding-top: 32px;
}
.pstm-stage .item .icon{
    display: block;
    margin: 35px auto 0 auto;
    width: 180px;
    height: 180px;
}
.pstm-stage .item .icon img{
    display: block;
    width: 100%;
    height: 100%;
    transition: All 0.4s ease-in-out;
}
.pstm-stage .item:hover .icon img{
    transform: scale(1.1);
}
.pstm-student{
    display: block;
    position: relative;
    width: 100%;
    padding: 100px 210px 100px 210px;
    background: #9FC3EAA6;
    z-index: 0;
}
.pstm-student::after{
    content: "";
    position: absolute;
    bottom: 47px;
    right: 57px;
    width: 304px;
    height: 304px;
    background: url(../images/new/icon-arrow-three.png) no-repeat center center;
    background-size: 304px 304px;
    z-index: 1;
}
.pstm-student .ps-top{
    display: flex;
    width: 100%;
    padding-bottom: 28px;
    justify-content: space-between;
}
.pstm-student .ps-top .text{
    flex: 0 0 885px;
    width: 885px;
}
.pstm-student .ps-top .text .title{
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}
.pstm-student .ps-top .text strong{
    display: block;
    font-size: 36px;
    font-family: 'ITC-B';
}
.pstm-student .ps-top .text img{
    display: block;
    margin: 10px auto 0 auto;
    width: auto;
    height: 42px;
}
.pstm-student .ps-top .desc{
    display: block;
    width: 885px;
    height: auto;
    padding: 50px 85px;
    color: #FFF;
    font-size: 24px;
    line-height: 1.16;
    border-radius: 5px;
    position: relative;
    background-color: #043264;
}
.pstm-student .ps-top .desc::after{
    position: absolute;
    content: '';
    left: 30px;
    bottom: 30px;
    width: 20px;
    height: 20px;
    background-color: #D9D9D9;
    border-radius: 50%;
}
.pstm-student .ps-top .desc::before{
    position: absolute;
    content: '';
    left: 38px;
    bottom: -58px;
    width: 3px;
    height: 90px;
    background-color: #D9D9D9;
    z-index: 20;
}
.pstm-student .ps-top .pic{
    flex: 0 0 490px;
    width: 675px;
    padding-top: 100px;
    position: relative;
}
.pstm-student .ps-top .pic .img{
    display: block;
    width: 450px;
    height: 675px;
    position: relative;
    margin-top: 76px;
}
.pstm-student .ps-top .pic .img::after{
    position: absolute;
    bottom: 60px;
    right: 35px;
    content: '';
    width: 471px;
    height: 671px;
    border: 12px solid #9FC3EA;
    z-index: 10;
}
.pstm-student .ps-top .pic .img img{
    display: block;
    width: 100%;
    height: 100%;
}
.pstm-student .ps-top .pic .name{
    position: absolute;
    right: -40px;
    bottom: -22px;
    width: 335px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 36px;
    color: #FFF;
    font-family: 'ITC-B';
    border-radius: 5px;
    background-color: #043264;
}
.pstm-student .ps-bottom{
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 85px;
    border-radius: 5px;
    font-size: 24px;
    line-height: 1.16;
    background-color: #FFFFFFC9;
    z-index: 10;
}
.pstm-student .ps-bottom::after,.pstm-student .ps-bottom::before{
    position: absolute;
    content: '';
    left: 30px;
    top: 30px;
    width: 20px;
    height: 20px;
    background-color: #D9D9D9;
    border-radius: 50%;
}
.pstm-student .ps-bottom::before{
    right: 30px;
    left: unset;
}
.pstm-student .ps-bottom strong{
    font-family: 'ITC-B';
}
.pstm-methodes{
    display: block;
    width: 100%;
    margin-top: 80px;
    padding: 90px 0 120px 330px;
    background-color: #ECEDEEC4;
}
.pstm-methodes .pm-title{
    display: block;
    text-align: center;
    font-size: 36px;
    font-family: 'ITC-B';
    padding-bottom: 95px;
}
.pstm-methodes .pm-con{
    display: flex;
    justify-content: space-between;
}
.pstm-methodes .pm-con .text{
    display: block;
    width: 595px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.18;
    text-align: left;
}
.pstm-methodes .pm-con .text p{
    padding-left: 60px;
    padding-right: 20px;
    position: relative;
}
.pstm-methodes .pm-con .text p strong{
    font-family: 'ITC-B';
    color:#043264;
}
.pstm-methodes .pm-con .text p.bg{
    border-radius: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #9FC3EAA6;
}
.pstm-methodes .pm-con .text p.bg::after{
    position: absolute;
    content: '';
    left: 22px;
    top: 18px;
    width: 17px;
    height: 17px;
    background-color: #D9D9D9;
    border-radius: 50%;
}
.pstm-methodes .pm-con .pic{
    display: block;
    width: 931px;
    height: 796px;
    overflow: hidden;
}
.pstm-methodes .pm-con .pic img{
    display: block;
    width: 100%;
    height: auto;
}
.subbanner-presentation{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 782px;
    position: relative;
    background: url(../images/new/img-banner-presentation.jpg) no-repeat center center;
    background-size: cover;
}
.subbanner-presentation .con {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1120px;
    height: 372px;
    border-radius: 15px;
    text-align: center;
    position: relative;
    background-color: rgba(255, 255, 255, 0.78);
    flex-direction: column;
    align-content: center;
}
.subbanner-presentation .con::after{
    position: absolute;
    content: '';
    left: 25px;
    top: 25px;
    width: 32px;
    height: 32px;
    background-color: #7696B9;
    border-radius: 50%;
}
.subbanner-presentation .con::before{
    position: absolute;
    content: '';
    right: 25px;
    top: 25px;
    width: 32px;
    height: 32px;
    background-color: #7696B9;
    border-radius: 50%;
}
.subbanner-presentation .con .text{
    font-size: 48px;
    line-height: 57px;
    font-family: 'ITC-B';
    color: #043264;
}
.progress-bar{
    display: block;
    width: 630px;
    height: 25px;
    margin-top: 35px;
    border-radius: 23px;
    background-color: #D8D5D5;
    overflow: hidden;
}
.progress-bar .value{
    display: block;
    width: 100%;
    height: 25px;
    border-radius: 23px;
    background-color: #75A4D6;
}
.pstm-school{
    display: flex;
    width: 1700px;
    margin: 105px 0 0 auto;
    height: auto;
}
.pstm-school .text{
    flex: 0 0 600px;
    width: 600px;
    padding-top: 65px;
    padding-right: 38px;
    font-size: 24px;
    line-height: 1.16;
}
.pstm-school .text .blue{
    font-size: 36px;
    line-height: 1.2;
}
.pstm-school .text strong{
    font-weight: bold;
    color: #043264;
    font-family: 'ITC-B';
}
.pstm-school .pic{
    flex: 0 0 1100px;
    width: 1100px;
    height: auto;
    padding: 75px 0 75px 0;
    display: flex;
    justify-content: center;
    background-color: #9FC3EA;
}
.pstm-school .pic img{
    width: 805px;
    height: auto;
}
.pstm-school-text{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 90px;
    padding: 100px 205px 120px 205px;
}
.pstm-school-text::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F5F3F3;
    z-index: -2;
}
.pstm-school-text::after{
    content: '';
    position: absolute;
    right: 160px;
    bottom: -60px;
    width: 402px;
    height: 349px;
    background: url(../images/new/icon-quotes-right2.png) no-repeat center center;
    background-size: 402px 349px;
    z-index: -1;
}
.pstm-school-text p{
    font-size: 24px;
    line-height: 1.2;
}
.pstm-school-notre{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 90px;
    padding: 65px 205px 65px 205px;
    background: #9FC3EA;
}
.pstm-school-notre .pic{
    flex: 0 0 684px;
    width: 684px;
    height: 456px;
    overflow: hidden;
}
.pstm-school-notre .pic img{
    display: block;
    width: 100%;
}
.pstm-school-notre .text{
    flex: 0 0 770px;
    width: 770px;
    height: 456px;
    padding: 90px 58px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.78);
    font-weight: 300;
    font-size: 24px;
    line-height: 1.2;
    position: relative;
}
.pstm-school-notre .text::after{
    position: absolute;
    content: '';
    left: 30px;
    top: 25px;
    width: 24px;
    height: 24px;
    background-color: #DAD8D8;
    border-radius: 50%;
}
.pstm-school-notre .text strong{
    font-family: 'ITC-B';
    color: #043264;
}
/*footer*/
.footer{
    display: block;
    padding: 0 0;
    width: 100%;
}
.footer .footer-con{
    display: flex;
    padding: 80px 150px;
    background-color: #043264;
}
.footer .footer-logo{
    flex: 0 0 303px;
    width: 303px;
    height: 270px;
    margin-right: 100px;
}
.footer .footer-logo img{
    width: 100%;
    height: auto;
}
.footer .footer-brand{
    display: block;
    text-align: center;
    width: auto;
    height: 239px;
}
.footer .footer-brand img{
    display: block;
    margin: 0 auto;
    width: auto;
    height: 100%;

}
.footer-menu{
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}
.footer-menu .item{
    display: block;
    width: auto;
    min-width: 420px;
    font-size: 20px;
    line-height: 1.5;
    color: #FFF;
    padding-right: 60px;
}
.footer-menu .item .title{
    font-size: 24px;
    font-family: 'ITC-B';
    padding-bottom: 30px;
}
.footer-menu .item a{
    display: block;
    color: #FFF;
}
/*im*/
.right-im{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.right-im li{
    display: block;
    width: 123px;
    height: 115px;
    background-color: #043264;
}
.right-im li:nth-child(2n+2){
    background-color: #75A4D6;
}
.right-im li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    flex-direction: column;
}
.right-im li a img{
    display: block;
    width: 65px;
    height: auto;
    margin-bottom: 12px;
}
.right-im li:hover{
    background-color: #0875EB;
}