La neige pendant la période de Noël ne disparaîtra pas mais elle devrait nettement se raréfier en Europe d’ici la fin du XXIe siècle, selon les projections faites par une douzaine de modèles climatiques. Selon ces données, synthétisées par les équipes du projet européen Copernicus, fin 2021, les chutes de neige pendant les mois de décembre et janvier connaîtront un déclin net sur une partie du Vieux Continent, encore davantage marqué dans les pays du Nord.

Dans la région d’Helsinki (Finlande), par exemple, la neige représente actuellement environ 58 % des précipitations totales entre décembre et janvier, mais pourrait descendre à 42 % d’ici la fin du siècle dans le scénario qui implique un plafonnement du réchauffement planétaire à moins de 3 °C. Dans la pointe sud de la Suède, la part de neige pourrait reculer de 22 % à 9 % dans le même intervalle.

En France, la région la plus concernée, l’Alsace, pourrait voir la neige reculer de 21 % à 14 % des précipitations totales sur cette même période, le plus souvent au bénéfice de la pluie. Dans le sud de l’Europe, les chutes de neige, déjà rares, pourraient tout simplement devenir inexistantes, même en prenant en compte la variabilité naturelle du climat.

Le recul de la neige et son « remplacement » par la pluie auraient des conséquences profondes pour les écosystèmes, particulièrement dans les pays arctiques. Moins de couverture neigeuse diminuerait l’albédo terrestre (c’est-à-dire la capacité à renvoyer le rayonnement solaire vers l’espace), ce qui contribuerait à accélérer le réchauffement dans ces régions, déjà profondément déstabilisées. Le recul de cette couverture entraînerait aussi une fonte du pergélisol (partie des sols constamment gelés, en été comme en hiver), lequel pourrait libérer de grandes quantités du méthane (un puissant gaz à effet de serre) qu’il contient depuis des dizaines de milliers d’années.

La carte ci-dessous visualise la part des précipitations totales qui tombera sous forme de neige au sol, par région européenne et jusqu’en 2094, d’après le scénario « SSP2-4.5 » établi pour servir dans le sixième rapport d’évaluation du Groupe d’experts intergouvernemental sur l’évolution du climat (GIEC) publié en 2021. Ce scénario implique un réchauffement moyen de la température moyenne de 3 °C d’ici 2100, ce qui correspond plus ou moins à notre trajectoire actuelle.

/* —– Élements principaux —– */

#d_whitechristmas {
font-family: “Marr Sans”, “Helvetica Neue”, Helvetica, Arial;
font-size: 1.5rem;
width: 1000px;
max-width: 90%;
margin:20px auto;
}

.d_header{
margin:0 auto;
max-width: 50rem;
padding:0 2rem;
}
.d_menu{
width: 100%;
}

#d_whitechristmas #d_titre {
font-family: “Marr Sans”, “Helvetica Neue”, Helvetica, Arial;
font-weight: 600;
text-align: center;
font-size: 2.2rem;
line-height: 1.5;
width: 100%;
color: #222;
}

#d_whitechristmas #d_soustitre {
font-family: “The Antiqua B”, Georgia, Droid-serif, serif;
color: #999;
font-size: 1.7rem;
width: 100%;
text-align: center;
margin: 10px auto;
}

#d_whitechristmas #d_legende {
font-family: “Marr Sans”, “Helvetica Neue”, Helvetica, Arial;
font-size: 1.4rem;
line-height: 1;
display: flex;
flex-wrap: wrap;
justify-content: center;
text-align: center;
margin: 20px auto;
width: 100%;
}

#d_whitechristmas #d_legende .d_bars {
display: flex;
width: 100%;
}

#d_whitechristmas #d_legende .d_bars .d_bar {
border-right: 0.8px solid #555;
height: 25px;
width: 10%;
}

#d_whitechristmas #d_legende .d_bars .d_bar:nth-child(10) {
border-right: none;
}

#d_whitechristmas #d_legende .d_bars .d_bar .d_color {
height: 60%;
opacity: .8;
}

#d_whitechristmas #d_legende .d_cats {
display: flex;
width: 100%;
}

#d_whitechristmas #d_legende .d_cats .d_cat {
height: 17px;
width: 40px;
text-align: left;
font-size: 1rem;
padding-top: 3px;
margin-left: -1px;
}

