<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

#layout.chacun-sa-place {
    width: 95%;
    height: 87%;
    margin: 8% 2.5% 5% 2.5%;
    border: 10px solid #00afec;
    position: absolute;
    background: url(../img/chacun-sa-place/layout-bg.jpg) no-repeat;
    background-size: cover;
    z-index:6000;
    font-family:"Arial";
}

.chacun-sa-place .none {
    display: none;
}

.chacun-sa-place #loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFFFFF;
    z-index: 10002;
}

.chacun-sa-place #bgLoader {
    width: 100%;
    height: 0;
    background: #a2cb46;
}

.chacun-sa-place #fullSize {
    width: 100%;
    height: 100%;
    text-align: center;
}

.chacun-sa-place #fullSize #closeFull {
    width: 1.5%;
    background: url(../img/chacun-sa-place/close-tuto-sprite.png) no-repeat 0 0;
    background-size: 100% 200%;
    position: absolute;
    cursor: pointer;
    z-index: 10004;
}

.chacun-sa-place #fullSize #closeFull:hover {
    background-position: 0 100%;
}


.chacun-sa-place #title {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 758px;
    height: 120px;
    line-height: 113px;
    position: absolute;
    left: 100px;
    top: -59px;
    background: url(../img/chacun-sa-place/title-bg.png) no-repeat 100% 100%;
    font-weight: bold;
    color: white;
    font-size: 80px;
    padding-left: 50px;
    font-family: 'Changa';
    z-index: 10003;
}

.chacun-sa-place audio {
    display:none;
}

.chacun-sa-place #content {
    width: 2394px;
    height: 1207px;
}

.chacun-sa-place #consigne {
    width: 830px;
    height: 145px;
    position: absolute;
    top:-4px;
    left:0;
    background: url(../img/chacun-sa-place/consigne-bg.png) no-repeat;
    z-index: 1;
    background-size: 100% 100%;
    color: #0063ab;
    font-size: 48px;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    padding-top: 60px;
}

.chacun-sa-place #consigne p {
    width: 747px;
    line-height: 60px;
}

.chacun-sa-place #essai {
    width: 294px;
    height: 266px;
    position: absolute;
    background: url(../img/chacun-sa-place/essai-bg.png) no-repeat;
    background-size: 100% 100%;
    top: -10px;
    right: 11%;
}

.chacun-sa-place #essai &gt; p {
    text-align: center;
    font-size: 44px;
    font-family: 'Changa';
    color: #1b2b4c;
    text-shadow: #fff02a 3px 3px;
    margin-top: 27px;
}

.chacun-sa-place #essai &gt; span {
    font-family: 'Changa';
    color: #0063ab;
    font-size: 72px;
    position: absolute;
    bottom: 61px;
    left: 126px;
}

.chacun-sa-place .smallBtn {
    width: 277px;
    height: 81px;
    position: absolute;
    bottom: 1.8%;
    font-family: 'Changa';
    cursor: pointer;
}

.chacun-sa-place #regle {
    background: url(../img/chacun-sa-place/regle-sprite.png) no-repeat 0 0;
    background-size: 100% 200%;
    left: 1.2%;
}

.chacun-sa-place #regle:hover {
    background-position: 0 100%;
}

.chacun-sa-place #solution {
    background: url(../img/chacun-sa-place/solution-sprite.png) no-repeat 0 0;
    background-size: 100% 200%;
    right: 1.2%;
}

.chacun-sa-place #solution:hover {
    background-position: 0 100%;
}

.chacun-sa-place #validerContainer {
    width: 30%;
    background: url(../img/chacun-sa-place/valider-container.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
}

.chacun-sa-place #valider {
    width: 47%;
    height: 63%;
    cursor: pointer;
    background: url(../img/chacun-sa-place/valider-sprite.png) no-repeat 0 0;
    background-size: 100% 200%;
    position: absolute;
    left: 26.76630434782609%;
    top: 25.47770700636943%;
}

.chacun-sa-place #valider:hover {
    background-position: 0 100%;
}

.chacun-sa-place #sound {
    width: 68px;
    height: 77px;
    background: url(../img/chacun-sa-place/son-sprite.png) no-repeat 0 0;
    background-size: 100% 200%;
    position: absolute;
    top: 28%;
    left: -4px;
    cursor: pointer;
    z-index: 4;
}

.chacun-sa-place #sound.active {
    background-position: 0 100%;
}

.chacun-sa-place #close {
    width: 3.45%;
    background: url(../img/chacun-sa-place/close-sprite.png) no-repeat 0 0;
    background-size: 100% 200%;
    position: absolute;
    cursor: pointer;
    z-index: 10004;
}

