/**********
* STYLESHEET WEB SCREEN
**********/

/* Ajouter la police Barlow */
@font-face {
  font-family: Barlow;
  src: url(/map/index.php/view/media/getMedia?repository=laval&project=laval&path=media%2Fthemes%2Flaval%2Fcss%2F/Barlow-Regular.ttf);
}

body, input {
  font-family: Barlow;
}

/* Les alertes */
#lizmap-edition-message {
  display: none;
}

/* Le 'Informations' du panneau */
#nav-tab-metadata {
  display: none!important;
}

#map-content img{
  max-width: 100%;
}

/**********
* FENETRE DE DEMARRAGE
**********/

/* Le conteneur du message d'accueil */
#modal-cartet1 {
  background-color: #27337A;
  font-family: Barlow;
}

/* le titre */
#modal-cartet1 .modal-header h2{
    border-bottom: none;
    color: #F272A1;
}

/* Le pied de page */
#modal-cartet1 .modal-footer{
    background-color: #27337A;
    border-top: none;
    text-align: center;
}

/* le corps de texte */
.modal-body{
  color: white;
}

/* le bouton J'ai compris */
#modal-cartet1 .modal-footer button{
  font-family: Barlow;
  background-color: #F272A1;
  border-radius: 7px;
  border: #F272A1 solid 1px;
  color: white;
  font-size: 1.2em;
  padding: 7px;
}

/**********
* ENTETE DE LA PAGE
**********/
#header{
  background-color: #27337A;
}

/* Le conteneur des outils d'authentification */
#headermenu {
  display: none;
}

/* la boite de titre */
#title{
  margin-left: 5px;
}

/* Le logo dans l'entete de page */
#logo{
  background: url(/map/index.php/view/media/getMedia?repository=laval&project=laval&path=media%2Fthemes%2Flaval%2Fcss%2F/img/logo.png) no-repeat;
  background-size: contain;
  background-color: white;
  height: 45px;
}

/* le titre principal */
#title h1 {
  color: #F272A1;
  font-size: 2.2em;
  line-height: 1.5em;
  margin-left: 0px!important;
}

/* le titre secondaire */
#title h2 {
  display: none;
}

/***********
* LE DOCK
************/

#docks-wrapper{
  left: 0px;
}

/* Le panneau lateral gauche */
#dock{
  max-width: 25vw;
  background: transparent!important;
  overflow: hidden;
  border: none;
}

#dock-tabs {
  background-color: #27337A;
  font-family: Barlow, Verdana;
  font-size: 15px;
}

#dock-content{
  overflow: auto;
}

/* La barre laterale avec les outils */
#mapmenu {
  background: #27337A;
}

/* Le bouton permenttant de fermer le panneau */
#dock-close {
  display: none!important;
}

/* Le 'Légende' dans le panneau des couches */
#nav-tab-switcher > a:nth-child(1){
  color: #F272A1;
}

/* le panneau qui contient les elements de legende */
#switcher-layers-container .menu-content {
  background-color: white!important;
}


/* la bordure en pointille en dessous du titre du panneau */
ul.nav.nav-tabs{
  border-bottom: none!important;
}

/**********
* FORMULAIRE D'EDITION
**********/
input[type=radio], input[type=checkbox]{
  margin-top: 0px;
}

#edition-draw{
  display: flex;
  justify-content: center;
  align-items: center;
}

#edition div.menu-content {
  background: white;
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 10px;
}

/* Les entetes des boites du formulaire */
.jforms-label, .jforms-required {
  font-size: 1.2em;
}

/* Le message par defaut avant de pouvoir contribuer */
#edition-modification-msg {
  display: none;
}

/* Le Contribuez ! du mode d'emploi */
#edition-form-container h4, h4 {
  font-size: 3em;
  color: #ff435e;
  margin-bottom: 15px;
}

/* Les instructions pour contribuer */
#edition-form-container li {
  line-height: 25px;
  font-size: 13px;
}

