body {
    /*background-color: #eee;*/
    color:#000;
}

select {
    font-family: Kite One;
    font-size: 20px;
}

option {
    font-family: Poppins;
    font-size: 16px;

}



/*admin agenda*/

.agendaOpen {
    background-color:lightseagreen;
}

.agendaClose {
    background-color: #999;
}

.nouveau {
    background-color: #ef8ba8;
}

.ancien {
    background-color: #efa766;
}

.agendaStop {
    background-color: #517591;
}

.topGlyph2 {
    font-size:30px;
}

.topP {
    font-size:20px;
}

.topDiv {
    margin-bottom:50px;
    color:#531237;
    /*font-size:25px;*/
}


#lateralSearchMenu .input-sm {
    font-family: Poppins;
    font-size: 15px;
}

/*.headSection img {*/
/*width:200px;*/
/*}*/

/*.headSection {*/
/*text-align : center;*/
/*}*/


.actArrow {
    font-size: 20px;
    color: white;
}

.actArrow:hover {
    color: white;
    text-decoration: none;
}

.homeContent .activityTitle {
    width: 250px;
    height: 250px;
    margin: 20px;
    padding: 20px;
    font-size: 25px;
    text-align: center;
    color: #fff;
    /*background-color : #331d51;*/
    padding-top: 60px;

}

.homeContent .activityHome {
    font-size: 14px;
}

.homeContent .activityHome .actCatTitle {
    font-size: 22px;
    line-height: 24px;
}

.homeContent .categoryHome {
    width: 250px;
    height: 250px;
    margin: 20px;
    padding: 20px;
    color: #fff;
    font-family: Gabriola;
    font-size: 25px;
    text-align: center;
    border: none;
}

@media screen and (max-width: 900px) {
    .homeContent .activityTitle, .homeContent .categoryHome, .homeContent .activityHome {
        width: 200px;
        height: 200px;
        margin: 15px;
        padding: 15px;
    }


    .homeContent .categoryHome, .homeContent .activityHome {
        font-size: 14px;
        line-height: 15px;

    }

    .homeContent .activityTitle {
        font-size: 18px;

    }

    .homeContent .activityHome .actCatTitle {
        font-size: 18px;
    }


    .homeContent .activityTitle .glyphicon, .categoryHome .glyphicon, .activityHome .glyphicon {
        font-size: 25px;
    }
}

@media screen and (max-width: 720px) {
    .homeContent .activityTitle, .homeContent .categoryHome, .homeContent .activityHome {
        width: 170px;
        height: 170px;
        margin: 10px;
        padding: 10px;
    }


    .homeContent .categoryHome, .homeContent .activityHome {
        font-size: 12px;
        line-height: 15px;

    }

    .homeContent .activityHome p {
        margin-bottom: 2px;
    }


    .homeContent .activityTitle {
        font-size: 18px;
    }

    .homeContent .activityHome .actCatTitle {
        font-size: 14px;
        line-height: 16px;

    }


    .homeContent .activityTitle .glyphicon, .categoryHome .glyphicon, .activityHome .glyphicon {
        font-size: 22px;
    }


    .point, .point1, .point2 {
        font-size : 20px;
        line-height:10px;

}


/*@media screen and (max-width: 212px) {*/
/*    .homeContent .activityTitle, .homeContent .categoryHome, .homeContent .activityHome {*/
/*        width: 130px;*/
/*        height: 130px;*/
/*        margin: 10px;*/
/*        padding: 10px;*/
/*        font-size: 18px;*/
/*    }*/

}

@media screen and (max-width: 350px) {
    #lateralSearchMenu .input-sm {
        font-size: 14px;
    }

    .logoTitle p {
        font-size: 28px;
        line-height: 25px;
    }

}


.actLocationOrgPage {
    margin-bottom: 30px;
    background-color: #eee;
    padding: 5px;
}

.actLocDiv {
    border: #331d51 2px solid;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px;
}

.actLocationsDiv {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: left;
    flex-direction: row;
    margin-bottom: 50px;
    text-align: left;
}

.actLocAdmOrg {
    background-color: #d8e3ee;
    margin-right: 20px;
    padding: 20px;
    color: black;
    border-radius: 2px;
    width: 250px;
    margin-bottom: 20px;
}


.adhActivityAdmOrg {
    margin-bottom: 30px;
    background-color: #e6e6fa;
    padding: 10px;
}

.blue {
    background-color: darkviolet;
    color: white;
}

.btn {
    margin-top: 20px;
}

.btn:hover {
    color:white;
    background-color:#888;
}

.btn-danger {
    position: relative;
}


.categoryAdmOrg {
    padding-top: 10px;
    color: #154360;
}

.categoryAdmOrg h3 {
    font-size: 30px;
}


.copyAdh {
    background-color: #125487;
}

.copyAdh:hover {
    color: #868686;
}


.dataDiv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 50px;
    max-width: 870px;
    margin-right: auto;
    margin-left: auto;
}

.date {
    width: 80px;
}


.divFullAct {
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
    margin-left: 20px;
    margin-right: 20px;
    color: #154360;
}

.divFullAct .deleteRegFull {
    margin-right: 10px;
}


.divAdhClasses h3 {
    color: rebeccapurple;
}

.divRegClasses h4 {
    color: #21618c;
}

.divRegClasses h3 {
    color: #154360;
}


.deleteAdh, .deleteReg, .deleteRegFull, .deleteActLoc {
    background-color: #313131;
}

