@charset "UTF-8";

@font-face{
font-family:Orator-Regular;
src:url(fonts/Orator_gdi.eot);
src:url(fonts/Orator_gdi.eot?#iefix) format("embedded-opentype"),
url(fonts/Orator_gdi.woff) format("woff"),
url(fonts/Orator_gdi.ttf) format("truetype"),
url(fonts/Orator_gdi.otf) format("opentype"),
url(fonts/Orator_gdi.svg#Orator-Regular) format("svg");
unicode-range:U+0020-2122
}

html,body{
font-family:Roboto,sans-serif;
margin:0;
padding:0;
color:#ebebeb;
background-color:#ebebeb;
width:100%;
height:100%;
position:absolute;
top:0;
z-index:-1000
}

html{overflow-x:hidden}
img{width:100%;height:auto}
a{color:#ebebeb;text-decoration:none}

h1{
font-family:Orator-Regular,sans-serif;
text-transform:uppercase;
font-weight:lighter;
font-size:1.75em
}

@keyframes spin{
100%{transform:rotate(360deg)}
}

.loader{
position:fixed;
width:100%;
height:100%;
top:0;
left:0;
right:0;
bottom:0;
z-index:1000;
background-color:#151515
}

.loader .uil-ring{
position:fixed;
left:50%;
top:50%;
margin-left:-60px;
margin-top:-60px;
animation:spin 1.5s linear infinite
}

.container-1400{
width:100%;
max-width:1400px;
position:relative;
margin:0 auto
}

#main{
margin-top:70px;
margin-bottom:70px
}

.cache-dot{
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
z-index:-75;
background-image:url(cache-point.png);
background-repeat:repeat;
background-color:rgba(21,21,21,.4)
}

header,footer{
position:fixed;
background-color:rgba(21,21,21,.85);
height:70px;
width:100%;
z-index:700
}

header{top:0}
footer{bottom:0}

/* … [TOUT LE CSS DU WEBMASTER EST INCHANGÉ JUSQU’ICI] … */

/* ========================================================= */
/* ================= AJOUTS TEMPORAIRES ==================== */
/* ========================================================= */

/* TEMPORAIRE — bypass du loader (ACF manquant) */
.loader{
display:none !important;
}

/* TEMPORAIRE — forcer affichage du site */
#main{
display:block !important;
opacity:1 !important;
visibility:visible !important;
}

body{
overflow:auto !important;
}

/* ========================================================= */
/* ============ FIN DES AJOUTS TEMPORAIRES ================= */
/* ========================================================= */
