@charset "utf-8";
/* ---------------- Toutes les tailles ---------------- */
/* conteneur_principal */
body
{
    background-image: url("images/fond/fond.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: 0px;
}
/* .body-affiche1
{
    background-image: url("tous-les-spectacles/connexion/images/affiche1-bg-anglais.jpg");
} */
/* entete */
.entete
{
    width: 100%;
    height: 100px;
    background-color:rgba(4,41,108,0.70);
}
.entete_inner
{
    width: 80%;
    height: 100%;
    margin: auto;
}
.entete_inner img
{
    width: 70px;
    margin-top: 10px;
    margin-left: 10%;
    margin-bottom: -10px;
}
.entete_inner hr
{
    box-shadow: 0px 0px 7px 1px #61d8ff;
    height: .1px;
    background-color: rgba(192,191,191,1.0);
    opacity: .5;
}
.doconnexion
{
    color: white;
    cursor: pointer;
}
.div-lang {
    max-width: 150px;
    position: absolute;
    top: 60px;
    right: 10%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .div-lang {
        top: 142px;
    }
}
@media screen and (max-width: 767px) {
    .div-lang {
        right : auto;
    }
}
/* banner */
.banner
{
    width: 100%;
    height: auto;
    background-color:rgba(4,41,108,0.70);
    padding-bottom: 85px;
}
.banner_inner
{
    width: 80%;
    height: auto;
    margin: auto;
    text-align: center;
}
.banner_inner h2
{
    color: white;
    font-size: 20px;
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
/* Affiches */
.bienvenue
{
    width: 100%;
    height: auto;
    background-color:rgba(191,210,247,.9);
    padding-bottom: 20px;
}
.bienvenue_inner
{
    width: 95%;
    height: auto;
    margin: auto;
}
.bienvenue_inner p
{
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    width: 95%;
    margin: auto;
}
.divAffiche
{
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 10px;
    text-align: center;
}
.resume01
{
    width: 279px;
    height: 279px;
    margin: auto;
    transform: perspective(500px) translateZ(0px);
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -o-transition: All .3s ease;
}
.group_resume_cycle:hover .resume01
{
    transform: perspective(500px) translateZ(-30px);
}
.resume02
{
    width: 279px;
    height: 279px;
    margin: auto;
    transform: perspective(500px) translateZ(0px);
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -o-transition: All .3s ease;
}
.group_resume_cycle:hover .resume02
{
    transform: perspective(500px) translateZ(-30px);
}
.resume03
{
    width: 279px;
    height: 279px;
    margin: auto;
    transform: perspective(500px) translateZ(0px);
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -o-transition: All .3s ease;
}
.group_resume_cycle:hover .resume03
{
    transform: perspective(500px) translateZ(-30px);
}
.resume04
{
    width: 279px;
    height: 279px;
    margin: auto;
    transform: perspective(500px) translateZ(0px);
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -o-transition: All .3s ease;
}
.group_resume_cycle:hover .resume04
{
    transform: perspective(500px) translateZ(-30px);
}
.resume05
{
    width: 279px;
    height: 279px;
    margin: auto;
    transform: perspective(500px) translateZ(0px);
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -o-transition: All .3s ease;
}
.group_resume_cycle:hover .resume05
{
    transform: perspective(500px) translateZ(-30px);
}
.resume06
{
    width: 279px;
    height: 279px;
    margin: auto;
    transform: perspective(500px) translateZ(0px);
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -o-transition: All .3s ease;
}
.group_resume_cycle:hover .resume06
{
    transform: perspective(500px) translateZ(-30px);
}
.resume_inner
{
    width: 279px;
    height: 279px;
    background-color: rgba(0,54,99,0);
    margin: auto;
    overflow: hidden;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -o-transition: All .3s ease;
}
.group_resume_cycle
{
    width: 279px;
    height: 279px;
    background-color: rgba(0,54,99,0.66);
    box-shadow: 0px 0px 50px 2px rgba(0,0,0,0.45);
    display: inline-block;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 150px;
    vertical-align: top;
}
.group_resume_cycle:hover .resume_inner
{
    width: 279px;
    height: 279px;
    background-color: rgba(0,54,99,0.66);
    margin: auto;
    overflow: hidden;
}
.resume_text
{
    width: 279px;
    height: 200px;
    background-color: rgba(0,54,99,0.8);
    margin: auto;
    color: white;
    position: relative;
    top: 280px;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -o-transition: All .3s ease;
}
.group_resume_cycle:hover .resume_text
{
    width: 279px;
    position: relative;
    top: 80px;
}
.resume_text p
{
    font-size: 16px;
}
.group_cycle
{
    border: 1px solid green;
    width: 279px;
    margin: auto;
}
.cycle
{
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    width: 92.3px;
    line-height: 25px;
    float: left;
    border: 1px solid white;
    margin: auto;
    background-color: #a7cbf8;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -o-transition: All .3s ease;
    box-shadow: 0px 0px 50px 2px rgba(0,0,0,0.15);
}
.cycle:hover
{
    background-color: #7EA3D1;
    box-shadow: 0px 0px 50px 2px rgba(255,255,255,0.45);
}
.cycle01
{
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    width: 138.5px;
    line-height: 25px;
    float: left;
    border: 1px solid white;
    margin: auto;
    background-color: #a7cbf8;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -o-transition: All .3s ease;
    box-shadow: 0px 0px 50px 2px rgba(0,0,0,0.15);
}
.cycle01:hover
{
    background-color: #7EA3D1;
    box-shadow: 0px 0px 50px 2px rgba(255,255,255,0.45);
}
.cycle span, .cycle01 span
{
    font-size: 13px;
    text-transform: none;
}
/* banner2 */
.banner2
{
    width: 100%;
    height: auto;
    padding-bottom: 70px;
    background-color:rgba(4,41,108,0.70);
}
.banner2_inner
{
    width: 80%;
    height: auto;
    margin: auto;
    text-align: center;
    position: relative;
    top: 30px;
}
.banner2_inner img
{
    width: 100%;
}

/* Inscription */
.connexion
{
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    background-color:rgba(4,41,108,0.70);
}
.connexion_inner
{
    width: 80%;
    height: auto;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    top: 30px;
    text-align: center;
    background-color:rgba(191,210,247,.6);
}
.connexion_inner h2
{
    color: white;
    font-family: arial;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 2px;
    margin: auto;
    text-align: center;
    width: 60%;
    margin-bottom: 25px;
}
.form
{
    margin: auto;
    width: 900px;
}
.formLabel
{
    width: 400px;
    text-align: right;
    color: white;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
}
.formInput
{
    width: 400px;
    display: inline-block;
    vertical-align: top;
}
.label_inscription
{
    color: white;
}
.email_connexion
{
    width: 100%;
    font-size: 14px;
    color: rgba(55,55,55,1.00);
    height: 32px;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid rgba(186,186,186,1.00);
    border-radius: 2px;
    margin: auto;
    margin-bottom: 20px;
    transition: all .2s ease;
    box-shadow: 0px 0px 10px .1px rgba(212, 78, 0, 0);
}
.email_connexion:hover
{
    border: 1px solid rgb(10, 173, 32);

}
.email_connexion:focus
{
    border: 1px solid rgb(10, 173, 32);
    box-shadow: 0px 0px 5px .1px rgb(10, 173, 32);
}
/* Pour les champs au cas ou il y a des erreurs */
.emailErreur
{
    width: 100%;
    font-size: 14px;
    color: rgba(55,55,55,1.00);
    height: 32px;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid rgb(212, 78, 0);
    border-radius: 2px;
    margin: auto;
    margin-bottom: 20px;
    transition: all .2s ease;
    box-shadow: 0px 0px 10px .3px rgb(173, 4, 4);
}
.bout_plus
{
    color: white;
    transition: all .3s ease;
    margin-bottom: 35px;
}
.bout_plus:hover
{
    text-shadow: 0px 0px 5px rgba(255,255,255,1.00);
    cursor: pointer;
}
.spanAjouterNomGroupe
{
    border: 1px solid green;
}
.boxMsg
{
    width: 70%;
    margin: auto;
    color: white;
    margin-top: 5px;
}

/* Option inscription */
.bodyOptIns
{
    background-image: url("images/fond/fond.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: 0px;
}
.optContOuter
{
    width: 100%;
    padding-bottom: 80px;
    background-color:rgba(4,41,108,0.70);
}
.optContInner
{
    width: 80%;
    margin: auto;
    position: relative;
    text-align: center;
    background-color:rgba(191,210,247,.6);
    padding-bottom: 100px;
}
.optContInner h2
{
    color: white;
    font-family: arial;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 2px;
    width: 50%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;
}
.divInsOption
{
    border: 1px solid gray;
    border-radius: 5px;
    background-color: rgba(226, 226, 226, 0.2);
    width: 70%;
    padding-top: 125px;
    padding-bottom: 100px;
    margin: auto;
    text-align: center;
}
.divInsOption a:link
{
    text-decoration: none;
}
.divInsOption p
{
    color: white;
    text-align: left;
    text-decoration: none;
    margin: auto;
    padding: 5px;
    margin-bottom: 10px;
    width: 70%;
    border: 1px solid rgb(158, 158, 158);
    border-radius: 3px;
    background-color: rgba(48, 100, 167, 0.411);
    box-shadow: 0px 0px 20px 1px rgba(122, 122, 122, 0.658);
    transition: all .3s ease;
}
.divInsOption p:hover
{
    cursor: pointer;
    background-color: rgba(188, 209, 236, 0.507);
}

/* Connextion */
.connexion_inner img
{
    width: 15%;
    margin-bottom: 50px;
    margin: auto;
}
.form
{
    margin: auto;
    width: 900px;
}
.connexion_inner form label
{
    color: white;
}
.email_connexion, .pass_connexion
{
    width: 100%;
    font-size: 14px;
    color: rgba(55,55,55,1.00);
    height: 32px;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid rgba(186,186,186,1.00);
    border-radius: 2px;
    margin: auto;
    margin-bottom: 20px;
    transition: all .2s ease;
}
.email_connexion:hover, .pass_connexion:hover
{
    border: 1px solid rgba(255,120,0,1);

}
.email_connexion:focus, .pass_connexion:focus
{
    border: 1px solid rgba(255,120,0,1);
    box-shadow: 0px 0px 5px .1px rgba(255,120,0,1);
}
.submit_connexion
{
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 28px;
    border: 2px solid rgba(0,118,176,1.00);
    border-radius: 3px;
    background-color: rgba(0,118,176,1.00);
    transition: all .2s ease;
}
.submit_connexion:hover
{
    border: 2px solid rgba(4,72,105,1.00);
    background-color: rgba(4,72,105,1.00);
    cursor: pointer;
}
.submit_connexion:active
{
    border: 2px solid rgb(3, 46, 68);
    background-color: rgb(3, 46, 68);
    cursor: pointer;
}
.formRadio
{
    margin-top: -10px;
}
.formRadio label
{
    margin-bottom: 15px;
    margin-left: 25px;
    margin-right: 5px;
    cursor: pointer;
    text-transform: uppercase;
}
.formRadio input[type="radio"]
{
    width: 15px;
    height: 15px;
    border: 10px solid white;
    background-color: yellow;
    color: blue;
    cursor: pointer;
}
.pIns
{
    margin-bottom: 50px;
}

/* MDP oublilé */
.mdpOubOuter
{
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    background-color:rgba(4,41,108,0.70);
}
.mdpOubInner
{
    width: 80%;
    height: 500px;
    margin: auto;
    background-color: rgba(188, 209, 236, 0.507);
    padding-bottom: 150px;
    position: relative;
    top: 30px;
    border: 1px solid rgba(158, 158, 158, 0.692);
}
.lienMdpOub
{
    width: 160px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    transition: all .3s ease;
}
.lienMdpOub a
{
    color: white;
}
.lienMdpOub a:hover
{
    color: rgb(223, 223, 223);
}
.divMpdOub
{
    width: 600px;
    margin: auto;
    padding: 25px;
    padding-bottom: 50px;
    margin-top: 70px;
    border: 1px solid rgba(255, 255, 255, 0.288);
    background-color: rgba(255, 255, 255, 0.288);
}
.chapEmail
{
    width: 300px;
    border-radius: 1px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    transition: all .3s ease;
    border: 1px solid rgba(158, 158, 158, 0.692);
}
.chapEmail:focus
{
    border: 1px solid rgba(255, 174, 68, 0.692);
    box-shadow: 0px 0px 5px .5px rgba(255, 174, 68, 0.692);
}
.chapPass
{
    width: 300px;
    border-radius: 1px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    transition: all .3s ease;
    border: 1px solid rgba(158, 158, 158, 0.692);
    margin-bottom: 15px;
}
.chapPass:focus
{
    border: 1px solid rgba(255, 174, 68, 0.692);
    box-shadow: 0px 0px 5px .5px rgba(255, 174, 68, 0.692);
}

/* Fichier Eleve */
.classEleve
{
    height: auto;
    padding-bottom: 80px;
}
.classEleveInner
{
    height: auto;
    padding-bottom: 50px;
}
.h4_connexionEleve
{
    color: white;
}
.h1_connexionEleve
{
    color: white;
}
.hrEns
{
    border: 1px solid white;
    width: 50%;
    margin: auto;
}
/* .eleve
{
    color: white;
    font-size: 20px;
    border-bottom: 1px solid white;
    width: 600px;
    margin: auto;
    margin-bottom: 15px;
    text-align: left;
    padding: 3px;
} */
.ajtEng
{
    width: 300px;
    margin: auto;
    margin-top: -15px;
    margin-bottom: 15px;
}
.bout_plus
{
    color: white;
    transition: all .3s ease;
    position: relative;
    top: 5px;
    margin-left: 15px;
    font-size: 25px;
}
.bout_plus:hover
{
    text-shadow: 0px 0px 5px rgba(255,255,255,1.00);
    cursor: pointer;
}
.submitEleve
{
    margin: auto;
}
.formCon
{
    margin: auto;
}
.formLabelCon
{
    color: white;
    padding-right: 15px;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 15px;
}
.formInputCon
{
    width: 400px;
    display: inline-block;
    vertical-align: top;
    color: white;
}
.msgCliqur
{
    color: white;
    width: 100%;
    margin: auto;
}

/* Puzzle etape-1 */
/* .puzzCont
{
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    background-color:rgba(4,41,108,0.70);
}
.puzzContInn
{
    width: 80%;
    height: auto;
    margin: auto;
    background-color:rgba(191,210,247,.25);
    padding-bottom: 50px;
    position: relative;
    top: 30px;
} */
.img
{
    width: 100px;
    height: auto;
}
.puzzleContainer
{
    /* width: 70%; */
    /* height: auto; */
    text-align: center;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
}
.valider
{
    text-align: center;
}
.valider input
{
    display: inline-block;
    color: white;
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
    font-weight: 800;
    line-height: 35px;
    margin-top: 25px;
    margin-left: 25px;
    border: 2px solid rgba(0,118,176,1.00);
    background-color: rgba(0,118,176,1.00);
    transition: all .2s ease;
}
.valider input:hover
{
    color: white;
    border: 2px solid rgba(4,72,105,1.00);
    background-color: rgba(4,72,105,1.00);
    cursor: pointer;
}
.puzzInn2
{
    width: 80%;
    margin: auto;
    margin-top: 5px;
    padding-top: 15px;
}
.puzzleIMG .puzzInn2 {
    width: 100%;
}
.test_image hr
{
    box-shadow: 0px 0px 7px 1px #61d8ff;
    height: .1px;
    background-color: rgba(192,191,191,1.0);
    opacity: .5;
}
.puzzInn2 h3
{
    color: white;
    text-align: center;
    font-weight: 600;
}
.puzzInn2 h4
{
    color: white;
}
.puzzInn2 p
{
    color: white;
}
.MsgErrCycle1
{
    /* width: 60%; */
    color: white;
    /* margin-left: auto;
    margin-right: auto; */
    text-align: center;
    margin-top: 5px;
}

/* Test QCM */
.test
{
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    background-color:rgba(4,41,108,0.70);
}
.test_inner
{
    width: 80%;
    height: auto;
    margin: auto;
    background-color:rgba(191,210,247,.6);
    padding-bottom: 50px;
    position: relative;
    top: 30px;
}
.test_image hr
{
    box-shadow: 0px 0px 7px 1px #61d8ff;
    height: .1px;
    background-color: rgba(192,191,191,1.0);
    opacity: .5;
}
.qcm
{
    width: 80%;
    margin: auto;
    margin-top: 5px;
    padding-top: 15px;
}
.qcm h3
{
    color: white;
    text-align: center;
    font-weight: 600;
}
.qcm h4
{
    color: white;
}
.qcm p
{
    color: white;
}
.divBoutonEtImage
{
    width: 100%;
    display: inline-block;
}
.divImgP
{
    padding-bottom: 15px;
    display: inline-block;
    vertical-align: top;
}
.divImage
{
    width: 180px;
    line-height: 120px;
    background-color: rgba(141, 163, 175, 0.575);
    border: 1px solid rgb(157, 157, 158);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.644);
    border-radius: 3px;
    transition: all .4s ease;
    text-align: center;
    /* z-index: 1000px; */
    height: 120px;
    display: block;
    position: relative;
}
.divImage:hover
{
    border: 1px solid rgb(157, 157, 158);
    box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.644);
    cursor: pointer;
    /* cursor: url("images/play-button.png"), auto; */
}
.divImagePlay:hover
{
    cursor: pointer;
}
.image_01
{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.test_image .image_02
{
    width: auto;
}
.frmTest
{
    display: inline-block;
    vertical-align: top;
}
.qsmBouton
{
    width: 200px;
    border: 2px solid rgba(201,253,255,1.00);
    border-radius: 5px;
    margin-bottom: 8px;
    line-height: 30px;
    background-color: rgba(255,255,255,0.10);
    color: white;
    transition: all .2s ease;
    box-shadow: 0px 0px 3px 1px rgba(201,253,255,0);
}
.qsmBouton:hover
{
    background-color: rgba(201,253,255,1.00);
    color: rgba(52,52,52,1.00);
    box-shadow: 0px 0px 3px 1px rgba(201,253,255,0);
    cursor: pointer;
}
.qsmBouton:active
{
    background-color: rgba(201,253,255,1.00);
    color: rgba(52,52,52,1.00);
    box-shadow: 0px 0px 3px 1px rgba(201,253,255,1.00);
}
.divBoutonEtImage .couleurVerte
{
    width: 200px;
    border-radius: 5px;
    margin-bottom: 8px;
    line-height: 30px;
    transition: all .2s ease;

    color: white;
    background-color: rgb(17, 117, 50);
    box-shadow: 0px 0px 5px 1px rgba(17, 117, 50, 0.863);
    border: 2px solid rgba(15, 90, 40, 0.863);
}
.divBoutonEtImage .couleurRouge
{
    width: 200px;
    border-radius: 5px;
    margin-bottom: 8px;
    line-height: 30px;
    transition: all .2s ease;

    color: white;
    background-color: rgba(189, 52, 18, 0.993);
    box-shadow: 0px 0px 5px 1px rgba(189, 52, 18, 0.993);
    border: 2px solid rgba(165, 46, 16, 0.993);
}
.divBoutonEtImage .boutonDisabled
{
    width: 200px;
    border: 2px solid rgba(201,253,255,1.00);
    border-radius: 5px;
    margin-bottom: 8px;
    line-height: 30px;
    background-color: rgba(255,255,255,0.10);
    color: white;
    transition: all .2s ease;
    box-shadow: 0px 0px 3px 1px rgba(201,253,255,0);
    cursor: context-menu;
}

/* Agrandir l'image */
.displayNone
{
    display: none;
}
.divImageGrandir
{
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 73, 153, 0.699);
    text-align: auto;
    cursor: zoom-out;
    overflow-y: auto;
}
.divImageGrandir button
{
    position: fixed;
    top: 5%;
    right: 15%;
}
.image01
{
    width: 30%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 5%;
    border: 10px solid rgb(182, 182, 182);
    box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.692);
}
.image01:hover
{
    cursor: zoom-out;
}
.jouer
{
    width: 25px;
    margin-left: 15px;
}

