@import "style-screen.css";
/*Mobile v1*/
@media only screen and (max-width:767px){
body {
  padding:0 0 0 0 !important;
  font-size: 13px !important;
}
.wrapper {
    width: 92%;
}
.content{
    width: 100%;
	padding: 30px 4% 30px 4%;
}
.pc{
    display: none !important;
}
.h5{
    display: block !important;
}
.icon-menu{
    display: block;
}
.icon-menu.show{
    background: url(../images/new/icon-topclose.png) no-repeat center center;
    background-size: 18px 18px;
}
.header {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    height: 55px;
    padding-bottom: 0;
    border-bottom: none;
}
.header .wrapper {
    width: 92%;
    padding: 0 0;
    height: 55px;
    position: unset;
}
.header .logo {
    padding: 8px 0;
    margin: 0;
    width: 35%;
    height: 100%;
}
.header .logo img {
    display: block;
    width: auto;
    height: 35px;
}
.head-right {
    float: none;
    display: none;
    width: 100%;
    height: 100vh;
    padding-right: 0;
}
.header .nav {
    display: block;
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    height: 95vh;
    overflow: auto;
    padding: 20px 4% 15px 4%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #FFFFFF;
    border-top: 1px solid #EAEAEA;
}
.header .nav li {
    padding: 0px 0px;
    margin: 0 15px;
    position: relative;
    height: auto;
}
.header .nav li a {
    font-size: 16px;
    padding: 0;
    line-height: 50px;
}
.header .nav li a:hover, .header .nav li.cur a {
    font-weight: bold;
}
.header .nav li:hover dl {
    display: flex;
}
.header .nav li dl {
    position: relative;
    display: flex;
    left: 0;
    top: 0;
    padding: 0px 0 20px 0;
    min-width: 100%;
    box-shadow: none;
    flex-direction: row;
    flex-wrap: wrap;
}
.header .nav .nav-arrow{
    display: block;
    background: none;
    padding: 0 0;
}
.header .nav li dl dd a {
    padding: 0 15px 0 0;
    font-size: 14px;
    height: 30px !important;
    line-height: 30px !important;
    color: #666 !important;
    font-weight: normal !important;
}
.header .nav li.cur a:after, .header .nav li a:hover:after {
    width: 30px;
    left: 0;
    margin-left: 0;
    background-color: #207cff;
}
.header .nav li:hover dl {
    left: 0;
    top: 0;
    padding: 0px 0 20px 0;
    display: flex;
    position: relative;
    min-width: 150px;
    background-color: #FFFFFF;
    border-radius: 0;
    border-top: none;
    transform: translate(0, 0);
}
.header .nav li:hover dl dd a {
    white-space: nowrap;
    border-bottom: none;
}
.header .toplogin{
    display: none;
}
.header .rightbox {
    position: absolute;
    right: 60px;
    display: flex;
    min-width: auto;
    height: 35px;
    margin-top: 7px;
    align-items: center;
    justify-content: flex-start;
}
.header .rightbox .ico-search {
    width: 20px;
    height: 20px;
    background: url(../images/new/icon-search.png) no-repeat left center;
    background-size: 20px 20px;
    cursor: pointer;
}

.homebanner {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.homebanner .swiper-pagination{
    top: 42vw;
}
.homebanner .con {
    position: relative;
    left: unset;
    bottom: unset;
    width: 88%;
    margin: 0 auto;
    height: auto;
    margin-left: auto;
    border-radius: 5px;
    background-color: #043264;
    overflow: hidden;
}
.homebanner .hb-topbox {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    background-color: #FFF;
    flex-direction: row;
    align-content: flex-start;
    flex-wrap: wrap;
}
.homebanner .hb-topbox li {
    display: block;
    width: 92%;
    padding: 20px 15px 20px 15px;
    margin: 0 auto;
    height: 100%;
    border: none;
    border-bottom: 1px solid #EAEAEA;
    text-align: center;
}
.homebanner .hb-topbox li .title {
    font-size: 26px;
    padding-bottom: 18px;
}
.homebanner .hb-botbox .hbb-title {
    display: block;
    font-size: 18px;
    line-height: 1.45;
    padding-bottom: 25px;
}
.homebanner .hb-botbox .hbb-list {
    display: flex;
    padding: 0 10px;
    justify-content: center;
}
.homebanner .hb-botbox .hbb-list li {
    display: block;
    width: 31%;
    height: auto;
    border-radius: 5px;
    margin: 0 5px;
    padding: 10px 10px;
    background-color: #9FC3EA;

}
.homebanner .hb-botbox .hbb-list li .pic {
    display: block;
    width: 100%;
    height: 45px;
}
.homebanner .hb-botbox .hbb-list li .title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}
.pstm-pourquoi {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 35px 6% 55px 6%;
}
.pstm-pourquoi .psp-title {
    font-size: 22px;
}
.pstm-pourquoi .psp-title strong {
    display: inline-block;
    position: relative;
    line-height: 1.15;
    padding: 0 20px;
    padding-bottom: 13px;
}
.pstm-pourquoi .psp-title strong i {
    display: block;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 16px;
    background-color: #75a3d6;
    z-index: -1;
}
.pstm-pourquoi .psp-desc {
    padding: 30px 0 35px 0;
    font-size: 15px;
    line-height: 1.45;
}
.pstm-pourquoi .psp-box {
    display: block;
    width: 100%;
    height: auto;
    padding: 25px 20px;
}
.pstm-pourquoi .psp-box .f40 {
    font-size: 18px;
}
.pstm-pourquoi .psp-box .f55 {
    font-size: 18px;
    margin-top: 20px;
}
.pstm-pourquoi .psp-box .f55 strong {
    font-size: 46px;
    color: #7696B9;
    font-weight: normal;
}
.pstm-pourquoi .psp-box .bar {
    display: block;
    position: relative;
    left: 50%;
    bottom: -40px;
    min-width: 100%;
    padding: 15px 15px;
    font-size: 15px;
    line-height: 1.16;
    transform: translate(-50%);
}
.pstm-apprentissage {
    display: block;
    width: 100%;
    margin: 0 auto 20px auto;
    height: auto;
    position: relative;
    background-color: #A4C6DD5C;
}
.pstm-apprentissage .pic {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #7696B9;
}
.pstm-apprentissage .pa-desc {
    display: block;
    margin: 0 auto;
    width: 88%;
    height: auto;
    padding: 20px 20px;
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.16;
    border-radius: 15px;
    letter-spacing: 0;
    color: #043264;
    background-color: #FFFFFFBF;
}
.pstm-apprentissage .pa-title::after {
    content: '';
    position: absolute;
    left: 5%;
    top: 15px;
    width: 90%;
    height: 15px;
    margin-left: 0;
    background-color: #FEC636;
    z-index: -1;
}
.pstm-apprentissage .pa-list {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.pstm-apprentissage .pa-list li {
    display: flex;
    width: 88%;
    height: auto;
    margin: 30px auto 0 auto;
    padding: 30px;
    border-radius: 10px;
    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 strong {
    font-size: 26px;
    line-height: 1.16;
}
.pstm-apprentissage .pa-list li span {
    font-size: 16px;
    line-height: 1.16;
}
.pstm-apprentissage .pa-title {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    line-height: 1;
    font-family: 'ITC-B';
    margin-bottom: 40px;
    color: #043264;
    position: relative;
    z-index: 10;
}
.pstm-apprentissage .pa-text {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding-top: 240px;
    padding-bottom: 50px;
    background-color: none;
}
.pstm-actualites {
    display: block;
    width: 100%;
    padding: 35px 6% 35px 6%;
    margin-bottom: 35px;
    background-color: #F5F3F3;
}
.pstm-actualites .con {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.pstm-actualites .pac-desc {
    display: block;
    width: 100%;
    padding: 20px 20px;
    font-size: 15px;
    color: #FFF;
    line-height: 1.45;
    margin-bottom: 30px;
}
.pstm-actualites .pac-title {
    display: block;
    font-size: 26px;
    line-height: 1.45;
    padding-bottom: 20px;
}
.pstm-actualites .pac-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0;
}
.pstm-actualites .pac-list li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
    position: relative;
}
.pstm-actualites .pac-list li .text .title {
    font-size: 22px;
    line-height: 1.45;
    font-family: 'ITC-B';
}
.pstm-actualites .pac-list li .link {
    width: 100%;
    height: 38px;
    padding: 0 15px;
    line-height: 38px;
    font-size: 16px;
}
.pstm-actualites .pac-list li.w606 {
    width: 100%;
    height: auto;
}
.pstm-actualites .pac-list li.w606 .text {
    padding: 0 25px 20px 25px;
}
.pstm-actualites .pac-list li .text .desc {
    font-size: 15px;
    line-height: 1.22;
    padding-top: 8px;
}
.pstm-actualites .pac-list li.w606 .text .title {
    font-size: 22px;
    line-height: 1.16;
    font-family: 'ITC-B';
}

.pstm-directeur {
    display: block;
    position: relative;
    padding: 50px 6% 50px 6%;
    background: #7696B9 url(../images/new/icon-quotes-left.png) no-repeat 15px 15px;
    background-size: 100px auto;
}
.pstm-directeur .pd-con {
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
}
.pstm-directeur .pd-title {
    font-size: 26px;
    padding-bottom: 18px;
}
.pstm-directeur .pd-con .text {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    font-size: 15px;
    line-height: 1.45;
    color: #FFF;
    font-weight: 300;
}
.pstm-directeur .pd-con .pic {
    flex: 0 0 100%;
    width: 100%;
}
.pstm-directeur .pd-con .pic .img {
    display: block;
    margin-left: 0;
    width: 100%;
    height: auto;
    position: relative;
}
.pstm-directeur .pd-con .pic .img .name {
    display: block;
    position: absolute;
    right: -10px;
    bottom: -19px;
    width: 80%;
    height: 38px;
    padding: 0 20px;
    color: #FFF;
    font-size: 18px;
    line-height: 38px;
    background-color: #043264;
}
.pstm-directeur .pd-con .pic .desc {
    padding-top: 20px;
    font-size: 15px;
    line-height: 1.45;
    color: #FFF;
}
.pstm-directeur::after {
    content: "";
    position: absolute;
    right: 13px;
    bottom: 25px;
    width: 100px;
    height: 80px;
    background: url(../images/new/icon-quotes-right.png) no-repeat center center;
    background-size: 100% auto;
    z-index: -1;
}
.pstm-candidater {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 30px 6% 35px 6%;
}
.pstm-candidater .pc-title {
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    font-size: 22px;
}
.pstm-candidater .pc-con {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 68px;
    flex-direction: column;
}
.pstm-candidater .pc-con .item {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 45px 35px;
    margin-bottom: 35px;
    position: relative;
    border: 4px solid #043264;
    flex-direction: column;
    justify-content: center;
}
.pstm-candidater .pc-con .item .number {
    height: 90px;
    line-height: 90px;
    font-size: 90px;
}
.pstm-candidater .pc-con .item .title {
    font-size: 26px;
    line-height: 1.2;
}
.pstm-candidater .pc-con .pic {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    margin-bottom: 65px;
}

.pstm-partenariats {
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 6%;
    margin-bottom: 30px;
    background-color: #F4F4F4;
}
.pstm-partenariats ul {
    display: flex;
    margin: 0 auto 20px auto;
    width: 100%;
    height: 100%;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}
.pstm-partenariats li {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    margin: 0 0 35px 0;
}
.pstm-partenariats li.big {
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    width: 100%;
}
.pstm-partenariats li .title {
    font-size: 22px;
    line-height: 1.45;
}
.pstm-partenariats li .icon {
    margin: 16px auto 0 auto;
}
.pstm-partenariats li.big .desc {
    font-size: 18px;
    line-height: 28px;
    padding-top: 10px;
    color: #043264;
    text-align: center;
}
.pstm-partenariats li.big .icon {
    width: 180px;
    height: 180px;
}

.pstm-parlons {
    display: block;
    padding: 30px 6% 30px 6%;
}
.pstm-parlons .pp-title {
    font-size: 26px;
    padding-bottom: 18px;
}
.pstm-parlons .pp-desc {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 1.45;
}
.pstm-parlons .pp-list {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
    flex-direction: column;
}
.pstm-parlons .pp-list li {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    margin: 0 0;
    margin-bottom: 35px;
    text-align: center;
}


.subbanner-programmes {
    width: 100%;
    height: 230px;
}
.subbanner-programmes .con {
    width: 88%;
    height: 160px;
    border-radius: 10px;
}
.subbanner-programmes .con .text {
    font-size: 16px;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom:10px;
}
.subbanner-programmes .con::after {
    left: 15px;
    top: 15px;
    width: 15px;
    height: 15px;
}
.subbanner-programmes .con::before {
    right: 15px;
    top: 15px;
    width: 15px;
    height: 15px;
}
.sp-menu {
    position: absolute;
    bottom: -24px;
    left: 6%;
    width: 88%;
    height: 48px;
    margin-left: 0;
    border-radius: 5px;
    overflow: hidden;
}
.sp-menu li {
    width: 33.3%;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
}
.conbox{
    margin-top: 65px;
    min-height: 300px;
}
.pstm-info {
    width: 82%;
    margin: 0 auto 0 auto;
    padding-bottom: 30px;
}
.pstm-info .title {
    font-size: 22px;
    padding-bottom: 12px;
}
.pstm-info .line {
    width: 90%;
    height: 5px;
}
.pstm-info .desc {
    font-size: 15px;
    line-height: 1.45;
    color: #043264;
    padding-top: 17px;
}
.pstm-info .desc span {
    font-size: 18px;
}
.pstm-objectifs {
    display: block;
    padding-top: 25px;
}
.pstm-objectifs .po-title {
    font-size: 22px;
}
.pstm-objectifs .po-con {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
    position: relative;
    padding: 30px 6% 15px 6%;
    background: #9FC3EAA6 url(../images/new/icon-quotes-left.png) no-repeat 10px -10px;
    background-size: 100px auto;
}
.po-list .title {
    display: flex;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 36px;
}
.po-list ul {
    display: flex;
    padding-bottom: 35px;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
}
.po-list li {
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    padding: 45px 20px 25px 20px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1.45;
}
.po-list li::after, .po-list li::before {
    left: 15px;
    top: 15px;
    width: 15px;
    height: 15px;
}
.po-list li::before {
    right: 15px;
    left: unset;
    top: 15px;
}
.po-list ul.two li {
    margin: 0 0 15px 0;
}
.pstm-objectifs .po-con::after {
    position: absolute;
    content: '';
    right: 10px;
    top: unset;
    bottom: 10px;
    width: 100px;
    height: 100px;
    background: url(../images/new/icon-quotes-right.png) no-repeat center center;
    background-size: 100px auto;
    z-index: -1;
}
.pstm-stage {
    display: flex;
    width: 100%;
    padding: 35px 6%;
    justify-content: flex-start;
    flex-direction: column;
}
.pstm-stage .item {
    flex: 0 0 100%;
    display: block;
    width: 100%;
    padding: 0 0;
}
.pstm-stage .item.center {
    flex: 0 0 100%;
    width: 100%;
    padding: 30px 0;
    margin: 30px 0;
    border: none;
    border-top: 3px solid #75A4D6;
    border-bottom: 3px solid #75A4D6;
}
.pstm-stage .item .title {
    font-size: 22px;
}
.pstm-stage .item .text {
    font-size: 15px;
    line-height: 1.45;
    padding-top: 12px;
}
.pstm-stage .item.right {
    flex: 0 0 100%;
    width: 100%;
}
.pstm-methodes {
    display: block;
    width: 100%;
    margin-top: 35px;
    padding: 30px 6% 30px 6%;
    background-color: #ECEDEEC4;
}
.pstm-methodes .pm-title {
    font-size: 22px;
    padding-bottom: 35px;
}
.pstm-methodes .pm-con {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.pstm-methodes .pm-con .text {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.45;
    text-align: left;
}
.pstm-methodes .pm-con .pic {
    display: block;
    width: 100%;
    height: auto;
}
.pstm-student {
    width: 100%;
    padding: 30px 6% 35px 6%;
}
.pstm-student .ps-top {
    display: flex;
    width: 100%;
    padding-bottom: 28px;
    justify-content: flex-start;
    flex-direction: column;
}
.pstm-student .ps-top .text {
    flex: 0 0 100%;
    width: 100%;
}
.pstm-student .ps-top .text strong {
    font-size: 22px;
}
.pstm-student .ps-top .desc {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 25px 50px 25px;
    color: #FFF;
    font-size: 15px;
    line-height: 1.45;
    border-radius: 5px;
}
.pstm-student .ps-top .pic {
    flex: 0 0 100%;
    width: 100%;
    padding-top: 30px;
    position: relative;
}
.pstm-student .ps-top .pic .img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 0;
}
.pstm-student .ps-top .pic .name {
    position: absolute;
    right: 0;
    bottom: 12px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    font-family: 'ITC-B';
    border-radius: 5px;
    background-color: #043264;
}
.pstm-student .ps-top .pic .img::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 100%;
    border: 12px solid #9FC3EA;
    z-index: 10;
}
.pstm-student .ps-bottom {
    width: 100%;
    padding: 30px 30px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1.45;
}
.pstm-student::after {
    right: 10px;
}
.pstm-student .ps-bottom::after, .pstm-student .ps-bottom::before {
    left: 15px;
    top: 15px;
    width: 15px;
    height: 15px;
}
.pstm-student .ps-bottom::before {
    right: 15px;
    left: unset;
}
.pstm-methodes .pm-con .text p {
    padding-left: 40px;
    padding-right: 20px;
    position: relative;
}

.subbanner-presentation {
    width: 100%;
    height: 230px;
}
.subbanner-presentation .con {
    width: 88%;
    height: 160px;
    border-radius: 10px;
}
.subbanner-presentation .con .text {
    font-size: 16px;
    line-height: 1.2;
}
.progress-bar {
    width: 70%;
    height: 15px;
    margin-top: 15px;
    border-radius: 8px;
}
.progress-bar .value {
    height: 15px;
    border-radius: 8px;
}
.subbanner-presentation .con::after {
    left: 15px;
    top: 15px;
    width: 15px;
    height: 15px;
}
.subbanner-presentation .con::before {
    position: absolute;
    content: '';
    right: 15px;
    top: 15px;
    width: 15px;
    height: 15px;
    background-color: #7696B9;
    border-radius: 50%;
}

.pstm-school {
    display: flex;
    width: 100%;
    margin: 35px 0 0 auto;
    flex-direction: column;
    justify-content: flex-start;
}
.pstm-school .text {
    flex: 0 0 100%;
    width: 100%;
    font-size: 15px;
    padding: 0 6% 15px 6%;
    line-height: 1.45;
}
.pstm-school .text .blue {
    font-size: 18px;
    line-height: 1.2;
}
.pstm-school .pic {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    padding: 25px 6% 25px 6%;
}
.pstm-school .pic img {
    width: 100%;
}
.pstm-school-text {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 35px;
    padding: 20px 6% 20px 6%;
}
.pstm-school-text::after{
    width: 100px;
    height: 87px;
    right: 4%;
    bottom: -20px;
    background: url(../images/new/icon-quotes-right2.png) no-repeat center center;
    background-size: 100px auto;
}
.pstm-school-text p {
    font-size: 15px;
    line-height: 1.45;
}
.pstm-school-notre {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding: 25px 6% 25px 6%;
    background: #9FC3EA;
    flex-direction: column;
}
.pstm-school-notre .pic {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
}
.pstm-school-notre .pic img{
    display: block;
    width: 100%;
    height: auto;
}
.pstm-school-notre .text {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    padding: 35px 35px;
    border-radius: 10px;
    font-size: 15px;
    margin-top: 15px;
    line-height: 1.45;
}
.pstm-school-notre .text::after {
    left: 15px;
    top: 15px;
    width: 15px;
    height: 15px;
}
.footer .footer-con {
    display: flex;
    padding: 30px 6%;
    background-color: #043264;
    align-content: flex-start;
    flex-direction: column;
}
.footer .footer-logo {
    flex: 0 0 auto;
    display: block;
    width: 70%;
    height: auto;
    margin-right: 0;
    margin: 0 auto;
}
.footer-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 25px;
}
.footer-menu .item {
    display: block;
    width: auto;
    min-width: 100%;
    font-size: 14px;
    line-height: 1.45;
    color: #FFF;
    padding-right: 0;
    margin-bottom: 25px;
}
.footer-menu .item .title {
    font-size: 22px;
    font-family: 'ITC-B';
    padding-bottom: 10px;
}
.footer .footer-brand {
    height: auto;
}
.footer .footer-brand img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.right-im{
    display: none;
}
}