/*MODS - Janvier 2019*/
.liste-modules{
  padding-bottom:15px;
  color:#999;
} 
.liste-modules:hover{
  text-decoration: underline;
  cursor: pointer;
} 

.w-form-fail.login {
  background-color:transparent;
  border-color:red;
}

.login-input.first-half {
  width:48%;
  float:left;
}
.login-input.second-half {
  width:48%;
  float:right;
}

.login-input::placeholder {
  color: rgba(255, 255, 255, .65);
  opacity: 1; /* Firefox */
}

.login-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: rgba(255, 255, 255, .65);
}

.login-input::-ms-input-placeholder { /* Microsoft Edge */
 color: rgba(255, 255, 255, .65);
}
.login-input.second-half.code::placeholder {
  font-weight: bold;
  color:#fff;
}

.classwebplus-bar {
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .3);
  z-index:10;
  position:fixed;
  width:100%;
  background-color:rgba(255, 255, 255, .95);
  padding:10px 2%;
  visibility: hidden;
}

.regular-button.plus {
  padding-right: 20px;
  padding-left: 70px;
  background-image: url('../images/icone-infinite.png');
  background-position: 20px 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}
.regular-button.regulier {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #a0a0a0;
}
.regular-button.regulier:hover {
  background-color: #666;
}
.hero-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  z-index: 1;
}

.hero-classweb {
  padding: 40px;
  border: 2px solid #a0a0a0;
  border-radius: 10px;
  text-align: center;
  opacity: 1;
  -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    max-width:500px;
}
.hero-classweb:hover {
  border: 2px solid #fff;
  background-color:rgba(255, 255, 255, .1);
}

.hero-classwebplus {
  padding: 60px;
  border: 5px solid #1ea9e6;
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
    -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  animation: glowing 2000ms infinite;
  position:relative;
  text-align: center;
}

