/*************** Général / Layout / Index / Media Queries ***************/

body {
    font-family: 'Roboto', sans-serif;
    background: -moz-linear-gradient(top, #fff, #ccc);
    background: -webkit-linear-gradient(top, #fff, #ccc);
    background: -ms-linear-gradient(top, #fff, #ccc);
    background: -o-linear-gradient(top, #fff, #ccc);
    
}

textarea {
    resize: vertical;
}

::selection{
  background-color: #017a74;
  color: #fff;
}

::-moz-selection {
  background-color: #017a74;
  color: #fff;
}

.bodyContent {
    margin-top: 20px;
    min-height: 78.8vh;
}

.btnNaoGreen {
    background-color: #017a74;
    color: #fff;
}

.btnNaoGreen:hover,
.btnNaoGreen:active,
.btnNaoGreen:focus {
    background-color: #046a65;
    color: #fff;
}

.btnNaoRed {
    background-color: firebrick;
    color: #fff;
}

.btnNaoRed:hover,
.btnNaoRed:active,
.btnNaoRed:focus {
    background-color: #981717;
    color: #fff !important;
}

#btnRed,
#btnRed:hover,
#btnRed:focus,
#btnRed:active {
    color: #fff !important;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default {
    height: 80px;
    background-color: rgba(0, 0, 0, 0);
    border : 0px;
    z-index: 1000;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 1.1em;
}

.navbar-default .navbar-nav>li>a {
    color: #38001C;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #38001C;
    background-color: #FFA340;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:active {
    color: #FFA340;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 0px;
}

.navbar-brand {
    padding-right: 0px;
}

#burgerBtn {
    border: 0px;
}

#navH {
    float: right;
    margin-top: 10px;
    margin-right: 5px;
    z-index: 2000;
}

#navH .container-fluid {
    padding-left: 0px;
}

#imgAccueil {
    position: relative;
}

#imgAccueil img {
    margin: -79px 0px 0px 0px;
    width: 100%;
}

#imgError {
    position: relative;
}

#imgError img {
    margin: -79px 0px 0px 0px;
    width: 100%;
}

#catchword {
    position: absolute;
    top: 10%;
    text-align: center;
    font-size: 4em;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    text-shadow: 1px 1px 2px #2d2d2d;
}

#catchword span {
    font-size: 2em;
}

#cookieChoiceInfo > a {
    padding: 4px 7px;
    background-color: #017a74;
    border-radius: 3px;
}

#cookieChoiceInfo > a:hover {
    background-color: #046a65;
    text-decoration: none;
}

#cookieChoiceInfo > a:hover {
    background-color: #046a65;
}

#discover {
    position: absolute;
    top: 60%;
    background-color: #017a74;
    color: #fff;
    border: 0px;
    box-shadow: 1px 1px 2px #3e3e3e;
    font-size: 1.2em;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#discover:hover {
    background-color: #046a65;
}

.panelContain a {
    text-decoration: none;
}

.panel {
    height: 300px;
    margin-top: 30px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255,0.7);
    box-shadow:  0px 0px 7px #5f5f5f;
    border: 1px solid #017a74;
}

.panel-heading {
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    height: 50px;
    background-color: #017a74;
    color: #fff;
}

.panel-heading h3 {
    padding-top: 5px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    text-align: center;
}

.panel-content {
    padding: 20px;
    font-size: 1.3em;
    color: #046a65;
}

.indexPanel {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

#indexAbout {
    background: url('../img/read-more.png');
    width: 48px;
    height: 48px;
    margin: auto;
}

#indexAbout:hover {
    background: url('../img/read-more-h.png');
}

#indexObs {
    background: url('../img/add-location-point.png');
    width: 48px;
    height: 48px;
    margin: auto;
}

#indexObs:hover {
    background: url('../img/add-location-point-h.png');
}

#indexConsult {
    background: url('../img/map_marker.png');
    width: 48px;
    height: 48px;
    margin: auto;
}

#indexConsult:hover {
    background: url('../img/map_marker-h.png');
}

#indexSubscribe {
    background: url('../img/creer-un-compte.png');
    width: 48px;
    height: 48px;
    margin: auto;
}

#indexSubscribe:hover {
    background: url('../img/creer-un-compte-h.png');
}

#indexConnect {
    background: url('../img/login.png');
    width: 48px;
    height: 48px;
    margin: auto;
}

