#content.mobile #dock,
#content.mobile #bottom-dock,
#content.mobile #mini-dock,
#content.mobile #right-dock {
/*    right: 20%;  Modifs pour avoir une popup pleine page 18/11 */
    left: 0px;
}
#content.mobile #docks-wrapper {
    left: 0px;
    width: 100%;
}

/*
Hamburger menu*/
#mobile menu-content {
    background-color: transparent;
}
#mobile_menu_container {
    background: none;
    min-width: 200px;
}
#mobile_menu_container button,
#mobile_menu_container a.btn {
    width: 95%;
    margin: 5px;
    padding: 5px;
    font-weight: bold;
    font-size: 1.8em;
    padding:10px;
}

.mobile_button {
    cursor: pointer;
    position: absolute;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);
    width: 45px;
    height: 45px;
   /* border-radius: 50px;  Pour convertir en carrée */
    border: 4px solid rgba(255, 255, 255, 0.7);
}
.mobile_button.active {
    background: rgba(0, 255, 0, 0.7);
}

.mobile_button.edition i,
.mobile_button.fullscreen i,
.mobile_button.geolocation i,
.mobile_button.scale i{
    margin-top: 15px;
    transform: scale(1.5);
}

.mobile_button.hamburger center {
    margin-top: 12px;
}
.mobile_button.hamburger div {
    width: 35px;
    height: 3px;
    background-color: white;
    margin: 8px 5px;
}


/*
top left
*/
.mobile_button.hamburger {
    top: 10px;
    left: 10px;
}

/*
bottom left
*/
.mobile_button.scale {
 /*   bottom: 70px;
    left: 10px;*/
}

.mobile_button.geolocation.green {
    background-color: rgba(0, 255, 0, 0.7);
}
.mobile_button.geolocation.orange {
    background-color: rgba(255, 165, 0, 0.7);
}
.mobile_button.geolocation.red {
    background-color: rgba(255, 0, 0, 0.7);
}
.mobile_button.geolocation.blue {
    background-color: rgba(65, 105, 225, 0.7);
}
/*=============================================================================================*/
   @media screen and (max-device-width: 800px){
/*
Hamburger menu*/
#mobile menu-content {
    background-color: transparent;
}
#mobile_menu_container {
    background: none;
    min-width: 200px;
}
#mobile_menu_container button,
#mobile_menu_container a.btn {
    width: 75%;
    margin: 5px;
    padding: 5px;
    font-weight: bold;
    font-size: 1.8em;
    padding:10px;
}

.mobile_button {
    cursor: pointer;
    position: absolute;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);
    width: 25px;
    height: 25px;
    border-radius: 0px; /*modifies le 27/07 avant 20 px */
    border: 2px solid rgba(255, 255, 255, 0.7);
}
.mobile_button.active {
    background: rgba(0, 255, 0, 0.7);
}

.mobile_button.edition i,
.mobile_button.fullscreen i,
.mobile_button.geolocation i,
.mobile_button.scale i{
    margin-top: 5px;
    transform: scale(1.5);
}

.mobile_button.hamburger center {
    margin-top: 12px;
}
.mobile_button.hamburger div {
    width: 35px;
    height: 3px;
    background-color: white;
    margin: 8px 5px;
}


/*
top left
*/
.mobile_button.hamburger {
    top: 10px;
    left: 10px;
}
}
/*===================================================================================================================================================================*/
 @media screen and (min-device-width: 1024px){
/*
Hamburger menu*/
#mobile menu-content {
    background-color: transparent;
}
#mobile_menu_container {
    background: none;
    min-width: 200px;
}
#mobile_menu_container button,
#mobile_menu_container a.btn {
    width: 95%;
    margin: 5px;
    padding: 5px;
    font-weight: bold;
    font-size: 1.8em;
    padding:10px;
}

.mobile_button {
    cursor: pointer;
    position: absolute;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);
    width: 45px;
    height: 33px;
	width: 2%;
 /*   border-radius: 50px;*/
    border: 4px solid rgba(255, 255, 255, 0.7);
}
.mobile_button.active {
    background: rgba(0, 255, 0, 0.7);
}

.mobile_button.edition i,
.mobile_button.fullscreen i,
.mobile_button.geolocation i,
.mobile_button.scale i{
    margin-top: 10px;
    transform: scale(1.5);
}

.mobile_button.hamburger center {
    margin-top: 12px;
}
.mobile_button.hamburger div {
    width: 35px;
    height: 3px;
    background-color: white;
    margin: 8px 5px;
}


/*
top left
*/
.mobile_button.hamburger {
    top: 10px;
    left: 10px;
}
}
/*==========================================================================================================================*/
/*==========================================================================================================================================================================*/
/*
bottom left
*/
.mobile_button.scale {
 /*   bottom: 70px;
    left: 10px;*/
}
 @media screen and (min-device-width: 1024px){
.mobile_button.fullscreen {
    bottom: 565px;
    left: 6px;
	bottom: calc(100% - 128px)
}
}
/*
bottom right
*/

 @media screen and (min-device-width: 1024px){
.mobile_button.geolocation {
    bottom: 609px;
     left: 6px;  /* Modifs le 21/11 avant 15 px */
	 bottom: calc(100% - 90px)
}

.mobile_button.edition {
    bottom:  521px;
     left: 6px;/* Modifs le 21/11 avant 15 px */ 
	bottom: calc(100% - 170px);
 
}

}
  @media screen and (max-device-width: 800px){
	  
.mobile_button.geolocation {
    bottom:520px;
    left:9px; /* Modifs le 21/11 avant 15 px */
}
.mobile_button.edition {
    bottom: 485px;
     left: 9px;
}

}


 