.chacun-sa-place #close:hover {
    background-position: 0 100%;
}

.chacun-sa-place #modalLayout {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.5);
    z-index: 2;
}

.chacun-sa-place #tutoContainer {
    width: 37%;
    border: 4px #0063ab solid;
    background: white;
    border-radius: 20px;
    margin: auto;
    color: #0063ab;
    position: relative;
    font-family: 'Arial';
    text-align: center;
    box-shadow: 4px 4px 3px rgba(1,1,1,0.26);
}

.chacun-sa-place #tutoContainer h1 {
    font-weight: bold;
    font-size: 2.3em;
    line-height: 120%;
}

.chacun-sa-place #tutoContainer h2 {
    font-size: 2.3em;
    line-height: 120%;
    margin-bottom: 4%;
}

.chacun-sa-place #tutoContainer p {
    font-size: 1.8em;
    line-height: 120%;
}

.chacun-sa-place #tutoContainer p.last {
    font-weight: bold;
}

.chacun-sa-place #closeTuto {
    width: 5%;
    background: url(../img/chacun-sa-place/close-tuto-sprite.png) no-repeat 0 0;
    background-size: 100% 200%;
    cursor: pointer;
    position: absolute;
    top: 2.16%;
    right: 1.3%;
}

.chacun-sa-place #closeTuto:hover {
    background-position: 0 100%;
}

.chacun-sa-place #CSP_play {
    width: 35%;
    background: url(../img/chacun-sa-place/jouer-sprite.png) no-repeat 0 0;
    background-size: 100% 201%;
    position: absolute;
    bottom: 6%;
    cursor: pointer;
}

.chacun-sa-place #CSP_play:hover {
    background-position: 0 100%;
}

.chacun-sa-place .drop {
    width: 367px;
    height: 500px;
    position: absolute;
}

.chacun-sa-place #drop1 {
    bottom: 185px;
    left: 238px;
}

.chacun-sa-place #drop2 {
    top: 311px;
    left: 586px;
}

.chacun-sa-place #drop3 {
    top: 83px;
    left: 981px;
}

.chacun-sa-place #drop4{
    top: 311px;
    right: 604px;
}

.chacun-sa-place #drop5 {
    bottom: 185px;
    right: 244px;
}

.chacun-sa-place #arrow1 {
    width: 133px;
    height: 125px;
    position: absolute;
    top: 439px;
    left: 467px;
    background: url(../img/chacun-sa-place/arrow1.png) no-repeat 0 0;
}

.chacun-sa-place #arrow2 {
    width: 282px;
    height: 117px;
    position: absolute;
    top:216px;
    left: 748px;
    background: url(../img/chacun-sa-place/arrow2.png) no-repeat 0 0;
}

.chacun-sa-place #arrow3 {
    width: 285px;
    height: 98px;
    position:absolute;
    top:195px;
    right:884px;
    background: url(../img/chacun-sa-place/arrow3.png) no-repeat 0 0;
}

.chacun-sa-place #arrow4 {
    width: 136px;
    height: 137px;
    position: absolute;
    top: 376px;
    right: 552px;
    background: url(../img/chacun-sa-place/arrow4.png) no-repeat 0 0;
}

.chacun-sa-place .drop &gt; .dropZone {
    width: 269px;
    height: 300px;
    margin: auto;
    background: url(../img/chacun-sa-place/target.png) no-repeat;
}

.chacun-sa-place .drop &gt; .dropZone.wrong {
    background: url(../img/chacun-sa-place/target-wrong.png) no-repeat;
}

.chacun-sa-place .drop &gt; .dropZone.right {
    background: url(../img/chacun-sa-place/target-correct.png) no-repeat;
}

.chacun-sa-place .drop &gt; .title {
    width: 349px;
    height: 61px;
    line-height: 58px;
    position: absolute;
    top: 247px;
    font-size: 36px;
    color: white;
    padding-left: 20px;
    background: url(../img/chacun-sa-place/target-title-bg.png) no-repeat;
}

.chacun-sa-place .drop &gt; .descript {
    width: 289px;
    margin-left: 16px;
    color: white;
    font-size: 24px;
    background: url(../img/chacun-sa-place/target-text-bg.png) no-repeat;
    background-size: 100% 100%;
    padding:10px 22px 22px 22px;
}

.chacun-sa-place .drop .imgArea {
    width: 199px;
    height: 199px;
    position: absolute;
    top: 30px;
    left: 79px;
}

.chacun-sa-place .drop .imgArea img {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    z-index: 10;
}

.chacun-sa-place .upperAll {
    z-index: 20 !important;
}

.chacun-sa-place #pool {
    width: 441px;
    height: 379px;
    position: absolute;
    left: 966px;
    bottom: 186px;
    background: url(../img/chacun-sa-place/pool-bg.png) no-repeat;
}