/* Etape 2 */
.image_01E2
{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* etape 3 */
.divBoutonEtImageEtape3
{
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}
.divImageEtape3
{
    width: 50%;
    font-size: 20px;
    height: auto;
    margin: auto;
    text-align: center;
}
.nomInstrument
{
    display: inline-block;
    color: white;
    width: 200px;
    line-height: 35px;
}
.imageEtape3
{
    width: 80px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.644);
    transition: all .4s ease;
}
.imageEtape3:hover
{
    box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.644);
    cursor: zoom-in;
}
.formEtape3
{
    height: auto;
    margin-top: 15px;
}
.questionLabel
{
    display: inline-block;
    color: white;
    width: 45%;
    height: 35px;
}
.divBoutonEtape3
{
    width: 50%;
    display: inline-block;
}
.qsmBoutonEtape3
{
    all: initial;
    width: 44%;
    border: 2px solid rgba(201,253,255,1.00);
    padding-left: 4px;
    padding-right:4px;
    border-radius: 5px;
    margin-bottom: 15px;
    height: auto;
    background-color: rgba(255,255,255,0.10);
    color: white;
    transition: all .2s ease;
    box-shadow: 0px 0px 3px 1px rgba(201,253,255,0);
    line-height: 28px;
    font-family: arial;
    text-align: center;
}
.qsmBoutonEtape3:hover
{
    background-color: rgba(201,253,255,1.00);
    color: rgba(52,52,52,1.00);
    box-shadow: 0px 0px 3px 1px rgba(201,253,255,0);
    cursor: pointer;
}
.couleurVerteEtape3
{
    all: initial;
    width: 44%;
    border: 2px solid rgba(201,253,255,1.00);
    padding-left: 4px;
    padding-right:4px;
    border-radius: 5px;
    margin-bottom: 15px;
    height: auto;
    background-color: rgba(255,255,255,0.10);
    color: white;
    transition: all .2s ease;
    box-shadow: 0px 0px 3px 1px rgba(201,253,255,0);
    line-height: 28px;
    font-family: arial;
    text-align: center;

    color: white;
    background-color: rgb(17, 117, 50);
    box-shadow: 0px 0px 5px 1px rgba(17, 117, 50, 0.863);
    border: 2px solid rgba(15, 90, 40, 0.863);
}
.couleurRougeEtape3
{
    all: initial;
    width: 44%;
    border: 2px solid rgba(201,253,255,1.00);
    padding-left: 4px;
    padding-right:4px;
    border-radius: 5px;
    margin-bottom: 15px;
    height: auto;
    background-color: rgba(255,255,255,0.10);
    color: white;
    transition: all .2s ease;
    box-shadow: 0px 0px 3px 1px rgba(201,253,255,0);
    line-height: 28px;
    font-family: arial;
    text-align: center;

    color: white;
    background-color: rgba(189, 52, 18, 0.993);
    box-shadow: 0px 0px 5px 1px rgba(189, 52, 18, 0.993);
    border: 2px solid rgba(165, 46, 16, 0.993);
}
.boutonDisabledEtape3
{
    all: initial;
    width: 44%;
    border: 2px solid rgba(201,253,255,1.00);
    padding-left: 4px;
    padding-right:4px;
    border-radius: 5px;
    margin-bottom: 15px;
    height: auto;
    background-color: rgba(255,255,255,0.10);
    color: white;
    transition: all .2s ease;
    box-shadow: 0px 0px 3px 1px rgba(201,253,255,0);
    line-height: 28px;
    font-family: arial;
    text-align: center;

    cursor: context-menu;
}