.deleteAdh:hover, .deleteReg:hover, .deleteRegFull:hover, .deleteActLoc:hover {
    background-color: #313131;
    color: #868686;
}


.flex {
    display: flex;
}

.form-control {
    margin-bottom: 20px;
}

.formElt {
    margin-bottom: 30px;
}

.glyphicon-eye-close {
    background-color: #a51f27;
}

.glyphicon-eye-open {
    background-color: #306c3d;
}

.glyphicon-eye-open {
    background-color: #306c3d;
}


.glyphicon-eye-open:hover, .glyphicon-eye-close:hover {
    color: #868686;
}


.glyphicon-plus-sign {
    color: #333;
    font-size: 24px;
}


.glyphicon-plus-sign:hover {
    color: #333;
}


.glyphiconAdmOrg {
    padding: 5px;
    margin: 3px;
    color: white;
}

.green {
    background-color: #666;
    color: white;
}

.locCreate {
    margin-bottom: 10px;
    margin-top: 10px;
}

.management .regularName {
    font-size: 18px;
    color: #5e338a;
}

.management .adHocName {
    font-size: 18px;
    color: #a51f27;
}


.management .organismName {
    font-size: 18px;
    color: #306c3d;
}

.management .activityName {
    font-size: 18px;
    color: #1d5487;
}

.management .explanatoryName {
    font-size: 18px;
    color: #ac2282;
}

.management .validIcon.glyphicon-remove {
    background-color: #868686;
    color: darkred;
    margin-left: 20px;
}


.management .validIcon.glyphicon-ok {
    background-color: #868686;
    color: darkgreen;
    margin-left: 20px;
}


.management .goToGlyph {
    font-size: 16px;
    color: white;
    margin-right: 5px;
    padding: 5px;
    background-color: #306c3d;
}

#validRegularClasses .goToGlyph {
    background-color: #5e338a;
}

#validAdHocClasses .goToGlyph {
    background-color: #a51f27;
}

#validActivities .goToGlyph {
    background-color: #1d5487;
}

#validOrganisms .goToGlyph {
    background-color: #306c3d;
}

.management .updateGlyph {
    font-size: 16px;
    background-color: #331d51;
    color: white;
    margin-right: 8px;
    padding: 5px;
}

.content .btn:hover {
    background-color: #1d5487;
    color: white;
}

.buttonValid {
    background-color: dimgray;
    border: none;
    margin-left: 0;
    color:white;
}



.button2 {
    background-color: darkslategrey;
    border: none;
    margin-left: 0;
    color:#fff;

}

.button3 {
    background-color: #666666;
    border: none;
    margin-left: 0;

}

.buttonDelete {
    background-color: #B0413E;
    border: none;
    margin-left: 0;

}

.buttonReturn {
    background-color: #682145;
    border: none;
    margin-left: 0;
    color:white;

}

.buttonSearch {
    background-color: darkolivegreen;
    border: none;
    margin-left: 0;

}

.buttonUpdate {
    background-color: g;
    border: none;
    margin-left: 0;

}


.management .list {
    font-size: 20px;
    color: #331d51;
}

.optionOrg {
    color: darkslateblue;
}


#organismRemove:hover, #organismValid:hover, #organismInvalid:hover {
    background-color: #3280af;
    color: white;
}


.orgValid {
    background-color: #306c3d;
    color: white;
}

.orgRemove {
    background-color: #a51f27;
    color: white;
}


.orgInvalid {
    background-color: darkolivegreen;
    color: white;

}

.orgInvisible {
    background-color: #5e338a;
    color: white;

}

.orgVisible {
    background-color: darkslategray;
    color: white;

}

.regActivityAdmOrg {
    margin-bottom: 30px;
    background-color: #d2f2e0;
    padding: 10px;
}


.pageTitle {
    padding-top: 40px;
    margin-bottom: 40px;
}

.divExplanatoryText {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}


.classes .subtitle {
    color: #a51f27;
    font-size: 28px;
}


.actLocation .subtitle {
    color: #1d5487;
    font-size: 28px;
}


.registration .subtitle {
    color: #306c3d;
    font-size: 28px;
}

.registration .suivant {
    background-color: #3b1363;
    margin-left: 0px;
    border: none;
}


.managSubtitle {
    color: #ac2e82;
}

.managSubtitle2 {
    color: #306c3d;
}

.admOrganism .subtitle {
    color: #a51f27;
}


.subArrow {
    font-size: 20px;
    color: #222;
}


.timeSubElt {
    width: 80px;
}

.updateAdh, .updateReg, .updateOrg {
    background-color: #ac2e82;
}

.updateDateReg {
    background-color: #5e338a;
}

.updateDateReg:hover {
    background-color: #5e338a;
    color: #868686;
    text-decoration: none;
}


.updateAdh:hover, .updateReg:hover, .updateOrg:hover {
    background-color: #ac2e82;
    color: #868686;
    text-decoration: none;
}

.validElt {
    color: red;
    font-size: 16px;
}

.waitingActivity h3 {
    color: red;
    /*font-size : 26px;*/
}

.yellow {
    background-color: yellow;
}


#adhClassAdmArchiveOrg .subcategoryAdmOrgA {
    color: #444;
}


#regClassAdmArchiveOrg .partDiv, #adhClassAdmArchiveOrg .partDiv {
    background-color: #ddd;
}

#regClassAdmArchiveOrg .subcategoryAdmOrgR {
    color: #888;
}

#regClassAdmArchiveOrg .updateReg, #adhClassAdmArchiveOrg .updateAdh {
    background-color: #666;
}