#indexConnect:hover {
    background: url('../img/login-h.png');
}

#indexBlog {
    background: url('../img/news.png');
    width: 48px;
    height: 48px;
    margin: auto;
}

#indexBlog:hover {
    background: url('../img/news-h.png');
}

.backTop {
    width: 60px;
    height: 60px;
    margin: 15px auto 35px;
    border-radius: 90px;
    background-color: #017a74;
    position: relative;
}

.backTop a {
    color: #fff;
    font-size: 2em;
    position: absolute;
    top: 16%;
    left: 26%;
}

.backTop:hover {
    background-color: #046a65;
}

.footer {
    display: flex;
    align-items: center;
    height: auto;
    padding: 10px;
    color: #fff;
    background-color: #38001C;
    text-align: center;
}

.footer a {
    color: #FFA340;   
    list-style: none;
    text-decoration: none;
}

.footer a:hover {
    color: #ed8b22;   
}

#mentions,
#copyright,
#networks {
    padding: 20px 0px;
}

#mentions {
    margin-bottom: 10px;
}

#networks a {
    margin-right: 10px;
}

@media screen and (min-width: 992px) {
    #btnSearch {
        margin-right: 68.5%;
    }
}

@media screen and (max-width: 991px) {
    .navbar-default {
        font-size: 1em;
    }
    .nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
    #logo {
        width: 200px;
        margin-left: 9%;
    }
    #catchword {
        font-size: 3.5em;
    }
    #catchword span {
        font-size: 2em;
    }
    #discover {
        top: 60%;
    }
    .panel {
        height: 350px;
    }
    .mapContainer {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media screen and (max-width: 850px) {
    #logo {
        width: 160px;
    }
    #catchword {
        font-size: 2.5em;
    }
    #catchword span {
        font-size: 2em;
    }
    .panel {
        height: 380px;
    }
    .panel-heading h3 {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 767px) {
    #navH {
        display: none;
    }
    .navbar-default {
        height: 60px;
    }
    .navbar-brand {
        padding-top: 7px;
    }
    .navbar-header,
    .navbar-default .navbar-toggle:focus {
        background-color: rgba(255, 255, 255, 0);
        border: 0px;
    }
    .navbar-default .navbar-toggle:hover {
        background-color: #eee;
    }
    #navCollapse {
        height: 280px;
        width: 100%;
    }
    #bgNav {
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
    }
    #imgAccueil {
        margin-top: -49px;
    }
    #imgAccueil img {
        margin-top: 0px;
    }
    #catchword {
        top: 25%;
        font-size: 2em;
    }
    #catchword span {
        font-size: 2em;
    }
    #discover {
        top: 70%;
        right: 33.3%;
    }
    .panel {
        height: 250px;
        margin-top: 0px;
        margin-bottom: 0px;
        border-radius: 0px;
    }
    .panelContain {
        padding: 0px;
    }
    .panel-heading {
        border-radius: 0px;
    }
    .panel-heading h3 {
        font-size: 1.5em;
    }
    .backTop {
        margin-top: 30px;
    }
    #mentions,
    #copyright,
    #networks {
        padding: 0px;
    }
    .search {
        margin-right: 5px;
        margin-left: 5px;
    }
    .mapContainer {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media screen and (min-width: 768px) {
    #navCollapse {
        display: none;
    }
}

@media screen and (max-width: 490px) {
    .navbar-default .navbar-form {
        height: 79px;
        border: 0px;
        background-color: rgba(255, 255, 255, 0);
    }
    .navbar-brand {
        position: absolute;
        top: 0px;
        left : 0px;
    }
    #burgerBtn {
        position: absolute;
        top: 0px;
        right: 0px;
    }
    #logo {
        width: 120px;
        margin-left: 9%;
    }
    #imgAccueil {
        overflow: hidden;
    }
    #imgAccueil img {
        height: 280px;
        width: auto;
    }
    #catchword {
        top: 20%;
        font-size: 1.7em;
    }
    #catchword span {
        font-size: 1.7em;
    }
    #catchword {
    }
    #discover {
        font-size: 1em;        
    }
    .indexPanel {
        bottom: 20px;
        right: 20px;
    }
}