/* résultat final */
.decouvrezInstruments
{
    color: white;
    text-decoration: none;
    transition: all .3s ease;
    border: 2px solid gray;
    width: 380px;
    height: auto;
    margin: auto;
}
.decouvrezInstruments:hover
{
    color: rgb(0, 0, 0);
    text-decoration: none;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.904);
}
.decouvrezInstruments a
{
    color: white;
}
.btnImp
{
    margin-top: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 80px;
    padding-right: 80px;
    background-color:rgba(235, 235, 235, 0.7);
    border: 1px solid silver;
    transition: all .3s ease;
    color: black;
    font-size: 20px;
    font-weight: 700;
}
.btnImp:hover
{
    text-decoration: none;
    background-color:rgba(255, 254, 254, 0.815);
    cursor: pointer;
}
.btnImp:active
{
    background-color:rgb(255, 254, 254);
}

/* ------------------ page PRINT ------------------ */
.bodyPrint
{
    background-image: url("");
}
.print
{
    text-align: center;
    width: 1000px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    color: black;
}
.printInner
{
    margin-top: -570px;
}
.certificat
{
    width: 100%;
}
.divImg
{
    position: relative;
    top: 90px;
    text-align: left;
}
.divImage1
{
    width: 290px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.img1
{
    width: 100px;
}
.img2
{
    width: 100px;
    margin-right: 450px;
    margin-left: 100px;
    display: inline-block;
    vertical-align: top;
}
.printInner p,.printInner h1,.printInner h3,.printInner h5
{
    color: black;
}

/* instruments */
.info
{
    padding-left: 2%;
    padding-right: 2%;
}
.connexion_inner .jouerSon
{
    width: 80px;
    vertical-align: bottom;
}
.connexion_inner .jouerSon:hover
{
     cursor: pointer;
}
/* .divInstrument
{
    width: 95%;
    margin:auto;
    text-align: left;
} */

	/* page merc */
	.divMerciInner
	{
		height: auto;
		padding-bottom: 80px;
	}
	.divCommentaire
	{
		background-color: rgba(10, 61, 85, 0.836);
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
	}
	.formCommentaire
	{
		width: 900px;
		height: auto;
		background-color: rgb(233, 233, 233);
		border: 1px solid silver;
		border-radius: 2px;
		/* position: fixed;
		left: 20%;
		top: 10%; */
		margin: auto;
		margin-top: 50px;
		padding-bottom: 40px;
		box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.767);
	}
	.textareaCommentaire
	{
		margin: auto;
		margin-top: 50px;
		width: 750px;
		height: 300px;
		border: 1px solid rgb(228, 228, 228);
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.buttonAjouter
	{
		width: auto;
		padding-left: 35px;
		padding-right: 35px;
		background-color: rgb(0, 134, 175);
		border: 1px solid rgb(0, 134, 175);
		color: white;
		line-height: 25px;
		margin-left: 25px;
		margin-top: 15px;
		transition: all .4s ease;
	}
	.buttonAjouter:hover
	{
		background-color: rgb(2, 96, 124);
		border: 1px solid rgb(2, 96, 124);
		cursor: pointer;
	}
	.boxCommentaire
	{
		display: none;
	}
	.formDessins
	{
		width: 900px;
		height: auto;
		background-color: rgb(207, 223, 226);
		border: 1px solid silver;
		border-radius: 2px;
		margin: auto;
		margin-top: 50px;
		padding-bottom: 40px;
		box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.767);
	}
	.envoyerDiv
	{
		border: 1px solid gray;
		border-radius: 3px;
		text-align: center;
		margin-top: 15px;
		margin-bottom: 15px;
		padding: 15px;
	}
	.envoyerDessin
	{
		display: inline-block;
		color: white;
		width: auto;
		padding-left: 35px;
		padding-right: 35px;
		font-weight: 800;
		line-height: 35px;
		border: 2px solid rgb(12, 149, 184);
		background-color: rgb(12, 149, 184);
		transition: all .2s ease;
		margin-left: auto;
		margin-right: auto;
	}
	.envoyerDessin:hover
	{
		border: 2px solid rgb(13, 128, 156);
		background-color: rgb(13, 128, 156);
		cursor: pointer;
	}
	.fichierDessin
	{
		margin: auto;
		margin-top: 50px;
		width: 770px;
		height: 25px;
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.tAreaDessin
	{
		margin: auto;
		margin-top: 25px;
		margin-bottom: 25px;
		width: 750px;
		height: 150px;
		border: 1px solid rgb(228, 228, 228);
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.formFile
	{
		border: 1px solid gray;
		border-radius: 5px;
		background-color: rgba(226, 226, 226, 0.185);
	}
	.file
	{
		text-align: center;
		margin: auto;
		width: 400px;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 12px;
	}
	.btnFile
	{
		display: inline-block;
		color: white;
		width: auto;
		padding-left: 15px;
		padding-right: 15px;
		font-weight: 800;
		line-height: 25px;
		border: 2px solid rgb(12, 149, 184);
		background-color: rgb(12, 149, 184);
		transition: all .2s ease;
		margin-left: auto;
		margin-right: auto;
	}
	.btnFile:hover
	{
		border: 2px solid rgb(13, 128, 156);
		background-color: rgb(13, 128, 156);
		cursor: pointer;
	}
	.errerFile
	{
		color: white;
	}

/* commentaires */
.cmmtOuter
{
    width: 100%;
    background-color:rgba(191,210,247,.9);
}
.cmmtInner
{
    width: 80%;
    margin: auto;
    padding-bottom: 50px;
}
.cmmtInner h2
{
    color: rgba(0,144,255,1.00);
    width: 40%;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.cmmtInner form
{
    text-align: center;
}

.cmmtContainer
{
    background-color: rgba(255, 255, 255, 0.774);
    box-shadow: 0px 0px 35px .5px rgba(121, 121, 121, 0.795);
    border-radius: 2px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px;
}
.cmmtTete
{
    background-color: rgb(236, 236, 236);
    line-height: 35px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 2px;
    text-align: center;
}
.cmmtDate
{
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid rgb(94, 94, 94);
}
.cmmtcorp
{
    padding-top: 2px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    color: black;
    word-wrap: break-word;
}
.cmmtHr
{
    height: 1px;
    background-color: rgb(184, 184, 184);
}

/* Dessins */
.desOuter
{
    width: 100%;
    background-color:rgba(191,210,247,.9);
}
.desInner
{
    width: 85%;
    margin: auto;
    padding-bottom: 50px;
    text-align: center;
}
.desInner h2
{
    color: rgba(0,144,255,1.00);
    width: 40%;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.desContainer
{
    background-color: rgba(245, 245, 245, 0.548);
    box-shadow: 0px 0px 35px .5px rgba(121, 121, 121, 0.795);
    border-radius: 2px;
    width: 200px;
    height: 200px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px;
    margin-left: 2%;
    margin-right: 2%;
    padding: 10px;
    overflow: hidden;
}
.desContainer h3
{
    color: black;
    font-size: 15px;
}
.divImg
{
    width: 100%;
    height: 75%;
    overflow: hidden;
    text-align: center;
}
.desContainer img
{
    width: 100%;
    margin: auto;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    transition: all .4s ease;
}
.desContainer:hover
{
    cursor: zoom-in;
}
.desContainer:hover img
{
    width: 90%;
    cursor: zoom-in;
}
.dessDisplayNone
{
    display: none;
}
.dessinGrandir
{
    z-index: 100;
    position: fixed;
    top: 0px;
    left: -40%;
    width: 180%;
    height: 100%;
    background-color: rgba(30, 62, 110, 0.97);
    text-align: auto;
    overflow: auto;
    border: 2px solid white;
}
.btnQuiter
{
    position: fixed;
    top: 5%;
    right: 5%;
    color: white;
    line-height: 22px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    transition: all .3s ease;
    border-radius: 3px;
    z-index: 10;
}
.btnQuiter:hover
{
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.521);
}
.allerDroite
{
    position: fixed;
    top: 45%;
    right: 15%;
    color: white;
    line-height: 22px;
    padding-bottom: 2px;
    padding: 30px;
    transition: all .3s ease;
    border-radius: 7px;
}
.allerDroite:hover
{
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.349);
}
.allerGauche
{
    position: fixed;
    top: 45%;
    left: 15%;
    color: white;
    line-height: 22px;
    padding-bottom: 2px;
    padding: 30px;
    transition: all .3s ease;
    border-radius: 7px;
}
.allerGauche:hover
{
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.349);
}
.dessImg
{
    width: 30%;
    position: relative;
    top: 10%;
    margin: auto;
    border: 2px solid rgb(182, 182, 182);
    box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.692);
}

