/* RESET */
body,html { min-height: 100%;
  background-color: #e8eae9;
  height: 100%!important;
}

#page-login-index {
  background-image: url(../pix/background.jpg);
  background-size: cover;
  height: 100%;
}
a,a:hover,a:focus { text-decoration: none; color: inherit; }



/* BLOCS HIDDEN */
#block-region-side-pre,
.skiplinks,
.block_site_main_menu,
.block_private_files,
.block_online_users,
.block_calendar_month,
.block_calendar_upcoming,
.block_badges,
.block_course_summary { display: none; }
img.iconsmall {padding:0;}
.adminpannel .block.hidden { display: block!important;}



/* EMBED PAGE */
#page-mod-scorm-player #embed #scorm_toc,
#page-mod-scorm-player #embed #scorm_toc_toggle,
#page-mod-scorm-player #embed #scorm_navpanel,
#page-mod-scorm-player #embed #scormapi-parent,
#page-mod-scorm-player #embed #maincontent,
#page-mod-scorm-player #embed h2,
#scormtop { display: none !important; }
#embed #scorm_object,
#embed #scorm_content { width: 100% !important; height: 100% !important;}
#embed #scormpage { height: 100%!important; position:absolute; top:0; left:0 }
#embed #toctree,
#embed #scorm_layout { height: 100%!important; }

#page-mod-scorm-player {
  padding-top:0!important;
}

#page-mod-scorm-player header {
  display:none;
}



/* LOGIN PAGE */
#blocLogin input {
  text-shadow: none;
}

#blocLogin .mform legend {
  color:#fff!important;
  padding-top: 20px;
}

#blocLogin .btnSubmit {
  border-radius: 0;
  background: #fff!important;
  color: #054075!important;
}

#blocLogin a.forgottenPassword {
  margin-top: 17px!important;
  color: #fff!important;
}

#blocLogin .blocRemember label {
  color: #fff!important;
}

#rememberusername {
  display:none;
}

#blocLogin .fitemtitle {
    color: white;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: left;
}

#blocLogin .login_error {
  color: #c9141a;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: -5px;
  display: block;
}

#blocLogin a.btnSubmit {
  display:none;
}

#id_submitbutton, #blocLogin .ftext, #blocLogin .fstatic, #blocLogin .fsubmit, #blocLogin .fpassword, #blocLogin .ftext input, #blocLogin .fsubmit input, #blocLogin .fpassword input {
    width: 100%;
    margin: 10px 0px 0px 0px;
    font-size: 1.4rem;
}

#blocLogin .form-item, .mform .fitem {
    display: inline-block;
    width: 49%;
}

#id_submitbuttonusername, #id_submitbuttonemail {
  height: 43px;
  margin:0!important;
}

#id_email, #id_username, #id_password, #id_password2 {
    display: block;
    margin: 20px 0;
    width: 450px;
    height: 50px;
    padding: 0 15px;
    border: none;
    font-size: 1.7rem;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border: 3px solid #e6e6e6;
    color: #666666;
    -webkit-box-shadow: inset -3px -7px 8px -6px #e8eae9;
    -moz-box-shadow: inset -3px -7px 8px -6px #e8eae9;
    box-shadow: inset -3px -7px 8px -6px #e8eae9;
    outline: none;
}

/**/
#page-login-forgot_password {
  background-image: url(../pix/background.jpg);
  background-size: cover;
  height: 100%;
}

#page-login-change_password #embed {
  padding-top: 40px;
}

#page-login-change_password .fcontainer {
  padding-top: 40px;
}

#page-login-change_password .fitem {
  display: block;
  width:100%;
}

#page-login-change_password fieldset.hidden {
  display:block!important;
}

#page-login-change_password .continuebutton {
  padding-top: 20px;
}

#fitem_id_passwordpolicyinfo{
  font-size: 13px;
  width:100%!important;
}

#fitem_id_passwordpolicyinfo .fitemtitle{
  display: none;
}

#id_setpassword #fitem_id_username {
  display: none;
}