.hero-classwebplus:hover {
    cursor: pointer;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  background:#1ea9e6;
  background-color:rgba(30, 169, 230, .4);
/*  -webkit-animation: slide 30s linear infinite;
  animation: slide 30s linear infinite;*/
}
/*@keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -4308px 0; }
}*/
.hero-classwebplus:hover .hero-icons {
    opacity: 0;
    -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.hero-classwebplus:hover .hero-classwebplus-logo {
    opacity: 1;
    -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hero-or-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 28px;
  padding-left: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-blue {
  color: #1ea9e6;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
    z-index: 1;
}

.hero-icons {
  width: 65px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  height:auto;
}
.hero-classwebplus-logo {
   -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  position: absolute;
  left: 0px;
  top: 67px;
  right: 0px;
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  -ms-transform: scale(0);
  transform: scale(0);
}

.hero-or {
  margin-bottom: 29px;
  color: #fff;
  font-size: 15px;
}

@keyframes glowing {
  0% { box-shadow: 0 0 -10px #1ea9e6; }
  40% { box-shadow: 0 0 30px #1ea9e6; }
  60% { box-shadow: 0 0 30px #1ea9e6; }
  100% { box-shadow: 0 0 -10px #1ea9e6; }
}
@keyframes glowingsmall {
  0% { box-shadow: 0 0 -10px #1ea9e6; }
  40% { box-shadow: 0 0 13px #1ea9e6; }
  60% { box-shadow: 0 0 13px #1ea9e6; }
  100% { box-shadow: 0 0 -10px #1ea9e6; }
}

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

/**/


.navbar {
  padding-top: 35px;
  padding-bottom: 20px;
  background-color: transparent;
  z-index:5;
  position: relative;
/*  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .1);*/
}

.nav-link {
  margin-right: 20px;
  margin-bottom: 15px;
  margin-left: 20px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  box-shadow: 0 3px 0 0 #1ea9e6;
}

.logo-header {
  width: 275px;
  padding-top: 10px;
}

.form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-float {
  padding:45px;
  border-radius: 10px;
/*  box-shadow: 0 1px 100px 0 rgba(0, 0, 0, .3);*/
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color:rgba(0, 0, 0, .6);
  z-index:1;
}

.body {
  font-family: Montserrat, sans-serif;
}

.login-form {
  text-align: center;
}

.hero-title {
  color: #fff;
  font-size: 42px;
  line-height:47px;
  max-width:445px;
  margin:20px auto 10px auto;
  text-transform: uppercase;
}
.hero-title.plus {
  margin:0px auto 10px auto;
}

.hero-subtitle {
  margin-bottom: 29px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.hero-subtitle.regulier {
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.form-block {
  width: 500px;
}

.regular-button {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 50px;
  border-radius: 5px;
  background-color: #1ea9e6;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.regular-button:hover {
  background-color: #097fb3;
}
.ghost-button {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 14px 44px;
  border-radius: 5px;
  border:2px solid #1ea9e6;
  color:#1ea9e6;
  background-color:transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.ghost-button:hover {
  background-color: #666;
  border-color:#666;
  color:#fff;
}

.login-input {
  padding: 15px 15px;
  background-color:transparent;
  border-bottom:1px #fff solid;
  border-right:0px;
  border-left:0px;
  border-top:0px;
  color:#fff;
}

.boutique {
  padding-top: 60px;
}

.regular-title {
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: center;
}

.separator {
  display: block;
  width: 65px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  background-color: #1ea9e6;
}

.separator.float-left {
  float: left;
}

.video-row {
  width: 100%;
  margin-bottom: 50px;
  padding-right: 2%;
  padding-left: 2%;
}

.category-title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
}

.title-container {
  margin-bottom: 40px;
  text-align: center;
}

.video-item-container {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  cursor: move;
}

.video-item {
  position: relative;
  display: inline-block;
  width: 300px;
  margin-right: 35px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 33px 0 rgba(0, 0, 0, .08);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.video-image {
  height: 175px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: url('../images/Capture-d’écran-2018-10-31-à-13.14.18.png');
  background-position: 50% 0px;
  background-size: cover;
  position:relative;
}

.video-text {
  position: relative;
  padding: 15px 15px 60px;
}

.video-title {
  margin-top: 0px;
  margin-bottom: 0px;
}

.video-author {
  margin-top: 5px;
  margin-bottom: 15px;
  color: #a0a0a0;
}

.cart-button {
  display: inline-block;
  padding: 9px 15px;
  border: 2px solid #1ea9e6;
  border-radius: 5px;
  background-color: #1ea9e6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.cart-button:hover {
  border-color: #097fb3;
  background-color: #097fb3;
}

.preview-button-link {
  position: absolute;
  right: 0px;
  text-decoration: none;
}

.preview-button-link:hover {
  border-color: #a0a0a0;
  color: #a0a0a0;
}

.preview-button {
  position: static;
  right: 15px;
  bottom: 15px;
  padding: 9px 15px;
  border: 2px solid #1ea9e6;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1ea9e6;
  text-decoration: none;
}

.preview-button:hover {
  border-color: #a0a0a0;
  color: #a0a0a0;
}

.item-buttons-container {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
}

.clients {
  padding: 70px 10%;
  background-color: #f0f0f0;
}

.grid {
  margin-top: 30px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 115px;
  padding-bottom: 105px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(0deg, rgba(30, 169, 230, .84), rgba(9, 127, 179, 0));
  background-image: linear-gradient(90deg, rgba(30, 169, 230, .84), rgba(9, 127, 179, 0));
  color: #fff;
  text-align: center;
}

.cta-title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}

.bolder {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 700;
  text-decoration: none;
}

.menu-illimite {
  margin-top: 10px;
  padding: 10px 15px 10px 45px;
  border: 1px solid #1ea9e6;
  border-radius: 5px;
  background-color: #1ea9e6;
  background-image: url('../images/icone-infinite.png');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.menu-illimite:hover {
  border-color: #4a4a4a;
  background-color: #4a4a4a;
}

.cta-button {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 20px 16px 60px;
  border-radius: 5px;
  background-color: #1ea9e6;
  background-image: url('../images/icone-infinite.png');
  background-position: 13px 18px;
  background-size: 32px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 500;
}

.cta-button:hover {
  background-color:#333;
}

.section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-block {
  text-align: center;
}

.container {
  display: block;
  width: 100%;
  min-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 5%;
  padding-left: 5%;
}

.div-block-7 {
  float: left;
}

.left-menu {
  margin-left: 30px;
  float: left;
}

.right-menu {
  float: right;
}

.menu-shoppingcart {
  margin-top: 10px;
  margin-right: 15px;
  padding: 10px 15px 10px 45px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  background-image: url('../images/shopping-cart.png');
  background-position: 13px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.menu-shoppingcart:hover {
  background-color: #4a4a4a;
  border: 1px solid #4a4a4a;
  background-image: url('../images/shopping-cart.png');
  background-position: 13px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
}

.item-price {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 3px 10px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .36);
  font-size: 13px;
  font-weight: 700;
}
.item-duration {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 2px 7px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-weight: 500;
  color:#fff;
}

.hero-background {
  height: 800px;
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.3));
  background-size:cover;
  background-attachment: fixed;
  position:absolute;
  top:0;
  width:100%;
  border-bottom:1px solid #eee;

}
.hero-block {
  height: 700px;
}

@media (max-width: 991px) {
.hero-classweb {
  padding:20px;
}
.hero-classwebplus {
  padding:20px;
}
.hero-wrapper {
}

  .nav-link {
    display: block;
    color:#333;
  }
  .nav-link.illimite {
    padding-bottom: 20px;
    padding-left: 45px;
    border-radius: 5px;
    background-color: #1ea9e6;
    background-image: url('../images/icone-infinite.png');
    background-position: 10px 50%;
    background-size: 24px;
    background-repeat: no-repeat;
    color: #fff;
  }
  .left-menu {
    margin-left: 0px;
    background-color: #fff;
    box-shadow: 0 11px 11px 0 rgba(0, 0, 0, .33);
  }
  .right-menu {
    overflow: hidden;
    height: 0px;
  }
  .menu-button.w--open {
    background-color: #1ea9e6;
  }
}

@media (max-width: 767px) {

.hero-classweb {
}
.hero-classwebplus {
}
.hero-wrapper {
  display:block;
}
.hero-subtitle {
  display:none;
}
.hero-block {
  height:600px;
}
.hero-or {
  padding:20px;
  margin:0px;
}
.regular-button {
  margin:0px;
}
.hero-title {
  font-size:32px;
  line-height:36px;
}
.hero-classwebplus-logo {
  top:30px;
}
.hero-background {
  height:740px;
}


  .twelve {
    width:100% !important;
  }

  .promo-button {
    background-image:none !important;
    padding:10px 20px !important;
  }
  .promo-catchphrase {
    font-size:24px !important;
    line-height: 25px !important;
  }
  .modal.fade.in { top:5% !important; }
  .checkout-box, .update-box { float:left !important; }

  .modal-video-container {
    display: none;
  }
  .promo-container {
    width:100% !important;
  }
  .modal {
    width:100% !important;
    left:auto !important;
    margin-left:0px !important;
  }
  .promo-desc {
    line-height:22px !important;
  } 

    .form-float {
  padding:20px;
}
  .nav-link {
    color:#333;
  }
  .form-container {
    width: 100%;
    text-align: center;
  }
  .clients {
    padding-right: 4%;
    padding-left: 4%;
  }
  .grid {
    grid-row-gap: 16px;
    grid-template-rows: 1fr auto;
  }
  .right-menu {
    display: none;
    overflow: hidden;
    height: 0px;
  }
  .classwebplus-bar {
  visibility: hidden !important;
}
}

@media (max-width: 479px) {
  .form-float {
  padding:0px;
}
  .logo-header {
    margin-bottom: 15px;
  }
  .hero-title {
    font-size: 32px;
    line-height:36px;
  }
  .form-block {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .regular-title {
    font-size: 28px;
    line-height: 34px;
  }
  .clients {
    padding-right: 3%;
    padding-left: 3%;
  }
  .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .cta {
    display: block;
    height: auto;
    padding: 50px 15px 60px;
  }
  .cta-title {
    font-size: 22px;
    line-height: 28px;
  }
  .cta-button {
    background-position: 24px 50%;
  }
  .menu-button {
    display: block;
    width: 60px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
    text-align: center;
  }
  .hero-background {
  height:800px;
}
.classwebplus-bar {
  visibility: hidden !important;
}
}

#w-node-1c240fd8bc9d-daf98445 {
  grid-column-start: 6;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-1c240fd8bc9d-daf98445 {
    grid-column-start: 6;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-1c240fd8bc9d-daf98445 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}

#w-node-66c1c3518b16-daf98445 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}

#w-node-e26213abcb26-daf98445 {
  grid-column-start: 5;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 479px) {
  #w-node-e26213abcb26-daf98445 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}

#w-node-e34b345f6f86-daf98445 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

#w-node-eb7527b5444e-daf98445 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

#w-node-c90229511044-daf98445 {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 479px) {
  #w-node-c90229511044-daf98445 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}

#w-node-0cd618cf3ce3-daf98445 {
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

#w-node-1b22338304f2-daf98445 {
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

