body {
    font-family: Arial;
}
.container {
    max-width: 1024px;
}

h1 {
    font-size: 48px;
    margin: 0 0 15px 0;
    font-weight: bold;
}
h2 {
    margin: 7px 0 15px 0;
    font-size: 1.5em;
    font-weight: bold;
}

.alert {
    padding: 10px;
    margin: 10px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.blue-button, a.blue-button,
.gray-button, a.gray-button,
.gray-button-right, a.gray-button-right {
    padding: 8px 20px;
    font-size: 0.9em;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
}

.blue-button, a.blue-button {
    background-color: #57c8e8;
}
.gray-button, a.gray-button {
    background-color: #707070;
}
.gray-button-right, a.gray-button-right {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 6px 13px;
    background-color: #464542;
    float:right;
}

.ressource_quiz {
    margin-bottom: 15px;
    padding: 5px 15px;
    border-left: 4px solid #163e60;
    background-color: #ebebeb;
    color: #163e60;
}

.ressource_quiz a {
    color: #163e60;
    text-decoration: underline;
}

.ressource_quiz .title_ressource {
    font-size: 1.2em;
    font-weight: bold;
}

a.blue-button:hover,
a.gray-button:hover {
    text-decoration: none;
}


input.blue-button, button.blue-button {
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

@media screen and (min-width: 992px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
}

.clear {
    clear: both;
}

.blue-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #57c8e8;
    border-bottom: 4px solid #163e60;
}

.block {
    display: block;
}

/********** HOME **********/
/**************************/
.home {
    background-color: #57c8e8;
    padding-bottom: 30px;
    min-width: 355px;
}

.home .home_top {
    position: relative;
    height: 211px;
}

.home .home_top img {
    position: absolute;
    top: 0;
    left: 0;
}

.home .home_bottom {
    position: relative;
    height: 147px;
}

.home .home_bottom img {
    position: absolute;
    bottom: 2px;
    right: 0;
}

.home .home_container {
    margin-top: -30px;
    padding: 0 60px;
}

.home .col-home {
    padding: 29px;
    background-color: #ffffff;
    border-top: 8px solid #000000;
}

.home .transformation-evolution {
    margin: 20px auto;
    width: 269px;
    height: 62px;
    color: #57c8e8;
    text-align: center;
    background-image: url(../images/home/bulle.png);
    background-position: 0 7px;
    background-repeat: no-repeat;
    line-height: 1.2em;
}

.home .contact {
    margin-top: 25px;
    border-top: 1px solid;
}

.home .contact h3 {
    margin: 10px 0 5px 0;
    font-size: 18px;
    font-weight: bold;
}

.home .contact a,
.home .cgu a
{
    color: #57c8e8;
}

.home form table {
    margin: 30px 0 0 0;
    width: 100%;
}

.home form table td {
    padding: 5px 0 5px 0;
}

.home form input[type='text'],
.home form input[type='password'] {
    padding: 5px;
    width: 100%;
    border: none;
    background-color: #f2f2f2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.home .forgot-pass {
    text-align: right;
}

.home .forgot-pass a {
    font-size: 10px;
    color: #a1a1a1;
    text-decoration: underline;
}

.home .remember_me {
    margin: 20px 0;
    text-align: center;
}

.home .remember_me label {
    font-weight: normal;
}

.home .remember_me input {
    vertical-align: top;
}


.home .connect {
    text-align: right;
    color: #ffffff;
}

.home .connect input {
    padding: 5px 15px;
    background-color: #707070;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


@media screen and (min-width: 992px) {
    .home .col-home {
        width: 48%;
    }
    .home .col-home:first-child {
        margin-right: 4%;
    }
}


@media screen and (max-width: 991px) {
    .home .col-home:first-child {
        margin-bottom: 20px;
    }

    .home .home_container {
        margin-top: -80px;
    }

    .home .home_top {
        height: 120px;
    }
}

@media screen and (max-width: 485px) {
    .home h1 {
        font-size: 36px;
    }

    .home .home_container {
        margin-top: -30px;
        padding: 0 20px;
    }

    .home .col-home {
        padding: 10px;
    }

    .home .home_top {
        height: 80px;
    }
}
/********** END HOME **********/
/******************************/

/********** PROGRAM SELECTION **********/
/**************************/
.program-selection {
    background-color: #57c8e8;
    padding-bottom: 30px;
}
.program-selection .home_top {
    position: relative;
    height: 211px;
}

.program-selection .home_top img {
    position: absolute;
    top: 0;
    left: 0;
}

.program-selection .home_bottom {
    position: relative;
    height: 147px;
}

.program-selection .home_bottom img {
    position: absolute;
    bottom: 2px;
    right: 0;
}

.program-selection .home_container {
    margin-top: -30px;
    padding: 0 60px;
}

.program-selection .col-home {
    padding: 30px;
    background-color: #ffffff;
    border-top: 8px solid #000000;
}

.program-selection .hyphenate {
    margin-top: 25px;
    font-size: 20px;
}

.program-selection h2 {
    font-size: 25px;
    font-weight: normal;
}

.program-selection .program-list a {
    color: #000000;
}

.program-selection .program-list a:hover {
    color: #57c8e8;
}

.program-selection .program-list ul {
    margin-top: 15px;
    padding-left: 15px;
    list-style-type: none;
    padding-left: 0;
}

.program-selection .program-list li {
    margin-bottom: 5px;
}

.program-selection .see-more {
    margin: 30px 0 10px 0;
    text-align: center;
}

.program-selection .logout {
    padding: 10px 0 70px 0;
    line-height: 1em;
}

.program-selection .logout span {
    display: block;
    float: left;
    margin-top: 5px;
}

.program-selection .logout a {
    float: right;
}


.program-selection .separator {
    border-top: 1px solid;
    margin: 15px 0 30px 0;
    width: 20%;
}

.program-selection .contact_separator {
    border-top: 1px solid;
    margin-top: 40px;
    width: 20%;
}

.program-selection .contact {
    margin-bottom: 30px;
}

.program-selection .contact h3 {
    margin: 10px 0 5px 0;
    font-size: 15px;
    font-weight: normal;
}

.program-selection .contact a {
    color: #57c8e8;
}

@media screen and (max-width: 485px) {
    .program-selection h1 {
        font-size: 36px;
    }

    .program-selection .home_container {
        margin-top: -30px;
        padding: 0 20px;
    }

    .program-selection .home_top {
        height: 120px;
    }
    .program-selection .col-home {
        padding: 10px;
    }
}

@media screen and (max-width: 345px) {
    .program-selection .gray-button {
        margin-top: 30px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 991px) {
    .program-selection .col-home:first-child {
        margin-bottom: 20px;
    }

    .program-selection .home_container {
        margin-top: -80px;
    }
}
/********** END PROGRAM SELECTION **********/
/*******************************************/

/********** NAV **********/
/*************************/
nav {
    height: 70px;
    line-height: 60px;
    background-color: #57c8e8;
}

nav .logo {
    font-size: 25px;
}


nav .menu {
    text-align: center;
    margin-top: 10px;
}


nav .menu label, nav .menu a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: white;
    font-weight: bold;
    margin-top: 10px;
}


nav .menu label {
    display: inline;
    font-weight: normal;
}

nav a:hover, nav a:visited, nav a:link, nav a:active
{
    text-decoration: none;
}

nav .menu label, nav .menu a:hover {
    padding-bottom: 13px;
    text-decoration: none;
    font-weight: bold;
    color: #163e60;
}

@media screen and (max-width: 991px) {
    nav .menu label, nav .menu a {
        font-size: 11px;
    }
}

.slicknav_menu {
    display:none;
    background: #57c8e8;
}

.slicknav_menu div {
    width: 100% !important;
}

@media screen and (max-width: 685px) {
    /* #menu is the original menu */
    #kairos_menu, .blue-header {
        display:none !important;
    }

    .slicknav_menu {
        display:block;
    }
}

/********** END NAV **********/
/*****************************/

/********** PROGRAM **********/
/*****************************/
.program-header {
    padding-top: 30px;
}

.program-header .participant {
    margin-bottom: 10px;
    font-size: 1.2em;
}

.program-header .participant a {
    color: #57c8e8;
}

.legende {
    margin-top: 15px;
}

.legende div {
    display: inline-block;
    border: 1px solid gray;
    height: 15px;
    width: 15px;
    vertical-align: middle;
}

.legende div.legende-disabled {
    background-color: #bbbdc0;
}
.legende div.legende-enabled {
    background-color: #56c7e8;
}
.legende div.legende-started {
    background-color: #f4cd21;
}

.legende label {
    margin-right: 5px;
    font-weight: normal;
    font-size: 0.8em;
}


.program-header .program-logo img {
    max-width: 100%;
    vertical-align: middle;
}

.program-grid {
    margin-top: 30px;
}

.program-grid .usecase {
    float: left;
    width: 50%;
    margin-top: 20px;
    text-align: center;
    font-size: 38px;
    color: #ffffff;
    font-weight: bold;
    background-repeat:no-repeat;
    background-position: center center;
    min-height: 107px;
}

.program-grid .usecase span {
    display: block;
    margin-top: 20px;
    font-size: 19px;
}

.program-grid .usecase.enabled {
    background-image: url(../images/program/usecase_enabled.png);
    cursor: pointer;
}

.program-grid .usecase.started {
    background-image: url(../images/program/usecase_started.png);
}

.program-grid .usecase.disabled {
    background-image: url(../images/program/usecase_disabled.png);
}

/* FORMATION */
/*************/
.program-grid .quiz {
    float: left;
    width: 50%;
    margin-top: 20px;
    text-align: center;
    font-size: 38px;
    color: #ffffff;
    font-weight: bold;
    background-repeat:no-repeat;
    background-position: center center;
    min-height: 107px;
}

.program-grid .quiz span {
    display: block;
    margin-top: 49px;
    font-size: 19px;
}

.program-grid .quiz.enabled {
    background-image: url(../images/program/quiz_enabled.png);
    cursor: pointer;
}

.program-grid .quiz.started {
    background-image: url(../images/program/quiz_started.png);
}

.program-grid .quiz.disabled {
    background-image: url(../images/program/quiz_disabled.png);
}

.quiz_content .question {
    margin-bottom: 20px;
}

.quiz_content .container_good_answer {
    padding: 12px 20px;
    background-color: #f4cd22;
    color: white;
    font-weight: bold;
}


.quiz_content .container_explication {
    border: 2px solid #464542;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top: 20px;
    padding: 13px;
}

.quiz_content .container_explication td{
    vertical-align: middle;
}


@media screen and (min-width: 490px) {
    .program-grid .usecase {
        width: 25%;
    }

    .program-grid .quiz {
        width: 25%;
    }
}

@media screen and (min-width: 680px) {
    .program-grid .usecase {
        width: 20%;
    }

    .program-grid .quiz {
        width: 20%;
    }
}

@media screen and (max-width: 767px) {
    .program-header .program-logo {
        margin-top: 15px;
    }
}

@media screen and (min-width: 992px) {
    .program-grid .usecase {
        width: 12.5%;
    }

    .program-grid .quiz {
        width: 12.5%;
    }
}
/********** END PROGRAM **********/
/*********************************/


/********** USECASE **********/
/*****************************/
.page_usecase .usecase_menu > div {
    width: 85%;
    height: 600px;
    border-right: 1px solid #b7b7b7;
}

.page_usecase .usecase_menu label {
    display: block;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 10px;
}

.page_usecase .usecase_menu label.current {
    padding-left: 10px;
    color: #57c8e8;
    border-left: 5px solid #57c8e8;
}

.page_usecase .usecase_menu label.past {
    color: #b7b7b7;
}

.page_usecase .usecase_menu img {
    margin-bottom: 20px;
    max-width: 90%;
}

.page_usecase .usecase-form-container {
    margin-top: 30px;
    padding-bottom: 30px;
}

.page_usecase .question {
    position: relative;
    padding: 10px 20px;
    background-color: #57c8e8;
    color: #ffffff;
    font-size: 21px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.page_usecase .question img {
    position: absolute;
    bottom: -24px;
    left: 55%;
}

.page_usecase .blue-separator {
    margin: 60px 0 30px 0;
    width: 50px;
    height: 5px;
    background-color: #464542;
}

.page_usecase .question_step {
    margin: 10px 0;
    font-size: 18px;
}

.page_usecase .step1 textarea,
.page_usecase .step4 textarea,
.page_usecase .step5 textarea,
.page_usecase .step7 textarea,
.page_usecase .question_step textarea {
    font-size: 15px;
    margin: 20px 0;
    padding: 10px;
    width: 100%;
    max-width: 100%;
    min-height: 150px;
    border: none;
    background-color: #ebebeb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.page_usecase input[type='submit'] {
    float: right;
}

.page_usecase #next-eval {
    float: right;
    margin-bottom: 10px;
}

.page_usecase #previous-eval {
    float: left;
    margin-bottom: 10px;
}