#fitem_id_passwordpolicyinfo .fstatic{
  color: white;
}

#fitem_id_username2 .fstatic{
  color: white;
}

#page-login-forgot_password #blocLogin .hidden {
  display: block!important;
}

#page-login-forgot_password #fgroup_id_buttonar {
    background: none;
    border-top: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#page-login-forgot_password #fgroup_id_buttonar .fgroup{
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
}

#page-login-forgot_password #fgroup_id_buttonar .fgroup input{
  width: 43%;
  margin: 3%;
  padding: 10px;
}

#page-login-forgot_password .fdescription.required{
  margin-left: 0;
  color: white;
}

header .logo {
  width:125px;
  top: 10px!important;
}

header .accueil {
    margin-top: 45px;
    position: absolute;
    margin-left: 135px;
}

header .accueil:hover {
    text-decoration: underline;
}

header a:hover {
    text-decoration: underline;
}

header .welcome {
    font-weight: bold;
    float: right!important;
    margin-left: 135px!important;
    margin-top: 45px!important;
    padding-right: 5px!important;
    font-size: 1.6rem;
    color: #e42b1c!important;
    text-transform: uppercase;

}

header .admin {
    position: absolute;
    padding-top: 5px;
    padding-right: 25px;
    right: 0;
    top: 65px;
  }

header .logOut {
    padding-right: 28px;
    padding-left: 20px;
    margin-right: 30px!important;
    position: absolute!important;
    margin-top: 10px!important;
    color:#5e5e5e!important;
    right: 0;
}

header .logOut:hover {
  text-decoration: underline;
}

header .logOut img {
    width: 30px;
    height: 30px;
    background: #054075;
    padding: 6px;
    position: absolute;
    right: -4px!important;
    bottom: -4px;
}

header .welcome .userName {
    color: #5e5e5e!important;
}

.presSequence {
  background:none;
  overflow: hidden;
}

.presSequence>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.blocHome {
  height: 330px!important;
}

.blocHome .blocTop {
  position: relative;
  width: 100%;
  height: 110px;
  background-image: url(../pix/background.jpg);
  background-size: cover;
}

.blocHome .blocTop .stateBlocHome {
  position: absolute;
  bottom: 10px;
  color: #fff;
  width: 100%;
  height: 20px;
}

.blocHome .blocTop .stateBlocHome span {
  height: 100%;
  line-height: 30px;
  font-size: 0.8em;
}

.blocHome .blocTop .stateBlocHome img {
    padding: 3px 3px 3px 23px;
    height: 100%;
    margin-bottom: -5px;
    margin-right: 10px;
}

.blocHome .blocBottom {
    height: calc(100% - 110px);
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 20px;
    color: #5e5e5e;
}

.blocHome .blocBottom h3 {
    position: relative;
    color: #054075;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.blocHome .blocBottom h3::after {
    content: "";
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: #e42b1c;
}

.blocHome .blocBottom .blocBtn {
    height: 100px;
    width: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.blocHome .blocBottom .blocBtn div {
    height: 36px;
    width: 36px;
    background: #e42b1c;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
    position: relative;
    margin: 52px 0 0 52px;
    z-index: 2;
}

.blocHome .blocBottom .blocBtn div img {
    width: 14px;
    margin-left: 11px;
}
.blocHome .blocBottom img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.blocHome .blocBottom .blocBtn::after {
    content: "";
    position: absolute;
    height: 140px;
    width: 140px;
    bottom: -71px;
    right: -71px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #e42b1c;
    z-index: 1;
}

.presSequence {
    height: 230px!important;
    width: 100%;
    background-image: url(../pix/background.jpg)!important;
    background-size: cover;
    position: relative;
    clear: both;
}

.presSequence h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2em;
    margin-top: 30px;
    position: relative;
}

.presSequence h1::after {
    content: "";
    width: 50px;
    height: 5px;
    position: absolute;
    bottom: -20px;
    left: 0;
    background-color: #e42b1c;
}