.chacun-sa-place #pool img {
    width: 264px;
    height: 264px;
    position: absolute;
    top: 87px;
    left: 88px;
    border: 4px solid #4c5c69;
    box-shadow: 5px 5px 7px rgba(1,1,1,0.3);
    z-index: 10;
    cursor: pointer;
}

.chacun-sa-place #pool #see {
    width: 46px;
    height: 45px;
    background: url(../img/chacun-sa-place/pool-see.png) no-repeat;
    position: absolute;
    right: 84px;
    bottom:24px;
    z-index: 50;
    cursor: pointer;
}

.chacun-sa-place #drag-box {
    width: 150px;
    height: 150px;
}

.chacun-sa-place #drag-box img {
    width: 100%;
    height: 100%;
}

.chacun-sa-place #fondu {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 10000;
}

.chacun-sa-place #solContainer {
    width: 42%;
    border: 4px #0063ab solid;
    background: white;
    border-radius: 20px;
    margin: auto;
    color: #0063ab;
    position: relative;
    font-family: 'Arial';
    font-weight: bold;
    font-size: 2.4em;
    text-align: center;
    box-shadow: 4px 4px 3px rgba(1,1,1,0.26);
}

.chacun-sa-place #closeSol {
    width: 5%;
    background: url(../img/chacun-sa-place/close-tuto-sprite.png) no-repeat 0 0;
    background-size: 100% 200%;
    cursor: pointer;
    position: absolute;
    top: 2.16%;
    right: 1.3%;
}

.chacun-sa-place #closeSol:hover {
    background-position: 0 100%;
}

.chacun-sa-place .btnConfirm {
    width: 27%;
    position: absolute;
    bottom: 12%;
    background-size: 100% 203%;
    background-position: 0 0;
    cursor: pointer;
}

.chacun-sa-place .btnConfirm:hover {
    background-position: 0 100%;
}

.chacun-sa-place .oui {
    left: 13%;
    background-image: url(../img/chacun-sa-place/oui-sprite.png);
}

.chacun-sa-place .non {
    right: 13%;
    background-image: url(../img/chacun-sa-place/non-sprite.png);
}

.chacun-sa-place #exitContainer {
    width: 42%;
    border: 4px #0063ab solid;
    background: white;
    border-radius: 20px;
    margin: auto;
    color: #0063ab;
    position: relative;
    font-family: 'Arial';
    font-weight: bold;
    font-size: 2.4em;
    text-align: center;
    box-shadow: 4px 4px 3px rgba(1,1,1,0.26);
}

.chacun-sa-place #closeExit {
    width: 5%;
    background: url(../img/chacun-sa-place/close-tuto-sprite.png) no-repeat 0 0;
    background-size: 100% 200%;
    cursor: pointer;
    position: absolute;
    top: 2.16%;
    right: 1.3%;
}

.chacun-sa-place #closeExit:hover {
    background-position: 0 100%;
}

.chacun-sa-place #fail {
    width: 27%;
    position: absolute;
    bottom: 0;
    background: url(../img/chacun-sa-place/fail-bg.png) no-repeat;
    background-size: 100% 100%;
    color: #0063ab;
}

.chacun-sa-place #fail h1 {
    font-weight: bold;
    font-size: 2.3em;
    margin: auto;
    line-height: 150%;
    text-align: center;
}

.chacun-sa-place #fail &gt; p {
    font-size: 1.5em;
    margin: auto;
    text-align: center;
}

.chacun-sa-place #fail .legend {
    width: 62%;
    height: 9%;
    margin: auto;
    clear: both;
}

.chacun-sa-place #fail .legend span {
    display: inline-block;
    line-height: 35px;
    font-weight: bold;
    font-size: 1.5em;
    float:left;
}

.chacun-sa-place #fail .legend .legendBlock {
    width: 16%;
    height: 100%;
    margin-right:10px;
}

.chacun-sa-place #rightBlock {
    background-color: #3fbd1d;
}

.chacun-sa-place #wrongBlock {
    background-color: #ff3333;
}

.chacun-sa-place #fail .legend .double-dot {
    margin: 0 3.6%;
}

.chacun-sa-place #congrat {
    position:absolute;
    bottom: 0;
    width: 36%;
    background: url(../img/chacun-sa-place/congrat-bg.png) no-repeat;
    background-size: 100% 100%;
}

.chacun-sa-place #congratTitle {
    width: 52%;
    height: 28%;
    background: url(../img/chacun-sa-place/congrat-title-bg.png) no-repeat;
    background-size: 100% 100%;
    font-family: "Changa";
    font-size: 7em;
    color: white;
    text-align: center;
}