#d_whitechristmas #d_glissiere_conteneur {
width: 100%;
text-align: center;
margin: 20px auto;
}

#d_whitechristmas #d_glissiere_conteneur #d_controles{
display: flex;
flex-wrap: nowrap;
margin-bottom: 10px;
align-items: center;
}

#d_whitechristmas #d_glissiere_conteneur #d_controles > div{
width: 33%;
}

#d_whitechristmas #d_glissiere_conteneur #d_controles .d_borne {
text-align: center;
font-family: “Marr Sans Condensed”, “Helvetica Neue”, Helvetica, Arial;
font-size: 1.6rem;
font-weight: 600;
}

#d_whitechristmas #d_glissiere_conteneur #d_controles .d_borne[data-borne=”min”] {
text-align: left;
}

#d_whitechristmas #d_glissiere_conteneur #d_controles .d_borne[data-borne=”max”] {
text-align: right;
}

#d_whitechristmas #d_controles #d_controle {
align-self: center;
width: 60px;
text-align: center;
}
#d_lecturepause{
height: 56px;
}
#d_whitechristmas #d_controles #d_controle svg {
cursor: pointer;
}

#d_whitechristmas #d_controles #d_controle svg .fond {
fill: #181A1E;
}

#d_whitechristmas #d_controles #d_controle svg circle {
fill: white;
stroke: #181A1E;
stroke-width: 7px;
}

#d_whitechristmas #d_controles #d_controle svg:hover circle {
fill: #181A1E;
}

#d_whitechristmas #d_controles #d_controle svg:hover .fond {
fill: white;
}

#d_whitechristmas #d_controles #d_controle svg .pause {
pointer-events: none;
visibility: hidden;
}

#d_whitechristmas #d_controles #d_controle svg .lecture {
pointer-events: none;
}

#d_whitechristmas #d_glissiere .ui-state-active{
background:#666!important;
}

#d_whitechristmas #d_glissiere .ui-state-default, #d_glissiere.ui-widget-content .ui-state-default{
border: 1px #6f787f solid!important;
background: #ebedee!important;
font-weight: normal!important;
color: #555555!important;
cursor: pointer!important;
height: 30px!important;
width: 30px!important;
top: -0.6em!important;
border-bottom-right-radius: 15px!important;
border-bottom-left-radius: 15px!important;
border-top-right-radius: 15px!important;
border-top-left-radius: 15px!important;
}

#d_whitechristmas #d_carte {
width: 100%;
}

#d_whitechristmas #d_source {
font-family: “Marr Sans”, “Helvetica Neue”, Helvetica, Arial;
margin: 10px 0 0;
padding: 15px 0;
border: 1px solid #eee;
border-width: 1px 0;
text-align: right;
color: #444;
}

/* —– Carte SVG —– */

#d_whitechristmas svg #d_annee {
font-family: “Marr Sans Condensed”, “Helvetica Neue”, Helvetica, Arial;
font-size: 1.8rem;
font-weight: 600;
text-anchor: middle;
fill: #222;
}

#d_whitechristmas svg .d_nuts2 {
fill: #ddd;
stroke: #999;
stroke-miterlimit: 0;
stroke-width: 0.2;
cursor: pointer;
}

#d_whitechristmas svg .d_horszone {
fill:url(#hz);
stroke: #aaa;
stroke-miterlimit: 0;
stroke-width: 0.2;
}

#d_whitechristmas svg #d_frontieres {
fill: none;
stroke: #000;
stroke-miterlimit: 4.13;
stroke-width: 0.0;
}

#d_whitechristmas svg .d_nuts2[data-cat=”w10″], #d_whitechristmas #d_legende .d_color[data-cat=”w10″] {
background-color: #08306b;
fill: #08306b;
stroke: #999;
}

#d_whitechristmas svg .d_nuts2[data-cat=”w20″], #d_whitechristmas #d_legende .d_color[data-cat=”w20″] {
background-color: #08519c;
fill: #08519c;
stroke: #999;
}

#d_whitechristmas svg .d_nuts2[data-cat=”w30″], #d_whitechristmas #d_legende .d_color[data-cat=”w30″] {
background-color: #2171b5;
fill: #2171b5;
stroke: #999;
}

#d_whitechristmas svg .d_nuts2[data-cat=”w40″], #d_whitechristmas #d_legende .d_color[data-cat=”w40″] {
background-color: #4292c6;
fill: #4292c6;
stroke: #999;
}

