the map of water restriction measures in France

by time news

2023-07-28 17:30:25

Most French departments are affected by water restrictions, to varying degrees. When the hydrological situation requires it, the prefecture issues an order, more or less restrictive, depending on the seriousness of the situation – the “drought guide” of the Ministry of Ecological Transition provides for four levels of alert:

the vigilance is just about raising awareness. The aim is to encourage users, individuals and professionals alike, to reduce their water consumption; alertrestrictions apply in many areas: reduction of water withdrawals for agricultural purposes (which must then be less than 50% or are prohibited up to three days a week), measures prohibiting the maneuvering of tools hydraulics and valves, restrictions on nautical activities, prohibition at certain times of watering gardens, green spaces, golf courses and car washing;heightened alert accentuates the limitations listed above, up to the total prohibition of certain direct debits; crisis leads to the cessation of “non-priority” withdrawals, including for agricultural purposes. Only samples intended for priority uses are authorised: “health, civil security, drinking water, sanitation”.

Orders may concern surface water (streams, rivers, etc.) and groundwater (groundwater).

The map below was produced with open data from the Ministry of Ecological Transition, aggregated from feedback from departmental State services, which can be consulted on the Data.gouv.fr platform. It is updated according to the decisions taken by the prefectures.

* {
pointer-events: none;
}

.d_container_drought .drought_swatch {
margin-left: 4px;
margin-right: 4px;
width: 9px;
height: 9px;
border-radius: 50%;
width: 16px;
height: 16px;
transition: all 0.2s;
}

[data-color-mode=”dark”] .d_container_drought .drought_swatch {
border: 0.5px solid rgba(255, 255, 255, 0.93);
}

.d_cat-swatch_drought {
width: 10px;
height: 10px;
border-radius: 50%;
margin: 0 5px 0 0;
}

/* Spinner */

.drought_spinner {
border: 4px solid #f3f3f3;
border-top: 4px solid #40535C;
border-radius: 50%;
width: 50px;
height: 50px;
animation: spin 2s linear infinite;
margin: auto;
margin-top: 15px;
}

@keyframes spin {
0% {
transform: rotate(0deg);
}
35% {
transform: rotate(180deg);
}
100% {
transform: rotate(360deg);
}
}

/* Reset button */

.drought_reset {
display: block;
opacity: 0;
margin-left: 16px;
margin-top: 68px;
flex-direction: row;
align-items: center;
justify-content: center;
position: absolute;
}

.drought_reset:hover {
cursor: pointer;
}

.drought_reset:hover .drought_resetbtn {
background: rgba(42, 48, 60, 0.9);
transition: all .2s ease;
}

.drought_resetbtn {
width: 52px;
height: 52px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(24, 26, 30, 0.9);
box-shadow: 0px 1px 1px rgba(56, 63, 78, 0.1);
border-radius: 8px;
}

[data-color-mode=”dark”] .drought_resetbtn {
background: rgba(24, 26, 30, 0.9);
box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
}

[data-color-mode=”dark”] .drought_reset:hover .drought_resetbtn {
background: rgba(24, 26, 30, 0.9);
}

.drought_resetbtn .drought_reset_arrow {
position: absolute;
bottom: 6px;
left: 6px;
}

/* Tooltip */

.d_tooltip_drought {
display: none;
font-family: var(–ff-marr-sans);
font-size: 12px;
text-align: left;
line-height: 20px;
overflow: visible;
color: #fff;
z-index: 40;
pointer-events: none;
box-sizing: border-box;
margin: 0px;
border: 1px solid rgba(42, 48, 60, 0.9);
box-shadow: rgb(0 0 0 / 10%) 0px 4px 7px 2px;
background: rgba(24, 26, 30, 0.9);
border-radius: 4px;
pointer-events: none;
position: absolute;
padding: 16px;
gap: 10px;
text-align: left;
min-width: 200px;
max-width: 350px;
}

.d_tooltiptitle_drought {
color: #FFFFFF;
text-align: center;
font-family: var(–ff-marr-sans);
font-weight: 600;
font-size: 18px;
line-height: 20px;
padding-bottom: 12px;
margin-bottom: 8px;
}

.d_tooltipvalue_drought {
display: flex;
flex-direction: row;
gap: 4px;
align-items: center;
margin-bottom: 12px;
}

.d_tooltipvalue_drought.value_drought_0 {
font-weight: 600;
color: #FFFFFF;
}

.d_tooltipvalue_drought.value_drought_1 {
font-weight: 400;
color: rgba(255, 255, 255, 0.7);
}

.d_tooltipvalue_drought .d_tooltipdate_drought {
font-size: 13px;
line-height: 16px;
display: flex;
flex-direction: column;
border-left: 3px solid #fff;
padding-left: 12px;
margin-right: 12px;
text-align: center;
}

.d_tooltiptags_drought {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 3px;
}

.d_tooltiptag_drought {
display: flex;
flex-direction: row;
align-items: center;
font-weight: 400;
font-size: 13px;
line-height: 16px;
background: #000000;
border-radius: 30px;
padding: 2px 6px;
width: fit-content;
}

.d_tooltip_details {
display: flex;
flex-direction: column;
font-weight: 400;
font-size: 13px;
line-height: 18px;
padding: 6px 0px;
color: #fff;
}

/* Accessibility switch */

