﻿html {
    font-family: sans-serif;
    height: 100%;
}

body {
    
    font-size: 1em;
    margin: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    height: 100%;
}

.MediaNavigation
{
    display:none;
}

.ShowOnPhone {
    display:none;
}

.body-content {
    min-height: 78%;
    clear: both;
    padding: 15px;
}

.SectionFullPage {
    width: 80%;
    margin: auto
}

.ApplicationBanniere {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: white;
    padding: 10px;
    padding-bottom: 10px;
    border-bottom: 4px solid #23A397;
    min-height: 60px;
    margin-bottom: 10px;
}

.ApplicationTitle {
    font-size: 28px;
    font-weight: bold;
    color: #23A397;
    text-decoration: none;
    padding: 15px;
    padding-left: 30px;
    /*text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);*/
}

.ApplicationLogo {
    float: left;
    margin-right:30px;
}


.ApplicationBanniereOnglet {
    background-color: #0099A9;
    height: 37px;
    text-align: center;
    padding-top: 50px;
}

/* onglet style */
    .ApplicationBanniereOnglet .ApplicationTitle {
        border: 5px solid #F8F8F8;
        border-radius: 20px 20px 0px 0px;
        background-color: #F8F8F8;
        border-bottom: 0px;
        text-align: center;
        padding-left: 150px;
        padding-right: 150px;
        font-size: 20px;
        font-weight: bold;
        font-weight: 900;
        letter-spacing: 3px;
        
    }

h1 {
    font-size: 45px;
}

h2 {
    font-size: 30px;
}
/*********************************/
.ChooseLangue {
    background-color: white;
    right: 50px;
    top: 0px;
    position: relative;
    text-align: right;
    height: 25px;
    width: 100px;
    position: fixed;
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
    border: 1px solid black;
}

    .ChooseLangue .Arrow {
        padding-left:50px;
    }        
    .ChooseLangue .Liste
    {
        position: absolute;
     display:none;
     width: 100px;
     text-align: center;
     background-color: white;
     padding: 5px;
     top:22px;
      right:-1px;
      border:1px solid black;
      
    }

.ChooseLangue .CurrentLangue {
    text-decoration:none;
    color:black;
}

    .ChooseLangue:hover.ChooseLangue .Liste, .ChooseLangue.Liste:hover .Liste {
        display:block;
    }



 .ListeOpened
{
    display:block;
    
    border-color: #CCCCCC;
    border-width: thin;
    border-left-style: double;
    border-right-style: double;
    z-index: 1;
    background-color: #FFFFFF;
    box-shadow: 5px 5px 5px #CCCCCC;

 }

.ChooseLangue .Liste a {
    display:block;
    
    color: #000000;
}
/*********************************/

.btn {
    background-position: left center;
    background-repeat: no-repeat;
    color: black;
    background-color: #F0F0F0;
    background-position-x: 5px;
    padding: 4px;
    padding-left: 25px;
    padding-right: 15px;
    border: 1px solid grey;
    border-radius: 4px;
    min-width: 20px;
    margin: 2px;
}

    .btn:hover {
        background-color: #bbbbbb;
    }


a.btn:hover {
    text-decoration: none;
    color: black;
}

a.btn-image {
    padding: 2px;
    padding-right: 5px;
}

a.btn:visited {
    text-decoration: none;
    color: black;
}

.btn-preview {
    background-image: url('/Images/voir.png');
}

.btn-previewEval {
    background-image: url('/Images/eval.png');
}

.btn-previewSession {
    background-image: url('/Images/session.png');
}

.Panel_OU_1 {
    margin-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #a0a0a0;
}

.Panel_OU_2 {
    border: 1px solid #c0c0c0;
    width: 10%;
    left: 45%;
    position: relative;
    text-align: center;
    background-color: white;
    height: 30px;
    bottom: -15px;
    padding: 0px;
}