#searchButton {
    margin-bottom: 20px;

}

a.infobulle:hover {
    color:black;
    text-decoration:none;
}

.infobulle {
    text-decoration: none;
    position: relative;

}

.infobulle span {
    display: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: black;
    /*background-color: #eff1f3;*/
    font-size: 14px;
    line-height: 16px;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
}

.infobulle span img {
    float: left;
    margin: 0px 8px 8px 0;
}

.infobulle:hover span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 180px;
    min-height: 20px;
    margin-top: 20px;
    margin-left: 20px;
    overflow: hidden;
    padding: 8px;
    /*background-color: #93206b;*/
    background-color: #666;

    color:white;
}

.infobulle1:hover span {
    /*margin-left: -130px;*/
}

.infobulle2:hover span {
    /*margin-left: -130px;*/
}

/*.lastAct {*/
/*padding-top : 50px;*/
/*}*/

.catColor1 .activityTitle {
    background-color: #1d3d1d;
}

.catColor1 .logoTitle, .catColor1 .subcategoryTitle, .catColor1 .point {
    color: #1d3d1d;
}

.catColor1 .activityHome {
    background-color: #306c3d;
}

.catColor1 .glyphicon-th-large {
    color: #ddd;
}

.catColor1 .activityHome.lastAct {
    background-color: #fff;
    /*border: #651d4c 2px solid;*/
    color: #1d3d1d;
    border: #1d3d1d 3px solid;
}

.catColor2 .activityTitle {
    background-color: #651d4c;
}

.catColor2 .logoTitle, .catColor2 .subcategoryTitle, .catColor2 .point {
    color: #651d4c;
}

.catColor2 .activityHome {
    background-color: #ac2e82;
}

.catColor2 .activityHome.lastAct {
    background-color: #fff;
    /*border: #651d4c 2px solid;*/
    color: #651d4c;
    border: #651d4c 3px solid;
}

.catColor3 .activityTitle {
    background-color: #1d2844;
}

.catColor3 .logoTitle, .catColor3 .point {
    color: #1d2844;
}

.catColor3 .activityHome {
    background-color: #1d5487;
}

.catColor3 .activityHome.lastAct {
    background-color: #fff;
    /*border: #651d4c 2px solid;*/
    color: #1d2844;
    border: #1d2844 3px solid;
}

.catColor4 .activityTitle {
    background-color: #541d1d;
}

.catColor4 .activityHome {
    background-color: #a51f27;
}


.catColor4 .logoTitle, .catColor4 .point {
    color: #541d1d;
}

.catColor4 .activityHome.lastAct {
    background-color: #fff;
    /*border: #651d4c 2px solid;*/
    color: #541d1d;
    border: #541d1d 3px solid;
}

.catColor5 .activityTitle {
    background-color: #331d51;
}

.catColor5 .logoTitle, .catColor5 .point {
    color: #331d51;
}


.catColor5 .activityHome {
    background-color: #5e338a;
}

.catColor5 .activityHome.lastAct {
    background-color: #fff;
    /*border: #651d4c 2px solid;*/
    color: #331d51;
    border: #331d51 3px solid;
}

.point, .point1, .point2 {
    font-size : 30px;
    text-decoration : none;
    margin-bottom:0;
    padding-bottom:0;
}
/*.categoryHome {*/
/*    width : 250px;*/
/*    height : 125px;*/
/*    margin : 20px;*/
/*    padding : 20px;*/
/*    border : solid 3px #222222;*/
/*    color : #222222;*/
/*    font-family : Gabriola;*/
/*    font-size : 30px;*/
/*    text-align : center;*/
/*}*/

.subcategoryHome {
    width: 250px;
    height: 250px;
    margin: 20px;
    padding: 20px;
    font-size: 25px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ddd;
    padding-top: 60px;
}


.activityHome {
    width: 250px;
    color: #fff;
    /*background-color : #5e338a;*/
    /*opacity: 0.7;*/
    height: 250px;
    margin: 20px;
    padding: 20px;
    text-align: center;
    padding-top: 20px;
}

.activityHome2 {
    padding-top:10px;
}


.sidenav {
    max-width: 300px;
    top: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ddd;
    color: black;
    overflow-x: hidden;
    padding: 10px;
    position: relative;
}

.sidenavCopy {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    padding: 10px;
}

.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 15px;
    color: black;

    display: block;
}

.sidenav label {
    color: black;
}

.sidenav a:hover {
    background-color: black;
    color: #ac2e82;
}

.main {
    margin-left: 160px; /* Same as the width of the sidenav */
    font-size: 28px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}


/*#lateralSearchMenu select {*/
/*background-color:#1d5487;*/
/*height:40px;*/
/*border : none;*/
/*color : white;*/
/*-webkit-appearance: none;*/
/*}*/


/*#lateralSearchMenu label {*/
/*color : black;*/
/*font-weight:normal;*/
/*}*/

/*#lateralSearchMenu {*/
/*margin-top : 50px;*/
/*}*/

.select-wrapper {
    display: block;
    overflow-x: hidden;
    /*border-radius:3px;*/
    padding: 5px;
    cursor: pointer;
    height: 50px;
    border-radius: 10px;
}


.select-wrapper select {
    border: 0;
    min-width: 100%;
    cursor: pointer;
    color: #000;
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #000;
    -webkit-appearance: none;
    outline: none;
    white-space: nowrap;
    margin-bottom: 0;

}

/*!* Pour Opera *!noindex:-o-prefocus, .select-wrapper select {     color:#000;}*/

