/*Les class '.prm-back-XXX' et '.prm-img-XXX' sont des class spécifiques et devront
être recrées à chaque nouvelles landing page avec des propriétés spécifiques.
Ne pas oublier de modifier '.prm-img-XXX img' directement sur workplace.*/

#sys-main-content {
    height: 750px;
}

.prm-demo {
    height: 600px;
    width: 1250px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgb(128, 128, 128);
}

.prm-demo h2 {
    text-align: center;
    margin-top: 30px;
}

.prm-inner-demo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.prm-request {
    width: 500px;
    height: 415px;
    padding-top: 20px;
    overflow: auto;
}

.prm-request p {
    font-size: 150%;
}

.prm-request p span {
    font-weight: bold;
}

.prm-request ul, ol {
    margin: 10px;
    padding: 10px;
}

.prm-request li {
    font-size: 130%;
}

.prm-request li span {
    font-weight: bold;
}

.prm-request input {
    position: relative;
    z-index: 2;
}

.prm-red {
    color: red;
    font-size: 150%;
}

.prm-button {
    height: 50px;
    width: 150px;
    transition: background-color 1.5s;
    background-color: #BCBCBC;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 7px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
    position: relative;
    z-index: 2;
    left: 175px;
    font-size: 125%;
}
/*Class spéciales uniquement pour l'animation JavaScrpit du bouton (x-rgpd.js ligne 789)*/
.prm-anim-a {
    transition: background-color 1.5s;
    background-color: #60D8F5;
}

.prm-anim-f {
    transition: .5s;
    left: 0px;
}

.prm-anim-s {
    transition: width 1s ease-in-out, background-color 1.5s;
    background-color: #5DB997;
    width: 470px;
}

.prm-anim-e {
    transition: width 1s ease-in-out, background-color 1.5s;
    background-color: #EB5149;
    width: 470px;
}

.prm-anim-input:focus {
    border: 2px solid #EB5149;
}

/*MRGPD Academy - Cards*/

.prm-back-MRGPDA {
    height: inherit;
    width: inherit;
    background-image: url("/moovapps/easysite-resources/skins/workplace/img/mrgpda-dashboard.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prm-img-MRGPDA {
    width: 600px;
    height: 510px;
}

.prm-img-MRGPDA img {
    max-width: unset !important;
    position: relative;
    left: -175px;
    top: -30px;
    width: 900px;
    height: auto;
    z-index: 1;
}


/*Protection Web - WAF*/

.prm-back-PW {
    height: inherit;
    width: inherit;
    background-image: url("/moovapps/easysite-resources/skins/workplace/img/pw-dashboard.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prm-img-PW {
    width: 600px;
    height: 510px;
}

.prm-img-PW img {
    max-width: unset !important;
    position: relative;
    left: -145px;
    top: 10px;
    width: 850px;
    height: auto;
    z-index: 1;
}


/*Cookies et consentements - Axeptio*/

.prm-back-CC {
    height: inherit;
    width: inherit;
    /*
    background-image: url("/moovapps/easysite-resources/skins/workplace/img/cc-dashboard.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
     */
    display: flex;
    align-items: center;
    justify-content: center;
}

.prm-img-CC {
    width: 600px;
    height: 510px;
}

.prm-img-CC img {
    max-width: unset !important;
    position: relative;
    left: -50px;
    top: 40px;
    width: 700px;
    height: auto;
    z-index: 1;
}


/*Sauvegarde externalisée*/

.prm-back-SE {
    height: inherit;
    width: inherit;
    background-image: url("/moovapps/easysite-resources/skins/workplace/img/se-dashboard.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prm-img-SE {
    width: 600px;
    height: 510px;
}

.prm-img-SE img {
    max-width: unset !important;
    position: relative;
    left: -60px;
    top: 50px;
    width: 650px;
    height: auto;
    z-index: 1;
}


/*Identification et Suppression des données - Ahdoc*/

.prm-back-ISD {
    height: inherit;
    width: inherit;
    background-image: url("/moovapps/easysite-resources/skins/workplace/img/isd-dashboard.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prm-img-ISD {
    width: 600px;
    height: 510px;
}

.prm-img-ISD img {
    max-width: unset !important;
    position: relative;
    left: -150px;
    top: 20px;
    width: 800px;
    height: auto;
    z-index: 1;
}


/*Visa RGPD*/

.prm-back-VI {
    height: inherit;
    width: inherit;
    /*
    background-image: url("/moovapps/easysite-resources/skins/workplace/img/vi-dashboard.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    */
    display: flex;
    align-items: center;
    justify-content: center;
}

.prm-img-VI {
    width: 600px;
    height: 510px;
}

.prm-img-VI img {
    max-width: unset !important;
    position: relative;
    left: -105px;
    top: 20px;
    width: 750px;
    height: auto;
    z-index: 1;
}


/*Pass RGPD*/

.prm-back-PR {
    height: 105%;
    width: auto;
    background-image: url("/moovapps/easysite-resources/skins/workplace/img/pr-dashboard.png");
    background-repeat: no-repeat;
    background-size: 98%;
}

/***
.prm-img-PR {
    width: 600px;
    height: 510px;
}

.prm-img-PR img {
    max-width: unset !important;
    position: relative;
    left: -150px;
    top: 20px;
    width: 800px;
    height: auto;
    z-index: 1;
}
*/

.v-card-title {
    font-weight: bold;
    font-size: 150%;
}

.v-btn__content {
    font-weight: bold;
}

.linear_graph p {
    font-weight: bold;
    margin: 1% 0 0 0;
}


/***
* CLass des landings premium quand le  client a souscrit à l'option.
* Composé d'une div 'prm-back-XXX-dashboard d'une 'iframe' et d'un 'button',
*peu de choses sont à modifier lors de la créatin d'une nouvelle landing.
 */

.prm-dashboard-button {
    margin-top: 10px;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.prm-dashboard-button a {
    color: white;
}

.prm-dashboard-button a:visited {
    color: white;
}


/*MRGPDA - Dashboard */
.prm-back-mrgpda-dashboard {
    display: flex;
    flex-direction: column;
    width: 99%;
    height: 100%;
}

.prm-back-mrgpda-dashboard iframe {
    height: 100%;
}

#mrgpda-prm-dashboard {
    width: 100%;
    height: 90%;
    border-width: 0;
}


/*Protection Web - Dashboard */
.prm-back-pw-dashboard {
    display: flex;
    flex-direction: column;
    width: 99%;
    height: 100%;
}

.prm-back-pw-dashboard iframe {
    height: 100%;
}

#pw-prm-dashboard {
    width: 100%;
    height: 90%;
    border-width: 0;
}