/* ATTENTION MISE EN COMMENTAIRE DE TOUT LE CODE D'ORIGINE, REMPLACER *@@@@/ dans le code pour remettre les commentaires d'origine */

/**** Chargement de la font BEBAS NEUE ****/
@font-face {
    font-family: 'DinMedium';
    src: url('fonts/din_medium-webfont.woff');
    src: local('☺'), url('fonts/din_medium-webfont.woff') format('woff'), url('fonts/din_medium-webfont.ttf') format('truetype'), url('fonts/din_medium-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINBold';
    src: url('fonts/din-bold-webfont.eot');
    src: url('fonts/din-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-bold-webfont.woff') format('woff'),
         url('fonts/din-bold-webfont.ttf') format('truetype'),
         url('fonts/din-bold-webfont.svg#DINBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINLight';
    src: url('fonts/din-light-webfont.eot');
    src: url('fonts/din-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-light-webfont.woff') format('woff'),
         url('fonts/din-light-webfont.ttf') format('truetype'),
         url('fonts/din-light-webfont.svg#DINLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face { 
    font-family: 'DINRegular';
    src: url('fonts/din-regular-webfont.eot');
    src: url('fonts/din-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-regular-webfont.woff') format('woff'),
         url('fonts/din-regular-webfont.ttf') format('truetype'),
         url('fonts/din-regular-webfont.svg#DINRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINBlack';
    src: url('din-black-webfont.eot');
    src: url('din-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('din-black-webfont.woff') format('woff'),
         url('din-black-webfont.ttf') format('truetype'),
         url('din-black-webfont.svg#DINBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINCond';
    src: url('fonts/din-cond.woff');
    src: local('☺'), url('fonts/din-cond.woff') format('woff'), url('fonts/din-cond.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINCondBold';
    src: url('fonts/din-condbold.woff');
    src: local('☺'), url('fonts/din-condbold.woff') format('woff'), url('fonts/din-condbold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINCondLight';
    src: url('fonts/din-condlight.woff');
    src: local('☺'), url('fonts/din-condlight.woff') format('woff'), url('fonts/din-condlight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINCondMedium';
    src: url('fonts/din-condmedium.woff');
    src: local('☺'), url('fonts/din-condmedium.woff') format('woff'), url('fonts/din-condmedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/**** Adaptation des feuilles de style BOOTSTRAP ****/
.container-fluid{padding: 0;}
/**** Adaptation des feuilles de style BOOTSTRAP ****/

.row{margin-left:0;margin-right:0}
.row>* {padding-right:calc(var(--bs-gutter-x) * 0.2);padding-left:calc(var(--bs-gutter-x) * 0.2)}

html, body{box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; font-family: 'DINBold', sans-serif;font-style: normal; font-weight: 400; margin: 0; position: relative;}

header{position:fixed;width:100%;height:125px;z-index:99;background:#fff;}
.first-container{position:relative;top:125px;}

div:focus{outline: none;}
/*
h1{font-family:'bebasNeue';font-size:63px;letter-spacing:1.6px;line-height:72px;margin:0;}
h2{font-family:'bebasNeue';font-size:37px;letter-spacing:1.02px;line-height:44px;margin:0;}
*/
h1{font-family:'DINCondBold';font-size:63px;letter-spacing:1.6px;line-height:72px;margin:0;}
h2{font-family:'DINCondBold';font-size:37px;letter-spacing:1.02px;line-height:44px;margin:0;}
h3{font-size:16px;font-weight:600;line-height:25px;margin:0;}
h4{font-size:13px;font-weight:normal;letter-spacing:1.09px;line-height:23px;margin:0;}

a {color:#fff;text-decoration:none}
a:active, a:hover {color:#fff;text-decoration:none}

.color-rouge{color:#ee2d24;}
.color-blue{color:#0073be;}
.color-bluedark{color:#1A3047;}
.color-white{color:#fff;}
.color-h1{color:#555;}
.color-h2{color:#555;}
.color-h3{color:#555;}
.color-h4{color:#7F7F7F;}
.bgcolor-rouge{background-color:#ee2d24;}
.bgcolor-blue{background-color:#0073be;}
.bgcolor-bluedark{background-color:#1A3047;}
.bgcolor-white{background-color:#fff;}
.bgcolor-h1{background-color:#555;}
.bgcolor-h2{background-color:#555;}
.bgcolor-h3{background-color:#555;}
.bgcolor-h4{background-color:#7F7F7F;}

.tiret{height:6px;margin:12px 0 20px;width:32px;}
.tiret-actus{height:10px;margin:12px 0 50px;width:85px;}

.logo-block:before {content:'';position:absolute;left:-35px;top:0;bottom:0;width:50px;background:#FFFFFF;-webkit-transform:skewX(30deg);-moz-transform:skewX(30deg);-ms-transform:skewX(30deg);-o-transform:skewX(30deg);transform:skewX(30deg);z-index:20;}
.logo-block:after {content:'';position:absolute;right:-35px;top:0;bottom:0;width:50px;background:#FFFFFF;-webkit-transform:skewX(-30deg);-moz-transform:skewX(-30deg);-ms-transform:skewX(-30deg);-o-transform:skewX(-30deg);transform:skewX(-30deg);z-index:20;}
.logo{height:100px;left:50%;position:absolute;top:50%;transform: translate(-50%,-50%);width:100px;}
.logo img{display:block;height:100px;margin-top:10px;}
.logo2 img{display:block;height:90px;margin-top:20px;}

header .header{height:125px;}
header .reseaux{border-bottom:1px solid #d8d8d8;height:75px;text-align:right;}
header .reseaux div{display:inline-block;}
header .reseaux i{height:40px;margin:0 0 0 10px;width:40px;}
header .reseaux .cta-don{margin:5px 50px;}
header .menu{background-color:#ee2d24;height:50px;}
header .menu2{height:125px;}
/*.ulmenu{position: absolute;top: 50%;left: 0;transform: translate(0,-50%);}*/
.ulmenu{padding-top:25px}
header .menu2>ul>li{color:#ee2d24!important;float:left;padding:13px 32px;width:max-content}
.limenu2::after{background-color:#ee2d24;content:"";display:block;height:6px;margin-top:8px;width:3rem;}
header .no-submenu2{color:#ee2d24!important;float:left;padding:13px 32px;width:max-content}
header .no-submenu2 a{color:#0098aa!important}
.no-submenu-limenu2::after{background-color:#0098aa;content:"";display:block;height:6px;margin-top:8px;width:3rem;}

header .menu>ul>li{color:#fff!important;float:left;padding:13px 32px;width:max-content}
header .menu>ul>li:hover{background-color:#fff;color:#ee2d24!important;}
header .menu>ul>li>a{font-size:13px;font-weight:500;letter-spacing:0.85px;line-height:16px;padding:0;text-align:center;text-decoration:none;}
header .menu>ul>li>a:hover{text-decoration:none;}
header .menu>ul>li>ul{padding:0}
header .no-sub-menu{background-color:#fff;border-left:2px solid #ee2d24;border-right:2px solid #ee2d24;}
header .no-sub-menu:hover{background-color:#ee2d24;color:#fff!important}
header .no-sub-menu a{color:#ee2d24}
header .sub-menu{background-color:#fff;display:none;margin-left:-35px;padding-bottom:15px;position:absolute;top:125px;width:max-content;z-index:999;border-bottom: 2px solid #ee2d24}
header .sub-menu>li{padding:5px}
header .sub-menu>li:hover{background-color:#F4F4F4;}
header .sub-menu>li>a{color:#7f7f7f;font-size:13px;font-weight:500;letter-spacing:0.85px;line-height:20px;text-decoration:none;}
header .sub-menu>li>a:hover{color:#ee2d24;font-size:14px;text-decoration:none;}
header .sub-menu2{background-color:#fff;display:none;margin-left:0;padding-bottom:15px;position:absolute;top:76px;width:max-content;z-index:999;border-bottom: 2px solid #ee2d24}
header .sub-menu2>li{padding:5px}
header .sub-menu2>li:hover{background-color:#F4F4F4;}
header .sub-menu2>li>a{color:#7f7f7f;font-size:13px;font-weight:500;letter-spacing:0.85px;line-height:20px;text-decoration:none;}
header .sub-menu2>li>a:hover{color:#ee2d24;font-size:14px;text-decoration:none;}
.header-menu{margin:0 0 0 20px;}
.header-menu-mobile{background-color:#fff;margin:0;padding:25px;position:absolute;right:70px;width:max-content;z-index:10;}
.header-menu-mobile>li:hover{background-color:#F4F4F4;}
.header-menu-mobile>li>a{color:#7f7f7f;letter-spacing:0.85px;line-height:20px;}
.header-menu-mobile>li>a:hover{text-decoration:none;}
.header-menu-mobile .menu-mobile{margin-top:15px;}
.header-menu-mobile .menu-mobile a{font-size:14px;font-weight:700;}
.header-menu-mobile .sub-menu-mobile a{color:#0098aa;font-size:13px;font-weight:300;}
.nav-menu-mobile{color:#0098aa;cursor:pointer;float:left!important;line-height:50px;margin-left:50px;vertical-align:middle;}

footer .menu2{height:125px;}
footer .ulmenu{padding-top:25px}
footer .menu2>ul>li{color:#fff!important;float:left;padding:13px 32px;width:calc(100% / 6)}
footer .limenu2>a{font-size:16px}
footer .limenu2>a::after{background-color:#fff;content:"";display:block;height:6px;margin:8px 0;width:3rem;}
footer .no-submenu2{color:#fff!important;float:left;padding:13px 32px;width:max-content}
footer .no-submenu2 a{color:#0098aa!important}
footer .no-submenu-limenu2::after{background-color:#0098aa;content:"";display:block;height:6px;margin-top:8px;width:3rem;}
footer .sub-menu2{margin-left:0;padding-bottom:15px;width:max-content}
footer .sub-menu2>li{padding:0}
footer .sub-menu2>li>a{color:#fff;font-size:13px;font-weight:500;letter-spacing:0.85px;line-height:20px;text-decoration:none;}
footer .sub-menu2>li>a:hover{color:#fff;font-size:14px;font-weight:700;text-decoration:none;}



ul{list-style:none;padding-left:0;}

.padding-0{padding:0;}
.padding-left-0{padding-left:0;}
.padding-right-0{padding-right:0;}
.margin-0{margin:0;}
.margin-left-5{margin-left:5px}
.margin-right-5{margin-right:5px}
.z-index-2{z-index:2;}

/******* CTA **********/
.cta-red{background-color:#ee2d24;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#fff;cursor:pointer;font-size:14px;font-weight:bold;letter-spacing:0.54px;line-height:14px;padding:11px 0;text-align:center;text-transform:uppercase;width:166px;}
.cta-transparent-border-white{background-color:transparent;border:1px solid #fff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#fff;cursor:pointer;font-size:14px;font-weight:bold;letter-spacing:0.54px;line-height:14px;padding:11px 0;text-align:center;text-transform:uppercase;width:166px;}
.cta-transparent-border-blue{background-color:transparent;border:1px solid #0073be;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#0073be;cursor:pointer;font-size:14px;font-weight:bold;letter-spacing:0.54px;line-height:14px;padding:11px 0;text-align:center;text-transform:uppercase;width:166px;}
.cta-transparent-border-gris{background-color:transparent;border:1px solid #7F7F7F;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#7F7F7F;cursor:pointer;font-size:14px;font-weight:bold;letter-spacing:0.54px;line-height:14px;padding:11px 0;text-align:center;text-transform:uppercase;width:166px;}


.div-opaque-img{background-color:rgba(0,0,0,0.3);height:100%;position:absolute;top:0;width:100%;}


/* TAILLES */
.height-5{height:5px; overflow:hidden;}
.height-10{height:10px; overflow:hidden;}
.height-15{height:15px; overflow:hidden;}
.height-20{height:20px; overflow:hidden;}
.height-25{height:25px; overflow:hidden;}
.height-40{height:40px; overflow:hidden;}
.height-50{height:50px; overflow:hidden;}
.height-60{height:60px; overflow:hidden;}
.height-70{height:70px; overflow:hidden;}
.height-75{height:75px; overflow:hidden;}
.height-80{height:80px; overflow:hidden;}
.height-90{height:90px; overflow:hidden;}
.height-100{height:100px; overflow:hidden;}
.height-105{height:105px; overflow:hidden;}
.height-120{height:120px; overflow:hidden;}
.height-140{height:140px; overflow:hidden;}
.height-150{height:150px; overflow:hidden;}
.height-175{height:175px; overflow:hidden;}
.height-180{height:180px; overflow:hidden;}
.height-195{height:195px; overflow:hidden;}
.height-200{height:200px; overflow:hidden;}
.height-240{height:240px; overflow:hidden;}
.height-250{height:250px; overflow:hidden;}
.height-290{height:290px; overflow:hidden;}
.height-300{height:300px; overflow:hidden;}
.height-345{height:345px; overflow:hidden;}
.height-350{height:350px; overflow:hidden;}
.height-400{height:400px; overflow:hidden;}
.height-450{height:450px; overflow:hidden;}
.height-500{height:500px; overflow:hidden;}
.height-600{height:600px; overflow:hidden;}
.width100pc{width: 100%;}
.height100pc{height: 100%;}

/*POSITIONNEMENT*/
.with-margin-top-125{ margin-top:125px;}
.with-margin-topbottom{ margin-top:10px; margin-bottom:10px;}
.with-padding-top-10{ padding-top:10px;}
.with-padding-top-15{ padding-top:15px;}
.with-padding-top-20{ padding-top:20px;}
.with-padding-top-25{ padding-top:25px;}
.with-padding-bottom-10{ padding-bottom:10px;}
.with-padding-bottom-15{ padding-bottom:15px;}
.with-padding-bottom-20{ padding-bottom:20px;}
.with-padding-bottom-25{ padding-bottom:25px;}
.with-padding-topbottom{ padding-top:10px; padding-bottom:10px;}
.with-padding-topbottom-5{ padding-top:5px; padding-bottom:5px;}
.with-padding-topbottom-7{ padding-top:7px; padding-bottom:7px;}
.with-padding-topbottom-15{ padding-top:15px; padding-bottom:15px;}
.with-padding{ padding:10px;}
.with-padding-5{ padding:5px;}
.with-margin{ margin:10px;}
.with-margin-left-10{ margin-left:10px;}
.with-margin-right-10{ margin-right:10px;}
.with-margin-left-15{ margin-left:15px;}
.with-margin-right-15{ margin-right:15px;}
.with-margin-top-20{ margin-top:20px;}

/*BORDER*/
.border-top{border-top: 1px solid #0098aa;}
.border-bottom{border-bottom: 1px solid #0098aa;}

/* PAGINATIN JS*/
.paginationJS{font-size: 14px; text-align: right; width: 100%;}
    .paginationJS ul{list-style-type: none; padding: 0; margin: 0;}
    .paginationJS ul li{font-size: 13px; width: 20px; text-align: center; padding: 5px 5px 0; display: inline-block; border: 1px solid #DDDDDD; cursor: pointer; height: 20px; margin-right: 5px;}
    .paginationJS ul li.active{background-color: #f4f4f4;}
    .paginationJS ul li a{text-decoration: none; }
	.paginationJS ul li a:hover{text-decoration: none; }

/*
.video-cover{bottom:0;min-height:100%;min-width:100%;position:relative;right:0;}
#content .row{margin:0;position:absolute;}
.pave-0{height:100%;width:100%;z-index:-1;}
.pave-0 .bloc-1{left:50%;position: absolute;top:50%;transform:translate(-50%,-50%);}    
.pave-0 .bloc-1 .title{font-family:'bebasNeue';font-size:76px;letter-spacing:1.93px;line-height:91px;margin:auto;width:70%;}    
.pave-0 .bloc-1 .txt-preview{font-size:19px;letter-spacing:0.04px;line-height:33px;margin:auto;width:70%;}    

.pave-1{height:100%;width:100%;z-index:-1;}
.pave-1 .bloc-1{left:50%;position: absolute;top:50%;transform:translate(-50%,-50%);}    
.pave-1 .bloc-1 .title{font-family:'bebasNeue';font-size:76px;letter-spacing:1.93px;line-height:91px;margin:auto;width:70%;}    
.pave-1 .bloc-1 .txt-preview{font-size:19px;letter-spacing:0.04px;line-height:33px;margin:auto;width:70%;}    

.pave-2 .bloc-1{background-color:#fff;height:100%;left:0;position:absolute;top:0;width:100%;} 
.pave-2 .bloc-hover{background-color:rgba(0, 115, 190, 0.8); display:none;height:100%;left:0;position:absolute;top:0;width:100%;} 
.pave-2 .bloc-text{left:100px;position: absolute;top:50%;transform:translate(0,-50%);}
.pave-2 .bloc-text-hover{display:none;left:100px;position: absolute;top:50%;transform:translate(0,-50%);}
.pave-2 .title{width:calc(100% - 100px);}
.pave-2 .txt-preview{width:calc(100% - 100px);}

.pave-3 .title-actus-home{font-family:'bebasNeue';font-size:90px;letter-spacing:2.28px;line-height:90px;}
.pave-3 .div-global-actus{height:max-content;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:max-content;}
.pave-3 .div-title-actus{padding:0 25px;}
.pave-3 .div-actus{display:inline-block;padding:0 25px;width:350px;}
.pave-3 .div-actus h3{height:max-content;min-height:85px;padding-bottom:10px;}
.pave-3 .div-actus h4{height:max-content;min-height:90px;padding-bottom:20px;}
.pave-3 .div-img-actus{width:100%;}

.pave-4 .bloc-4-left{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:315px;}    
.pave-4 .bloc-4-left .title h1{font-size:150px;letter-spacing:4px;line-height:150px;}    
.pave-4 .bloc-4-left .tiret{height:15px;margin:10px 0 30px;width:70px;}    
.pave-4 .bloc-4-right{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:560px;}
.pave-4 .bloc-4-right .bloc-text{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;display:inline-table;height:275px;margin:15px;padding:25px;width:250px;}    
.pave-4 .bloc-4-right .bloc-text .title{height:40px;}    
.pave-4 .bloc-4-right .bloc-text .txt-preview{height:115px;}    

.pave-5 .div-global-nla{height:max-content;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:max-content;}
.pave-5 .div-title-nla{padding:0 25px;}
.pave-5 .div-nla{display:inline-block;padding:0 25px;width:350px;}
.pave-5 .div-nla h3{height:max-content;min-height:60px;padding-bottom:10px;}
.pave-5 .div-nla h4{height:max-content;min-height:90px;padding-bottom:20px;}
.pave-5 .div-img-nla{width:100%;}

.pave-6 .bloc-1{left:70px;position: absolute;top:50%;transform:translate(0,-50%);}
.pave-6 .bloc-1 .reseaux div{display:inline;}
.pave-6 .bloc-1 .reseaux img{height:60px;margin-right:10px;width:60px;}
.pave-6 .bloc-2{left:33.33333333333%;position: absolute;top:50%;transform:translate(-25%,-50%);} 
.pave-6 .bloc-2 input{border:1px solid #0073be;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;height:35px;width:100%;} 
.pave-6 .bloc-2 span{font-size:16px;letter-spacing:0.63px;line-height:20px;} 

.pave-7 .bloc-4-left{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:300px;}    
.pave-7 .bloc-4-left .title h1{font-size:70px;letter-spacing:1.77px;line-height:72px;}    
.pave-7 .bloc-4-left .tiret{height:10px;margin:10px 0 30px;width:70px;} 
.pave-7 .bloc-4-right{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:590px;}
.pave-7 .bloc-4-right .bloc-text{display:inline-table;height:240px;margin:15px;padding:25px;width:255px;}    
.pave-7 .bloc-4-right .bloc-text .txt-preview{height:138px;}    


.pave-8 .bloc-1{left:100px;position:absolute;top:50%;transform:translate(0,-50%);}

.pave-9.bloc-1{height:66%;}
.pave-9.bloc-1 .bloc-nos-valeurs{left:0;position:absolute;top:50%;transform:translate(0,-50%);}
.pave-9.bloc-1 .tiret{margin:24px 0 40px;}
.pave-9.bloc-1 .div-valeurs{padding-right:30px;}
.pave-9.bloc-2{border-top:1px solid #fff;height:calc(34% - 1px);}
.pave-9.bloc-2 ul{display:inline-table;margin-right:15px;width:calc((100% - 90px) / 4);}
.pave-9.bloc-2 ul>li>a{color:#fff;font-size:13px;font-weight:300;letter-spacing:0.11px;line-height:22px;padding:0;}
.pave-9.bloc-2 ul .first-li{font-weight:600;}
.pave-9.bloc-2 .bloc-4 h4{font-size:15px;letter-spacing:0.6px;line-height:19px;margin:15px 0;}
.pave-9.bloc-2 .bloc-4 input{border:1px solid #fff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;font-size:12px;height:35px;margin:12px 0;padding:0 10px;width:100%;}
.pave-9.bloc-2 .bloc-4 .cta-blue{margin:5px 0;}
.pave-9.bloc-2 .reseaux img{width:45px;}
*/

/* PREHOME */
.prehome{font-family: 'DINBold'; }
.prehome .acces-site{padding:10px 50px;display:block;left:20%;position:absolute;bottom:15%;transform: translate(-50%,-50%);cursor:pointer}
.prehome .acces-site.site{border:1px solid #fff;background-color:transparent;color:#fff;}
.prehome .acces-site.site:hover{border:1px solid #fff;background-color:rgba(238, 45, 36, 0.4);color:#fff;}
.prehome .acces-boutique{padding:10px 50px;display:block;right:40%;position:absolute;bottom:15%;transform: translate(50%,-50%);cursor:pointer}
.prehome .acces-boutique.boutique{border:1px solid #fff;background-color:transparent;color:#fff;}
.prehome .acces-boutique.boutique:hover{border:1px solid #fff;background-color:rgba(238, 45, 36, 0.4);color:#fff;}
.prehome .acces-billetterie{padding:10px 50px;display:block;left:40%;position:absolute;bottom:15%;transform: translate(-50%,-50%);cursor:pointer}
.prehome .acces-billetterie.billetterie{border:1px solid #fff;background-color:transparent;color:#fff;}
.prehome .acces-billetterie.billetterie:hover{border:1px solid #fff;background-color:rgba(238, 45, 36, 0.4);color:#fff;}
.prehome .acces-fondaxion{padding:10px 50px;display:block;right:20%;position:absolute;bottom:15%;transform: translate(50%,-50%);cursor:pointer}
.prehome .acces-fondaxion.fondaxion{border:1px solid #fff;background-color:transparent;color:#fff;}
.prehome .acces-fondaxion.fondaxion:hover{border:1px solid #fff;background-color:rgba(238, 45, 36, 0.4);color:#fff;}

.home .bloc-actus-slide{background:rgba(0, 152, 170, 0.3)}
.home .blocActusSlide{display:flex;width: 400%;}
.home .div-actus-slide{display:inline-flex;margin:0!important;width:25%;}

.home.div-bloc-banner-actus2{background:rgba(0, 152, 170, 0.3);box-shadow: inset 0px 10px 8px -10px #0098aa}
.home .bloc-banner-actus2{font-family:'DINBold';font-size:12px;height:300px;overflow:hidden;width:100%}
.home .bloc-banner-actus2 ul {
    /* 4 images donc 4 x 100% */
   width: 100%;
   height: 300px;
   padding:0; margin:0;
   list-style: none;
}
.home .bloc-banner-actus2 li {
	border:1px solid rgba(0, 152, 170, 0.3);
	border-radius: 5px;
   	float: left;
	height:300px;
	margin:0 10px;
	width:calc(100%/5 - 20px);
}
.home .bloc-banner-actus2 li>div>a{padding:0}
.home .bloc-banner-actus2 li .img-bloc-news{border-radius:0 0 5px 5px;position:relative}

.home .bloc-banner-actus2 li .img-bloc-news .title-vignette{background-color:rgba(255,255,255,0.9);bottom:0;height:70px;position:absolute;width:100%}
.home .bloc-banner-actus2 li .title-vignette .news-date{color: #ee2d24;font-size: 10px; margin: 0; padding: 5px 0 5px 5px;}
.home .bloc-banner-actus2 li .title-vignette .news-title{color: #0098aa; font-family: 'DINBold'; font-size: 12px; font-weight: 700; margin: 0; text-transform: uppercase; padding: 0 5px;}


.home .bloc-banner-joueurs{font-family:'DINBold';font-size:12px;height:260px;overflow:hidden;width:100%}
.home.effectif-pro .bloc-banner-joueurs ul {
    /* 4 images donc 4 x 100% */
   width: 100%;
   height: 600px;
   padding:0; margin:0;
   list-style: none;
}
.home.effectif-pro .bloc-banner-joueurs li {
	border:1px solid rgba(0, 152, 170, 0.3);
	border-radius: 5px;
   	float: left;
	height:250px;
	margin:5px 5px;
	width:200px;
}
.home .bloc-banner-joueurs ul {
    /* 4 images donc 4 x 100% */
   width: 200%;
   height: 250px;
   padding:0; margin:0;
   list-style: none;
}
.home .bloc-banner-joueurs li {
	border:1px solid rgba(0, 152, 170, 0.3);
	border-radius: 5px;
   	float: left;
	height:250px;
	margin:0 5px;
	width:200px;
}
.home .bloc-banner-joueurs li>div>a{padding:0}
.home .bloc-banner-joueurs li .img-bloc-news{border-radius:0 0 5px 5px;position:relative}
.home .bloc-banner-joueurs li .title-vignette .img-bloc-news{display:none}

.home .bloc-banner-joueurs li .img-bloc-news .title-vignette{background-color:rgba(255,255,255,0.9);bottom:0;height:70px;position:absolute;width:100%}
.home .bloc-banner-joueurs li .title-vignette .news-date{color: #ee2d24;font-size: 10px; margin: 0; padding: 5px 0 5px 5px;}
.home .bloc-banner-joueurs li .title-vignette .news-title{color: #0098aa; font-family: 'DINBold'; font-size: 12px; font-weight: 700; margin: 0; text-transform: uppercase; padding: 0 5px;}

.class-li-avant{border:1px solid rgba(0, 152, 170, 0.3)!important;}
.class-li-arriere{border:1px solid rgba(238, 45, 36, 0.3)!important;}
.class-li-avant .title-vignette .news-title{color: #0098aa!important}
.class-li-arriere .title-vignette .news-title{color: #ee2d24!important}


.home.div-bloc-banner-matchs{background:rgba(0, 152, 170, 0.3)}
.home.div-bloc-banner-matchs2{background:rgba(0, 152, 170, 0.3);box-shadow: inset 0px 10px 8px -10px #0098aa}
.home.allmatchs .bloc-banner-matchs2{font-family:'DINBold';font-size:12px;height:300px;overflow:hidden;left:50%;position:absolute;transform:translate(-50%,0);width:100%}
.home .bloc-banner-matchs2{font-family:'DINBold';font-size:12px;height:300px;overflow:hidden;left:50%;position:absolute;transform:translate(-50%,0);width:480px}
.home .bloc-banner-matchs2 ul {
    /* 4 images donc 4 x 100% */
   width: 7200px;
   height: 300px;
   padding:0; margin:0;
   list-style: none;
}
.home .bloc-banner-matchs2 li {
	border:1px solid #0098aa;
	border-radius: 5px;
   	float: left;
	height:300px;
	margin:0 10px;
	width:220px;
}
.home .bloc-banner-matchs2 li.scoreOk {
	background:rgba(0, 152, 170, 0.1);
}

.home .bloc-banner-matchs{font-family:'DINBold';font-size:12px;height:100px;overflow:hidden;left:50%;position:absolute;transform:translate(-50%,0);width:500px}
.home .blocBannerMatchs{display:flex;width: 3000%;}
.home .div-banner-match{display:inline-flex;margin:0!important;width:3.33333333%;}
.home .div-banner-match .img-prev-banner{cursor: pointer; float: left; height: 40px; width: 40px;}
.home .div-banner-match .img-next-banner{cursor: pointer; float: right; height: 40px; width: 40px;}
.home .div-banner-match .div-navig-banner{background-color:#0098aa;border-radius:10px;height:80px;margin:10px;position:relative;width:80px} 
/*.home .div-banner-match .div-navig-banner .div-prev-banner{background-color:#0098aa;color:#0098aa;cursor:pointer;float:left;font-size:24px;height:max-content;left:50%;letter-spacing:4px;position:absolute;text-shadow:2px 0 0 #fff,-2px 0 0 #fff,0 2px 0 #fff,0 -2px 0 #fff,1px 1px #fff,-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff;top:50%;transform:translate(-50%,-50%);width:max-content}*/
.home .div-banner-match .div-navig-banner .div-prev-banner{background-color:#0098aa;color:#fff;cursor:pointer;float:left;font-family:'DINCondBold';font-size:24px;height:max-content;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:max-content}
.home .div-banner-match .div-navig-banner .div-next-banner{background-color:#0098aa;color:#fff;cursor:pointer;float:right;font-family:'DINCondBold';font-size:24px;height:max-content;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:max-content}
/*.home .div-banner-match .div-navig-banner .div-next-banner{background-color:#0098aa;color:#0098aa;cursor:pointer;float:right;font-size:24px;height:max-content;left:50%;letter-spacing:4px;position:absolute;text-shadow:2px 0 0 #fff,-2px 0 0 #fff,0 2px 0 #fff,0 -2px 0 #fff,1px 1px #fff,-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff;top:50%;transform:translate(-50%,-50%);width:max-content}*/

.home .div-banner-jour2{color:#fff;display:inline-block;font-family:'DINBold';font-size:40px;height:60px;text-align:center;text-shadow:3px 0 0 #ee2d24,-3px 0 0 #ee2d24,0 3px 0 #ee2d24,0 -3px 0 #ee2d24,2px 2px #ee2d24,-2px -2px 0 #ee2d24,2px -2px 0 #ee2d24,-2px 2px 0 #ee2d24;width:60px;}
.home .div-banner-mois2 {
    color: #ee2d24;
    font-size: 16px;
    height: 30px;
    padding-top: 10px;
}
.home .div-banner-chevron{color:#0098aa;font-size:16px;height:30px;line-height: 1.2em;opacity:0.8;padding-top:2px;text-align:center}
.home .div-banner-chevron div{border:1px solid #0098aa;
	border-radius: 5px;
	display:inline-block;
	height:30px;
	margin:5px 10px;padding-top:5px;
	width:30px;}

.home .bloc-banner-matchs2 li .vs{color:#0098aa;font-size:20px;padding-top:32px;text-align:center}
.home .bloc-banner-matchs2 li .tiretscore{color:#0098aa;font-size:20px;text-align:center}

.home .div-banner-moisheure2{display:inline-block;font-family: 'DINCondBold'; font-size: 14px; height: 100%}
.home .div-banner-moisheure2 div{padding-left: 6px}
.home .div-banner-heure2{color:#0098aa;font-size:16px;height:30px;line-height: 1.2em;opacity:0.8;padding-top:2px;text-transform:uppercase}
.home .div-banner-journeestade2{font-family:'DINCondBold';height:100%;text-align:center;width:100%;}
.home .div-banner-journeestade2 div{display:inline-block;padding-left: 6px}
.home .div-banner-journee2{color:#ee2d24;font-size:12px;height:30px;padding-top:4px;text-transform:uppercase;}
.home .div-banner-stade2{color:#0098aa;font-size:12px;height:30px;opacity:0.8;padding-top:4px}
.home .div-banner-stade2 p{padding: 0; margin: 0;}
.home .div-banner-eqdom2{color:#ee2d24;font-size:20px;height:50px;text-align:center}
.home .div-banner-eqdom2 sp/an{margin-right: 10px;}
.home .div-banner-eqext2{color:#ee2d24;font-size:20px;height:50px;text-align:center}
.home .div-banner-eqext2 sp/an{margin-left: 10px;}

.home .div-banner-jour{color:#fff;float:left;font-family:'DINBold';font-size:64px;height:100px;text-align:center;text-shadow:3px 0 0 #ee2d24,-3px 0 0 #ee2d24,0 3px 0 #ee2d24,0 -3px 0 #ee2d24,2px 2px #ee2d24,-2px -2px 0 #ee2d24,2px -2px 0 #ee2d24,-2px 2px 0 #ee2d24;width:100px;}
.home .div-banner-moisheure{font-family: 'DINCondBold'; font-size: 14px; height: 100%; width: 100%;}
.home .div-banner-moisheure div{padding-left: 6px; width: calc(100% - 6px);}
.home .div-banner-mois{color:#ee2d24;font-size:24px;height:50px;padding-top:16px}
.home .div-banner-heure{color:#0098aa;font-size:24px;height:50px;line-height: 1.2em;opacity:0.8;padding-top:2px;text-transform:uppercase}
.home .div-banner-journeestade{font-family:'DINCondBold';height:100%;width:100%;}
.home .div-banner-journeestade div{padding-left: 6px; width: calc(100% - 6px);}
.home .div-banner-journee{color:#ee2d24;font-size:24px;height:50px;padding-top:16px;text-transform:uppercase;}
.home .div-banner-stade{color:#0098aa;font-size:16px;height:50px;line-height:16px;opacity:0.8;padding-top:10px}
.home .div-banner-stade p{padding: 0; margin: 0;}
.home .div-banner-logoeq{height:100%;position:relative;width:100%}
.home .img-logo-equipe{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:60px}
.home .div-banner-equipes{font-family: 'DINBold'; height: 40px; width: 190px;}
.home .div-banner-equipes div{font-size: 12px; padding-left: 6px; width: calc(100% - 6px);}
/*.home .div-banner-eqdom{color: #ee2d24; height: 15px; padding-top: 5px;}*/
.home .div-banner-eqdom{color:#ee2d24;font-size:20px;height:50px;padding-top:16px}
.home .div-banner-eqdom span{float: right; margin-right: 10px;}
/*.home .div-banner-eqext{color: #ee2d24;height: 19px; padding-top: 1px;}*/
.home .div-banner-eqext{color:#ee2d24;font-size:20px;height:50px;padding-top:16px;text-align:right}
.home .div-banner-eqext span{float: left; margin-left: 10px;}
.home .img-billetterie-banner{position: relative; margin: -58px 0 0 130px; width: 25%;}
.home .div-billetterie-banner{background-color: #ee2d24; color: #ffffff; font-family: 'DINCondBold'; font-size: 12px; height: 20px; letter-spacing: 1px; margin: -32px 0 0 120px; padding: 5px 5px 0 5px; position: relative; text-transform: uppercase; width: 50px!important;}

/* RESEAUX SOCIAUX */
.home .div-img-bloc-reseau{height:100%;position:relative;width:100%;}
.home .div-img-bloc-reseau .img-bloc-reseaux{-webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain!important;height:75px;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);width:75px;}



/* BREADCRUMB */
.breadcrumb{ padding: 0; margin:30px 0 30px 30px; list-style-type: none; position: relative; height: 30px; background: #fff; overflow: hidden;}
.breadcrumb li{ float: left;}
.breadcrumb li.separ{ padding-right: 5px; padding-left: 5px; color: #7e7e7e; font-size: 18px; height: 26px; padding-top: 4px; }
.breadcrumb li.bread { padding-right: 10px; padding-left: 10px; -webkit-transition: 0.3s; transition: 0.3s; color: #7e7e7e; font-size: 13px; height: 24px; padding-top: 6px; text-decoration: none;}
.breadcrumb li.bread a{ -webkit-transition: 0.3s; transition: 0.3s; color: #7e7e7e; height: 100%; display: block; text-decoration: none;}
.breadcrumb li.bread:hover{ color: #7e7e7e; text-decoration: none;}
.breadcrumb li.bread:hover a{ color: #7e7e7e; text-decoration: none;}


/*BLOCS PARTENAIRES */
.bloc-partenaires{}
.bloc-partenaires div{height:100%}
    .bloc-partenaires .img-bloc-part{-webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain!important; width: auto;}

/*BLOCS NEWS */
.bloc-news{width: 100%;}
    .bloc-news{font-size: 14px; width: 100%; text-align: left;}
    .bloc-news ul{list-style-type: none; padding: 0; margin: 0;}
    .bloc-news ul li{border: 1px solid #dadada; box-shadow: 0px 1px 1px #dadada; cursor: pointer; display: inline-block; float: left; font-size: 13px; height: 238px; padding: 0; text-align: left; width: calc(33% - 10px);}
    .bloc-news ul li.active{font-size: 18px; width: calc(34% - 10px); text-align: left; padding: 5px 0 5px 5px; color: #0098aa;}
    .bloc-news ul li a{text-decoration: none; }
	.bloc-news ul li a:hover{text-decoration: none; }
    .bloc-news .img-bloc-news{-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover!important; width: 100%; height: 100%;}

    .bloc-news .news-date{font-size: 13px; margin: 0; padding: 5px 0 5px 5px;}
    .bloc-news .news-title{color: #6F6F6F; font-family: 'DINBold'; font-size: 16px; font-weight: 700; margin: 0; text-transform: uppercase; padding-left: 5px;}
    .bloc-news .news-subtitle{font-size: 13px; margin: 0; padding: 5px 0 0 5px; }
    .bloc-news .news-title-subcategory{color: #ee2d24; font-size: 12px; font-weight: 500; margin: 0; text-transform: uppercase; padding: 5px;}


.home .bloc-news-rugby2{font-family:'DINBold';font-size:12px;height:300px;overflow:hidden;width:100%}
.home .bloc-news-rugby2 ul {
    /* 4 images donc 4 x 100% */
   width: 100%;
   height: 300px;
   padding:0; margin:0;
   list-style: none;
}
.home .bloc-news-rugby2 li {
   	float: left;
	height:130px;
	margin:10px;
	width:calc(100%/3 - 20px);
}
.home .bloc-news-rugby2 li>div{height:100%}
.home .bloc-news-rugby2 li .news-title{bottom:0px;position:absolute;}

.home .bloc-news-rugby2 .img-bloc-news{border-radius:5px;position:relative}

.bloc-news-rugby{font-size: 14px; text-align: left; width: 100%;}
    .bloc-news-rugby ul{list-style-type: none; padding: 0; margin: 0;}
    .bloc-news-rugby ul li{font-size: 13px; float: left; width: calc(50% - 10px); text-align: left; padding: 0; display: inline-block; border: 1px solid #dadada; box-shadow: 0px 1px 1px #dadada; cursor: pointer; height: 273px;}
    .bloc-news-rugby ul li.active{font-size: 18px; width: calc(50% - 10px); text-align: left; padding: 5px 0 5px 5px; color: #0098aa;}
    .bloc-news-rugby ul li a{text-decoration: none; }
	.bloc-news-rugby ul li a:hover{text-decoration: none; }
    .bloc-news-rugby .img-bloc-news{-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover!important; width: 100%; height: 100%;position:relative}
    .bloc-news-rugby .img-bloc-news .title{background-color:rgba(255,255,255,0.9);bottom:0;height:100px;position:absolute;width:100%}
    .bloc-news-rugby .img-bloc-news .title2{background-color:rgba(255,255,255,0.7);bottom:30px;height:80px;position:absolute;right:0;width:35%}

	.bloc-news-rugby .navig-actus-slide{display:flex;left:50%;position:absolute;bottom:10px;transform:translate(-50%,0)}
	.bloc-news-rugby .tiret-actus-slide{border-bottom:2px solid rgba(255,255,255,0.7);display:inline-flex;height:6px;margin:8px;width:5rem;}
	.bloc-news-rugby .tiret-actus-slide.active{border-bottom:6px solid rgba(255,255,255,0.7)}

    .bloc-news-rugby .news-date{color: #ee2d24;font-size: 12px; margin: 0; padding: 5px 0 5px 5px;}
    .bloc-news-rugby .news-title{color: #0098aa; font-family: 'DINBold'; font-size: 16px; font-weight: 700; margin: 0; text-transform: uppercase; padding: 0 30% 0 5px;}
    .bloc-news-rugby .img-bloc-news .title-vignette{background-color:rgba(255,255,255,0.9);bottom:0;height:70px;position:absolute;width:100%}
    .bloc-news-rugby .img-bloc-news .title-joueur{background-color:rgba(255,255,255,1);bottom:0;height:70px;position:absolute;width:100%}
    .bloc-news-rugby .img-bloc-news .title-joueur-ballon{background-color:transparent;text-align:center;top:15px;height:40px;position:absolute;right:0;width:75%}
	.bloc-news-rugby .title-joueur-ballon .news-title{color: #0098aa; font-family: 'DINBold'; font-size: 17px; font-weight: 700; margin: 0; text-transform: uppercase; padding: 0 5px;}

    .bloc-news-rugby .title-vignette .news-date{color: #ee2d24;font-size: 10px; margin: 0; padding: 5px 0 5px 5px;}
    .bloc-news-rugby .title-vignette .news-title{color: #0098aa; font-family: 'DINBold'; font-size: 12px; font-weight: 700; margin: 0; text-transform: uppercase; padding: 0 5px;}

	.bloc-news-rugby .title-joueur .news-date{color: #ee2d24;font-size: 10px; margin: 0; padding: 5px 0 5px 5px;}
    .bloc-news-rugby .title-joueur .news-title{color: #0098aa; font-family: 'DINBold'; font-size: 12px; font-weight: 700; margin: 0; text-transform: uppercase; padding: 0 5px;}
    
	.bloc-news-rugby .news-subtitle{font-size: 13px; margin: 0; padding: 5px 0 0 5px; }

.bloc-all-news{font-size: 14px; text-align: left; width: 100%;}
    .bloc-all-news ul{list-style-type: none; padding: 0; margin: 0;}
    .bloc-all-news ul li{font-size: 13px; float: left; width: calc(33% - 10px); text-align: left; padding: 0; display: inline-block; border: 1px solid #dadada; box-shadow: 0px 1px 1px #dadada; cursor: pointer; height: 238px;}
    .bloc-all-news ul li.active{font-size: 18px; width: calc(34% - 10px); text-align: left; padding: 5px 0 5px 5px; color: #0098aa;}
    .bloc-all-news ul li a{text-decoration: none; }
	.bloc-all-news ul li a:hover{text-decoration: none; }
    .bloc-all-news .img-bloc-news{-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover!important; width: 100%; height: 100%;}

    .bloc-all-news .news-date{font-size: 13px; margin: 0; padding: 5px 0 0 5px;}
    .bloc-all-news .news-title{color: #6F6F6F; font-family: 'DINBold'; font-size: 16px; font-weight: 700; margin: 0; text-transform: uppercase; padding-left: 5px;}
    .bloc-all-news .news-subtitle{font-size: 13px; margin: 0; padding: 5px 0 0 5px; }
    .bloc-all-news .news-title-subcategory{color: #9c9c9c; font-family: 'DINBold'; font-size: 12px; font-weight: 500; margin: 0; text-transform: uppercase; padding: 5px;}

/*BLOCS CALENDRIERS/CLASSEMENTS*/
.calendrier{}
.calendrier a{ color: #ffffff; text-decoration: none; }
.calendrier a:hover{ color: #ee2d24; text-decoration: none; }
.calendrier .gloDivTabResults{width: 100%; overflow: hidden; margin-top: 5px;}
.calendrier .blocDivTabResults{width: 3000%;}
.calendrier .divTabResults{width: 3.333334%; display: inline-flex;}

.calendrier .tabTitre {width: 100%; border-spacing: 0;}
.calendrier .tabTitre tr{background: #ee2d24; height: 25px; text-align: center; color: #ffffff;}
.calendrier .tabTitre tr td{ width: 22%;}
.calendrier .tabTitre tr td:last-child{ width: 8%;}
.calendrier .tabResults{width: 100%; font-size: 12px; border-spacing: 0;}
.calendrier .tabResults tr{height: 20px;}
.calendrier .tabResults tr td{text-align: center; vertical-align: middle; width: 22%;}
.calendrier .tabResults tr td:last-child{width: 8%;}
.calendrier .tabResults tr .text-left{text-align: left;}
.calendrier .tabResults tr td img{margin-right: 10px; width: 25px;}
.calendrier .tabResults tr td:last-child img{margin-right: 0; width: 38px;}
.calendrier .tabResults tr:nth-child(odd) {background: #ffffff;}
.calendrier .tabResults tr:nth-child(even) {background: #efefef;}

.calendrier .gloDivTabCalendEquipe{width: 100%; margin-top: 5px;}
.calendrier .tabTitreCalendEquipe {width: 100%; border-spacing: 0;}
.calendrier .tabTitreCalendEquipe tr{background: #ee2d24; height: 25px; text-align: center; color: #ffffff;}
.calendrier .tabTitreCalendEquipe tr td{ width: 21%;}
.calendrier .tabTitreCalendEquipe tr td:first-child{ width: 5%;}
.calendrier .tabTitreCalendEquipe tr td:last-child{ width: 8%;}
.calendrier .tabCalendEquipe{width: 100%; font-size: 12px; border-spacing: 0;}
.calendrier .tabCalendEquipe tr{height: 20px;}
.calendrier .tabCalendEquipe tr td{text-align: center; vertical-align: middle; width: 21%;}
.calendrier .tabCalendEquipe tr .text-left{text-align: left;}
.calendrier .tabCalendEquipe tr td img{margin-right: 10px; width: 25px;}
.calendrier .tabCalendEquipe tr td:first-child{width: 5%;}
.calendrier .tabCalendEquipe tr td:last-child{width: 8%;}
.calendrier .tabCalendEquipe tr td:second-child{text-align: left;}
.calendrier .tabCalendEquipe tr:nth-child(odd) {background: #ffffff;}
.calendrier .tabCalendEquipe tr:nth-child(even) {background: #efefef;}
.calendrier .div-billetterie-calendrier{background-color: #de0a14; color: #ffffff; font-family: 'DINCondBold'; font-size: 12px; height: 17px; letter-spacing: 1px; padding: 2px 2px 0 5px; position: relative; text-transform: uppercase; width: 50px;}
.calendrier .div-billetterie-journee{background-color: #ffffff; color: #de0a14; font-family: 'DINCondBold'; font-size: 12px; height: 17px; letter-spacing: 1px; padding: 2px 2px 0 5px; position: relative; text-transform: uppercase; width: 50px;}

.classement{}
.classement a{ color: #ffffff; text-decoration: none; }
.classement a:hover{ color: #ee2d24; text-decoration: none; }
.classement .tabClasse{width: 100%; font-size: 12px; border-spacing: 0;}
.classement .tabClasse tr{height: 20px; text-align: center;}
.classement .tabClasse tr:nth-child() {width: 8%;}
.classement .tabClasse tr:second-child() {width: 20%;}
.classement .tabClasse tr .text-left{text-align: left;}
.classement .tabClasse tr td img{margin-right: 10px; width: 25px;}

.classement-index{}
    .classement-index .tabClasse{width: 100%; font-size: 12px; border-spacing: 0;}
    .classement-index .tabClasse tr{height: 20px; text-align: center;}
    .classement-index .tabClasse tr:nth-child() {width: 20%;}
    .classement-index .tabClasse tr:second-child() {width: 60%;}
    .classement-index .tabClasse tr .text-left{text-align: left;}
    .classement-index .tabClasse tr td img{margin-right: 10px; width: 25px;}

.blocMatchs{}
.blocMatchs .tabMatchs{width: 100%; font-size: 12px; border-spacing: 0;}
.blocMatchs .tabMatchs tr{height: 20px; text-align: center;}
.blocMatchs .tabMatchs tr:nth-child(even) {background: #ffffff; width: 8%;}
.blocMatchs .tabMatchs tr:nth-child(odd) {background: #efefef; width: 8%;}
.blocMatchs .tabMatchs tr:second-child() {width: 20%;}

/* TITRES */
/*.titre-bloc{background-color:#ee2d24;height:50px;margin:0 0 0 5px;padding:13px 10px;position:relative}
.titre-bloc::after{content:'';position:absolute;right:15px;top:0;bottom:0;width:50px;background:#FFFFFF;-webkit-transform:skewX(-30deg);-moz-transform:skewX(-30deg);-ms-transform:skewX(-30deg);-o-transform:skewX(-30deg);transform:skewX(-30deg);z-index:20;}*/
.titre-bloc{background-color:#fff;height:50px;margin:5px 0 15px 5px;padding:13px 10px;position:relative}
.titre-bloc::after{background-color: #ee2d24;
    content: "";
    display: block;
    height: 6px;
    margin-top: 8px;
    width: 5rem;}
/*.titre-bloc-left{background-color:#ee2d24;height:50px;margin:0 5px 0 0;padding:13px 10px;position:relative}
.titre-bloc-left::after{content:'';position:absolute;right:15px;top:0;bottom:0;width:50px;background:#FFFFFF;-webkit-transform:skewX(-30deg);-moz-transform:skewX(-30deg);-ms-transform:skewX(-30deg);-o-transform:skewX(-30deg);transform:skewX(-30deg);z-index:20;}
.titre-bloc-left .titre{color:#fff;font-size:18px;line-height:22px;margin:0;padding:0}
.titre-bloc-centre{background-color:#ee2d24;height:50px;margin:0 5px 0 5px;padding:13px 10px;position:relative}
.titre-bloc-centre::after{content:'';position:absolute;right:15px;top:0;bottom:0;width:50px;background:#FFFFFF;-webkit-transform:skewX(-30deg);-moz-transform:skewX(-30deg);-ms-transform:skewX(-30deg);-o-transform:skewX(-30deg);transform:skewX(-30deg);z-index:20;}
.titre-bloc-centre .titre{color:#fff;font-size:18px;line-height:22px;margin:0;padding:0}*/
.titre-bloc-left{background-color:#fff;height:50px;margin:5px 5px 15px 0;padding:13px 10px;position:relative}
.titre-bloc-left::after{background-color: #ee2d24;
    content: "";
    display: block;
    height: 6px;
    margin-top: 8px;
    width: 5rem;}
.titre-bloc-left .titre{color:#ee2d24;font-size:18px;line-height:22px;margin:0;padding:0}
.titre-bloc-centre{background-color:#fff;height:50px;margin:5px 5px 15px 5px;padding:13px 10px;position:relative}
.titre-bloc-centre::after{background-color: #ee2d24;
    content: "";
    display: block;
    height: 6px;
    margin-top: 8px;
    width: 5rem;}
.titre-bloc-centre .titre{color:#ee2d24;font-size:18px;line-height:22px;margin:0;padding:0}
.titre-bloc-central{background-color:#ee2d24;height:50px;margin:0;padding:13px 10px;width:100%}
/*.titre-bloc .titre{color:#fff;font-size:18px;line-height:22px;margin:0;padding:0}*/
.titre-bloc .titre{color:#ee2d24;font-size:18px;line-height:22px;margin:0;padding:0}
.titre-bloc-central .titre{color:#fff;font-size:18px;line-height:22px;margin:0;padding:0}

.blocClassement{font-size:12px;height:30px;margin:0 0 0 5px}
.blocClassement>div{padding:5px 0 5px 10px}
.div-row-classement{background:rgba(0, 152, 170, 0.3)}
.home .img-logo-equipe-classement{width:20px}

.blocCalendrier{font-size:12px;margin:0 5px 0 5px;text-align:center}
.blocCalendrier .journee{color:#0098aa;font-family:'DINBold';font-size:16px;padding:10px;text-align:center}
.blocCalendrier .datestade{font-family:'DINRegular';padding:10px;text-align:center}
.blocCalendrier .equipe{text-align:center}
.blocCalendrier .equipe>img{width:100px}
.blocCalendrier .equipe>div{margin:20px 20px 5px}
.blocCalendrier .vs{font-size:28px;padding-top:24px;text-align:center}
.blocCalendrier .selectjournee{font-family:'DINRegular';padding:10px;border:none}
.blocCalendrier .logoeq>img{width:20px}
.blocCalendrier.divCalend{height:45px}
.blocCalendrier.divCalend>div{padding:5px 0}
.blocCalendrier.divCalend .logoeq{padding:12px 0}

.home .img-bloc-boutique{-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover!important; width: 100%; height: 100%;position:relative}
.home .img-bloc-boutique .title{background-color:rgba(255,255,255,0.9);bottom:0;color: #0098aa; font-family: 'DINBold';height:50px;position:absolute;text-align:center;width:100%}

/*page projet*/
.projet .allmatchs{height:1950px}
.projet .home .bloc-banner-matchs2{height:1950px!important}
.projet .home .bloc-banner-matchs2 ul{height:1950px!important;width:100%}
.projet .home .bloc-banner-matchs2 li{margin:10px 10px}

/*page projet*/
.projet .entete{height:100%;width:100%;z-index:-1;}
.projet .entete .bloc-title{left:50%;position: absolute;top:50%;transform:translate(-50%,-50%);}    
/*.projet .entete .bloc-title .title{font-family:'bebasNeue';font-size:76px;letter-spacing:1.93px;line-height:91px;}*/
.projet .entete .bloc-title .title{font-family:'DINCondBold';font-size:76px;letter-spacing:1.93px;line-height:91px;}
.projet .entete .bloc-title .txt-preview{font-size:19px;letter-spacing:0.04px;line-height:33px;width:70%;} 

.row-inter-blocs{height:60px;}

.projet .row-slide .div-slide{height:100%;width:100%;}
.projet .row-slide .div-slide .carousel-indicators li{background-color:transparent;border:1px solid rgba(255,255,255,.5);-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;height:10px;width:10px;}
.projet .row-slide .div-slide .carousel-indicators li.active{background-color:#fff;border:1px solid #fff;}
.projet .row-slide .div-slide .carousel-inner{height:100%;}
.projet .row-slide .div-slide .carousel-inner img{height:100%;width:100%;}
.projet .row-slide .div-slide .item{backface-visibility:hidden;-webkit-backface-visibility:hidden;display:none;float:left;height:100%;margin-right:-100%;position:relative;transition: -webkit-transform .6s ease-in-out;transition: transform .6s ease-in-out;transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;width:100%;}
.projet .row-slide .div-slide .item.active{display:block;}

.projet .row-article{height:max-content;height:-moz-max-content;}
.projet .row-article .art/icle{margin-bottom:100px;margin-top:50px;}
.projet .row-article .article .title-article{margin:50px 0;} 
.projet .row-article .div-global-article{width:300px}
.projet .row-article .div-global-action{margin-bottom:100px;width:100%}
.projet .row-article .div-article .date-article{color:#7e7e7e;font-size:12px;letter-spacing:1.01px;line-height:12px;margin-bottom:15px;}
.projet .row-article .div-article .adresse{color:#7e7e7e;font-size:12px;letter-spacing:1.01px;line-height:15px;margin:15px 0;}
.projet .row-article .div-article h3{height:max-content;height:-moz-max-content;min-height:85px;padding-bottom:10px;}
.projet .row-article .div-article h4{height:max-content;height:-moz-max-content;min-height:90px;padding-bottom:20px;}
.projet .row-article .div-img-article{width:100%;}

.projet .row-document{height:max-content;height:-moz-max-content;}
.projet .row-document .docu/ment{margin-bottom:100px;margin-top:50px;}
.projet .row-document .document .bloc-title{left:100px;position:absolute;top:50%;transform:translate(0,-50%);} 

.projet .row-text1{height:max-content;height:-moz-max-content;font-size:14px;line-height:24px;}
.projet .row-text1 .text1{margin:0 auto}
.projet .row-text1 .text1 .title-text1{margin-bottom:25px;}
.projet .row-text1 .text1 .text1-col{text-align:justify;}
.projet .row-text1 .text1 .text1-col h3{margin:25px 0;}
.projet .row-text1 .text1 .text1-col .div-exergue{background-color:#fff;float:right;font-size:18px;line-height:32px;padding:0 0 50px 50px;margin-right:-100px;margin-top:60px;width:400px;}
.projet .row-text1 .text1 .text1-col .div-exergue span{font-size:64px;line-height:12px;vertical-align:bottom}


.projet .row-text2{height:max-content;height:-moz-max-content;font-size:14px;line-height:24px;}
.projet .row-text2 .text2{margin:0 auto;}
.projet .row-text2 .text2 .title-text2{margin-bottom:25px;}
.projet .row-text2 .text2 .text2-col{text-align:justify;}
.projet .row-text2 .text2 .text2-col h3{margin:25px 0;}
.projet .row-text2 .text2 .text2-col .div-exergue{background-color:#fff;float:right;font-size:192px;line-height:180px;padding:0 0 50px 50px;text-align:center;width:200px;}

.projet .row-text3{height:max-content;height:-moz-max-content;font-size:14px;line-height:24px;}
.projet .row-text3 .text3{margin:0 auto}
.projet .row-text3 .text3 .title-text3{margin-bottom:25px;}
.projet .row-text3 .text3 .text3-col h3{margin:25px 0;}

.projet .row-text4 .text4{height:100%;width:100%;}
.projet .row-text4 .text4 .bloc-title{left:10%;position: absolute;top:50%;transform:translate(0,-50%);}    
/*.projet .row-text4 .text4 .bloc-title .title{font-family:'bebasNeue';font-size:76px;letter-spacing:1.93px;line-height:91px;}*/
.projet .row-text4 .text4 .bloc-title .title{font-family:'DINCondBold';font-size:76px;letter-spacing:1.93px;line-height:91px;}
.projet .row-text4 .text4 .bloc-title .txt-preview{font-size:19px;letter-spacing:0.04px;line-height:33px;width:70%;} 
/*page projet*/

/* Actualités */
.actus-sportives .bloc-banner-actus2{font-family:'DINBold';font-size:12px;height:1350px;overflow:hidden;width:100%}
.actus-sportives .bloc-banner-actus2 ul {
    /* 4 images donc 4 x 100% */
   width: 100%;
   height: 1350px;
   padding:0; margin:0;
   list-style: none;
}
.actus-sportives .bloc-banner-actus2 li {
	border:1px solid rgba(0, 152, 170, 0.3);
	border-radius: 5px;
   	float: left;
	height:300px;
	margin:10px 10px;
	width:calc(100%/5 - 20px);
}
.actus-sportives .bloc-banner-actus2 li>div>a{padding:0}
.actus-sportives .bloc-banner-actus2 li .img-bloc-news{border-radius:0 0 5px 5px;position:relative}

.actus-sportives .bloc-banner-actus2 li .img-bloc-news .title-vignette{background-color:rgba(255,255,255,0.9);bottom:0;height:70px;position:absolute;width:100%}
.actus-sportives .bloc-banner-actus2 li .title-vignette .news-date{color: #ee2d24;font-size: 10px; margin: 0; padding: 5px 0 5px 5px;}
.actus-sportives .bloc-banner-actus2 li .title-vignette .news-title{color: #0098aa; font-family: 'DINBold'; font-size: 12px; font-weight: 700; margin: 0; text-transform: uppercase; padding: 0 5px;}

.liste-partenaires .bloc-banner-actus2{font-family:'DINBold';font-size:12px;height:1350px;overflow:hidden;width:100%}
.liste-partenaires .bloc-banner-actus2 ul {
    /* 4 images donc 4 x 100% */
   width: 100%;
   height: 1350px;
   padding:0; margin:0;
   list-style: none;
}
.liste-partenaires .bloc-banner-actus2 li {
	border:1px solid rgba(0, 152, 170, 0.3);
	border-radius: 5px;
   	float: left;
	height:50px;
	margin:5px 5px;
	width:calc(100%/5 - 10px);
}
.liste-partenaires .bloc-banner-actus2 li>div>a{padding:0}
.liste-partenaires .bloc-banner-actus2 li .img-bloc-news{border-radius:0 0 5px 5px;position:relative}

.liste-partenaires .bloc-banner-actus2 li .img-bloc-news .title-vignette{background-color:rgba(255,255,255,0.9);bottom:0;height:70px;position:absolute;width:100%}
.liste-partenaires .bloc-banner-actus2 li .title-vignette .news-date{color: #ee2d24;font-size: 10px; margin: 0; padding: 5px 0 5px 5px;}
.liste-partenaires .bloc-banner-actus2 li .title-vignette .news-title{color: #0098aa; font-family: 'DINBold'; font-size: 11px; font-weight: 700; margin: 0; text-transform: uppercase; padding: 0 5px;}




.titre-page{}
    .titre-page .titre-actu{background-color: #ee2d24; color: #ffffff; font-size: 24px; height: 40px; width: 100%; border-bottom: 5px solid #9c9c9c;}
    .titre-page .titre-actu p{font-family: 'DINBold'; margin: 0; padding: 7px 0 0 20px; text-transform: uppercase;}
    .titre-page .titre-actu .titre-infos-page{font-family: 'DINBold'; margin: 0; padding: 7px 0 0 20px;}
    .titre-page .titre-actu .titre-infos-jeux{font-family: 'DINBold'; margin: 0; padding: 7px 0 0;}
    .titre-page .date-actu{background-color: #ffffff; color: #ee2d24; font-family: 'DinMedium'; font-size: 13px; left: 5px; margin-left: 645px; margin-top: -30px; position: relative; text-align: center; width: 160px;}
    .titre-page .date-actu-albums{background-color: #ffffff; color: #ee2d24; font-size: 13px; left: 5px; margin-left: 650px; margin-top: -32px; position: relative; text-align: center; width: 160px;}
    .titre-page .div-img-news{-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover!important; width: 100%; height: 500px;}
    
    .titre-page .titre{ margin: 0; padding: 0; text-align: left;}
    .titre-page .titre .bg-titre{
        float: left;
        clear: left;
        font-size: 16px;
        min-height: 25px;
        line-height:25px;
        padding: 5px 10px 0px 10px;
        margin: 0;
        letter-spacing: 1px;
        width: calc(100% - 20px);
        }
/* Actualités */


@media (max-width:543px){
}

.hidden-xs-up{display:none!important}
@media (max-width:568px){
    .hidden-xs-down{display:none!important}
    
    header .reseaux{border-bottom:0;display:inline-block;height:100px;margin-left:150px;width:40%;}
    header .reseaux img{margin:30px 0 30px 5px;}
    .nav-menu-mobile{line-height:75px;}

}
@media (min-width:569px){
    .hidden-sm-up{display:none!important}
}
@media (max-width:767px){
    .hidden-sm-down{display:none!important}
/*
	.prehome .acces-site{padding:10px 50px;display:block;height:max-content;left:45%;position:absolute;top:25%;transform: translate(-50%,0);}
	.prehome .acces-site.site{border:1px solid #ee2d24;background-color:#fff;color:#ee2d24;}
	.prehome .acces-site.site:hover{border:1px solid #fff;background-color:#ee2d24;color:#fff;}
	.prehome .acces-fondaxion{padding:10px 50px;display:block;right:45%;position:absolute;top:25%;transform: translate(50%,0);}
	.prehome .acces-fondaxion.fondaxion{border:1px solid #fff;background-color:transparent;color:#fff;}
	.prehome .acces-fondaxion.fondaxion:hover{border:1px solid #fff;background-color:rgba(238, 45, 36, 0.4);color:#fff;}
*/	

	.prehome .acces-site{padding:10px 10px;text-align: center;display:block;left:25%;position:absolute;bottom:20%;transform: translate(-50%,0);width:35%}
	.prehome .acces-site.site{border:1px solid #fff;background-color:transparent;color:#fff;}
	.prehome .acces-site.site:hover{border:1px solid #fff;background-color:rgba(238, 45, 36, 0.4);color:#fff;}
	.prehome .acces-fondaxion{padding:10px 10px;text-align: center; display:block;right:25%;position:absolute;bottom:20%;transform: translate(50%,0);width:35%}
	.prehome .acces-fondaxion.fondaxion{border:1px solid #fff;background-color:transparent;color:#fff;}
	.prehome .acces-fondaxion.fondaxion:hover{border:1px solid #fff;background-color:rgba(238, 45, 36, 0.4);color:#fff;}
	
	.prehome .acces-boutique{padding:10px 10px;text-align: center;display:block;right:25%;position:absolute;bottom:10%;transform: translate(50%,0);width:35%}
	.prehome .acces-boutique.boutique{border:1px solid #fff;background-color:transparent;color:#fff;}
	.prehome .acces-boutique.boutique:hover{border:1px solid #fff;background-color:rgba(238, 45, 36, 0.4);color:#fff;}
	.prehome .acces-billetterie{padding:10px 10px;text-align: center;display:block;left:25%;position:absolute;bottom:10%;transform: translate(-50%,0);width:35%}
	.prehome .acces-billetterie.billetterie{border:1px solid #fff;background-color:transparent;color:#fff;}
	.prehome .acces-billetterie.billetterie:hover{border:1px solid #fff;background-color:rgba(238, 45, 36, 0.4);color:#fff;}

}
@media (min-width:768px){.hidden-md-up{display:none!important}}
@media (max-width:991px){
    .hidden-md-down{display:none!important}
}
@media (max-width:1024px){
    /*h1{font-family:'bebasNeue';font-size:45px;line-height:55px;}*/
    h1{font-family:'DINCondBold';font-size:45px;line-height:55px;}
    h3{font-size:16px;line-height:30px;}
}
@media (max-width:1024px) and (orientation: portrait){
    header .menu>ul>li{padding:22px 10px;width:max-content;width:-moz-max-content;}    
}
@media (max-width:1024px) and (orientation: landscape){
    header .menu>ul>li{padding:22px;width:max-content;width:-moz-max-content;}    
}
@media (min-width:992px){.hidden-lg-up{display:none!important}}
@media (max-width:1199px){
    .hidden-lg-down{display:none!important}
}
@media (min-width:1200px){
    .hidden-xl-up{display:none!important}
    .bloc-1{width:70%;} 
}
@media (min-width:1400px){
    .bloc-1{width:50%;} 
}
.hidden-xl-down{display:none!important}body {
  min-width: 1150px;
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.container{
  margin-left: auto;
  margin-right: auto;
  width: 1150px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_large,
.grid_1,
.grid_2,
.grid_3,
.grid_left,
.grid_right,.col_a {
  display: inline;
  float: left;
}
.col_b {
  display: inline;
  float: right;
}

.container .grid_large {
    width: 1150px;
}
.container .grid_1 {
    margin-right: 10px;
    width: 405px;
}
.container .grid_2 {
    width: 405px;
    margin: 0 10px;
}
.container .grid_3 {
    margin-left: 15px;
    width: 295px;
}
.container .grid_left {
    width: 835px;
    padding-right: 5px;
}
.container .grid_right {
    padding-right: 10px;
    width: 300px;
}
.container .grid_center {
    width: 835px;
    margin: 10px auto;
}


/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container:before,
.container:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.clearfix:after,
.container_12:after,
.container:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12,
.container {
  zoom: 1;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