/*.select-wrapper:after {*/
/*    content:"\25BC";*/
/*    font-size:20px;*/
/*    !*color:#ac2e82;*!*/
/*    color:#1d2844;*/
/*    display:block;*/
/*    position:relative;*/
/*    float:right;*/
/*    top:-30px;*/
/*    right:-5px;*/
/*    !*background-color:#fff;    *!*/
/*    width:32px;*/
/*    text-align:center;*/
/*    margin-bottom:-25px;*/
/*}*/


select:active {
    border: none;
}


.sidenav .topGlyph {
    background-color: #ac2e82;
    color: white;
    font-size: 18px;
    padding: 5px 10px;
    margin: 6px;
}

.sidenav .liGlyph {
    color: grey;
    font-size: 12px;
    background-color: transparent;
    margin-right: 6px;
}


.ui-helper-hidden-accessible {
    display: none;
}

.sidenav .nav a:hover {
    background: white;
}


.logoTitle {
    width: 1000px;
    text-align: center;
}

.logoTitle {
    font-size: 35px;
    font-family: calibri;
}


/*.actCatTitle {*/
/*    font-size : 25px;*/
/*    !*font-weight:bold;*!*/

/*}*/

.buttonsDiv {
    padding-top: 50px;
}

.formElt .glyphicon-trash {
    background-color: #1d5487;
    color: white;
    padding: 5px;
    margin-left: 10px;
    border-radius: 2px;

}

.glyphicon {
    border-radius: 2px;
}

.admOrganism .orgData {
    background-color: #333;
}

.subcategoryAdmOrg {
    font-size: 26px;
}


#regClassAdmOrg .category, #adhClassAdmOrg .category {
    font-size: 24px;
    /*padding-top: 60px;*/
    text-align: center;
}

#adhClassAdmOrg .category {
    color: #a51f27;
}

#regClassAdmOrg .category {
    color: #306c3d;
}

#regClassAdmOrg .subcategory {
    font-size: 24px;
    border-bottom: 2px #306c3d solid;
    margin-top: 60px;
    margin-bottom: 30px;
}

#regClassAdmOrg .subcategory p {

    margin-bottom: 3px;
}

#adhClassAdmOrg .subcategory {
    font-size: 24px;
    border-bottom: 2px #a51f27 solid;
    margin-top: 60px;
    margin-bottom: 30px;
}


#regClassAdmOrg .activity {
    margin-top: 15px;
    margin-bottom: 30px;
}


.admOrganism h3 {
    font-size: 28px;
}


.admOrganism .regActTitle {
    text-align: center;
    margin-top: 50px;
    color: #1d3d1d;
}


.admOrganism .adhActTitle {
    text-align: center;
    margin-top: 50px;
    color: #541d1d;

}


#regClassAdmArchiveOrg .category, #adhClassAdmArchiveOrg .category {
    font-size: 24px;
    margin-top: 60px;
    text-align: center;
}

#adhClassAdmArchiveOrg .category {
    color: #a51f27;
}

#regClassAdmArchiveOrg .category {
    color: #306c3d;
}

#regClassAdmArchiveOrg .subcategory {
    font-size: 24px;
    border-bottom: 2px #306c3d solid;
    margin-top: 60px;
    margin-bottom: 30px;
}


#adhClassAdmArchiveOrg .subcategory {
    font-size: 24px;
    border-bottom: 2px #a51f27 solid;
    margin-top: 60px;
    margin-bottom: 30px;
}

#regClassAdmArchiveOrg .activity {
    margin-top: 25px;
    margin-bottom: 20px;
}


.admOrganism h3 {
    font-size: 28px;
}


.admOrganism .regActTitle {
    text-align: center;
    margin-top: 50px;
    color: #1d3d1d;
}


.admOrganism .adhActTitle {
    text-align: center;
    margin-top: 50px;
    color: #541d1d;

}

.subTitleAct {
    color: #1d5487;
    font-size: 20px;
    margin-left: 10px;
}


.archive {
    background-color: #ddd;
    padding: 20px;
    margin-top: 60px;
}

.admOrganism .activityTitle {
    font-size: 20px;
    margin-left: 10px;
}

.management .sectionTitle {
    margin-top: 60px;
    margin-bottom: 40px;
}

.management .organismAddress {
    color: #222;
    font-size: 16px;
}

.organismLink {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    margin-left: 0;
}

.content .btn.organismLink:hover {
    background-color: #313131;
    color: white;
}

.organismLink .glyphicon-play {
    margin-right: 10px;
}


#queryDisplay #divImg {
    margin-right: 20px;
    float: left;
    max-width: 300px;
}


.divOrgHead {
    /*text-align : center;*/
    float: left;
    max-width: 800px;
}

.divOrgHead h2 {
    font-size: 36px;
    color: #306c3d;
}

.divOrgHead p {
    font-size: 16px;
    margin-bottom: 5px;
}

.divClear {
    float: none;
    clear: both;
}

.divOrg {
    margin-top: 50px;
}

.divOrgHead .addressOrg {
    font-size: 20px;
    margin-bottom: 10px;
}

.sectionTitle h1 {
    padding-top: 50px;
    padding-bottom: 20px
}


.categoryTitleAdmOrg p {
    font-size: 22px;
}

.divFullAct {
    color: #1d5787
}

.buttonDiv {
    padding-top: 50px;
}

.lateralOrganismData {

    padding: 40px 20px;

}


#lateralTitle {

    font-size: 16px;
}