#page-course-view-topics #page {
  height: 100%;
}

#page-course-view-topics #content {
    margin-top: -100px;
    height: calc(100% - 340px);
    padding-bottom: 0!important;
}

#page-course-view-topics #content .centrerSite {
  background-color: #fff!important;
    min-height: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

#page-course-view-topics #block-region-side-pre {
  display: block;
}

#page-course-view-topics #block-region-side-pre .block_settings {
  display: block;
}

#page-course-view-topics #block-region-side-pre .type_unknown.depth_2 {
  display: block;
}

#page-course-view-topics #block-region-side-pre .depth_2 {
  display: none;
}

#page-course-view-topics #block-region-side-pre .type_unknown.depth_1 {
  display: none;
}

#page-course-view-topics #block-region-side-pre > div {
  display: none;
}

#page-course-view-topics #content .moduleright {
    background-color: #e8eae9;
    height: calc(100% - 30px);
    padding-top: 35px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 60px;
    float: right;
}

#page-course-view-topics #content .moduleright h2 {
  position: relative;
  padding-top: 25px;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 1.4em;
  color: #054075;
  text-transform: uppercase;
  font-family: montserrat, Verdana, sans-serif;
  font-weight: bold;
}

#page-course-view-topics #content .moduleright ul.mycourses {
  padding-left: 30px;
  font-size: 1em;
}

#page-course-view-topics #content .moduleright .mycourses li {
  position: relative;
  padding-left: 25px;
  padding-right: 55px;
  margin-bottom: 15px;
}

#page-course-view-topics #content .moduleright .mycourses li.locked {
  opacity: 0.5;
}

#page-course-view-topics #content .moduleright .mycourses li::before {
  content:"";
  background-image: url(../pix/completion-auto-n.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 30px;
}

#page-course-view-topics #content .moduleright .mycourses li.end::before {
  background-image: url(../pix/completion-auto-y.svg);
}

#page-course-view-topics #content .moduleright .mycourses li::after {
  content:"";
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

#page-course-view-topics #content .moduleright .mycourses li.scorm::after {
  background-image: url(../pix/icon_scorm.svg);
}

#page-course-view-topics #content .moduleright .mycourses li.customcert::after {
  background-image: url(../pix/icon_customcert.svg);
}

#page-course-view-topics #content .moduleright .mycourses li.congrea::after {
  background-image: url(../pix/icon_classe_congrea.png);
}

#page-course-view-topics #content .moduleright .mycourses li.chat::after {
  background-image: url(../pix/icon_chat.svg);
}

#page-course-view-topics #content .moduleright .mycourses li.quiz::after {
  background-image: url(../pix/icon_quiz.svg);
}

#page-course-view-topics #content .moduleright .mycourses li.forum::after {
  background-image: url(../pix/icon_forum.svg);
}

#page-course-view-topics #content .moduleright .mycourses li.reservation::after {
  background-image: url(../pix/icon_reservation.svg);
}

#page-course-view-topics #content .moduleright .mycourses li.attendance::after {
  background-image: url(../pix/icon_attendance.svg);
}

#page-course-view-topics #content .moduleright .mycourses li.workshop::after {
  background-image: url(../pix/icon_workshop.svg);
}

#page-course-view-topics #content .moduleright .mycourses li.feedback::after {
  background-image: url(../pix/icon_feedback.svg);
}

#page-course-view-topics #content .moduleleft {
  float: left;
  padding-bottom: 30px;
}

#page-course-view-topics #content .moduleleft h2 {
  position: relative;
  padding-top: 40px;
  padding-left: 80px;
  margin-bottom: 20px;
  font-size: 1.4em;
  color: #e42b1c;
  text-transform: uppercase;
  font-family: montserrat, Verdana, sans-serif;
  font-weight: bold;
}

#page-course-view-topics #content .moduleleft h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 65px;
  height: 65px;
  background-image: url(../pix/module-part1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

#page-course-view-topics #content .moduleleft h2::before {
    content: "";
    width: 40px;
    height: 4px;
    position: absolute;
    bottom: -5px;
    left: 80px;
    background-color: #054075;
}

