<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/formation.classemode.com/wp-content/themes/idcomweb/less/lessc.inc.php</b> on line <b>717</b><br />
<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/formation.classemode.com/wp-content/themes/idcomweb/less/lessc.inc.php</b> on line <b>1768</b><br />
<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/formation.classemode.com/wp-content/themes/idcomweb/less/lessc.inc.php</b> on line <b>2424</b><br />
<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/formation.classemode.com/wp-content/themes/idcomweb/less/lessc.inc.php</b> on line <b>2478</b><br />
<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(//../../../../css/utils.less) is not within the allowed path(s): (/www/wwwroot/formation.classemode.com/:/tmp/) in <b>/www/wwwroot/formation.classemode.com/wp-content/themes/idcomweb/less/lessc.inc.php</b> on line <b>82</b><br />
<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(//../../../../css/utils) is not within the allowed path(s): (/www/wwwroot/formation.classemode.com/:/tmp/) in <b>/www/wwwroot/formation.classemode.com/wp-content/themes/idcomweb/less/lessc.inc.php</b> on line <b>82</b><br />
<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(//../../../../css/globals.less) is not within the allowed path(s): (/www/wwwroot/formation.classemode.com/:/tmp/) in <b>/www/wwwroot/formation.classemode.com/wp-content/themes/idcomweb/less/lessc.inc.php</b> on line <b>82</b><br />
<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(//../../../../css/globals) is not within the allowed path(s): (/www/wwwroot/formation.classemode.com/:/tmp/) in <b>/www/wwwroot/formation.classemode.com/wp-content/themes/idcomweb/less/lessc.inc.php</b> on line <b>82</b><br />
.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
.login-form {
  font-family: 'Poppins', sans-serif;
  padding-top: 100px;
  padding-bottom: 100px;
}
.login-form p {
  margin-bottom: 0;
}
.login-form input[type='checkbox'] {
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 17px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 0.15em;
  position: relative;
}
.login-form input[type='checkbox']::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #9bdccf;
  transition: 120ms transform ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}
.login-form input[type='checkbox']:checked::before {
  transform: scale(1);
}
.login-form .container {
  position: relative;
}
.login-form .container .image-part {
  position: relative;
}
.login-form .container .image-part .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login-form .container .form-part {
  background-color: #fff;
  padding: 40px 70px 75px 70px;
}
.login-form .container .form-part .logo {
  width: 180px;
  height: 65px;
  object-fit: contain;
  display: block;
  margin: auto;
}
.login-form .container .form-part .title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.9px;
  line-height: 70px;
  color: #1e2e76;
  margin-top: 40px;
}
.login-form .container .form-part .lines {
  margin-top: 0;
  display: flex;
}
.login-form .container .form-part .lines .line {
  height: 2px;
  width: 200px;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}
.login-form .container .form-part .lines .line:not(:first-of-type) {
  margin-left: 10px;
}
.login-form .container .form-part .subtitle {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.75px;
  line-height: 70px;
  color: #1e2e76;
  margin-top: 40px;
}
.login-form .container .form-part #loginform {
  margin-top: 30px;
}
.login-form .container .form-part #loginform .login-username,
.login-form .container .form-part #loginform .login-password {
  margin-bottom: 30px;
  display: flex;
  position: relative;
  padding-bottom: 20px;
}
.login-form .container .form-part #loginform .login-username svg,
.login-form .container .form-part #loginform .login-password svg {
  color: #aaaaaa;
  margin-left: 16px;
  margin-right: 16px;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.login-form .container .form-part #loginform .login-username:after,
.login-form .container .form-part #loginform .login-password:after {
  content: '';
  height: 2px;
  background-color: #1e2e76;
  width: 100%;
  display: block;
  margin-top: 20px;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
}
.login-form .container .form-part #loginform .login-username input,
.login-form .container .form-part #loginform .login-password input {
  border: none;
  flex-grow: 1;
  outline: none;
  color: #aaaaaa;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.663px;
  line-height: 20px;
  font-family: 'Poppins', sans-serif;
}
.login-form .container .form-part #loginform .login-username input::placeholder,
.login-form .container .form-part #loginform .login-password input::placeholder {
  opacity: 0.8;
}
.login-form .container .form-part #loginform .login-username:focus-within:after,
.login-form .container .form-part #loginform .login-password:focus-within:after {
  background-color: #9bdccf;
}
.login-form .container .form-part #loginform .login-remember {
  font-size: 10px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.login-form .container .form-part #loginform .login-remember label {
  display: flex;
  align-items: center;
}
.login-form .container .form-part #loginform .login-remember input {
  color: #9bdccf;
  margin-right: 8px;
}
.login-form .container .form-part #loginform .login-submit #wp-submit {
  margin-top: 50px;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.765px;
  line-height: 23px;
  background-color: #9bdccf;
  color: #fff;
  padding: 13px 52px;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  outline: none;
  border: 1px solid #9bdccf;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.login-form .container .form-part #loginform .login-submit #wp-submit:active,
.login-form .container .form-part #loginform .login-submit #wp-submit:hover,
.login-form .container .form-part #loginform .login-submit #wp-submit:focus {
  background-color: transparent;
  color: #9bdccf;
}
.login-form .container .draw.draw-1 {
  right: 0;
  top: 0;
  transform: translate(45%,-35%);
  width: 450px;
  height: 500px;
  object-fit: contain;
  z-index: -1;
}
.login-form .container .draw.draw-2 {
  right: 0;
  bottom: 0;
  transform: translate(50%,50%);
  width: 200px;
  height: 85px;
  object-fit: contain;
}
@media (max-width: 1399.98px) {
  .login-form .container .form-part .title {
    font-size: 25px;
    line-height: 50px;
  }
}
@media (max-width: 1199.98px) {
  .login-form .container .form-part .title {
    font-size: 20px;
    line-height: 30px;
  }
  .login-form .container .form-part .subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991.98px) {
  .login-form .container .image-part {
    height: 250px;
  }
  .login-form .container .form-part {
    padding: 40px 40px 50px 40px;
  }
  .login-form .container .form-part .title {
    font-size: 25px;
    line-height: 35px;
  }
  .login-form .container .form-part .login-submit {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .login-form {
    padding-top: 0;
    padding-bottom: 0;
  }
  .login-form .container .image-part {
    height: 150px;
  }
}
@media (max-width: 576px) {
  .login-form .container .form-part {
    padding: 10px 40px 20px 40px;
  }
  .login-form .container .form-part .title {
    font-size: 20px;
    margin-top: 15px;
  }
  .login-form .container .form-part .subtitle {
    font-size: 17px;
    margin-top: 25px;
  }
  .login-form .container .form-part #loginform {
    margin-top: 20px;
  }
  .login-form .container .form-part #loginform .login-submit #wp-submit {
    margin-top: 25px;
    font-size: 12px;
    line-height: 20px;
    padding: 11px 50px;
  }
  .login-form .container .form-part #loginform .login-username,
  .login-form .container .form-part #loginform .login-password {
    padding-bottom: 10px;
  }
}