.mt-0 {
    margin-top: 0px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.formErrorMess {
    text-align: center;
    font-size: 0.85em;
    font-weight: 500;
    color: firebrick;   
}

.right{
    text-align: right;
}

/*************** Blog ***************/

.blogContainer {
    margin-top: 30px;
}

.blogArticle {
    padding: 20px;
    background-color: rgba(255, 255,255, 0.8);
    margin-bottom: 30px;
    border-radius: 3px;
    box-shadow: 0px 0px 13px #9F9F9F;
    clear: both;
}

.blogArticle .blogTitle {
    margin-top: 0px;
    color: #017a74;
}

.blogButton {
    text-align: right;
    margin-bottom: 0px;
    margin-top: 20px;
}

.blogButton .btn {
    background-color: #017a74;
    color: white;
    border: 0;
}

.blogButton .btn:hover {
    background-color: #046a65;
}

.blogContent {
    margin-top: 20px;
}

.blogComment, .blogCommentList {
 margin-top: 30px;
}

.blogCommentList b {
 color: #017a74;
}

.comment {
    margin-top: 20px;
}

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

.blogContainer .input-group .btn {
    background-color: #017a74;
    color: white;
    border: 0;
}

.blogButton .input-group .btn:hover {
    background-color: red;
}

.blogDate {
    margin-bottom: 25px;
}

.blogArticle .row div {
    padding: 0px 15px;
}

.blogArticle .row img {
    margin-bottom: 10px;
}

.buttonArticle, .button {
    margin-top: 10px;
    background-color: #017a74;
    color: white !important;
    border: 0;
}

.buttonArticle:hover, .button:hover {
    background-color: #046a65;
}

.blogContainer .input-group {
    margin-bottom: 20px;
}

.blogContainer form ul {
    list-style: none;
    padding: 0;
    text-align: right;
}

.pageTitle {
    color: #38001C;
    text-align: center;
}

.login {
    background-color: rgba(255, 255,255, 0.7);
    border-radius: 8px;
    box-shadow:  0px 0px 7px #5f5f5f;
    padding: 15px;
    padding-top: 20px;
}

.center {
    text-align: center;
}

.button {
    min-width: 90px;
    height: 40px;
    box-shadow: 1px 1px 7px #515151;
}

.green {
    color: #017a74;
}

@media screen and (max-width: 400px){ 
    #rc-imageselect, .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:50% 50%;
        -webkit-transform-origin:0 0;
    } 
}

.g-recaptcha {
    display: inline-block;
}



/*************** Observation ***************/

.titlePage {
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    color: #38001C;
    font-weight: 700;
}

.search {
    height: 750px;
    overflow-y: auto;
    overflow-x: hidden !important;
    background-color: rgba(255, 255, 255,0.7);
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow:  0px 0px 7px #5f5f5f;
    color: #555;
    font-size: 1.1em;
}

.search p {
    text-align: justify;
}

@media screen and (max-width: 1200px) {
    .search {
        height: 617px;
    }
}

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

    .search {
        height: auto;
        overflow-y: visible;
    }
}

#oc_platformbundle_observation_date {
    width: 100%;
    height: 34px;
    border-radius: 4px;
    padding-left: 12px;
    font-size: 0.9em;
    border: 1px solid #ccc;
}

.upload .browse input[type='file']{
    position: absolute;
    margin-top: 3px;
    margin-left: 3px;
    height: 1px;
    width: 1px;
    z-index: -5;
}

.fileSelectButton {
    background-color: rgba(255, 255, 255, 0);
    border: 0px;
    color: #017a74;
    font-size: 3em;
    margin-top: -20px;
    margin-left: -20px;
    padding-left: 20px;
    
}

.fileSelectButton:hover {
    color: #046a65;
}

.myCheckbox {
    margin-top: -20px;
}

.myCheckbox input {
    height: 18px;
    width: 18px;
    margin-left: 5px;
    vertical-align: text-bottom;
}

@media screen and (max-width: 767px) {
    .myCheckbox {
        margin-top: 0px;
    }
}

.google-maps {
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 20px;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow:  0px 0px 7px #5f5f5f;

}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/*************** Profil ***************/

.profilCaseTitle {
    margin-top: 0;
    text-align: center;
    margin-bottom: 25px;
}

.btnProfil {
    width: 10.7%;
    margin: 0px 20px 0px 0px;
    text-align: center;
    padding: 0;
}

.mr-20 {
    margin-right: 20px;
}

.boxProfil {
    width: 49%;
    height: 350px;
    margin-bottom: 30px;
}

