body {
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position-x: right!important;
}
#content {
    min-height: calc(100vh - 176px) !important;
}
.content_tma {
    min-height: calc(100vh - 136px) !important;
}
.home {
    margin-left: 0px;
    background: none;
    border: none;
    height: auto;
    margin: 0 auto 0;
    max-width: 1180px;
}
.header-global {
    border-bottom: none;
    box-shadow: none;
    background: none;
}
.header-global h1.logo img.ec-logo-size {
    display:none;
}
#white_veil {
    background-color: rgba(255,255,255,0.8);
    width: 800px;
    margin: auto;
    padding: 20px 100px;

}
.wrapper-header {
    max-width: 1500px !important;
}
.empty-dashboard-message {
    max-width: 600px;
    margin-left: 0px;
    background: none;
    color: none !important;
    border: none;
}
#tma_background_font {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/media/microsite/techready/auto/images/bg_img.jpg);
}
header > nav > ol {
    background-color: rgba(255, 255, 255,0.5);
    border-radius: 10px;
}
.user-link {
    box-shadow: none !important;
}
.user-link:hover {
    background-color: rgba(21, 67, 121,0.7) !important;
    border-radius: 15px;
}

#dashboard_course_content {
    padding-right: 0!important;
  }

/*Homepage*/
#connectButnsWrapper{
    max-width: 600px;
    margin: auto;
    background: none;
    border: none;
    text-align: center;
    /* margin-top: 80px; */
}
.butnContainer {
    display: inline;
    margin: 5px;
}
.butnContainer > a {
    padding: 10px 20px;
    text-align: center;
    text-shadow: none;
    font-weight: 500;
    letter-spacing: 0;
    color: white;
    background-color: #457DD9;
    box-sizing: border-box;
    transition: color 0.25s ease-in-out,background 0.25s ease-in-out,box-shadow 0.25s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0px 0px 3px black;
    border-radius: 3px;
    font-size: 24px;
}
.butnContainer > a:hover {
    background-color: rgba(21, 67, 121,0.7);
}
.header-global {
    height: 120px;
}

/* Dashboard */
#dashboard_course_content {
    margin: 0px;
    width: 100%;
}
#logoData4Manager {
    width: 100%;
    display: flex;
    margin: auto;
    background: none;
    border: none;
    text-align: center;
    padding: 0 10px 0 0;
    justify-content: space-around;
}
#logoData4Manager > img {
    margin-top: 50px;
}
#Logo_DataReady {
    width: 370px;
    height: auto;
    max-width: 70vw;

}
#Logo_HEC {
    width: 210px;
    height: auto;
    max-width: 40vw;

}
.empty-dashboard-message p {
    color: rgba(21, 67, 121,1);
    line-height: 100%;
}
.bottom_btn {
    text-align: center;
}

/* Pop up register FR/EN */
  #connect-popin-veil{
    display: none;
    position: absolute;
    top: 0px;
    left:0px;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
  }
  #connect-popin-groups-container{
    max-width: 750px;
    min-height: 240px;
    margin: auto;
    margin-top: 20vh;
    background-color: rgba(255,255,255,0.9);
    padding: 25px;
    border-radius: 15px;
  }
  #connect-popin-groups-container>#wrapper-img-popup>img{
    width: 30%;
    text-align: center;
    padding: 0px!important;
    margin: 0 auto;
    width: 200px;
  }
  #connect-popin-groups-container>#wrapper-img-popup>img:hover{
    cursor: pointer;
  }
  #connect-popin-groups-container>h2{
    text-align: center;
    color: black;
    font-weight: 600;
  }
  #veilCloseContainer {
    position: absolute;
    padding-left: 50px;
  }
  #veilCloseContainer > img {
    width: 30px;
    position: absolute;
    right: 0;
  }
  #veilCloseContainer > img:hover {
    cursor: pointer;
  }
  #wrapper-img-popup{
    display: flex;
    justify-items: center;
  }

  #connectButnsWrapper {
      height: 150px;
      max-width: 70%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
  }
  @media screen and (max-width: 800px) {
    #connect-popin-groups-container>#wrapper-img-popup>img {
      display:block;
      width: 220px;
      margin-bottom: 15px;
      display: block;
    }
  }

/* @media screen and (max-width: 670px) {
    #logoData4Manager {
        padding: 0 0 20px 0;

    }
} */
@media screen and (max-width: 768px) {
    #white_veil {
        height: 380px;
        max-width: 450px;
        margin: auto;
        padding: 20px;
    }
    #connectButnsWrapper {
        max-width: 450px;
        background: none;
        border: none;
        text-align: center;
        margin:  0 auto;
        height: 50px;
    
    }
    #logo_telecomParis {
        height: 100px;
    }
    #logo_netexplo {
        height: 75px;
    }
    #logo_techready {
        margin-top: 50px;
    }

    .header-global h1.logo img.ec-logo-size {
        min-width: 90vw;
    }
}