#d_whitechristmas svg .d_nuts2[data-cat=”w50″], #d_whitechristmas #d_legende .d_color[data-cat=”w50″] {
background-color: #6baed6;
fill: #6baed6;
stroke: #999;
}

#d_whitechristmas svg .d_nuts2[data-cat=”w60″], #d_whitechristmas #d_legende .d_color[data-cat=”w60″] {
background-color: #9ecae1;
fill: #9ecae1;
stroke: #999;
}

#d_whitechristmas svg .d_nuts2[data-cat=”w70″], #d_whitechristmas #d_legende .d_color[data-cat=”w70″] {
background-color: #c6dbef;
fill: #c6dbef;
stroke: #999;
}

#d_whitechristmas svg .d_nuts2[data-cat=”w80″], #d_whitechristmas #d_legende .d_color[data-cat=”w80″] {
background-color: #deebf7;
fill: #deebf7;
stroke: #999;
}

#d_whitechristmas svg .d_nuts2[data-cat=”w90″], #d_whitechristmas #d_legende .d_color[data-cat=”w90″] {
background-color: #f7fbff;
fill: #f7fbff;
stroke: #999;
}

#d_whitechristmas svg .d_nuts2[data-cat=”w100″], #d_whitechristmas #d_legende .d_color[data-cat=”w100″] {
background-color: #fff;
fill: #fff;
stroke: #999;
}

/* —– Tooltip —– */

.tooltipdecodeurs {
font-family: “Marr Sans”, “Helvetica Neue”, Helvetica, Arial;
border-radius: 0;
padding: 1rem 0.7rem;
position: absolute;
z-index: 9999;
max-width: 250px;
-webkit-box-shadow: none ;
box-shadow: none !important;
border: 1px solid #E2E4E9 ;
background: #fff ;
color: #131e2b;
font-size: 1.4rem;
z-index: 5;
pointer-events: none;
}

.tooltipdecodeurs .tt_drapeau {
width: 30px;
border: 1px solid #ddd;
padding: 1px 0.5px;
}

.tooltipdecodeurs .tt_titre {
font-weight: 500;
font-size: 1.4rem;
color: #000;
letter-spacing: 0px;
line-height: 1.3;
margin: .3rem 0 -.2rem 0;
display: flex;
justify-content: flex-start;
align-items: center;
gap: 6px;
}

.tooltipdecodeurs .tt_texte {
font-weight: normal;
font-size: 1.2rem;
color: #777;
letter-spacing: 0px;
margin: 6px 0 0;
}

.tooltipdecodeurs .tt_texte .tt_chiffre {
font-weight: 600;
}

.tooltipdecodeurs .tt_texte .tt_annee {
font-weight: 500;
}

.d_arrow:after {
background: #FFF;
border: 1px solid #E2E4E9 !important;
}

.d_arrow {
width: 70px;
height: 16px;
overflow: hidden;
position: absolute;
left: 50%;
margin-left: -35px;
bottom: -16px;
}

.d_arrow:after {
content: “”;
position: absolute;
left: 20px;
top: -20px;
width: 25px;
height: 25px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}

/* —– Mode sombre —– */

[data-color-mode=”dark”] #d_whitechristmas #d_titre {
color: #eee;
}

[data-color-mode=”dark”] #d_whitechristmas #d_soustitre {
color: #999;
}

[data-color-mode=”dark”] #d_whitechristmas #d_legende .d_bars .d_bar {
border-right: 0.8px solid #fff;
}

[data-color-mode=”dark”] #d_whitechristmas #d_legende .d_bars .d_bar:nth-child(10) {
border-right: none;
}

[data-color-mode=”dark”] #d_whitechristmas #d_legende .d_cats .d_cat {
color: #ddd;
}

[data-color-mode=”dark”] #d_whitechristmas #d_source {
border-color: #333;
color: #bbb;
}

[data-color-mode=”dark”] #d_whitechristmas svg #d_annee {
fill: #DDD;
}

[data-color-mode=”dark”] #d_whitechristmas svg .d_nuts2 {
stroke: #666;
}

[data-color-mode=”dark”] #d_whitechristmas svg .d_horszone {
fill:url(#hzd);
stroke: #666;
}