#lateralOrganism, #lateralLocality, #lateralAddress {

    color: #1d5487;
    font-size: 16px;

}

#lateralManMenu {
    position: absolute;
    bottom: 20px;
}

#lateralManMenu a {
    font-size: 16px;

}


.divOrga {
    max-width: 870px;
    margin-right: auto;
    margin-left: auto;
}

.organismPublicDisplay .activityTextReg {
    font-size: 18px;
    color: #a51f27;
}

.organismPublicDisplay .activityTextAdh {
    font-size: 18px;
    color: #306c3d;
}

.organismPublicDisplay .activityOrgTitle {
    font-size: 20px;
    color: #777;
}

.regularClass .categoryTitle {
    text-align: center;
    border-bottom: 2px #a51f27 solid;
    margin-bottom: 40px;
    padding-bottom: 5px;
}

.adHocClass .categoryTitle {
    text-align: center;
    border-bottom: 2px #306c3d solid;
    margin-bottom: 40px;
    padding-bottom: 5px;
}

.organismPublicDisplay .sectionTitle h1 {
    text-align: center;
    color: #5e338a;
}


.addNewActivity {
    margin-bottom: 40px;
}

.regularClassesFullTitle {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: normal;
    display: none;
}


#regular_class_regularClassesFull {
    margin-top: 60px;
}

.hideNewAct {
    margin-right: 20px;
}

#newActDiv {
    margin-bottom: 30px;
}


.imgHomePage {
    padding: 5px;
}

.divImgHomePage {
    margin-bottom: 5px;
}


* {
    box-sizing: border-box;
}

.noAvail {
    /*color: #a51f27;*/
    font-size: 18px;
    color: #B82010;

}

.okAvail {
    /*color: green;*/
    color: green;

    font-size: 18px;

}

.unknowAvail {
    color: #e9ac17;
    font-size: 18px;
    /*color: #888;*/


}

.megaAvail {
    color: #0f4081;
    font-size: 18px;
    /*color: #888;*/


}

.avail0 {
    background-color: #f4661b;
}

.avail1 {
    background-color: #306c3d;
}

.avail2 {
    background-color: #a51f27;
}

.avail3 {
    background-color: #0f4081;
}

.headButtons {
    margin-bottom: 50px;
}

#queryDisplay .nextAdHocClasses {
    margin-top: 60px;
    margin-bottom: 100px;
}

#queryDisplay .nextAdh {
    font-size: 16px;
    background-color: #5e338a;
    padding: 10px;
}

#queryDisplay .nextAdhTitle {
    font-size: 20px;
    color: #fff;

}

#queryDisplay .classDate {
    font-size: 16px;
    color: #888;

}

#queryDisplay .welcomeText {
    line-height: 30px;
}

.mailLink {
    text-decoration: underline;
    color: #306c3d;

}

.form-group ul {
    color: red;
    font-weight: bold;
}

.form-row ul {
    color: red;
    font-weight: bold;
}

.currentAddress {
    font-size: 18px;
    color: #1d5487;
    margin-bottom: 30px;
}

.admOrganism .subText {
    color: #6a5b5b
}

.admOrganism .subText .glyphicon {
    background-color: #6a5b5b
}


.admOrganism .noText {
    font-size: 20px;
    text-align: center;
    margin-bottom: 100px;
    color: #666;

}

#queryDisplay #info {
    padding-top: 150px;
    text-align: center;
    color: #541d1d;
    font-size: 24px;
}

.organismPublicDisplay .noText {
    font-size: 20px;
    text-align: center;
    margin-bottom: 100px;
    color: #666;

}

.classes .welcomeText {
    margin-top: 10px;
    margin-bottom: 60px;
}

.errorColor {
    color: red;
}

/*.ui-autocomplete {background-color : darkslategrey}*/

.mapOrg {
    margin-top: 50px;
    margin-bottom: 50px;
}

.annuOrg {
    margin-bottom: 30px;
}

#orgImgWidth {
    width: 300px;

}

#orgImgHeight {
    max-height: 250px;
    max-width: 250px;

}

.sidenav input-sm {
    font-size: 18px;
    font-weight: normal;
}


.footer {

    background-color: #1d2844;
    height: 40px;
    margin-top: 50px;
    padding-top: 10px;

}

.footer p {
    text-align: center;
}

ui-menu-item-wrapper {
    margin-left: 5px;
    padding-left: 5px;
}