#page-course-view-topics #content .moduleleft h3 {
    position: relative;
    padding-left: 30px;
    font-size: 1em;
    color: #054075;
    text-transform: inherit;
    font-family: montserrat, Verdana, sans-serif;
    font-weight: bold;
}

#page-course-view-topics #content .moduleleft .summary {
    padding: 10px 30px;
    display: block;
}

#page-course-view-topics #content .moduleleft .part2 {
  margin-top: 40px;
}

#page-course-view-topics #content .moduleleft .part2 h2::after {
  background-image: url(../pix/module-part2.svg);
  bottom: -5px;
  width: 50px;
  height: 50px;
}


/* ADMIN PANNEL */
.page {
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}
.page.panneladmin {
  padding-right: 250px;
}
.adminpannel {
  width: 400px; height: 100%;
  padding: 20px 160px 20px 10px;
  position: fixed;
  overflow-y: scroll;
  right: -400px; top: 0;
  z-index: 99999;
  color: #ddd;
  background: #555;
  box-shadow: 0 0 100px rgba(0,0,0,.5) inset;

  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.panneladmin .adminpannel {
  right: -150px;
}
.adminpannel .block {
  background: none;
  border: none;
  border-bottom: 1px dotted #999;
  margin-bottom: 15px;
  padding-bottom: 15px
}
.adminpannel .block .header h2 { font-weight: bold; text-shadow: 0 1px 0 rgba(0,0,0,0.5);}
.adminpannel input,
.adminpannel textarea,
.adminpannel select {
  width: 100%; max-width: 100% !important;
  background: none;
  outline: none;
  border: 1px solid #777;
  padding: 5px 10px;
  margin: 5px 0;
  border-radius: 4px;
  color: #fff;
}
.adminpannel button, .adminpannel html input[type="button"], .adminpannel input[type="reset"], .adminpannel input[type="submit"] {
  background: #ddd;
  color: #555;
  padding: 10px;
  margin: 5px 0 !important;
  border: none;
  border-radius: 5px;
  border-bottom: 3px solid #bbb;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.adminpannel button:hover, .adminpannel html input[type="button"]:hover, .adminpannel input[type="reset"]:hover, .adminpannel input[type="submit"]:hover {
  background: #eee;
}
.adminpannel .closepannel {
  width: 40px;
  position: relative;
  left: -10px; top: -5px;
  padding: 10px;
  color: #555;
  font-size: 20px;
  font-weight: bold;
  background: #ededed;
  border-radius: 0 20px 20px 0;
  box-shadow: 0 0 30px rgba(0,0,0,.5);
  cursor: pointer;
}

#page-my-index .container_bandeau {
  width: 100%;
  height: 250px;
  background-color: #054075;
}

#page-my-index .container_bandeau.axxis {
  background-color: #e1e0db;
}

#page-my-index .bandeau.axxis {
  background-image: url(../pix/bandeau_axxis.jpg);
}

#page-my-index .bandeau.techman {
  background-image: url(../pix/bandeau_techman.jpg);
  width: 100%!important;
}

#page-my-index .bandeau.axxis .logo {
  background-image: url(../pix/logo_axxis.svg);
}

#page-my-index .bandeau.techman .logo {
  background-image: url(../pix/logo-techman.svg);
}

#page-my-index .bandeau {
  background-image: url(../pix/bandeau1.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
  position: relative;
}

#page-my-index .bandeau .logo {
  background-image: url(../pix/logo-login.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 75px;
  height: 100px;
  width:150px;
  position: absolute;
}

@media only screen and (min-width: 1200px) {

  #page-my-index .bandeau.techman .logo {
    left: calc(((100% - 950px)/2) + 15px);
  }
}