/* image contact */
.image_contact
{
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    background-color:rgba(4,41,108,0.70);
}
.image_contact_inner
{
    width: 80%;
    height: auto;
    margin: auto;
    padding-bottom: 10px;
    padding-top: 80px;
}
.image_contact img
{
    width: 100%;
    margin: auto;
}

/* formulaire de contact */
.formulaire_contact
{
    width: 100%;
    height: 800px;
    background-color:rgba(191,210,247,.9);
}
.formulaire_contact_inner
{
    width: 80%;
    height: 750px;
    margin: auto;
}
.formulaire_contact_inner h2
{
    color: rgba(0,144,255,1.00);
    width: 40%;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;

}
.formulaire_contact_inner form
{
    text-align: center;
}
.nom_prenom_contact, .email_contact, .tel_contact, .sujet_contact
{
    font-size: 14px;
    color: rgba(55,55,55,1.00);
    height: 35px;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid rgba(186,186,186,1.00);
    border-radius: 2px;
    margin: auto;
    margin-bottom: 35px;
    transition: all .3s ease;
}
.nom_prenom_contact:hover, .email_contact:hover, .tel_contact:hover, .sujet_contact:hover
{
    border: 1px solid rgba(255,120,0,1);

}
.nom_prenom_contact:focus, .email_contact:focus, .tel_contact:focus, .sujet_contact:focus
{
    border: 1px solid rgba(255,120,0,1);
    box-shadow: 0px 0px 5px .1px rgba(255,120,0,1);

}
.message_contact
{
    font-size: 14px;
    width: 82.7%;
    height: 300px;
    color: rgba(55,55,55,1.00);
    line-height: 40px;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid rgba(186,186,186,1.00);
    border-radius: 2px;
    margin-bottom: 45px;
}
.message_contact:hover
{
    border: 1px solid rgba(255,120,0,1);

}
.message_contact:focus
{
    border: 1px solid rgba(255,120,0,1);
    box-shadow: 0px 0px 5px .1px rgba(255,120,0,1);

}
.submit_contact
{
    color: white;
    width: 400px;
    font-weight: 800;
    line-height: 45px;
    border: 2px solid rgba(0,118,176,1.00);
    background-color: rgba(0,118,176,1.00);
    transition: all .2s ease;
}
.submit_contact:hover
{
    border: 2px solid rgba(4,72,105,1.00);
    background-color: rgba(4,72,105,1.00);
    cursor: pointer;
}