.ui-widget-content li {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ui-widget-content li:hover{
    background-color:#93206b;
}

.ui-menu-item {
    background-color: #651d4c;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: left;
    width: 400px;
    height: 50px;
}


.ui-menu .ui-menu-item a {
    color: #ffffff;
    height: 14px;
}

.ui-menu .ui-menu-item a:hover {
    font-size: 17px;
    text-decoration: none;
    cursor: pointer;
}

/*.essai {*/
/*margin-top : 40px;*/
/*width:50px;*/

option.colorOne {
    color: #444444;
}

/*#lateralSearchMenu select option:first-child{color:red; display: none;}*/

.link {
    cursor: pointer;
}

.nextAdHocClasses hr {
    color: red;
}


.mainBlock {
    padding-top: 50px;
    margin-bottom: 100px;
}

.nextAdh p, .nextAdh span {
    margin: 0;
}

@media screen and (max-width: 600px) {
    .mobile600 {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .mobile600 {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .mobile600 {
        display: none;
    }
}

@media screen and (max-width: 482px) {
    .mobile482 {
        display: none;
    }
}

@media screen and (max-width: 368px) {
    .mobile368 {
        display: none;
    }
}

@media screen and (max-width: 254px) {
    .mobile254 {
        display: none;
    }
}

.glyphicon-thumbs-up {
    font-size: 30px;
}

.organismLink .glyphicon {
    font-size: 12px;
}

.organismLink {
    font-size: 13px;
    color: #999;
}

a.organismLink:hover {
    color: #000;
    text-decoration: none;
}

.lastAct .organismLink {
    color: #666;
}

@media screen and (min-width: 850px) {
    .textBody {
        min-height: 700px;
    }
}

.annot {
    font-size: 16px;
    font-style: italic;
    color: red;
}

.deleteDiv p {
    padding-bottom: 40px;
}

.deleteDiv p {
    color: #1d5787;
    font-size: 14px;
    font-style: italic;
    text-align: center;
}

.descriptionLabel {
    color: #93206b;
}

.resetBtn, .btnLastData, .btnLastData2 {
    height: 40px;
    width: 100%;
    padding: 5px;
    cursor: pointer;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #651d4c;
    font-family: Poppins;
    font-size: 18px;
    color: #fff;
}


.btnLastData, .btnLastData2 {
    font-size: 14px;
    background-color: #1d3d1d;
}


.btnLastData:hover, .btnLastData2:hover {
    color:white;
    background-color: #306c3d;
}


.btnLastDataCont {
    padding-left:0;
    margin-bottom:40px;
}

.btnLastDataDiv {
    margin:0;
    padding:0;
}


.focus.resetBtn, .resetBtn:focus, .resetBtn:hover {
    color: #bbb;
}


#contactPage p {
    color: #306c3d;
    font-size: 16px;
}


@media screen and (min-width: 800px) {
    #contactPage {
        margin-bottom: 400px;
    }
}

@media screen and (min-width: 500px) {
    #contactPage {
        margin-bottom: 200px;
    }
}

.cookie {
    padding: 20px 10% 50px 10%;
    text-align: left;
    position: fixed;
    bottom: 0;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.55);
    height: 150px;
    width: 100%;
    z-index: 99999;
}

.cookieOk {
    font-size: 30px;
}

@media screen and (max-width: 600px) {
    .cookie {
        font-size: 16px;
    }

    .cookieOk {
        font-size: 24px;
    }
}

@media screen and (max-width: 450px) {
    .cookie {
        font-size: 14px;
    }

    .cookieOk {
        font-size: 20px;
    }
}

@media screen and (max-width: 300px) {
    .cookie {
        font-size: 12px;
    }

    .cookieOk {
        font-size: 16px;
    }
}

.imgHomePage2 {
    max-width: 100%;
    heigth: auto;
    display: block
}

.firstHomeDiv {
    padding-top: 100px;
    min-height: 800px;
}

@media screen and (max-width: 300px) {
}


.criterionDiv {
    color: #651d4c;
    font-size: 20px;
    text-align: center;
    /*display : flex;*/
    /*flex-direction : row;*/
    /*flex-wrap : wrap;*/
    margin-bottom: 50px;
    max-width: 870px;
    margin-right: auto;
    margin-left: auto;
}


/*.classFullElt select*/
/*{*/
/*    font-size : 13px;*/
/*}*/

.optionDpt {
    color:#53aa78;
}

.optionLocality{
    margin-left : 10px;
    padding-left : 10px;

}

.orgVilleTitle {
    color:white;
    font-size:16px;
}

/*.sr-only.startTimeHour, .sr-only.endTimeHour {*/
/*    display: none;*/
/*    visibility: hidden;*/
/*}*/

.fullActivity legend  {
    font-size: 14px;
    font-weight: bold;
    margin-bottom : 0px;
    border-bottom : none;
}

.invalid-feedback {
    color : red;
}

/*.d-block {*/
/*    display:none;*/
/*}*/

span.form-error-icon {
    display : none
}

.regFullInput{
    height :80px;
}

.jerry{
    /*background-color:green;*/
    padding-bottom : 40px;
    padding-top : 30px;
    border-bottom : 1px solid #5eb5e0;
}

.fixed-div
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

#calcul {
    padding:0;
    margin:0;
    line-height:10px;
    color: white;
}

#activitiesList {
    margin-top : 40px;
}

#docInsc span{
    padding-top:0;
    padding-bottom:0;
}

.checkedAct{
    color:#306c3d;
    font-style:italic;
}


.mjcCatTitle {
    background-color:#888;
    color:white;
    font-size:24px;
    margin-top:40px;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    display:inline;
}

.mjcSubcatTitle {
    color:seagreen;
    font-size:20px;
    margin-top:20px;
}


.mjcActTitle {
    color:#93206b;
    font-size:18px;
    margin-top:30px;
}

.divActFullList p {
    margin:0;
    padding:0;
}

.regActTitle {
    text-align: center;
    margin-top: 50px;
    color: #1d3d1d;
}

.form-error-message {
    color: #C71585;
}

p.docInsc {
    font-size:14px;
}

span.activityTitle{
    font-size:20px;
    padding-left: 10px;
    color: #1d5787;
}

.showDiv {
    background-color : #1d5787;
    color: white;
}

.categoryTitleAdmOrg p {
    margin-top:15px;
    color:#93206b;
    font-size: 28px;
}

.categoryTitleAdmOrg {
    padding-top : 30px;
}

.divMjcCatTitle {
    padding-top: 50px;
}

.divMjcSubcatTitle {
    padding-top: 40px;
}

.owlMenu i {
    padding-right: 3px;
}

