/* hatier.css */
@font-face {
    font-family: "NeoSansBold";
    src: url(../Fonts/NeoSansStd-Bold.otf);
}
@font-face {
    font-family: "NeoSansReg";
    src: url(../Fonts/NeoSansStd-Regular.otf);
}
@font-face {
    font-family: "ShareRegular";
    src: url(../Fonts/Share-Regular.otf);
}

@font-face {
    font-family: "ShareBold";
    src: url(../Fonts/Share-Regular.otf);
    font-weight: bold;
}

body {
    max-width: 1200px;
    margin:0 auto;
    padding:0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Montserrat, sans-serif;
    font-size: 16pt;
    height: 100%;
    flex: 1;
}

.exohExercice { width: 95% }

header {
    margin-bottom: 15px;
}
header img {
    width: 100%;
    margin: 0;
}


.scroll-pane {width: 100%; height: 450px; overflow: auto;}

h1 {
    text-align: center;
}
.exohTitre {
    font-family: "ShareRegular";
    font-size: 140%;
    color: #0078c0;
    text-transform: uppercase;
}

.exohP {font-size:16pt;font-family: "ShareRegular"; color:#000;  margin:0;padding:0; line-height:2.2em; text-align:justify; padding-top:7px; padding-bottom:7px;}

.exohElement .exohText .exohSection1.first .exohP.first, .exohElement>.exohText .exohSection1.first .exohP.first{  font-size:16pt;font-family: "ShareRegular"; color:#000;  margin:0;padding:0; line-height:1.8em; text-align:left;padding-top:5px; padding-bottom:5px;}

.exohP.first {font-size:16pt;font-family: "ShareRegular"; color:#000; margin-bottom:30px; padding-top:5px; }

.exohatier {
    display: flex;
    height: 100%;
    overflow: auto;
    flex-direction: column;
}
.exohatier>.exohInstructions .exohP{
    color: #777777;
    line-height: 1.5em;
    font-weight:normal;
    font-size:26px; margin-left:60px; padding-top:0;
}

.exohatier .exohInstructions .exohP.first,
.exohatier>.exohInstructions .exohP.first{
    font-family: "ShareBold";
    color: #0078c0;
    line-height: 1.5em;
    font-size: 120%;
    padding:0;
    margin:0;
    margin-bottom:10px;
}

.exohatier .exohInstructions .exohP.first:before,
.exohatier>.exohInstructions .exohP.first:before{
    content: "➥ ";
    font-weight: bold;
    color: #0078c0;
}


ol li{list-style:none;  margin-left:40px;}
ul li{list-style:disc; margin-left:40px;}

ol {
    counter-reset: my-awesome-counter;
}

ol li[data-engine=choices-check],
ol li[data-engine=choices-radio] {
    counter-increment: my-awesome-counter;
    position: relative;
}
ol li[data-engine=choices-check]::before,
ol li[data-engine=choices-radio]::before {
    content: counter(my-awesome-counter);
    background-color: #0078c0;
    position: absolute;
    top: 3px;
    left: -40px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 20px;
    color: white;
    font-weight: bold;
}
ol li[data-engine=choices-check] .exohInstructions .exohP.first,
ol li[data-engine=choices-radio] .exohInstructions .exohP.first {
    color: #0078c0;
}

ol li[data-engine=choices-check] .exohInstructions .exohP.first:before,
ol li[data-engine=choices-radio] .exohInstructions .exohP.first:before {
    content: none;
}

li.exohElement {
    font-family: "ShareBold";
    font-size:16pt;
    color:#232120;
}

.exohTable th, .exohTable td {
    border: 2px solid #bbb;
    vertical-align:middle;
    padding: 5px;
}
.exohMatching {
    width: 100%;
}
.exohMatching th, .exohMatching td {
    border: 1px solid #bbb;
    vertical-align:middle;
    padding: 5px;
    width: 49%;
}

.exohMatching th {
    background-color:#ee7240;
    color: #232120;
}

td.exohChoice {
    position: relative;
    width: 8%;
    display: table-cell;
    text-align:center;
}
.exohChoice {
    font-family:Arial;
    list-style: inside none none;
    margin: 1em;
    padding-left:1em;
    border-radius: 0;
    width: 95%;
    font-size:16pt;
    color:#232120;
}
.exohChoices {
    font-family: "ShareRegular";
}
input.exohChoice {
    font-family: "ShareRegular";
    list-style: inside none none;
    font-size: 100%;
    margin-bottom: 0.2em;
    padding-left:0.2em;
    background: #FFFFFF;
    border-radius: 6px;
    width: 20%;
}
.exohChoices li.exohChoice:hover {
    background: #f12498;
    color:#FFFFFF;
}
.exohChoices li.exohChoice:visited {
    background: #a7ce39;
    color:#FFFFFF;
}
.exohChoice.selected {
    background: #ffe254;
    color:#FFFFFF;
}
.exohChoice.selected.answerKo, input.exohChoice.disabled.answerKo {
    color: #fff;
    background-color: #FF0000;
}
.exohChoice.selected.answerOk, input.exohChoice.disabled.answerOk {
    color: #000;
    background: #92c13f;
}

.exohChoice {
    cursor: pointer;
}
.exohChoice input {
    cursor: pointer;
}

.exohMatching input.exohChoice,
.exohTable input.exohChoice {
    width: 100%;
}
.exohMatching  .exohDrop {
    display: table-cell;
}

.puceNumber {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #ee7240;
    border-radius: 15px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 100%;
    margin-right: 15px;
    color: #FFFFFF;
    position: relative;
    top: -7px;
}
.puceFleche {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
    background-color: #ee7240;
    color: #FFFFFF;
    border-radius: 15px;
    text-align: center;
}
.puceFleche:after {
    content: "➜";
}

.exohDrop.answerOk .exohItem{color:black;border-bottom:4px solid #a7ce39}
.exohDrop.answerKo .exohItem{color:black;border-bottom:4px solid #FF0000}

.exohDrop {
    line-height: 1em;
    display: inline-block;
}

/* ~~~~~~~~~ exohToc ~~~~~~~~ */

.exohToc { font-family: sans-serif; }
.exohToc a { color: black; font-weight: bold; }
.exohToc li li a { color: #4f4f4f; font-weight: normal; }

.exohDivision h1 {
    color:#000;
    background-size: 100%;
    border:0 solid #000;
    text-align: left;
}

.exohDivision h1 span {
    font-family: 'RammettoOne', Helvetica, Arial, sans-serif;
}

.exohBreadcrumbs { color: #d12e87;
    font-family: 'RammettoOne', Helvetica, Arial, sans-serif;
    font-size: 110%;
}

.exohBreadcrumbs a { 	font-family: 'RammettoOne', Helvetica, Arial, sans-serif;
    color: #a9a8a8; }

/* ~~~~~ exohButton et Drop ~~~~ */

.exohItem, .exohCategory, .exohCategoryItem {
    background-color: #fff6cf;
    border-radius: 6px;
    font-family: "ShareRegular", Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 110%;
    padding: 5px 10px 5px 10px;
    border:0 solid #a7ce39 ;
    text-decoration: none;
    margin: 0;
}
.exohItems {
    min-height: 1em;
}

.exohCategoryDrop .exohCategoryItem ,
.exohCategoriesItems .exohCategoryItem ,
.exohCategoryDrop .exohItem ,
.exohItems .exohItem {
    margin: 5px 10px;
}
.exohElements {
    margin: .8em 0 0 0 !important;
    padding: 0;
}
.exohCategoriesBasket .legend {
    background-color: #a7ce39;
    border-radius: 6px;
    font-family: "ShareRegular", Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 110%;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
}
.exohItem:hover, .exohCategoryItem:hover {
    background-color: rgba(221, 229, 236, 0.7);
    background-color: #ffe254;
    text-decoration: none;
}
.dragging {
    opacity: 1 !important;
}

body>.exohCategoryItem.dragging,
body>.exohItem.dragging {
    max-width: 500px;
}

.exohCategoryItem,
.exohItem {
    white-space: normal;
}

.exohCategory:nth-child(0n+1)  {
    background: #f12498;
}

.exohCategory:nth-child(0n+1):hover  {
    background-color: #f12498;
}

.exohCategory:nth-child(0n+2)  {
    background: #f6e73c;
}

.exohCategory:nth-child(0n+2):hover  {
    background-color: #f1e2a4;
}

.exohCategory:nth-child(0n+3)  {
    background: #bed753;
}
.exohCategory:nth-child(0n+3):hover  {
    background-color: #bed753;
}

.exohCategory:nth-child(0n+4)  {
    background: #c771d7;

}
.exohCategory:nth-child(0n+4):hover  {
    background-color: #c771d7;
}

.exohCategoriesBasket .legend{background-color:#ee7240;}

.exohCategory.selected {
    color: #45515a;
}

.exohCategoryColor.exohBgColor4, .exohCategoryColor.exohBgColor3, .exohCategoryColor.exohBgColor2, .exohCategoryColor.exohBgColor1 {
    display:none;
}

.exohItems, .exohCategories, .exohCategoriesItems {
    background-color: #ffffff;
    border-radius: 4px;
    font-family: Arial;
    color: #000;
    font-size: 20px;
    padding: 10px 5px;
    border: solid #d1d2d2 1px;
    text-decoration: none;
    clear: both;
}

.exohMedia {
    /*float: left;*/
    /*margin: 0.8em 15px 0px 0px; */
    margin-bottom:18px;
    margin-left:0px;
}
.exohImage {
    margin: 0 auto;
    text-align: center;
}
.exohImage img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

a.go_nav {
    text-decoration: none;
}
.go_home:hover,
.go_previous:hover,
.go_next:hover {
    opacity: .75;
}
.go_home,
.go_previous,
.go_next{
    cursor:pointer;
    width:40px;
    height:40px;

    border:0;
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;

    background-color: #0078c0;
    border-radius: 20px;

    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
}

.go_previous:after{
    content: "⇦";
}
.go_next:after{
    content: "⇨";
}
.go_home{
    width:auto;
    padding: 0 20px;
}
.go_home:after{
    content: "Sommaire";
}
.header_link {
    text-decoration: none;
    color: #00a7aa !important;
}
.header_link:hover {
    color: #ee7240 !important;
}

.exohButton {
    font-family: "ShareBold";
    background-color: #a7ce39;
    background-image: none;

    border-radius: 6px;

    text-shadow:none;
    color: #ffffff;
    font-size: 100%;

    letter-spacing: 0.5px;
    padding: 5px 20px 5px 20px;
    margin-right: 5px;
    margin-left: 5px;

    text-decoration: none;
}

input.exohButton, a.exohButton  {border:none;-webkit-appearance: none;}
input.exohRetry {border:none;}
input.exohRightAnswer {border:none;}

.exohMessage{
    position: relative;
    top: 200px !important;
    max-width: 600px;
}

.exohMessageContent{
    padding: 0px;
    background-color: #EFEFEF;
    border-radius: 5px;
    box-shadow: none;
    text-shadow:0 0px;
    border: 2px solid #3e3c3c;
    text-align: center;
}

.exohMessageContent .exohP{
    text-align: center;
    margin-bottom: 25px;
}

.exohButton:hover {
    background-color: #a7ce39;
    text-decoration: none;
}

a.exohButton, a.exohButton:visited {
    padding: 5px 20px;
    color: #ffffff;
    background-color: #a7ce39;
}

a.exohButton:hover {
    background:none;
    color: #000000;
    background-color: rgba(167, 206, 57, 0.70);
}

#assemblage-2_help-link {
    background-color: #92c13f;

    border-radius: 6px;

    font-family: "ShareRegular";
    color: #ffffff;
    font-size: 120%;
    letter-spacing: 0.5px;
    padding: 5px 20px 5px 20px;
    margin-right: 10px;
    border: solid #a7ce39 0px;
    text-decoration: none;
}
#assemblage-2_help-link:hover {
    background-color: #92c13f;
    text-decoration: none;
}

.exohText {
    font-family: "ShareRegular";
    font-size: 100%;
    line-height: 1.8em;
    clear: both;
    border-spacing: 0.5rem;
}
.exohText li {
    line-height: 2.8em;
}


.exohEmphase {
    color: #a7ce39;
}

.exohMessageClose {
    float: none !important;
    position: relative !important;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background-color: #fab900;
    background-image: url(../Images/close.png);
    left: calc(100% - 13px);
    top: -13px;

    border-radius: 12px;
}
.exohMessageClose:hover{
    background-position: 0 0;
    background-color: #fa4400;
}

.inlineDropBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 35px;
}

.inlineDropBox .exohDots {
    line-height: 120px;
    text-align: center;
}

.inlineDropBox .exohDrop {
    background-color: #EFEFEF;
    border-radius: 6px;

    min-height: 100px;

    display: flex;
    flex: 1;
    align-items: stretch;
    justify-content: center;

    padding: 0;
    box-sizing: border-box;
}
.inlineDropBox .exohItemDropped {
    text-align: center;
    margin: auto;
}
.exohItemDropped {
    line-height: 1.1em;
}

.exohExercice>.exohCategoryItem.dragging,
.exohExercice>.exohItem.dragging {
    max-width: 300px;
}

.exohDotsFullwidth .exohDots:before{
    content: none;
}
.exohDotsFullwidth .exohDots.exohDotsBig{;
    width: 90%;
    height: 30px;
    max-width: 90%;

    background-color: #EFEFEF;
    border-bottom: 2px dashed #acacac;

}
.exohDotsFullwidth .exohItemDropped {
    max-width: 1100px;
}

.exohToc li {
    background-repeat: no-repeat;
    background-position: 0% 2%;
    margin-left: 5em;
    padding-left: 3em;
    cursor:pointer;
}

.exohCategoriesBasket .exohCategoryDrop {
    padding: .5em 0;
}
.exohCategoriesBasket {
    margin: 1em 5px;
    box-sizing: content-box;
}
.exohCategoriesBasket:first-child{
    margin-left: 0;
    margin-right: 5px;
}
.exohCategoriesBasket:last-child {
    margin-left: 5px;
    margin-right: 0;
}
.exohCategoriesBasket.w50 {
    width: calc(50% - 10px);
}

/* ~~~~~~~~~ Fieldset Aide/Réponse ~~~~~~~~ */

.exohHelpText {
    margin-top: 1em;
    background-color: #e2e1da;
    border-radius: 6px;
    padding: 1em 0;
    text-align: left;
    clear: both;
    border:0 solid #004080;
    width:100%;
    font-family: sans-serif;
}

.exohHelpText p { padding-left: 1em;}

.exohHelpText legend {
    font-family: "ShareBold";
    font-size: 20px;
    margin-top: 1em;
    background-color: #92c13f;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 1.5em;
    text-align: left;
    padding: 0.5em;
    width:100%;
    clear: both;
    border:0 solid #004080;
}

.exohAnswerText {
    font-family: "ShareRegular";
    margin-top: 1em;
    background-color: #e2e1da;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 1em 0;
    text-align: left;
    clear: both;
    border:0 solid #004080;
    width:100%;
    font-size: 20px;
}

.exohAnswerText p { padding-left: 1em;}

.exohAnswerText legend {
    font-family: "ShareBold";
    font-size: 20px;
    color:#ffffff;
    margin-top: 1em;
    background-color: #92c13f;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: left;
    padding: 0.5em;
    width: 95%;
    clear: both;
    border:0 solid #004080;
}

.exohGlobalMessage {
    margin-top: 1em;
    background-color: #e2e1da;
    border-radius: 6px;
    padding: 1em 0;
    text-align: left;
    clear: both;
    border:0 solid #004080;
    font-family: sans-serif;
    box-shadow: 1px 1px 2px #666666;
}

/* ~~~~~~~~~ exohScore ~~~~~~~~ */

.exohScore {
    background: #ffffff;
    border-radius: 6px;
    font-family: "ShareRegular";
    color: #a7ce39;
    font-size: 120%;
    font-weight: normal;
    padding: 5px 20px 5px 20px;
    border: solid #a7ce39 0px;
    text-decoration: none;
}

.exohGlobalMessage {
    text-align: center;
    font-size: 116%;
    font-weight: normal;
    text-transform: uppercase;
    color: grey;
}





/* ~~~~~~~~~ css ciblé exo spécifique ~~~~~~~~ */

@media screen and (orientation : portrait) {
    .exohAnswerText legend { width: 90%;}
}

.exohScore {display: none;}
.exohChoice, fieldset .exohP.first {width: 97%;margin-left:0; margin-right:0; padding-right:0; padding-left: 3%; font-size:100%;color:#232120;}
.exohAnswerText {width: 100%; margin-left:0; margin-right:0; padding-left:0; padding-right:0;}
.exohAnswerText legend {padding-right:0; width: 98.5%; margin:0; padding-left: 1.5%;}

.exohHelpPopUp {width: 80%; margin:0; padding:0; color: black;}
.exohHelpPopUp .helpContainer {background-color: white; border: 2px solid #3e3c3c;}
.exohHelpPopUp .helpLegend {font-family:Arial; width: 200px; color: black;}
.helpContainer .exohP.first {font-size:12pt; color: black;}



.exohEncourageMessages.fadeBackground,
.exohCongratulateMessages.fadeBackground {
    background-color: rgba(62, 60, 60, 0.7);
    width: 100%;
    height: 100%;

    position: fixed;
    top: 0;
    left: 0;
    margin:0 auto;

    z-index: 1000;
}

.exohEncourageMessage {
    height: 0;
}

.exohButtons {
    background-color: #EFEFEF;

    width: 100%;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;

    box-shadow: none;
    text-shadow:0 0px;
    text-align: center;
    border-radius: 6px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}
.exohButton {
    box-shadow: none;
    z-index: 999;
}


.helpContainer .helpLegend{
    font-family: "ShareBold";
    font-size: 20px;
    margin-top: 1em;
    background-color: #a7ce39;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: left;
    padding: 0.5em;
    width: 95%;
    clear: both;
    border:0 solid #004080;
}

.exohEngine{
    font-family: "ShareRegular";
    margin:0;
}

.exohHelpPopUp .helpClose {
    background-color: #a7ce39;
    border-radius: 25px;
    position: relative !important;
    width: 26px;
    height: 26px;
}
.exohHelpPopUp .helpClose:hover{
    background-color: rgba(167, 206, 57, 0.70);
    background-position:0 0;
}

.hidden { display: none !important; }