[data-color-mode=”dark”] .tooltipdecodeurs {
border: 1px solid #555 ;
background: #111 ;
color: #eee;
}

[data-color-mode=”dark”] .tooltipdecodeurs .tt_titre {
color: #ddd;
}

[data-color-mode=”dark”] .tooltipdecodeurs .tt_titre .tt_drapeau {
border-color: #444;
}

[data-color-mode=”dark”] .tooltipdecodeurs .tt_texte {
color: #aaa;
}

[data-color-mode=”dark”] .d_arrow:after {
background: #111;
border: 1px solid #555 !important;
}

[data-color-mode=”dark”] #d_glissiere.ui-widget-content {
border: 1px solid #777;
background: #444 url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
color: #222222;
}

[data-color-mode=”dark”] #d_whitechristmas #d_glissiere .ui-state-default, #d_glissiere.ui-widget-content .ui-state-default {
border: 1px #888 solid!important;
background: #222!important;
}

[data-color-mode=”dark”] #d_whitechristmas #d_controles #d_controle svg .fond {
fill: #fff;
}

[data-color-mode=”dark”] #d_whitechristmas #d_controles #d_controle svg circle {
fill: transparent;
stroke: #fff;
stroke-width: 7px;
}

[data-color-mode=”dark”] #d_whitechristmas #d_controles #d_controle svg:hover circle {
fill: #fff;
}

[data-color-mode=”dark”] #d_whitechristmas #d_controles #d_controle svg:hover .fond {
fill: #111;
}

/* Menu sticky (desktop seulement) */
@media (min-width: 531px) {
.d_menu.d_sticky{
position: fixed;
top: 0;
left:0;
width: 100%;
z-index: 9998;
background: #fff;
display: flex;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
padding:1rem 4rem;
box-shadow: #333 1px 0 4px;
}

#d_whitechristmas .d_menu.d_sticky #d_legende, #d_whitechristmas .d_menu.d_sticky #d_glissiere_conteneur {
max-width: 40rem;
margin:0 2rem;
}
#d_whitechristmas .d_menu.d_sticky #d_glissiere_conteneur{
padding:0 0 1rem 0;
}
.d_menu.d_sticky #d_lecturepause{
height: 35px;
}
#d_whitechristmas .d_menu.d_sticky #d_glissiere{
margin-top:-.5rem;
}
}
/* —– Styles mobiles —– */

@media (max-width: 530px) {

#d_whitechristmas {
width: 92%;
margin: 20px auto;
}

#d_whitechristmas #d_titre {
font-size: 1.8rem;
max-width: 100%;
}

#d_whitechristmas #d_legende .d_bars .d_bar {
border-right: 0.8px solid #555;
height: 17px;
width: 30px;
}

#d_whitechristmas #d_soustitre {
font-size: 1.4rem;
max-width: 100%;
}

#d_whitechristmas #d_legende .d_cats .d_cat {
width: 30px;
font-size: .8rem;
}

#d_whitechristmas #d_glissiere_conteneur {
width: 90%;
text-align: center;
margin: 20px auto;
}

#d_whitechristmas svg #d_annee {
font-size: 3rem;
}

#d_whitechristmas #d_source {
margin: 5px 0 0;
padding: 10px 0;
font-size:1.2rem;
}

.tooltipdecodeurs.noaec {
position: fixed;
bottom: 0!important;
left: 0!important;
top: auto!important;
right: auto!important;
min-width: 100%!important;
border-radius: 0;
padding: 1.5rem 1.5rem 3rem 1.5rem;
z-index: 9999;
-webkit-box-shadow: none!important;
box-shadow: none!important;
border-top: 2px solid #e8eaee!important;
border-left: 0!important;
border-right: 0!important;
border-bottom: 0!important;
}

.tooltipdecodeurs.noaec:after {
content: ‘000D7’;
position: absolute;
top: .5rem;
right: .5rem;
color: #ccd0d3;
font-size: 3rem;
}
}

Le déclin des « Noëls blancs » en Europe
Part de la neige dans les précipitations totales en décembre-janvier.
10 %
20 %
30 %
40 %
50 %
60 %
70 %
80 %
90 %

2022
2094

2022

La série « En un graphique » des Décodeurs éclaire l’actualité sous forme visuelle. Retrouvez tous les articles dans notre rubrique.

lien source : La neige à Noël, espèce en voie de disparition en Europe