/* Pour le fichier connexionReussie */
.connexionReussie
{
    height: 600px;
}
.connexionReussieInner
{
    height: 550px;
}
.msg
{
    color: red;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.msgSuccess
{
    color: green;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

/* pied */
.pied
{
    width: 100%;
    height:90px;
    background-color:rgba(2,52,86,0.98);
}
.pied_inner
{
    width: 80%;
    height: 90px;
    margin: auto;
}
.droits
{
    width: 50%;
    color: rgba(190,190,190,1.00);
    text-align: left;
    float: left;
    margin-top: 35px;
}
.reseaux_sociaux
{
    width: 15%;
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 10%;
    margin-left: 20%;
    margin-top: 35px;
}
.favicon_facebook
{
    color: white;
    transition: all .2s ease;
}
.favicon_facebook:hover
{
    color: #2d8dcc;
}
.bouton_facebook
{
    text-align: center;
}
.bouton_facebook iframe
{
    width: 220px;
}


/* Explorer alert message */
.alert-exp-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 80px;
    background: rgba(30, 40, 62, 0.96);
    color: white;
    z-index: 1000;
    display: none;
}
.alert-exp-container .alert-exp {
    width: 70%;
    margin: auto;
    text-align: center;
    padding: 20px;
    position: relative;
}
@media screen and (max-width:768px) {
    .alert-exp-container .alert-exp {
        width: 95%;
    }
}
.alert-exp-container .alert-exp span#alert-exp-close {
    content: '\2716';
    width: 30px;
    height: 30px;
    /* background: white; */
    position: absolute;
    top: 20px;
    right: 0;
    cursor: pointer;
    transition: text-shadow 0.3s;
}
.alert-exp-container .alert-exp span#alert-exp-close:hover {
    text-shadow: 0 0 3px #c7c6c6;
}