/* Supprimer le menu de selection de couche pour l'edition */
#edition-layer {
  display: none;
}

/* le formulaire de contribution */
#edition div.tab-content {
  box-sizing: content-box;
  overflow: hidden;
  border: 0px;
  background-color: white;
}

/* Les espacements entre les elements du formulaire */
#jforms_view_edition_type, #jforms_view_edition_habitant{
  margin-bottom: 15px;
}

#jforms_view_edition_categorie {
  margin-bottom: 20px;
}

#jforms_view_edition_inscription_label,
#jforms_view_edition_habitant_label{
  margin-top: 20px;
}

/* le texte dans les miniature des photos */
.jforms-image-select-btn {
  color: transparent;
}

/* Les boites de saisie des mail/inscription au projet */
#jforms_view_edition_email, #jforms_view_edition_email_label,
#jforms_view_edition_inscription, #jforms_view_edition_inscription_label  {
  display: block!important;
}

/* Le conteneur des boutons du formulaire */
.form-actions {
  background-color: white;
}

/* Le bouton reinitialiser */
#jforms_view_edition_reinit{
  display: none;
}

/* Les boutons annuler et enregistrer du formulaire */
#jforms_view_edition__submit_cancel,
#jforms_view_edition__submit_submit {
  padding: 7px 7px;
  background-color: #1abaa0;
  background-image: none;
  color: white;
  font-size: 1.3em;
  border-color: white;
  text-shadow: none;
  box-shadow: none!important;
}

/* Le bouton Contribuer sur la carte */
#start_edition{
  position: absolute;
  bottom: 5%;
  left: calc(50% - 48px);
  z-index: 1000;
  font-size: 1.5em;
  padding: 10px 16px;
  cursor: pointer;
  font-family : Barlow;
  background-color: #ed6d91;
  border-radius: 8px;
  color: white;
}

/* Les elements par defaut a masquer */
#edition-point-coord-form, #nav-tab-edition,
.edition h3, #edition-form-container h3 {
  display: none!important;
}

/* Le menu de selection pour fermer le formulaire apres edition */
#jforms_view_edition_liz_future_action_label,
#jforms_view_edition_liz_future_action {
  display: none;
}

/* LES BOUTONS POUR AJOUTER DES PHOTOS */

/* Les visuel des boutons */
#jforms_view_edition_photo1_label,
#jforms_view_edition_photo2_label{
  /* background-image:url(/map/index.php/view/media/getMedia?repository=laval&project=laval&path=media%2Fthemes%2Flaval%2Fcss%2F/icon/picture.png);
  height: 75px;
  background-size: contain;
  background-repeat: no-repeat; */
}

/* Cacher le bouton radio 'Pas de fichier' */
#jforms_view_edition_photo1_jf_action_keep_item label,
#jforms_view_edition_photo2_jf_action_keep_item label,
#jforms_view_edition_photo3_jf_action_keep_item label{
  display: none;
}

/* Cacher l'input fichier par defaut */
#jforms_view_edition_photo1,
#jforms_view_edition_photo2{
  /* width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1; */
}

#jforms_view_edition_photo1_jf_action_new_item label,
#jforms_view_edition_photo2_jf_action_new_item label,
#jforms_view_edition_photo3_jf_action_new_item label{
  /* display: none; */
}

/*******
* LES POPUPS
*******/

/* Le 1er conteneur de la popup*/
#liz_layer_popup, .lizmapPopup.olPopup, #map-content .lizmapPopup{
  background-color: white!important;
  border: none!important;
}

/* Le 2eme conteneur */
#liz_layer_popupGroupDiv {
  background-color: transparent;
}

/* Le 3eme conteneur */
#liz_layer_popup_contentDiv{
  background-color: transparent;
}

/* Le conteneur general */
#liz_layer_popup {
  overflow: visible!important;
  border: none!important;
}