select{
    font-family: Helvetica;
}

p{
    font-size:16px;
}

.fixed-div p{
    font-size:14px;
    color:#000;
}
.divCategory {
    padding : 30px 60px;
}

.actContainer {
    padding-bottom:30px;
    position:relative;
    display:block;
    height:270px;
}

.imageAct {
    width:200px;
    display:block;
    position:absolute;
    margin-right:auto;
    margin-left:auto;

}

.actDivContainer{
    padding:80px;
    background-color:#93206b
}

.imgContainer {
    margin-right:auto;
    margin-left:auto;
}

.lastContainer{
    padding:80px;
}

.logoHome{
    width:120px
}

.logoForm {
    width:120px
}

.textHome {
    padding:80px;
}

.homeTitle p{
    font-size:16px;
    text-align:center;
    border:1px solid black;
    padding:10px;
    margin:40px 30px 0 30px;
    border-radius : 20px;
    font-family:roboto;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.homeSubtitle {
    padding-bottom:60px;
}

.homeSubtitle p{
    font-size:40px;
    text-align:center;
    margin:0;
}

.homeActP {
    margin-top:145px;
    color:#ddd;
    text-align: center;
}

.logoContainer{
    padding-top:80px;
    padding-bottom:80px;
}


#activityDiv{
    padding:80px;
}


.menuAct{
    font-size:16px;
}


.divTitleCategory {
    height:100px;
    border-top-left-radius:20px;border-bottom-right-radius:20px;
    background-size:100%;
}


.divTitleCategory p {
    font-size : 23px;
    color: white;
    padding:10px;
    text-align:left;
    margin:0;
    text-shadow: black 0.1em 0.1em 0.2em;
}


.hiddenDiv {
    display: none;
}


.mjcActTitle {
    color:#666;
}

.divContainerGeneral {

    /*border:solid #000 18px;*/
    min-height:100%;
    position:relative;
    margin-bottom:0;
    margin-top:0;


}

.divCalcul {

    background-color:#a24967;
    color:#fff;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:60px;
    min-height:80px;"
    margin-top:13px;
    border-top:solid #000 18px;
    border-left:solid #000 18px;
    border-right:solid #000 18px;

}

#bouton {
    background-color: white;
    color: black;
}

.activityOrCode{
    font-weight:normal;
}

html, body { height : 100%; }

.glyphiconLink a:hover {
    text-decoration:none;
}

.glyphiconLink{
    padding-right : 20px;
}

.glyphiconLink a {
    color:#333;
    font-size:20px;
    margin-right:5px;
    margin-left:5px;
}

/*------------------------------------*/
.image-zoom-container {
    list-style: none;
    font-size: 0px;
    text-align:center;
    margin-top:20px;
}
.zoom-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 25%;
    margin:10px;
    font-size: 16px;
    font-size: 1rem;
    border: 1px solid #fff;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.zoom-container img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.zoom-container .zoom-caption {
    /*padding:60px;*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.zoom-container .zoom-caption h3 {
    display: block;
    text-align: center;
    font-family: 'overpass', sans-serif;
    font-size: 1.5em;
    font-weight: 900;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #fff;
    margin: 23% 0 0;
    padding: 10px 0;
    /*border-top: 5px solid rgba(255, 255, 255, .15);*/
    /*border-bottom: 5px solid rgba(255, 255, 255, .15);*/
}
.zoom-container:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
    transform:scale(1.25);
}
.zoom-container:hover .zoom-caption {
    background: none;
}

.catText {
    padding-top:40%;
    padding-right:10px;
    padding-left:10px;
}

.catText p {
    /*font-family:Arial Narrow, Arial;*/
    text-transform:uppercase;
    margin:auto;
    font-size: 26px;
    color: white;
    font-weight:bold;
}

@media (max-width: 1000px) {

    .catText p {
        text-transform: uppercase;
        margin: auto;
        font-size: 23px;
        color: white;
        font-weight:bold;

    }
}


@media (max-width: 767px) {
    .zoom-container {
        width: 100%;
        width: 40%;
        margin:6px;
    }
}

@media (max-width: 480px) {
    .zoom-container {
        width: 80%;
    }
}




/*------------------------------------*/
/* HORAIRE ACTIVITE SELON CATEGORIE */
/*------------------------------------*/

.anim  {
    animation: left_to_right 1s ease;
}

.hrAct  {
    animation: right_to_left 1s ease;
}

.liTop {
    padding:2px 10px 2px 10px;
    display:inline;
    margin-left:5px;
    margin-right:5px;
    background-color:#ddd;
}

.liTop a {
    color:#777;
    font-size:16px;
}

.menuHaut {
    font-size:17px;
    padding-top:40px;
    text-align:center;
    margin-right:10%;
    margin-left:10%;
    z-index:-1;
}


.menuHaut .li1  {
    display: inline;
    color:#aaa;
    font-size:16px;
}


.menuHaut .li2  {
    display: inline;
    color:black;
}

.menuHaut .li2 a {
    color:black;
}


.menuHaut ul {
    padding-left:0;
}
/*.li1 {*/
/*    display: inline;color:red;font-size:16px;*/
/*}*/

.actByCat {
    padding-top:50px;
}

@keyframes right_to_left {
    from {
        margin-left: 100%;
    }
    to {
        margin-left: 0;
    }
}

@keyframes left_to_right {
    from {
        margin-left: -25%;
    }
    to {
        margin-left: 0;
    }

}

#form_don {
    width: 100px;
}