/* VIDEO IN MODULE */

  #box-addvideo .contain {
    margin: -140px 0 0;
    top: 50%;
    position: relative;
  }
  .imgProject .play {
    position: relative;
  }
  .imgProject .popin-video {
    position: absolute;
    top: 50%; left: 50%;
    margin: -180px -320px;
    box-shadow: 0 0 100px rgba(0,0,0,.25);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
  }
  .imgProject .play .btn-play {
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .imgProject .play .btn-play:hover {
    -webkit-transform: scale(.98);
    -moz-transform: scale(.98);
    -o-transform: scale(.98);
    transform: scale(.98);
  }
  .imgProject.active .play .btn-play {
    opacity: 0;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
  }
  .imgProject.active .popin-video {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .imgProject .popin-video .videobox {
    border-radius: 8px;
    overflow: hidden;
  }
  .imgProject .popin-video .close {
    position: absolute;
    right: -15px; top: -15px;
    display: inline-block;
    padding: 5px 12px 8px;
    background: #000;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    opacity: 1;
  }



/* NEW COURSE */

  .coursebox {
    margin-bottom: -20px;
    padding: 10px;
    border: none;
  }
  .coursebox a {
    position: relative;
  }
  .coursebox .course-remove {
    position: absolute;
    right: 0; top: 0;
    margin: -20px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
  }
  .coursebox .course-remove div {
    display: inline-block;
    padding: 5px 12px 8px;
    background: #c9141a;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    border: 5px solid #fff;
  }
  .coursebox:hover .course-remove {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
  }

  .newcourse-btn .blocImg {
    background: #f7f7f7;
  }
  .newcourse-btn .blocImg img {
    width: 100%;
  }
  .newcourse-btn .blocImg span {
    width: 110px; height: 110px;
    position: absolute;
    top: 50%; left: 50%;
    margin-left: -55px;
    padding: 0 23px 10px;
    text-align: center;
    font-size: 100px;
    margin-top: -50px;
    background: #fff;
    border-radius: 100px;
    color: #aaa;
  }

  .newcourse-box {
    width: 100%; height: 100%;
    position: fixed;
    top: 0; left: 0;
    background: rgba(0,0,0,.75);
    text-align: center;
    overflow-y: scroll;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
  }
  .newcourse-box.active {
    opacity: 1;
    pointer-events: auto;
  }
  .newcourse-box .contain {
    width: 500px;
    margin: 60px;
    padding: 20px 20px 10px;
    display: inline-block;
    text-align: left;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 100px #000;
    color: #555;
    opacity: 0;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
  }
  .newcourse-box .contain.center .btn.red { background: #f00 }
  .newcourse-box .contain.center .btn.green { background: #0f0 }
  .newcourse-box.active .contain {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .newcourse-box .contain h2 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
  }
  .newcourse-box .contain h3 {
    margin: 30px 0 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #eee;
    font-size: 16px;
    font-weight: bold;
  }
  .newcourse-box .contain h3 .require {
    margin-left: 4px;
    color: #f00;
  }
  .newcourse-box .contain form {
    margin-top: 20px;
  }
  .newcourse-box .contain input {
    width: 100%;
    display: block;
    padding: 15px 10px;
  }
  .newcourse-box .contain .fileinput {
    line-height: 0;
    height: 50px;
    margin: -15px 0 -15px -10px;
    font-size: 14px;
  }
  .newcourse-box .contain .category {
    padding: 5px 8px;
    background: #ccc;
    color: #fff;
    display: inline-block;
    margin: 0 5px 5px 0;
    cursor: pointer;

    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
  }
  .newcourse-box .contain .category:hover {
    background: #bbb;
  }

  .newcourse-box .contain textarea {
    width: 100%; min-width: 100%; max-width: 100%;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .newcourse-box .contain a {
    width: 100%;
    display: block;
    font-size: 14px;
  }

  .newcourse-box .contain .submit {
    margin-top: 30px;
  }

  .newcourse-box .contain .bloctype {
    position: relative;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
  }
  .newcourse-box .contain .bloctype .remove {
    position: absolute;
    left: -40px; top: 50%;
    margin-top: -14px;
    padding: 5px 10px 7px;
    background: #f00;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;

    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;

    opacity: 0;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
  }
  .newcourse-box .contain .bloctype:hover .remove {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }



/**/

  .infoProject h2 {
    position: relative;
  }
  .infoProject h2 .adminmenu {
    position: absolute;
    right: 0; top: 0;
  }

#page-mod-reservation-view .box.generalbox {
  padding-top: 20px;
  width:100%;
}

#page-mod-reservation-view .box.generalbox > div {
  margin-top: 10px;
  }

#page-mod-attendance-view .page .centrerSite > div {
  margin-top: 20px;
}

#page-mod-quiz-view .page .centrerSite > div {
  margin-top: 20px;
}

#page-mod-quiz-view .page .centrerSite > div > div {
  margin-top: 10px;
}