.chacun-sa-place #tooMuchTitle {
    width: 52%;
    height: 28%;
    background: url(../img/chacun-sa-place/congrat-title-bg.png) no-repeat;
    background-size: 100% 100%;
    font-family: "Changa";
    font-size: 5em;
    color: white;
    text-align: center;
}

.chacun-sa-place #congrat .text {
    position: absolute;
    width: 94%;
}

.chacun-sa-place #congrat p {
    text-align: center;
    color: #3fbd1d;
    margin: auto;
    font-size: 1.8em;
    line-height: 130%;
}

.chacun-sa-place #congrat p.bold {
    font-weight: bold;
}

.chacun-sa-place #congrat .congratBtn {
    width: 38%;
    height: 29%;
    background-size: 100% 202%;
    background-position: 0 0;
    position: absolute;
    bottom: 8%;
    cursor: pointer;
}

.chacun-sa-place #congrat .congratBtn:hover {
    background-position: 0 100%;
}

.chacun-sa-place #solutionText p {
    color: #0063ab;
}

.chacun-sa-place #rejouer {
    background: url(../img/chacun-sa-place/rejour-sprite.png) no-repeat;
    left: 6%;
}

.chacun-sa-place #autreJeu {
    background: url(../img/chacun-sa-place/autre-jeu-sprite.png) no-repeat;
    right: 5%;
}

@media all and (min-width: 1500px) and (max-width: 2000px) {

    .chacun-sa-place #title {
        width: 568px;
        height: 89px;
        line-height: 76px;
        left: 100px;
        top: -48px;
        font-size: 60px;
        padding-left: 30px;
    }

    .chacun-sa-place #consigne {
        width: 622px;
        height: 112px;
        top:-4px;
        left:0;
        color: #0063ab;
        font-size: 35px;
        padding-top: 56px;
    }

    .chacun-sa-place #consigne p {
        width: 600px;
        line-height: 45px;
    }

    .chacun-sa-place .smallBtn {
        width: 207px;
        height: 60px;
    }

    .chacun-sa-place #sound {
        width: 51px;
        height: 54px;
    }

    .chacun-sa-place #essai {
        width: 220px;
        height: 199px;
        top: -7px;
    }

    .chacun-sa-place #essai &gt; p {
        font-size: 40px;
        margin-top: 13px;
    }

    .chacun-sa-place #essai &gt; span {
        font-size: 61px;
        bottom: 42px;
        left: 95px;
    }

}

@media all and (min-width: 1200px) and (max-width: 1499px) {
    .chacun-sa-place #title {
        width: 404px;
        height: 63px;
        line-height: 54px;
        left: 71px;
        top: -32px;
        font-size: 42px;
        padding-left: 21px;
    }

    .chacun-sa-place #consigne {
        width: 442px;
        height: 79px;
        top:-4px;
        left:0;
        color: #0063ab;
        font-size: 24px;
        padding-top: 39px;
    }

    .chacun-sa-place #consigne p {
        width: 442px;
        line-height: 32px;
    }

    .chacun-sa-place .smallBtn {
        width: 147px;
        height: 42px;
    }

    .chacun-sa-place #sound {
        width: 36px;
        height: 38px;
    }

    .chacun-sa-place #essai {
        width: 156px;
        height: 141px;
        top: -7px;
    }

    .chacun-sa-place #essai &gt; p {
        font-size: 28px;
        margin-top: 9px;
    }

    .chacun-sa-place #essai &gt; span {
        font-size: 43px;
        bottom: 29px;
        left: 67px;
    }

}

@media all and (max-width: 1199px) {
    .chacun-sa-place #title {
        width: 296px;
        height: 47px;
        line-height: 32px;
        left: 45px;
        top: -28px;
        font-size: 30px;
        padding-left: 10px;
    }

    .chacun-sa-place #consigne {
        width: 248px;
        height: 45px;
        top:-4px;
        left:0;
        color: #0063ab;
        font-size: 13px;
        padding-top: 22px;
    }

    .chacun-sa-place #consigne p {
        width: 225px;
        line-height: 18px;
    }

    .chacun-sa-place .smallBtn {
        width: 82px;
        height: 24px;
    }

    .chacun-sa-place #sound {
        width: 26px;
        height: 29px;
        top: 15%;
    }

    .chacun-sa-place #essai {
        width: 114px;
        height: 103px;
        top: -4px;
    }

    .chacun-sa-place #essai &gt; p {
        font-size: 20px;
        margin-top: 9px;
    }

    .chacun-sa-place #essai &gt; span {
        font-size: 34px;
        bottom: 21px;
        left: 49px;
    }
}</pre></body></html>