/* ---------------- Taille xs ---------------- */
@media (max-width: 576px)
{
    .entete
    {
        height: auto;
        padding-bottom: 25px;
        text-align: center;
    }
    .entete_inner
    {
        height: auto;
        padding-bottom: 25px;
        text-align: center;
    }
    .entete_inner img
    {
        margin: auto;
    }
    .menuGrandEc
    {
        display: none;
    }
    .burgerMenu
    {
        color: white;
        font-size: 28px;
        position: absolute;
        right: 40px;
        top: 60px;
        padding: 2px;
        border: 1px solid white;
        border-radius: 3px;
        cursor: pointer;
        height: 35px;
        width: 45px;
    }

    /* Mobile menu */
    .mobileMenu
    {
        width: 80%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 20px;
        list-style-type: none;
        font-size: 14px;
        text-transform: uppercase;
        margin: auto;
        position: absolute;
        top: 110px;
        text-align: center;
        background-color: rgba(6, 41, 70, 0.9);
        z-index: 100;
        display: none;
    }
    .mobileMenu a
    {
        color: white;
        text-decoration: none;
    }
    .mobileMenu a:hover
    {
        text-decoration: none;
    }
    .mobileMenu li
    {
        border-top: 1px solid rgba(255,255,255,0.00);
        border-bottom: 1px solid rgba(255,255,255,0.00);
        height: 30px;
        padding-top: 5px;
        position: relative;
        left: -20px;
        transition: All .3s ease;
        -webkit-transition: All .3s ease;
        -moz-transition: All .3s ease;
        -webkit-transition: All .3s ease;
        -o-transition: All .3s ease;
    }
    .mobileMenu li:hover
    {
        color: white;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        height: 30px;
    }
    #menu_defautMobile
    {
        color: white;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        height: 30px;
    }

	/* banner */
	.banner
	{
		background-color:rgba(4,41,108,0.70);
	}
	.banner_inner h2
	{
		font-size: 16px;
        width: 100%;
    }
	.banner2_inner
	{
		width: 90%;
	}

	/* Page d'inscription */
	.connexion_inner
	{
        top: -40px;
        width: 95%;
	}
	.connexion_inner h2
	{
		font-size: 18px;
		width: 100%;
		margin-top: -30px;
	}
	.form
	{
		width: 100%;
	}
	.formLabel
	{
		width: 100%;
		text-align: center;
        color: white;
        line-height: 15px;
	}
	.formInput
	{
		width: 92%;
		margin: auto;
	}
	.email_connexion
	{
		height: 30px;
		margin-bottom: 15px;
    }

	/* Pour les champs au cas ou il y a des erreurs */
	.emailErreur
	{
		height: 30px;
		margin-bottom: 15px;
	}
	.boxMsg
	{
		width: 100%;
		font-size: 14px;
    }

	/* Option inscription */
	.optContInner
	{
		width: 95%;
	}
	.optContInner h2
	{
		width: 95%;
        margin-top: 15px;
	}
	.divInsOption
	{
		width: 95%;
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.divInsOption a:link
	{
		text-decoration: none;
	}
	.divInsOption p
	{
		width: 90%;
	}

	/* Connextion */
	.titreCycleMobile
	{
		color: white;
		/* border: 1px solid rgb(185, 185, 185); */
		border-radius: 5px;
		padding: 3px;
		padding-left: 10px;
		padding-right: 10px;
		background-color: rgba(255, 255, 255, 0);
		transition: all .2s  ease;
        text-transform: none;
	}
	.titreCycleMobile:hover
	{
		color: white;
		background-color: rgba(176, 246, 255, 0.301);
		text-decoration: none;
	}
	.connexion_inner img
	{
		width: 40%;
		margin: auto;
        margin-top: -25px;
        margin-bottom: 50px;
	}
	.form
	{
		width: 100%;
	}
	.formInput
	{
		width: 80%;
		margin: auto;
    }

    /* MDP oublilé */
    .h4_connexionEleve
    {
        width: 100%;
        font-size: 18px;
    }
	.divMpdOub
	{
        width: 90%;
		margin-top: -10px;
    }
    .chapEmail, .chapPass
    {
        width: 100%;
        margin-bottom: 10px;
    }

	/*  Fichier Eleve  */
	.classEleve
	{
		width: 100%;
	}
	.classEleve img
	{
		color: rgba(0,144,255,1.00);
		width: 40%;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 30px;
		text-align: center;
	}
	.classEleveInner
	{
		width: 90%;
		margin: auto;
	}
	.h4_connexionEleve
	{
		font-size: 18px;
	}
	.hrEns
	{
		width: 95%;
	}
	.ajtEng
	{
		width: 100%;
		margin-top: -5px;
		text-align: center;
	}
	.bout_plus
	{
		width: 100%;
	}
	.formCon
	{
		width: 100%;
	}
	.formLabelCon
	{
		width: 100%;
		text-align: center;
	}
	.formInputCon
	{
		width: 95%;
		margin: auto;
	}
	.msgCliqur
	{
		width: 100%;
	}

	/* Puzzle etape-1 */
	/* .puzzCont
	{
		padding-bottom: 40px;
	}
	.puzzContInn
	{
		width: 90%;
		padding-bottom: 30px;
		top: 0px;
	} */
	.valider input
	{
		width: 200px;
	}
	/* .MsgErrCycle1
	{
		width: 100%;
    } */
    .puzzleContainer
    {
        width: 250px;
        /* height: 250px; */
    }

	/* Test QCM */
	.test
	{
		padding-bottom: 40px;
	}
	.test_inner
	{
		width: 90%;
		padding-bottom: 30px;
		top: 0px;
	}
	.qcm
	{
		width: 95%;
	}
	.qcm h4
	{
        color: white;
        font-size: 16px;
        margin-bottom: 15px;
	}
	.divBoutonEtImage
	{
        width: 100%;
    }
    .divImgP
    {
        width: 100%;
    }
	.divImage
	{
        text-align: center;
        transition: all .4s ease;
        margin: auto;
	}
    .frmTest
    {
        width: 100%;
        margin: auto;
        text-align: center;
    }
	.qsmBouton, .divBoutonEtImage .couleurVerte, .divBoutonEtImage .couleurRouge, .divBoutonEtImage .boutonDisabled
	{
        width: 60%;
	}

	/* Agrandir l'image */
	.image01
	{
		width: 95%;
		left: 2.5%;
	}

    /* etape 3 */
	.questionDiv
	{
		text-align: center;
	}
	.divImageEtape3
	{
		width: 100%;
	}
	.nomInstrument
	{
		width: 100%;
        font-size: 17px;
	}
	.questionLabel
	{
		width: 100%;
        font-size: 15px;
	}
	.divBoutonEtape3
	{
		width: 100%;
	}
	.qsmBoutonEtape3
	{
		width: 90%;
        font-size: 15px;
	}
	.couleurVerteEtape3
	{
		width: 90%;
        font-size: 15px;
	}
	.couleurRougeEtape3
	{
		width: 90%;
        font-size: 15px;
	}
	.boutonDisabledEtape3
	{
		width: 90%;
        font-size: 15px;
	}

	/* résultat final */
	.decouvrezInstruments
	{
		width: 90%;
	}
	.btnImp
	{
		margin-top: 20px;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 18px;
		font-weight: 600;
	}

	/* page merc */
	.file
	{
		width: 100%;
		margin-bottom: 12px;
	}
	.formDessins, .textareaCommentaire, .formCommentaire
	{
		width: 95%;
    }

    /* commentaires */
	.cmmtInner
	{
		width: 95%;
	}
	.cmmtInner h2
	{
		width: 80%;
        font-size: 20px;
	}

	/* Dessins */
	.desContainer
	{
		width: 250px;
	}
	.dessImg
	{
		width: 50%;
	}

	/* image contact */
	.image_contact
	{
		padding-bottom: 30px;
	}
	.image_contact_inner
	{
		padding-top: 20px;
	}

	/* formulaire de contact */
	.formulaire_contact
	{
		height: auto;
		padding-bottom: 20px;
	}
	.formulaire_contact_inner
	{
		width: 95%;
		height: auto;
	}
	.formulaire_contact_inner h2
	{
		width: 80%;
        font-weight: 600;
        font-size: 20px;

	}
	.nom_prenom_contact, .email_contact, .tel_contact, .sujet_contact
	{
		width: 95%;
	}
	.message_contact
	{
		width: 95%;
	}
	.submit_contact
	{
		width: 250px;
		line-height: 35px;
	}

	/* pied */
	.pied
	{
        height:90px;
	}
	.droits
	{
		width: 100%;
		text-align: center;
        margin-top: 15px;
        font-size: 14px;
	}
	.reseaux_sociaux
	{
        width: 100%;
        margin-top: 50px;
        text-align: center;
        right: 0%;
	}
	.banner2_inner
	{
		width: 90%;
	}
}

/* ---------------- Taille sm ---------------- */
@media (min-width: 576px)
{
    .entete
    {
        height: auto;
        padding-bottom: 25px;
        text-align: center;
    }
    .entete_inner
    {
        width: 80%;
        height: auto;
        margin: auto;
        padding-bottom: 25px;
        text-align: center;
    }
    .entete_inner img
    {
        margin: auto;
    }
    .menuGrandEc
    {
        display: none;
    }
    .burgerMenu
    {
        color: white;
        font-size: 28px;
        position: absolute;
        right: 80px;
        top: 60px;
        padding: 2px;
        border: 1px solid white;
        border-radius: 3px;
        cursor: pointer;
        height: 35px;
        width: 45px;
    }

    /* Mobile menu */
    .mobileMenu
    {
        width: 80%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 20px;
        list-style-type: none;
        font-size: 14px;
        text-transform: uppercase;
        margin: auto;
        position: absolute;
        top: 110px;
        text-align: center;
        background-color: rgba(6, 41, 70, 0.9);
        z-index: 100;
        display: none;
    }
    .mobileMenu a
    {
        color: white;
        text-decoration: none;
    }
    .mobileMenu a:hover
    {
        text-decoration: none;
    }
    .mobileMenu li
    {
        border-top: 1px solid rgba(255,255,255,0.00);
        border-bottom: 1px solid rgba(255,255,255,0.00);
        height: 30px;
        padding-top: 5px;
        position: relative;
        left: -20px;
        transition: All .3s ease;
        -webkit-transition: All .3s ease;
        -moz-transition: All .3s ease;
        -webkit-transition: All .3s ease;
        -o-transition: All .3s ease;
    }
    .mobileMenu li:hover
    {
        color: white;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        height: 30px;
    }
    #menu_defautMobile
    {
        color: white;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        height: 30px;
    }

	/* banner */
	.banner
	{
		padding-bottom: 20px;
	}
	.banner_inner h2
	{
		font-size: 18px;
		width: 100%;
    }
	.banner2_inner
	{
		width: 90%;
	}

	/* Page d'inscription */
	.connexion_inner
	{
		top: -40px;
	}
	.connexion_inner h2
	{
		margin-top: -20px;
		font-size: 18px;
		width: 100%;
	}
	.form
	{
		width: 100%;
	}
	.formLabel
	{
		width: 100%;
		text-align: center;
        color: white;
        line-height: 15px;
	}
	.formInput
	{
		width: 80%;
		margin: auto;
	}
	.email_connexion
	{
		height: 30px;
		margin-bottom: 15px;
	}
	/* Pour les champs au cas ou il y a des erreurs */
	.emailErreur
	{
		height: 30px;
		margin-bottom: 15px;
    }

	/* Option inscription */
	.optContInner h2
	{
		width: 90%;
		margin-top: 15px;
	}
	.divInsOption
	{
		width: 95%;
	}
	.divInsOption p
	{
		width: 90%;
	}

	/* Connextion */
	.titreCycleMobile
	{
		color: white;
		/* border: 1px solid rgb(185, 185, 185); */
		border-radius: 5px;
		padding: 3px;
		padding-left: 10px;
		padding-right: 10px;
		background-color: rgba(255, 255, 255, 0);
		transition: all .2s  ease;
		text-transform: none;
	}
	.titreCycleMobile:hover
	{
		color: white;
		background-color: rgba(176, 246, 255, 0.301);
		text-decoration: none;
	}
	.connexion_inner img
	{
		width: 30%;
		margin-bottom: 30px;
		text-align: center;
	}
	.form
	{
		width: 100%;
	}
	.formInput
	{
		width: 80%;
		margin: auto;
	}

	/* MDP oublilé */
	.divMpdOub
	{
        width: 90%;
		margin-top: -10px;
    }
    .chapEmail
    {
        width: 100%;
        margin-bottom: 10px;
    }

	/* Fichier Eleve */
	.classEleve
	{
		width: 100%;
	}
	.classEleve img
	{
		color: rgba(0,144,255,1.00);
		width: 25%;
		margin: auto;
		margin-top: 30px;
		margin-bottom: 30px;
		text-align: center;
	}
	.classEleveInner
	{
		width: 80%;
		margin: auto;
	}
	.hrEns
	{
		width: 65%;
	}
	.formCon
	{
		width: 100%;
	}
	.formLabelCon
	{
		width: 100%;
		text-align: center;
	}
	.formInputCon
	{
		width: 80%;
		margin: auto;
	}

	/* Puzzle etape-1 */
	/* .puzzContInn
	{
		width: 90%;
	} */
    .puzzleContainer
    {
        width: 400px;
        /* height: 400px; */
    }

	/* Test QCM */
	.test_inner
	{
		width: 90%;
		top: 0px;
	}
	.qcm
	{
		width: 95%;
	}
	.qcm h4
	{
        color: white;
        font-size: 18px;
	}
	.divBoutonEtImage
	{
        width: 100%;
    }
    .divImgP
    {
        width: 200px;
    }
	.divImage
	{
        text-align: center;
        transition: all .4s ease;
        margin: auto;
	}
    .frmTest
    {
        width: 100%;
        text-align: left;
    }
	.qsmBouton, .divBoutonEtImage .couleurVerte, .divBoutonEtImage .couleurRouge, .divBoutonEtImage .boutonDisabled
	{
		width: 45%;
	}

	/* Agrandir l'image */
	.image01
	{
		top: 3%;
	}

	/* etape 3 */
	.questionLabel
	{
		width: 100%;
	}
	.divBoutonEtape3
	{
		width: 100%;
	}
	.qsmBoutonEtape3
	{
		width: 44%;
		margin-left: 15px;
	}
	.couleurVerteEtape3
	{
		width: 44%;
		margin-left: 15px;
	}
	.couleurRougeEtape3
	{
		width: 44%;
		margin-left: 15px;
	}
	.boutonDisabledEtape3
	{
		width: 44%;
		margin-left: 15px;
	}

	/* page merc */
	.file
	{
		width: 100%;
		margin-bottom: 12px;
	}
	.formDessins, .textareaCommentaire, .formCommentaire
	{
		width: 95%;
    }

	/* commentaires */
	.cmmtInner
	{
		width: 95%;
	}

	/* Dessins */
	.dessImg
	{
		width: 50%;
	}

	/* image contact */
	.image_contact
	{
		padding-bottom: 30px;
	}
	.image_contact_inner
	{
		padding-top: 20px;
	}

	/* formulaire de contact */
	.formulaire_contact
	{
		height: auto;
		padding-bottom: 20px;
	}
	.formulaire_contact_inner
	{
		width: 95%;
		height: auto;
	}
	.formulaire_contact_inner h2
	{
        font-weight: 600;
        font-size: 20px;
	}
	.nom_prenom_contact, .email_contact, .tel_contact, .sujet_contact
	{
		width: 80%;
	}
	.message_contact
	{
		width: 80%;
	}
	.submit_contact
	{
		width: 250px;
		line-height: 35px;
	}

	/* pied */
	.droits
	{
		width: 70%;
	}
	.banner2_inner
	{
		width: 90%;
	}
}

/* ---------------- Taille md ---------------- */
@media (min-width: 768px)
{
    .entete
    {
        height: auto;
        padding-bottom: 25px;
        text-align: center;
    }
    .entete_inner
    {
        width: 80%;
        height: auto;
        margin: auto;
        padding-bottom: 25px;
        text-align: center;
    }
    .entete_inner img
    {
        margin: auto;
    }
	.entete_inner ul
	{
        width: 600px;
        height: auto;
        padding-bottom: 15px;
		list-style-type: none;
		font-size: 14px;
        text-transform: uppercase;
        margin: auto;
		margin-top: 56px;
	}
    .menuGrandEc
    {
        display: block;
    }
	.entete_inner ul a
	{
		color: white;
	}
	.entete_inner ul li
	{
		float: left;
		margin-left: 30px;
		border-top: 2px solid rgba(255,255,255,0.00);
		border-bottom: 2px solid rgba(255,255,255,0.00);
		height: 0px;
		transition: All .3s ease;
		-webkit-transition: All .3s ease;
		-moz-transition: All .3s ease;
		-webkit-transition: All .3s ease;
		-o-transition: All .3s ease;
	}
	.entete_inner ul li:hover
	{
		color: white;
		border-top: 2px solid white;
		border-bottom: 2px solid white;
		height: 30px;
	}
	#menu_defaut
	{
		color: white;
		border-top: 2px solid white;
		border-bottom: 2px solid white;
		height: 30px;
	}
    #burgerMenu
    {
        display: none;
    }
    .mobileMenu
    {
        display: none;
    }
	/* banner */
	.banner_inner h2
	{
		font-size: 18px;
		width: 85%;
    }
	.banner2_inner
	{
		width: 90%;
	}

	/* Page d'inscription */
	.connexion_inner
	{
		top: -40px;
	}
	.connexion_inner h2
	{
		margin-top: -20px;
		font-size: 19px;
		width: 90%;
	}
	.form
	{
		width: 100%;
	}
	.formLabel
	{
		width: 100%;
        vertical-align: top;
        text-align: center;
	}
	.formInput
	{
		width: 310px;
	}

	/* Option inscription */
	.optContInner h2
	{
		margin-top: 15px;
	}
	.divInsOption
	{
		width: 95%;
	}
	.divInsOption p
	{
		width: 90%;
	}

	/* Connextion */
	.titreCycleMobile
	{
		display: none;
	}
	.connexion_inner img
	{
		width: 25%;
		margin-top: 30px;
        margin-top: -25px;
		margin-bottom: 30px;
		text-align: center;
	}
	.form
	{
		width: 100%;
	}
	.formInput
	{
		width: 50%;
		margin: auto;
	}

	/* MDP oublilé */
    .chapEmail
    {
        width: 300px;
        margin-bottom: 10px;
    }
	.divMpdOub
	{
        width: 90%;
		margin-top: -10px;
	}

	/* Fichier Eleve */
	.classEleve
	{
		width: 100%;
	}
	.classEleve img
	{
		color: rgba(0,144,255,1.00);
		width: 15%;
		margin: auto;
		margin-top: 30px;
		margin-bottom: 30px;
		text-align: center;
	}
	.classEleveInner
	{
		width: 80%;
		margin: auto;
	}
	.formCon
	{
		width: 100%;
	}
	.formLabelCon
	{
		text-align: center;
	}
	.formInputCon
	{
		width: 310px;
	}

	/* Puzzle etape-1 */
	.puzzInn2 h5
	{
        font-size: 18px;
	}

	/* Test QCM */
	.test_inner
	{
		top: 0px;
	}
	.qcm
	{
		width: 95%;
	}
	.qcm h4
	{
        color: white;
        font-size: 18px;
	}
	.divBoutonEtImage
	{
        width: 100%;
    }
    .divImgP
    {
        width: 200px;
    }
	.divImage
	{
        text-align: center;
	}
	.test_image .image_02
	{
		width: auto;
    }
    .frmTest
    {
        width: 65%;
        padding-left: 0px;
        text-align: left;
    }

	/* etape 3 */
	.questionLabel
	{
        width: 100%;
        padding-left: 2%;
	}
	.divBoutonEtape3
	{
		width: 100%;
	}
	.qsmBoutonEtape3
	{
		width: 43%;
		margin-left: 15px;
	}
	.couleurVerteEtape3
	{
		width: 43%;
		margin-left: 15px;
	}
	.couleurRougeEtape3
	{
		width: 43%;
		margin-left: 15px;
	}
	.boutonDisabledEtape3
	{
		width: 43%;
		margin-left: 15px;
	}

	/* page merc */
	.file
	{
		width: 100%;
		margin-bottom: 12px;
	}
	.formCommentaire
	{
		width: 70%;
    }
	.textareaCommentaire, .formDessins
	{
		width: 90%;
    }

	/* Dessins */
	.dessImg
	{
		width: 40%;
	}

	/* image contact */
	.image_contact
	{
		padding-bottom: 30px;
	}
	.image_contact_inner
	{
		padding-top: 20px;
	}

	/* formulaire de contact */
	.formulaire_contact
	{
		height: auto;
		padding-bottom: 20px;
	}
	.formulaire_contact_inner
	{
		width: 90%;
		height: auto;
	}
    .nom_prenom_contact, .email_contact, .tel_contact, .sujet_contact
    {
        width: 40%;
    }
    .email_contact, .sujet_contact
    {
        margin-left: 2.7%;
    }
	.message_contact
	{
		width: 83.5%;
	}
}

/* ---------------- Taille lg ---------------- */
@media (min-width: 992px)
{
	.entete_inner img
	{
		margin-left: 5%;
	}
	.entete_inner ul
	{
		width: 600px;
		list-style-type: none;
		float: right;
		font-size: 16px;
		margin-right: 80px;
		text-transform: uppercase;
		margin-top: 56px;
	}
	.entete_inner ul a
	{
		color: white;
	}
	.entete_inner ul li
	{
		float: left;
		margin-left: 30px;
		border-top: 2px solid rgba(255,255,255,0.00);
		border-bottom: 2px solid rgba(255,255,255,0.00);
		height: 0px;
		transition: All .3s ease;
		-webkit-transition: All .3s ease;
		-moz-transition: All .3s ease;
		-webkit-transition: All .3s ease;
		-o-transition: All .3s ease;
	}
	.entete_inner ul li:hover
	{
		color: white;
		border-top: 2px solid white;
		border-bottom: 2px solid white;
		height: 30px;
	}
	#menu_defaut
	{
		color: white;
		border-top: 2px solid white;
		border-bottom: 2px solid white;
		height: 30px;
	}
    #burgerMenu
    {
        display: none;
    }
    .mobileMenu
    {
        display: none;
    }

	/* Page d'inscription */
	.connexion_inner h2
	{
		margin-top: -20px;
	}
	.form
	{
		width: 100%;
	}
	.formInput
	{
		width: 310px;
	}

	/* Option inscription */
	.optContInner h2
	{
		margin-top: 15px;
	}

	/* Connextion */
	.connexion_inner
	{
		padding-top: 15px;
	}
	.connexion_inner img
	{
        width: 15%;
		margin-top: 20px;
		text-align: center;
	}
	.form
	{
		width: 100%;
	}
	.formLabel
	{
        width: 390px;
        text-align: right;
	}
	.formInput
	{
		width: 300px;
	}

	/* MDP oublilé */
	.divMpdOub
	{
		margin-top: 70px;
	}

	/* Fichier Eleve */
	.h1_connexionEleve
	{
		margin-top: 15px;
	}
	.formCon
	{
		width: 100%;
	}
	.formInputCon
	{
		width: 310px;
	}
	.formLabelCon
	{
        width: 310px;
		text-align: right;
	}

	/* Test QCM */
	.qcm
	{
		width: 95%;
	}
    .divImgP
    {
        width: 220px;
    }
	.divImage
	{
        width: 200px;
	}
	.qsmBouton, .divBoutonEtImage .couleurVerte, .divBoutonEtImage .couleurRouge, .divBoutonEtImage .boutonDisabled
	{
        width: 200px;
	}
    .frmTest
    {
        width: 65%;
    }

	/* formulaire de contact */
	.formulaire_contact
	{
		height: auto;
		padding-bottom: 20px;
	}
	.formulaire_contact_inner
	{
		width: 90%;
		height: auto;
	}
    .nom_prenom_contact, .email_contact, .tel_contact, .sujet_contact
    {
        width: 40%;
    }
    .email_contact, .sujet_contact
    {
        margin-left: 2.7%;
    }
	.message_contact
	{
		width: 83.5%;
	}
}

/* ---------------- Taille xl ---------------- */
@media (min-width: 1200px)
{
	.entete_inner ul
	{
		width: 600px;
		list-style-type: none;
		float: right;
		font-size: 16px;
		margin-right: 80px;
		text-transform: uppercase;
		margin-top: 56px;
	}
	.entete_inner ul a
	{
		color: white;
	}
	.entete_inner ul li
	{
		float: left;
		margin-left: 30px;
		border-top: 2px solid rgba(255,255,255,0.00);
		border-bottom: 2px solid rgba(255,255,255,0.00);
		height: 0px;
		transition: All .3s ease;
		-webkit-transition: All .3s ease;
		-moz-transition: All .3s ease;
		-webkit-transition: All .3s ease;
		-o-transition: All .3s ease;
	}
	.entete_inner ul li:hover
	{
		color: white;
		border-top: 2px solid white;
		border-bottom: 2px solid white;
		height: 30px;
	}
	#menu_defaut
	{
		color: white;
		border-top: 2px solid white;
		border-bottom: 2px solid white;
		height: 30px;
	}
    #burgerMenu
    {
        display: none;
    }
    .mobileMenu
    {
        display: none;
    }
    .formLabel
    {
		width: 35%;
        text-align: right;
    }
    .nom_prenom_contact, .email_contact, .tel_contact, .sujet_contact
    {
        width: 40%;
    }
    .email_contact, .sujet_contact
    {
        margin-left: 2.7%;
    }

	/* Fichier Eleve */
	.formCon
	{
        width: 900px;
	}
	.formLabelCon
	{
        width: 310px;
		text-align: right;
	}
	.formInputCon
	{
        width: 400px;
    }

	/* Test QCM */
    .qsmBouton
    {
        width: 200px;
    }
    .divImgP
    {
        width: 220px;
    }
    .frmTest
    {
        width: 75%;
    }

	/* etape 3 */
    .questionLabel
    {
        width: 45%;
        padding-left: 5%;
    }
    .divBoutonEtape3
    {
        width: 52%;
    }
	.qsmBoutonEtape3, .couleurVerteEtape3, .couleurRougeEtape3, .boutonDisabledEtape3
	{
		width: 44%;
		margin-left: 15px;
    }

	/* page merc */
	.formCommentaire
	{
		width: 900px;
    }
	.textareaCommentaire, .formDessins
	{
		width: 750px;
    }
}

/* .divAffiche a.affiche-jeu-trompette {
    cursor: pointer;
    text-decoration: none;
}
.group_resume_cycle.group_resume_cycle-trompette {
    height: 332px;
}
.resume01.resume01-trompette {
    height: 332px;
}
.resume_inner.resume_inner-trompette {
    height: 332px !important;
}
.resume_text.resume_text-trompette {
    top: 332px;
    height: 265px;
} */
.cycle.cycle-trompette {
    width: 100%;
}

#img-1, #img-2, #img-3 {
    width: 281px;
}
.hr-tropette {
    width: 75%;
}
a.titreCycle {
    text-decoration: none;
}
a.titreCycle.titreCycle-trompette {
    font-size: 0.8rem;
    display: inline-block;
}
.link-sibile {
    color: white;
    transition: color 0.3s;
    text-decoration: underline;
}
.link-sibile:hover {
    color: #cecece;
}
h5.h4_connexionEleve.h4_connexionEleve-trompette {
    padding: 0 75px;
}