.boxProfilDble {
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1200px){ 
    .btnProfil {
        width: 11%;
        margin-right: 8px;
    } 
    .boxProfil {
        width: 47%;
    }
}

@media screen and (max-width: 992px){ 
    .btnProfil {
        width: 17.5%;
    } 
    .boxProfil {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .btnProfil {
        font-size: 0.75em;
    }
}

@media screen and (max-width: 490px){ 
    .btnProfil {
        width: 100%;
        margin-bottom: 10px;
        font-size: 1em;
    } 
}

.erase {
    border:0;
    background: none;
}

.modal {
    z-index:2001;
}

.black {
    color: black;
}

.tableMaxHeight {
    height: 220px;
    overflow-y: auto;
    overflow-x: hidden !important;
}

.profilNav li a {
    background-color: rgba(255, 255,255, 0.8);
    color: #017a74;
}

.profilNav .active a {
    background-color: #017a74 !important;
    color: white;
}

.blogMaxHeight {
    max-height: 260px;
    overflow: auto;
}
.editImage{
    max-width: 60px;
    max-height: 60px;
    display: inline-block;
}
@media screen and (max-width: 755px){ 
    .profilIcon {
        margin-bottom: 15px;
    } 
}
.modal .btn-danger, .modal .btn-danger:hover {
    color: white;
}



    
/*************** Consultation ***************/

.greenHr {
    border: 1px solid #017a74;
}

.subTitle {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    color: #017a74;
    text-align: center;
}

.naoLink {
    color: #017a74;
}

.naoLink:hover {
    color: #046a65;
    text-decoration: none;
}

.wikiLink p {
    text-align: center;
}

.logoInpn {
    margin-top: 16px;
    margin-bottom: 16px;
}

/* Popup Marker */

.firstHeading {
    font-size: 2em;
    color: #017a74;
}

@media screen and (max-width: 991px) {
    .consult .search {
        height: auto;
        max-height: 617px;
    }
}
@media screen and (max-width: 490px) {

    .consult .search {
        max-height: none;
        overflow-y: visible;
    }
}


/*************** SingleObs ***************/

.imgSingleObs {
    max-height: 200px;
    width: auto;
}

#searchReturn {
    background: url('../img/retour.png');
    width: 48px;
    height: 48px;
    margin: auto;
}

#searchReturn:hover {
    background: url('../img/retour-h.png');
}

#searchReturnP{
    text-align: center;
}


/*************** Error ***************/

.oups {
    background-color: rgba(255, 255, 255,0.7);
    padding-top: 20px;
    padding-bottom: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow:  0px 0px 7px #5f5f5f;
    color: #555;
}

.oups h1 {
    font-size: 7em;
    font-weight: 700;
    color: #017a74;
}

.oups p {
    display: inline-block;
    font-size: 1.5em;
    text-align: right;
    line-height: 30px;
    margin-top: 100px;
}

.oups span {
    font-size: 3em;
    color: rgba(0, 0, 0, 0.2);
}

#allError {
    font-size: 1.2em;
    text-align: left;
    line-height: normal;
}

#allError span {
    font-size: 2em;
}

#katsankatre {
    display: inline-block;
    font-size: 13em;
    color: rgba(255, 255, 255, 1);
    text-shadow: 4px 4px 16px #ccc;
}

@media screen and (max-width: 490px) {
    #error {
        padding-right: 0px;
        padding-left: 0px;
    }
    .oups h1 {
        font-size: 4em;
    }
    .oups h2 {
        font-size: 1em;
    }
    .oups p {
        padding-right: 7px;
        padding-left: 7px;
        font-size: 0.7em;
        text-align: center;
        line-height: 10px;
        margin-top: 15px;
    }
    #katsankatre {
        font-size: 6em;
        text-shadow: 2px 2px 5px #7f7f7f;
        margin-top: 15px;
    }
    #allError {
        font-size: 0.8em;
    }
    #allError span {
        font-size: 1.5em;
    }
}

.ulError ul{
    list-style: none;
    padding: 0;
}

/*************** Contact ***************/

#accrocheForm {
    display: inline-block;
    text-align: center;
    font-size: 1.2em;
}

.paddHeight {
    padding-right: 20px;
    padding-left: 20px;
    height: auto;
}

@media screen and (max-width: 490px) {
    #accrocheForm {
        font-size: 0.9em;
    }
}



/*************** Contact ***************/

#diplom p {
    text-align: justify;
}