.CGU {
    margin-top: 5px;
    background-color: #EEE;
    padding: 10px;
    text-align: justify;
    width: 100%;
}


.Smiley {
    height: 50px;
}


label {
    font-weight: normal;
    padding-left: 5px;
   
}

.Bold {
    font-weight:bold;

}

.ButtonAction {
    padding: 10px;
    box-shadow: 2px 2px 5px grey;
    margin-bottom: 10px;
    
    text-decoration: none;
    background-repeat: no-repeat;

    display: block;
    color:black;
    font-weight:bold;
    font-size:1.1em;
    width:150px;
    background-color:#fafafa;
}
    .ButtonAction:hover {
        background-color: #c0c0c0;
    }

.NavigateButton:hover {
    color: white;
    background-color: #0A7887;
    text-decoration: none;
}


    .NavigateButton:visited {
        text-decoration: none;
    }
    
.textbox_error {
    background-color: #EAA1A9;
}



.PanelDebug {
    display: none;
    position: fixed;
    left: 50px;
    top: 550px;
    width: 250px;
    height: 150px;
    border: 4px solid grey;
    background: linear-gradient(#eee0c8 0%, white 100%);
    box-shadow: 2px 2px 8px black;
    z-index: 2000;
    overflow: scroll;
}

.Debug {
    display: none;
    position: relative;
    border: 4px solid grey;
    background: linear-gradient(#eee0c8 0%, white 100%);
    box-shadow: 2px 2px 8px black;
    z-index: 2000;
}


.txt_warning {
    color: #f5610b;
    font-weight: bold;
    padding: 15px;
    border: 1px solid #f5610b;
}

.txt_error {
    color: red;
    font-weight: bold;
}

.txt_exclam {
    color: blue;
}

.txt_info {
    color: green;
}

.title {
    color: red;
    font-weight: bold;
    color: navy;
}

.legend {
    color: gray;
    font-style: italic;
}

.txt_legende {
    color: gray;
    font-style: italic;
    font-size: 11px;
}


.Titre {
    font-size: 1.5em;
    width: 90%;
    display: block;
    margin: 5px;
    margin-bottom: 15px;
    text-align: left;
    /* from maquette */
    font-weight: bold;
    color: #0099A8;
    
}


.Right {
    text-align: right;
}


.Poppup {
    border: 1px solid black;
    box-shadow: 2px 2px 8px black;
    position: fixed;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    z-index: 99999;
    background-color: lightgray;
    background-color: white;
    overflow: auto;
}

.barre {
    background: linear-gradient(#FEFEFE 0%, #a6a6a6 100%);
    border-bottom: 1px solid #C8C8C8;
    vertical-align: middle;
    background-color: #ddd9c3;
    padding: 7px;
    font-weight: bold;
}

#SaisieTerminee {
    position: relative;
    width: 70%;
    height: 50%;
    margin-top: 3%;
    left: 15%;
    text-align: center;
    background-color: #f0f0f0;
}

    #SaisieTerminee .barre {
        background: linear-gradient(#006670 0%, #ADF4FF 100%);
    }

span.ClosePoppup {
    position: absolute;
    right: 15px;
    top: 5px;
    padding: 2px;
    display: block;
    width: 25px;
    background-image: url('/Images/fermer.jpg');
    background-size: cover;
}

/* formulaire d'une evaluation en lecture seul*/
.LibelleEvaluation {
    font-weight: bold;
    font-size: 10pt;
    color: #6b6565;
    padding-left: 10px;
    border-right: 1px solid #6b6565;
    border-bottom: 1px solid #6b6565;
}

.headerEvaluation {
    border-bottom: 1px solid #6b6565;
    border-right: 1px solid #6b6565;
    text-align: center;
    font-size: 9pt;
}

    .headerEvaluation .Titre {
        width: 95%;
    }

.ExpressionLibre {
    padding: 5px;
}

    

/* simul le hr cassé par bootstrap */
.Line {
    height: 5px;
    border-bottom: 5px outset gray;
    box-shadow: 2px 2px 8px black;
}

.SessionStageButton {
    border: 2px solid #096674;
    border-radius: 10px;
    padding: 5px;
    font-size: 14pt;
    color: #096674;
    margin: 2px;

}



/* bouton des sessions dans NoAccount */
.SessionStageButton_link {
    text-decoration: none;
}

    .SessionStageButton_link:hover {
        text-decoration: none;
    }

        .SessionStageButton_link:hover .SessionStageButton {
            background-color: #cdf3f7;
        }


.SquareTitle {
    font-weight: bold;
    color: #4C4C4C;
    padding: 5px;
    padding-left: 15px;
    border: 1px solid grey;
    box-shadow: 2px 2px 5px grey;
}


/* entete de la preview formateur d'une eval*/
.EnteteForm {
    border: 0px solid white;
    border-bottom: 1px solid #c0c0c0;
    text-align: left;
}
.ContentForm {
    padding-left:10px;
}

.required {
    color: red;
}



.btn-add2 {
    background-image: url('/Images/add2.jpg');
}

.btn-back {
    background-image: url('/Images/back.png');
}

.Selected {
    font-weight: bold;
    background: linear-gradient(#aaaaaa 1%, #f0f0f0 20%, #f0f0f0 80%, #aaaaaa 100%);
}

.NoBorderRight {
    border-right: 0px solid white;
}


/* style générique pour visualiser le degré de satisaction */

.SessionNote {
    background: radial-gradient(white 66%, #c0c0c0);
    margin:auto;
    padding-top:10%;
    text-align: center;
    font-size: 1.8em;
    height: 100%;
}


/* menu */

.ButtonMenu {
    padding: 5px;
    margin: 0px;
    width: 50px;
    border: 0px solid black;
}

.icon-bar {
    display: block;
    padding: 1px;
    margin: 0px;
    margin: 2%;
    margin-bottom: 3px;
    border: 1px solid black;
    width: 98%;
    box-shadow: 10px 3px 5px 1px #dddddd;
}



Footer {
    clear: both;
    border-top: 1px solid #dddddd;
    font-size:12px;
    left: 0px;
    bottom: 10px;
   
    width: 100%;
    overflow:hidden;
    padding:10px;
  background:linear-gradient(white 5%,  #a5a5a5 100%);
  box-sizing:border-box;
}


.btnEnd {
    color:white;
    background-color:#188f01;
    font-weight:bold;
}

a.btnEnd:visited {
    text-decoration: none;
    color: white;
}

.NoStagiaireSelected {
    width:80%;
    margin-left:10%;
    text-align:center;
    line-height:30px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    font-size:20px;
    color:#afafaf;
}

.linkParticipant {
    color:blue;
}

.linkParticipant:hover table {
    text-decoration:none;
    background-color:#faecd5;
}

.linkParticipant:hover {
    text-decoration:none;
    background-color:#faecd5;
}

.linkParticipant.selected table {
   
    background-color:#d4eaee;
}




.btnCheck {
    width: 100%;
    border: 3px solid #eee0c8;
    /*border-right: 0px solid #9cbaae;*/
    padding: 8px;
    color: black;
    display: block;
    border-radius: 1px;
    text-align: left;
    
    font-size: 1.7em;
    text-decoration: none;
    cursor: pointer;

     background-color: white;
     box-shadow: 2px 2px 8px #aaaaaa;
}

.Check {
    border:1px solid black;
    margin:10px;
    height:25px;
    width:25px;
    
}



/* Pour le suivi des acquis */

.SA_Objectif {
    border-bottom:1px solid #eaeaea;
    clear:both;
        
}

.SA_Puce {
    padding-top: 5px;
    text-align: center;
    width: 8%;
    font-size: 0.9em;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.SA_RoundPuce {
    border-radius: 50px;
    width: 17px;
    height: 17px;
    display: inline-block;
    border: 1px solid gray;
}

.SA_RoundPuce_Enable {
    background-color:orange;
}

.Better {
    background-color:#0A7887;
}

.TitreSurPC, .TitreSurPhone {
    display:none;
}

.Left {
    text-align:left;
}

fieldset {
  border: 1px solid #c0c0c0;
  width:100%;
  padding:10px;
}

fieldset legend {
  margin-left: 25px;
  padding-left:15px;
  padding-right:15px;
  border: 0px solid #c0c0c0;
  width:auto;
  margin-bottom:5px;

  
}

.SmallTitre {
    font-weight:bold;
    font-size:14px;
}

a.BigLink {
    font-size:20px;
    }


 .Onglet {
        border: 2px solid #c0c0c0;
        border-bottom: 0px solid #c0c0c0;
        border-bottom: 2px solid white;
        margin-bottom: -5px;
        padding: 15px;
        border-radius: 0px 25px 0px 0px;
        cursor: pointer;
        background-color: #c0c0c0;
        z-index:1000;
        margin:0px;
        margin-left:-2px;
    }

    .OngletBottom {
        border: 2px solid #c0c0c0;
        border-top: 0px solid #c0c0c0;
        border-top: 2px solid white;
        
        padding: 15px;
        border-radius: 0px 0px 25px 0px;
        cursor: pointer;
        background-color: #c0c0c0;
        
        margin-top:-2px;
        z-index:1000;
        
    }

    .currentTab {
        font-weight: bold;
        background-color: white;
        z-index:1200;

    }

    .OngletsContainer {
        border: 2px solid #c0c0c0;
        padding: 15px;
        
        padding-bottom: 25px;
        z-index:1000;
        background-color:white;
        margin:-2px;
    }


    
.PanelWarning {
    background: #fcfcfc;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    margin: 10px 0 1em 0;
    min-height: 20px;
    padding: 10px 10px 10px 36px;
    position: relative;
    font-size: 25px;
}


.BoutonChoix {
    padding: 20px;
    border: 2px solid #CCCCCC;
    box-shadow: 5px 5px 5px #CCCCCC;
    background-color: white;
    width: 300px;
    font-size:18px;
    font-weight:bold;
    padding-left: 35px;
}

    .BoutonChoix:hover {
        cursor: pointer;
        box-shadow: 5px 5px 5px black;
    }

.BoutonChoixNOK {
    background-color: salmon;
    background-image: url('/Images/check_non.png');
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 30px;
}
.BoutonChoixOK {
    background-color:aquamarine;
    background-image: url('/Images/check_fait.png');
    
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 30px;
}




.ChoixDemiJournee {
    padding: 10px;
    font-size: 15px;
    border: 2px solid blue;
    border-radius: 5px;
    width: 90%;
    margin-top: 0px;
    min-height: 40px;
}

.Cols-60 {
    width: 55%;
    float: left;
}

.Cols-40 {
    width: 35%;
    float: left;
    margin-left: 5%;
}

.BoxVide {
    width: 25px;
    height: 25px;
    margin: auto;
    border: 0px solid #c0c0c0;
}

.HeaderGrille {
    background-color: #D4F1F4;
    color: black;
}



.SmallNavigateButton {
    width: 250px;
    font-size: 15px;
}

#can {
    border: 2px dotted black;
}

.Addbutton {
    background-color: #4ea53d;
    color: white;
    border-radius: 5px;
    padding: 5px;
}



#can {
    background-image: url('/Images/SignezIci.PNG');
    background-repeat: no-repeat;
    background-position: center;
}


    .DemiColonnePC {
        display: block;
        float: left;
        width: 50%;
    }



.TitreEtape {
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 50px;
    line-height: 30px;
}


.CurrentJournee {
    box-shadow: 7px 7px 8px #a6a6a6;
    background-color: #cdf3f7;
}



.IconeMenuSmartPhone {
    display: none;
}


.RightPanelMenu .Indicateur {
    position: relative;
}



.Absent {
    font-style: italic;
    text-decoration: line-through;
    background-color:#ffd2d2;
}



/* Page HELLO */
.ContainerInvitJeSuis { /* fond gris */
                        zoom:0.8;
    width: 70%;
    margin-left: 15%;
    border: 1px solid red;
    text-align: center;
    background-color: #F8F8F8;
    border: 10px solid #F8F8F8;
    border-radius: 50px;
    
}

.ContainerJeSuis {
    display: inline-block;
    min-width:480px;
    display: inline-block;
    width: 35%;
    background-color: white;
    border: 10px solid white;
    border-radius: 10px;
    height: 350px;
    min-height: 350px;
    max-height: 350px;
    margin: 50px;
    position: relative;
    border-radius: 50px;
    box-shadow: 0px 20px 40px rgba(0,0,0,0.1);
    
}


.ContainerJeSuis a.NavigateButton {
    left: 7%;
    width: 80%;
    padding: 10px;
    font-size: 30px;
    font-weight: bold;
    bottom: 10px;
    position: absolute;
    
}


.ContainerJeSuis img {
    position: absolute;
    bottom:50px;
    left:0px;
    width:80%;
}

img#Participant {
    left:50px;
}

div.EncartHelp {
    border: 3px solid #00AAB2;
    width: 80%;
    text-align: left;
    position: relative;
    padding: 15px;
 
}

    div.EncartHelp img {
        position: absolute;
        top: -20px;
        right: -20px;
    }


.accordions_wrapper {
    width: 100%;
    margin: auto 0;
}

    .accordions_wrapper .accordion_wrap .accordion_header {
        width: 100%;
        height: 1rem;
        top: 50%;
        background: linear-gradient(#eee0c8 0%, white 100%);
        padding: 15px;
        color: black;
        font-weight: 700;
        border-top: 2px solid #0f5a54;
        position: relative;
        cursor: pointer;
    }

    .accordions_wrapper .accordion_wrap:first-child .accordion_header {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .accordions_wrapper .accordion_wrap:last-child .accordion_header {
        border-bottom: 2px solid transparent;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .accordions_wrapper .accordion_wrap:last-child .accordion_header:hover {
        border-bottom: 2px solid transparent;
    }

    .accordions_wrapper .accordion_wrap .accordion_header:before,
    .accordions_wrapper .accordion_wrap .accordion_header:after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1rem;
        width: 0.7rem;
        height: 0.1rem;
        background: black;
    }

    .accordions_wrapper .accordion_wrap .accordion_header:hover {
        border-color: #a2adad;
    }

    .accordions_wrapper .accordion_wrap .accordion_header:after {
        transform: rotate(-90deg);
        transition: all 0.5s ease;
    }

    .accordions_wrapper .accordion_wrap:last-child .accordion_header.active {
        border-bottom: 2px solid #1d2222;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .accordions_wrapper .accordion_wrap .accordion_header.active:after {
        transform: rotate(0deg);
    }

    .accordions_wrapper .accordion_wrap .accordion_body {
        width: 100%;
        height: 0px;
        transition: all 0.5s ease;
        overflow: hidden;
        background: #fdfaf6;
    }

    .accordions_wrapper .accordion_wrap .accordion_header.active + .accordion_body {
        height: auto;
        line-height: 1.75rem;
        padding: 1em;
    }

    .container-objectifs{
        display:grid;
        grid-template-columns : 4fr 1fr 2fr;
    }

        .container-objectifs:nth-child(even) {
            background: #fff4e4;
        }

.disclaimerButtons_wrapper {
    display: grid;
    grid-template-columns: 4fr 1fr;
}

.disclaimer {
    border: 3px solid #00AAB2;
    width: 80%;
    text-align: left;
    position: relative;
    padding: 15px;
}

.disclaimer img {
    position: absolute;
    top: -20px;
    right: -20px;
}
