.skip-link { display:none; }

/* LOADER */
.wordpressLoader { position:fixed; z-index: 99999999999; background:rgba(255,255,255,0.3);  cursor: wait; top:0; bottom:0; right:0; left:0; }
.flexitLoaderBoxWrapper { padding: 20px 25px; text-align: center; min-width: 200px; position: relative; overflow: hidden; }
.flexitLoaderTitle { font-size: 14px; line-height: 1.1em; }
.flexitLoaderDesc { font-size: 12px; margin: 0; line-height: 1.1em; }
.flexitLoaderBox { background: #fff; border-radius: 0; width: auto; height: auto; transform: translate(-50%,-50%);margin: 0; border: none; padding: 10px; top: 50%; position: absolute; left: 50%; box-shadow: 0 0 10px #999; box-sizing: content-box;}
.wordpressLoader .txtWordpressLoader {  font-size: 14px; color: #000; text-align: center; font-weight: bold; top: calc(50% + 59px); position: absolute;  left: 0;  right: 0; text-transform: uppercase;}
.wordpressLoader figure { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 6.250em; height: 6.250em; animation: rotate 2.4s linear infinite; z-index: -1;  opacity: 0.4;}
.wordpressLoader .white {  top: 0; bottom: 0; left: 0; right: 0;  background: white; animation: flash 2.4s linear infinite;  opacity: 0; }
.wordpressLoader .dot { position: absolute; margin: auto; width: 2.4em; height: 2.4em;  border-radius: 100%; transition: all 1s ease;}
.wordpressLoader .dot:nth-child(2) { top: 0; bottom: 0; left: 0; background: #FF4444; animation: dotsY 2.4s linear infinite; }
.wordpressLoader .dot:nth-child(3) { left: 0; right: 0; top: 0; background: #FFBB33; animation: dotsX 2.4s linear infinite; }
.wordpressLoader .dot:nth-child(4) { top: 0; bottom: 0; right: 0; background: #99CC00; animation: dotsY 2.4s linear infinite; }
.wordpressLoader .dot:nth-child(5) { left: 0; right: 0; bottom: 0; background: #33B5E5; animation: dotsX 2.4s linear infinite; }

@keyframes rotate {
    0% { transform: rotate( 0 ); }
    10% { width: 6.250em; height: 6.250em; }
    66% { width: 2.4em; height: 2.4em; }
    100%{ transform: rotate(360deg); width: 6.250em; height: 6.250em; }
}

@keyframes dotsY {
    66% { opacity: .1; width: 2.4em; }
    77%{ opacity: 1; width: 0; }
}
@keyframes dotsX {
    66% { opacity: .1; height: 2.4em;}
    77%{ opacity: 1; height: 0; }
}

@keyframes flash {
    33% { opacity: 0; border-radius: 0%; }
    55%{ opacity: .6; border-radius: 100%; }
    66%{ opacity: 0; }
}


/* HEADER */
.link_nolink > a { pointer-events:none;}

/* HACK ajout des classes car pour le moment nos thèmes ne chargent pas tout */
.wp-block-image.aligncenter{margin-left: auto !important;margin-right: auto !important;}
.wp-block-image.alignleft{float: left;margin-inline-start:0;margin-inline-end:2em; }
.wp-block-image.alignright{float: right;margin-inline-start:2em;margin-inline-end:0; }