/* Le dernier conteneur */
#lizmapPopupDiv, .lizmapPopupDiv,
.lizmapPopup.olPopup .lizmapPopupDiv, #map-content .lizmapPopupDiv {
  background-color: transparent!important;
  margin-bottom: 0px!important;
}

/* Le 'Contributions' dans chaque popup */
.lizmapPopupSingleFeature h4{
  display: none;
}

/* Le titre des contributions */
.lizmapPopupDiv h3 {
  font-size: 1.2em;
  font-weight: 200;
  margin-top: 5px;
  background-color: white;
  line-height: 20px;
}

/* Le texte de la contribution */
.lizmapPopupDiv p {
  color: black;
  font-size: 0.9em;
  background-color: white;
}

/* Le bouton pour fermer la contribution */
#map-content .lizmapPopup .olPopupCloseBox {
  display: none;
}

/* La couleur de la bordure selon le type de contributions */
.type_1 h3{
  color: #1c7d69;
}
.type_2 h3{
  color: #f06831;
}
.type_3 h3{
  color: #ffc734;
}

/**********
* LES BOUTONS POUR AFFICHER / DESAFFICHER LES CONTRIBUTIONS
**********/

/* Le bouton avec les categories de contributions */
#filtre_categorie{
  position: absolute;
  top: 0.7%;
  right : 1%;
  z-index: 1000;
}

#filtre_categorie > div{
  display: inline-block;
  cursor: pointer;
}

#filtre_categorie > div > div{
  display: inline-block;
  vertical-align: middle;
}

/* Le texte des boutons */
#filtre_categorie .cat-text{
  padding: 5px;
  color: #fff;
  font-size: 1.1em;
  margin: 5px;
}

/* les icones eye */
#filtre_categorie .eye-icon{
  width: 30px;
  height: 30px;
}

/* La couleur de fond des boutons de filtrage */
#filtre_categorie > div[data-cat='1'] .cat-text{
    background-color: #1c7d69;
    font-family: Barlow;
}
#filtre_categorie > div[data-cat='2'] .cat-text{
  background-color: #f06831;
  font-family: Barlow;
}
#filtre_categorie > div[data-cat='3'] .cat-text{
  background-color: #ffc734;
  font-family: Barlow;
}

/* Le rendu quand les contributions sont affichees */
#filtre_categorie > div[data-cat='1'] .eye-icon{
  background-image: url(/map/index.php/view/media/getMedia?repository=laval&project=laval&path=media%2Fthemes%2Flaval%2Fcss%2F/svg/eye_green.svg);
}
#filtre_categorie > div[data-cat='2'] .eye-icon{
  background-image: url(/map/index.php/view/media/getMedia?repository=laval&project=laval&path=media%2Fthemes%2Flaval%2Fcss%2F/svg/eye_orange.svg);
}
#filtre_categorie > div[data-cat='3'] .eye-icon{
  background-image: url(/map/index.php/view/media/getMedia?repository=laval&project=laval&path=media%2Fthemes%2Flaval%2Fcss%2F/svg/eye_yellow.svg);
}

/* Le rendu quand les contributions ne sont pas affichees */
#filtre_categorie > div[data-cat='1'].unchecked .eye-icon{
  background-image: url(/map/index.php/view/media/getMedia?repository=laval&project=laval&path=media%2Fthemes%2Flaval%2Fcss%2F/svg/blind_green.svg);
}
#filtre_categorie > div[data-cat='2'].unchecked .eye-icon{
  background-image: url(/map/index.php/view/media/getMedia?repository=laval&project=laval&path=media%2Fthemes%2Flaval%2Fcss%2F/svg/blind_orange.svg);
}
#filtre_categorie > div[data-cat='3'].unchecked .eye-icon{
  background-image: url(/map/index.php/view/media/getMedia?repository=laval&project=laval&path=media%2Fthemes%2Flaval%2Fcss%2F/svg/blind_yellow.svg);
}