.formLegend {
    margin-top:30px;
    font-weight:normal;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 19px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid #e5e5e5;
}



.listeMineur td{
    padding-right:20px;
    padding-left:20px;
}
.listeMineur2 td{
    padding-right:20px;
    padding-left:20px
}
/*------------------------------------*/

.logoHaut {
    margin:0 20px;
}

.logoHaut img {
    width:330px;
}
/*------------------------------------*/

/*.essaiImg:hover {*/
/*    transform:scale(1.25);*/
/*}*/

/**
* ZOOM IMAGE EFFECT ON HOVER // wpRock.fr
*/

/*.wprock-img-zoom-hover .wprock-img-zoom {*/
/*    overflow: hidden;*/
/*    !*position: absolute;*!*/
/*}*/

/*.overlay{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 10;*/
/*    background-color: rgba(0,0,0,0.5); !*dim the background*!*/
/*}*/

/*.wprock-img-zoom-hover .wprock-img-zoom img {*/
/*    !*max-height:100%;*!*/

/*    -moz-transition: all 0.7s;*/
/*    -webkit-transition: all 0.7s;*/
/*    transition: all 0.7s;*/
/*    max-width: 100%;*/
/*    max-width: 100%;*/
/*    filter: brightness(40%);*/
/*    -webkit-filter: brightness(40%);*/


/*}*/

/*.wprock-img-zoom-hover .wprock-img-zoom * {*/
/*    -moz-box-sizing: border-box;*/
/*    -webkit-box-sizing: border-box;*/
/*    box-sizing: border-box;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/



/*.wprock-img-zoom-hover:hover .wprock-img-zoom img {*/
/*    -moz-transform: scale(1.06);*/
/*    -webkit-transform: scale(1.06);*/
/*    transform: scale(1.06);*/
/*    filter: brightness(100%);*/
/*    -webkit-filter: brightness(100%);*/
/*}*/



/*.divPresentation{*/
/*    padding:40px;*/
/*}*/

/*------------------------------------*/

.formChoix legend {
    font-size:20px;
    /*color:#5e338a;*/
}

td.tableTariff{
    align:right;
}

.renewal{
    color:#a61515;
}

.divAgenda a {
    color:black;
}

.divAgenda {
    height:50px;
}


@media screen and (max-width: 1000px) {
    .imageAct {
        width: 160px;
    }

    .homeActP {
        margin-top: 110px;
    }

    .homeTitle p {
        font-size: 40px;
        text-align: center;
    }

    .logoContainer {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .divCategory p {
        font-size: 17px;
    }

    #activityDiv {
        padding: 30px;
    }

    #activityDiv p {
        font-size: 16px;
    }

    /*.divContainerGeneral {*/

        /*border: solid #000 10px;*/
    /*}*/

    .divCalcul {

        border-top: solid #000 10px;
        border-left: solid #000 10px;
        border-right: solid #000 10px;

    }
}

@media screen and (max-width: 845px) {

    .actDivContainer{
        padding:20px;
    }


    .topGlyph2 {
        font-size:25px;
    }

    .topP {
        font-size:18px;
    }

    .topDiv {
        margin-bottom:30px;
        color: #531237;
        /*font-size:25px;*/
    }
}

@media screen and (max-width: 768px) {

    .imageAct {
        width: 240px;
    }

    .homeActP {
        margin-top:177px;
    }

    .actContainer {
        margin-left: 30%;
    }

    .lastContainer{
        padding:20px;
    }


    .mobileHide{
        visibility:hidden;
        display:none;
    }

    .textHome {
        padding:40px;
        font-size:14px;
    }

    /*------------------------------------*/
    /* HORAIRE ACTIVITE SELON CATEGORIE */
    /*------------------------------------*/

    .menuHaut {
        font-size:16px;
        margin-right:3%;
        margin-left:3%
    }


    .menuHaut .li1  {
        font-size:14px;
    }

    .actByCat {
        padding-top:20px;
    }

    /*------------------------------------*/

    .logoHaut {
        padding:0 10px;
    }

    .logoHaut img {
        width:200px;
    }
    /*------------------------------------*/


}

@media screen and (max-width: 645px) {

    .actContainer {
        margin-left: 25%;
    }

    .homeTitle p{
        font-size:30px;
    }

    .divCategory {
        padding : 20px 30px;
    }

    .divCategory p {
        font-size:16px;
    }

    .divTitleCategory {
        height:50px;
        border-top-left-radius:5px;border-bottom-right-radius:5px;
        /*background-size:100%;*/
    }

    .divTitleCategory p {
        font-size : 15px;
    }

}

@media screen and (max-width: 500px) {

    .actContainer {
        margin-left: 20%;
    }

    .logoForm {
        width:80px
    }


    .logoContainer{
        padding-top:20px;
        padding-bottom:20px;
    }


    /*.mobileHide2{*/
    /*    visibility:hidden;*/
    /*    display:none;*/
    /*}*/

    /*.mobileCenter{*/
    /*    margin-left:25%;*/
    /*}*/
}

@media screen and (max-width: 400px) {

    .actContainer {
        margin-left: 0;
    }

    .homeSubtitle p{
        font-size:25px;
    }

    .logoContainer{
        padding-right:40px;
        padding-left:40px;
    }



}

@media screen and (max-width: 315px) {

    .imageAct {
        width: 160px;
    }

    .homeActP {
        margin-top:105px;
    }

    .homeSubtitle p{
        font-size:23px;
    }

    .logoForm {
        width:50px
    }

    .divCategory {
        padding : 20px 40px;
    }


}