.drought_accessibility {
display: flex;
font-size: 14px;
line-height: 16.8px;
font-family: var(–ff-marr-sans);
align-items: center;
padding: 16px 0px;
border-bottom: 1px solid var(–color-sep);
justify-content: space-between;
}

.drought_eye {
pointer-events: none;
}

.drought_eye_icon {
fill: #717B8E;
}

[data-color-mode=”dark”] .drought_eye_icon {
fill: rgba(255, 255, 255, 0.85);
}

.drought_accesstext {
color: #464F5F;
margin-left: 8px;
margin-right: 8px;
pointer-events: none;
}

[data-color-mode=”dark”] .drought_accesstext {
color: rgba(255, 255, 255, 0.85);
}

.drought_align_left {
display: flex;
}

.drought_align_right {
display: flex;
}

.drought_switch {
position: relative;
display: inline-block;
width: 50px;
height: 30px;
}

.drought_switch input {
opacity: 0;
width: 0;
height: 0;
}

.drought_toggle {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
box-shadow: 0 0 1px #BFC1C5;
background-color: #E2E4E9;
-webkit-transition: .4s;
transition: .4s;
border-radius: 100px;
}

[data-color-mode=”dark”] .drought_toggle {
background: rgba(255, 255, 255, 0.4);
}

.drought_toggle:before {
position: absolute;
content: “”;
height: 26px;
width: 26px;
left: 2px;
bottom: 2px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
border-radius: 50%;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
}

.drought_switch input:checked + .drought_toggle {
background-color: #65C466;
}

.drought_switch input:focus + .drought_toggle {
box-shadow: 0 0 1px #BFC1C5;
}

.drought_switch input:checked + .drought_toggle:before {
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}

.toggle_i {
position: absolute;
background-color: #fff;
opacity: 0;
transition: opacity 200ms ease-in-out;
top: 10px;
left: 12px;
width: 1px;
height: 10px;
}

.toggle_o {
position: absolute;
transition: opacity 200ms ease-in;
border-radius: 50%;
opacity: 1;
width: 10px;
height: 10px;
border: 1px solid #A4A9B4;
right: 8px;
top: 10px;
z-index: 0;
}

[data-color-mode=”dark”] .toggle_o {
border: 1px solid rgba(255, 255, 255, 0.60);
}

.drought_switch input:checked + .drought_toggle .toggle_i {
opacity: 1;
}

.drought_switch input:checked + .drought_toggle .toggle_o {
opacity: 0;
}

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

.d_tooltip_drought {
bottom: -100px !important;
left: 0 !important;
top: auto !important;
right: auto !important;
min-width: 100% !important;
z-index: 10 !important;
border-radius: unset;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border-left: 0 !important;
border-right: 0 !important;
border-bottom: 0 !important;
padding: 12px 16px!important;
pointer-events: auto;
}

.d_tooltiptitle_drought {
padding-bottom: 4px;
padding-top: 8px;
}

.d_container_drought .d_title_drought {
font-size: 18px;
line-height: 25px;
}

.d_container_drought .d_subtitle_drought {
font-size: 16px;
line-height: 20px;
}

.d_container_drought .d_notes_drought {
font-size: 13px;
line-height: 16px;
}

.d_container_drought .d_legend_drought {
font-size: 11px;
}

.d_container_drought .drought_loc_text {
font-size: 7px;
}

.d_container_drought .d_select_container .type_option {
font-size: 12px;
white-space: nowrap;
padding: 0px 4px;
}

.d_container_drought .d_direction_drought {
font-size: 13px;
}
}

/* Source */

.d_container_drought .d_source_drought {
margin-top: 12px;
font-size: 12px;
padding-top: 12px;
border-top: 1px solid var(–color-sep);
color: #717B8E;
}

/* Dark mode */

[data-color-mode=”dark”] .d_title_drought {
color: rgba(255, 255, 255, .85);
}

[data-color-mode=”dark”] .d_subtitle_drought {
color: rgba(255, 255, 255, .85);
}

[data-color-mode=”dark”] .d_validity_drought {
color: rgba(255, 255, 255, .5);
}

[data-color-mode=”dark”] .d_notes_drought {
color: rgba(255, 255, 255, 0.85);
}

[data-color-mode=”dark”] .d_legendtitle_drought {
fill: rgba(255, 255, 255, .85);
}

[data-color-mode=”dark”] .d_cat-swatch_drought {
width: 14px;
height: 14px;
border-radius: 50%;
margin: 0 5px 0 0;
border: solid 1px rgba(255, 255, 255, .5);
}

[data-color-mode=”dark”] .d_container_drought {
border: 1px solid #3C3C3C;
}

[data-color-mode=”dark”] .drought_plusbtn {
background: #535355;
opacity: 90%;
}

[data-color-mode=”dark”] .drought_minusbtn {
background: #535355;
opacity: 90%;
}

[data-color-mode=”dark”] .d_container_drought .d_source_drought {
color: rgba(255, 255, 255, 0.85);
}

]]>

A large part of France affected by measures restricting the use of water

Areas in which decrees issued by the prefectures apply in the context of drought.

This map is updated according to decisions taken by the prefectures.

Surface water zones and groundwater zones can be superimposed. These data and boundaries are provided for information only. For more information, consult the prefectural decrees.

The contribution area is reserved for subscribers.

Subscribe to access this discussion space and contribute to the discussion.

Subscribe

Contribute

#map #water #restriction #measures #France

You may also like

Leave a Comment