.page_usecase .step3 .rating,
.page_quiz .rating {
    margin-top: 15px;
    height: 40px;
}

.page_usecase .step3 .rating div,
.page_quiz .rating  div {
    float: left;
    width: 36px;
    height: 33px;
    margin-right: 20px;
    background-image: url('../images/usecase/star-empty.png');
    cursor: pointer;
}

.page_usecase .step3 .rating div:hover,
.page_quiz .rating div:hover,
.page_usecase .step3 .rating div.selected,
.page_quiz .rating  div.selected {
    background-image: url('../images/usecase/star-filled.png');
}

.page_usecase select {
    width: 50% !important;
}

.select2-selection--multiple .select2-search--inline .select2-search__field, .select2-search.select2-search--inline, .select2-selection__rendered {
    width: 100% !important;
}

.page_usecase div.clear {
    margin-top: 20px;
}

.page_usecase .step table td {
    padding-right: 7px;
}

.page_usecase .usecase_content_mobile_header {
    display: none;
}

.page_quiz .title_tool,
.good_practices .title_tool {
    font-size:1.2em;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}

.page_quiz .title_feature,
.good_practices .title_feature {
    display: block;
    font-size: 1.1em;
    margin-left: 15px;
    margin-top: 5px;
    cursor: pointer;
}