#page-mod-chat-view .page .centrerSite > div {
  margin-top: 20px;
}

#page-mod-chat-view .page .centrerSite > div > div {
  margin-top: 10px;
}

#page-mod-chat-view .page .centrerSite > div > div > p {
  margin-top: 10px;
}

#page-mod-chat-report .page .centrerSite > div {
  margin-top: 20px;
}

#page-mod-chat-report .page .centrerSite > div > div {
  margin-top: 10px;
}

#page-mod-chat-report .page .centrerSite > div > div > p {
  margin-top: 10px;
}

#page-mod-workshop-view .page .centrerSite > div {
  margin-top: 20px;
}

#page-mod-workshop-view .page .centrerSite > div > div {
  margin-top: 10px;
}

#page-mod-forum-view .forumheaderlist td, #page-mod-forum-view .forumheaderlist th{
  padding-top: 5px;
  padding-bottom: 5px;
}

#page-mod-forum-post .mform .fitem {
  display: block;
  width: 100%;
}

#page-mod-feedback-complete .mform .fitem {
  display: block;
  width: 100%;
}

#page-mod-feedback-complete .mform .fgroup {
  padding: 10px;
}

#page-mod-feedback-complete  #feedback_complete_form fieldset.hidden {
  display: block!important;
}

#page-mod-feedback-complete {

}

/* MOBILE */


  @media screen and (max-width: 500px) {

    #blocLogin { width: 280px!important; }
    #blocLogin .logoLogin { width: 220px!important; }
    #blocLogin input, #blocLogin .btnSubmit { width: 100%!important; }
    #blocLogin a.forgottenPassword { white-space: normal!important; }
    /*header .logOut, header .userName {display: none}*/
    header .welcome {
      display: none;
    }
    html { font-size:55%!important; }

    .blocCourse { height: 265px!important; }
    .blocCourse .blocImg { height: 200px!important; }
    .blocCourse .blocImg div img { max-width: 110%; }
    .imgProject { max-height: 300px;}
    .imgProject .play .btn-play { max-width: 120px; margin-top: -60px !important;}
    .infoProject h2 { font-size: 3rem!important; margin-top: 30px!important; padding:0!important;}
    .infoProject .contentProject, .infoProject aside { margin-top: 30px!important; padding:0!important;}
  }
    
    #blocTracking {
      margin-top: 20px;
    }

   #blocTracking .btnSubmit {
    height: 54px;
    width: 294px;
    position: relative;
    background: #1a9cac;
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 1.7rem;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    font-family: montserrat, Verdana, sans-serif;
    -webkit-box-shadow: 2px 2px 0px 1px #d6d8d7;
    -moz-box-shadow: 2px 2px 0px 1px #d6d8d7;
    box-shadow: 2px 2px 0px 1px #d6d8d7;
    text-align: left;
    padding-left: 68px;
    overflow: hidden; }
  #blocTracking .btnSubmit img {
      right: 23px;
      top: 20px;
      position: absolute;
      z-index: 2; }
  #blocTracking .btnSubmit:after {
    content: "";
    position: absolute;
    right: -22px;
    top: 0;
    background: #fff;
    height: 100%;
    width: 85px;
    -moz-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    z-index: 1; }
