/* --------------------------------------------------------------------------------------------------------------- */
/* PERSONNALISÉ & IPHONE RETINA */
/* APPAREIL DE PETITE TAILLE & TÉLÉPHONE */
/* PAPPAREIL DE PETITE TAILLE & TABLETTE */
@media only screen and (min-width:120px), (min-width:320px), (min-width:480px), (min-width:768px){
  /*contenu principal */
  #contenu-carte {
    position: relative;
    width: 100%;
  }

  #contenu-carte_sidebar{
    position: absolute;
    float: left;
    width: 100%;
    z-index: 2;
    display: block;

    top:0;
    left: 0;
  }

  #contenu-carte_canevas{
    position: absolute;
    float: left;
    width: 100%;
    z-index: 1;
    display: block;

    top: 80px;
    left: 0;
  }

  #carte_sidebar {background: none; background-color: transparent !important; padding:0;}
    #accordeon_principal h3{
      padding:40px 10px 0 10px;
      color: #ffffff;
      font-size: 12px;
      font-family: 'Asap', sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      text-decoration:none;
      height: 80px;
      line-height: 18px;
      outline: none;

      float: left;
      display: inline-block;
      position: absolute !important;
      top: 0;
    }
      h3.acc_zommerSur {
				background-image: url("../images/ui/zoom.svg");
        background-repeat: no-repeat;
				background-size: auto 25px;
				background-position: top 7px center;


        width: 33%;
        left:0;
        border-bottom: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        text-align: center;
      }

      h3.acc_listePavillons {
        background-image: url("../images/ui/liste_pavillons.svg");
        background-repeat: no-repeat;
				background-size: auto 25px;
				background-position: top 7px center;

        width: 34%;
        left:33%;
        border-bottom: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        text-align: center;
      }

      h3.acc_pointsDinteret {
        background-image: url("../images/ui/points_interet.svg");
        background-repeat: no-repeat;
				background-size: auto 25px;
				background-position: top 7px center;

        width: 33%;
        left:67%;
        border-bottom: 1px solid #ffffff;
        text-align: center;
      }

        h3 > .ui-icon {
          display: none;
        }

    #accordeon_principal ul{margin:0; padding:0; list-style-type:none;}
    #accordeon_principal > div {
      display: block;
      position: relative !important;
      top: 80px;
      left: 0;
      width: 100%;
      background-color: #ffffff;
    }

    .ui-accordion .ui-accordion-content{
      padding-bottom: 50px !important;
    }

    #fermetureSidebar {
      display: none;

      background-color: #ffae00;
      width: 100%;
      float: left;
      text-align: center;
      height: 50px;
      position: fixed;
      left: 0;
      bottom: 0;
    }
      #fermetureSidebar a{
        font-size: 18px !important;
        font-weight: normal !important;
        line-height: 50px !important;
        color: #ffffff !important;
        width: 100%;
        float: left;
        height: 50px;
      }
      #fermetureSidebar a:hover{
            text-decoration: none !important;
      }

  /* Fenêtre d'info */
  #fenetreInfo {
    padding: 0;
    float: left;
  }

  #fenetreInfo p{
    margin: 0 0 5px 0;
  }

  #fenetreInfo .image {
    display: none;
  }
}

/* --------------------------------------------------------------------------------------------------------------- */
/* APPAREIL DE MOYENNE TAILLE & ÉCRAN DE BUREAU */
@media only screen and (min-width:992px) {
  /*contenu principal */
  #contenu-carte {
    position: relative;
    width: 100%;
  }
  #contenu-carte_sidebar{
    position: inherit;
    float: left;
    width: 25%;
    z-index: inherit;
    display: inherit;

    top: auto;
    left: auto;
  }

  #contenu-carte_canevas{
    position: inherit;
    float: left;
    width: 75%;
    z-index:inherit;
    display: inherit;

    top: auto;
    left: auto;
  }

  #carte_sidebar {background: none; background-color: #f2f2f2 !important; padding:40px 10px 20px 10px;}
    #accordeon_principal h3{
      padding:0 30px 0 30px;
      color: #ffffff;
      font-size: 12px;
      font-family: 'Asap', sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      text-decoration:none;
      height: 40px;
      line-height: 40px;
      padding-left: 45px;
      outline: none;

      float: left;
      width: 100%;
      position: relative !important;
      top: auto;
      left:auto;
      display: block;
    }
      h3.acc_zommerSur {
        background-image: url("../images/ui/acc_zoomerSur.png");
        background-repeat: no-repeat;
        background-position: left top;
				background-size: auto;

        border: 0;
        text-align: left;
      }

      h3.acc_listePavillons {
        background-image: url("../images/ui/acc_listePavillons.png");
        background-repeat: no-repeat;
        background-position: left top;
				background-size: auto;

        border: 0;
        text-align: left;
      }

      h3.acc_pointsDinteret {
        background-image: url("../images/ui/acc_pointsDinteret.png");
        background-repeat: no-repeat;
        background-position: left top;
				background-size: auto;

        border: 0;
        text-align: left;
      }
        h3 > .ui-icon {
          display: block;
          position: absolute !important;
          left: auto !important;
          right: 0.5em !important;
        }

    #accordeon_principal ul{margin:0; padding:0; list-style-type:none;}
    #accordeon_principal > div {
      display: block;
      position: relative !important;
      top:0px;
      
      width: 100%;
      background-color: #ffffff;
	  
    }


  /* Fenêtre d'info */
  #fenetreInfo {
    padding: 35px;
    float: left;
  }

  #fenetreInfo p{
    margin: 0 0 15px 0;
  }

  #fenetreInfo .image {
    float: left;
    display: inline;
    width: 150px;
    margin-right: 35px;
  }
}