.page_quiz .explication_tool_feature,
.good_practices .explication_tool_feature {
    margin-bottom: 20px;
    margin-left: 8%;
    width: 86%;
    padding: 1.5% 3%;
    background-color: #e7c31d;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    .page_usecase .usecase_menu > div {
        width: 93%;
    }

    .page_usecase .blue-separator {
        margin: 40px 0 20px 0;
    }

    .page_usecase .usecase_menu label {
        font-size: 19px;
    }
}

@media screen and (max-width: 767px) {
    .page_usecase .usecase_menu {
        display: none;
    }

    .page_usecase .usecase_content {
        padding: 10px 30px;
    }

    .page_usecase .usecase_content_mobile_header {
        display: block;
    }

    .page_usecase .usecase_content_mobile_header h2 {
        text-align: center;
    }

    .page_usecase .question img {
        left: 45%;
    }

    .page_usecase .question {
        font-size: 18px;
    }

    .page_usecase .question_step {
        font-size: 16px;
    }
}


/********** END USECASE **********/
/*********************************/

/********** FOOTER ***************/
/*********************************/
footer .footer_center {
    max-width: 700px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer {
    margin: 40px 0;
    text-align: center;
    background-color: #163e60;
}

footer a,
footer span {
    color: #ffffff;
}

footer a:hover {
    color: #ffffff;
}

footer span {
    margin: 0 15px;
}

/********** END FOOTER ***********/
/*********************************/