
@import url(normalize.css);
@import url(fonts.css);
@import url(plugins/bootstrap.css);

/* ============================================ */
/*   =   Reset                                  */
/* ============================================ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

em {
    font-style: italic;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* ============================================ */
/*   =   Base Style                             */
/* ============================================ */
body { 
    font-size: 16px;
    font-family: "MyriadProLight";
    background: #ffffff;
}

#wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.container{
    overflow: hidden;
    margin-bottom: 49px;
}

/* = Title style = */
h1 {
    font-family: 'MyriadProSemibold';
    font-size: 30px;
    color: #fff;
    background: #272727;
    padding: 14px 25px 18px;
}

h2 {
    font-family: 'MyriadProSemibold';
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

h2 .cont-type,h3 .cont-type {
    font-size: 11px;
    line-height: 11px;
    vertical-align: middle;
    margin: 0 0 0 0;
}

.block-title {
    overflow: hidden;
}

.block-title h1 {
    float: left;
    width: 73.7%;
}
.block-title a:hover {
    color:#FFFFFF;
}

.block-title .btn-backto {
    float: left;
}

a {
    color:#cf111d;
}
a:hover {
    color:#272727;
}

/* ============================================ */
/*   =   Header                                 */
/* ============================================ */
#header {
    position: relative;
    margin: 20px 0;
    background: #fff;
}

#header .header-cont {
    float: right;
}

/* = logo = */
.logo {
    float: left;
    width: 129px;
    height: 76px;
}

.logo img {
    display: block;
    width: 100%;
    height: auto;
}

/* = Menu Principal = */
#main-menu {
    float: right;
    padding-top: 59px;
}

#main-menu ul li {
    display: inline-block;
    margin-left: 30px;
}

#main-menu ul li a {
    font-family: 'MyriadProSemibold';
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
}

#main-menu ul li a:hover,#main-menu ul li a.active {
    text-decoration: none;
    color: #c1141a;
}

/* = Nav Mobile = */

#header .dropdown-toggle {
    display: none;
}

#header .dropdown-menu {
    display: block;
}

#header .nav-mobile {
    background: url(../images/btns/btn-nav-mobile.png) no-repeat 0 0;
    font-size: 0;
    width: 40px;
    height: 35px;
    float: right;
    margin-top: 20px;
    display: none;
}

/* = Search = */
.block-search {
    position: absolute;
    right: 0;
    top: 10px;
}

.block-search input[type="text"] {
    font-family: 'MyriadProLight';
    border: none; 
    border-bottom: 1px solid #666;
    color: #999;
    font-size: 16px;
    line-height: 18px;
    width: 170px;
    padding: 0 20px 3px 0;
}

.block-search input[type="text"]:focus,.block-search input[type="text"]:hover {
    border-bottom: 1px solid #c4141b;
}

.block-search input::-webkit-input-placeholder {color:#999; opacity: 1 !important;}
.block-search input::-moz-placeholder {color:#999;opacity: 1 !important;} /* firefox 19+ */
.block-search input:-ms-input-placeholder {color:#999;opacity: 1 !important;} /* ie */
.block-search input:-moz-placeholder {color:#999;opacity: 1 !important;}

.block-search input[type="submit"] {
    background: url(../images/pictos/picto-search.png) no-repeat 0 0;
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 0;
    border: 0;
    width: 17px;
    height: 17px;
    padding: 1px 6px;
}


/* ============================================ */
/*   =   Footer                                 */
/* ============================================ */
#footer {
    background: #4c4c4c;
}

#footer .logo-footer {
    float: left;
    padding: 20px 20px 6px;
}

.menu-footer {
    float: left;
    width: 65%;
    margin: 29px 0 0 10px;
}

.menu-footer ul {

}

.menu-footer ul li {
    float: left;
    margin-right: 59px;
}

.menu-footer ul li a {
    font-family: 'MyriadProRegular';
    font-size: 14px;
    color: #ccc;
    text-transform: uppercase;
    display: block;
}
   
.menu-footer ul li a:hover {
    color: #000;
    text-decoration: none;
}

.copyright {
    float: left;
    font-family: 'MyriadProRegular';
    font-size: 12px;
    color: #999;
    padding: 15px 0 0 10px;
}

.follow-us {
    float: right;
}

.follow-us .title {
    font-family: 'MyriadProRegular';
    font-size: 12px;
    color: #999;
    padding: 70px 16px 0 0;
    display: inline-block;
    vertical-align: top;
}

.follow-us ul {
    width: 105px;
    float: right;
}

.follow-us ul li {
    float: right;
}

.follow-us ul li a {
    display: block;
}

.follow-us ul li a img {
    display: block;
}


/* ============================================ */
/*   =   Btns Styles                            */
/* ============================================ */
.btn-red {
    background: url(../images/backgrounds/bg-btn-red.png) repeat-x 0 0;
    font-family: 'MyriadProSemibold';
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 17px 54px;
    border: 0;
    border-radius: 0 !important;
}

.btn-red:hover {
    text-decoration: none;
    background: #c4141b;
    color: #FFFFFF;
}

.btn-black {
    background: url(../images/backgrounds/bg-btn-black.png) repeat-x 0 0;
    font-family: 'MyriadProSemibold';
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 17px 54px;
    border: 0;
    border-radius: 0 !important;
}

.btn-black:hover {
    text-decoration: none;
    background: #000000;
}


.btn-backto {
    background: url(../images/backgrounds/bg-back-to.png) repeat-x 0 0;
    font-family: 'MyriadProLight';
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    width: 26.3%;
}

.btn-backto:hover,.btn-backto:focus {
    outline: none;
}

.btn-backto > span {
    background: url(../images/arrows/arrow-backto.png) no-repeat 29px center;
    height: 124px;
    display: block;
    padding: 40px 0 0 69px;
}

.btn-backto > span:hover {
    background-color: #c1141a;
    outline: none;
}

.btn-backto > span span {
    font-family: 'MyriadProSemibold';
    display: block;
}


/* = Carousel = */

.bx-wrapper {
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.bx-wrapper .bx-pager {
    display: none;
}


/* = style checkbox = */
.checkstyle .checkOff {
    background: url(../images/btns/checkbox-off.png) no-repeat 0 0;
    font-family: "MyriadProLight";
    font-size: 16px;
    padding: 2px 0 0 28px;
    text-transform: none;
}

.checkstyle .checkOn {
    background: url(../images/btns/checkbox-on.png) no-repeat 0 0;
    font-family: "MyriadProLight";
    font-size: 16px;
    padding: 2px 0 0 28px;
    text-transform: none;
}


/* = Back to top = */
.back-to-top {
    background: url(../images/btns/btn-to-top.jpg) no-repeat 0 0;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8888;
    font-size: 0;
    outline: none;
}

/* = Overlay = */
.overlay {
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1900;
}

/* = Autres = */
.cont-type {
    font-family: 'MyriadProLight';
    font-size: 11px;   
    display: inline-block;
    background: #e6e6e6;
    color: #272727;
    line-height: 11px;
    padding: 5px 5px 3px;
    text-transform: uppercase;
}

.cont-type:hover {
    text-decoration: none;
}

.cont-type.most-popular {
    background: #c1141a;
    color: #fff;
    font-size: 9px;
    padding: 1px 5px;
    line-height: 12px;
    margin-left: 5px;
}


/* = Newsletter = */
.block-newsletter {
    background: url(../images/backgrounds/bg-newsletter.png) no-repeat 0 0 #e6e6e6;
    min-height: 629px;
    border: 1px solid #d5d5d5;
    position: relative;
}

.block-newsletter h2 {
    color: #272727;
    margin-bottom: 40px;
}

.block-newsletter p {
    font-family: 'MyriadProLight';
    font-size: 18px;
    color: #272727;
    line-height: 24px;
}

.block-newsletter .form-newsletter {
    padding-top: 15px;
    overflow: hidden;
    width: 300px;
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.block-newsletter .form-newsletter label {
    font-family: 'MyriadProSemibold';
    font-size: 16px;
    color: #333;
    display: block;
    padding-bottom: 7px;
}

.block-newsletter .form-newsletter input[type='text'] {
    background: #fff;
    border: 0;
    padding: 10px;
    font-family: "MyriadProLight";
    font-size: 16px;
    color: #999;
    width: 100%;
    margin-bottom: 30px;
}

.block-newsletter .form-newsletter .btn-suscribe {
    float: right;
    margin-top: 15px;
}

.block-newsletter .form-newsletter .checkOff,.block-newsletter .form-newsletter .checkOn {
    font-family: "MyriadProLight";
    padding-bottom: 0;
}

.block-newsletter .infos-newsletter {
    font-family: "MyriadProLight";
    font-size: 12px;
    color: #191919;
    line-height: 15px;
    margin: 20px 0 15px;
}

.block-newsletter .form-newsletter .btn-suscribe {
    padding: 17px 40px;
}


/* = Interviews = */
.block-interviews-features,
.block-features {
    background: #adacac;
    padding: 0;
    float: right;
}

.block-interviews-features a:hover,
.block-features a:hover {
    text-decoration: none;
}

.block-interviews-features h2,
.block-features h2 {
    color: #333;
    margin-bottom: 45px;
}

.block-interviews-features .visual,
.block-features .visual {
    display: block;
    min-height: 315px;
}

.block-interviews-features .visual img,
.block-features .visual img {
    display: block;
    width: 100%;
}

.feature-interview {
    padding: 48px 40px 43px 50px;
    border-bottom: 1px solid #9b9a9a;
    position: relative;
}

.feature-interview:after { 
    bottom: 100%; 
    left: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
    border-color: rgba(173, 172, 172, 0); border-bottom-color: #adacac; border-width: 33px; margin-left: -33px; 
}

.feature-interview .title {
    font-family: 'MyriadProLight';
    font-size: 28px;  
    color: #323232;
    margin-bottom: 12px;
    min-height: 56px;
}

.feature-interview .title a {  
    color: #323232;
}

.feature-interview .desc {
    font-family: 'MyriadProLight';
    font-size: 18px;  
    color: #323232;
    line-height: 24px;
    padding-top: 17px;
    min-height: 161px;
}

.feature-interview .desc a {
    color: #323232;
}

.block-interviews-features .title,
.block-features .title {
    color: #333;
}

.list-interview-features {
    padding: 66px 43px 65px 45px;
}

.list-interview-features li {
    overflow: hidden;
    margin-bottom: 25px;
    height: 72px;
}

.list-interview-features li:last-child {
    margin-bottom: 0;
}

.list-interview-features li > a {
    width: 106px;
    float: left;
    margin-right: 13px;
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.list-interview-features .cont-type {
    margin-top: 6px;
}

.list-interview-features li > a img {
    display: block;
}

.list-interview-features li div {
    float: left;
    width: 182px;
}

.list-interview-features h3 {
    font-family: 'MyriadProLight';
    font-size: 18px;
    color: #272727;
    line-height: 20px;
    margin-bottom: 2px;
}

.list-interview-features h3 > a ,.list-interview-features h3 > a:hover {
    color: #272727;
    text-decoration: none;
}

.list-interview-features li div p {
    font-family: 'MyriadProLight';
    color: #272727;
    font-size: 14px;
    line-height: 15px;
}

.list-interview-features li div p a {
    color: #272727;
}

.block-interviews-features .more-interviews,
.block-features .more-interviews {
    background: #272727;
    text-align: center;
    display: block;
    font-family: 'MyriadProSemibold';
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 17px 0;
}

.block-interviews-features .more-interviews:hover,
.block-features .more-interviews:hover {
    background-color: #000;
    text-decoration: none;
}

.list-interview-features .date {
    color: #b0b0b0;
    display: block;
    font-family: "MyriadProLight";
    font-size: 12px;
    line-height: 20px;
}

/* = Share = */
.block-share {
    background: #e6e6e6;
    overflow: hidden;
    float: right;
    margin: 18px 0 30px 0;
}

.block-share .title-share {
    background: url(../images/backgrounds/bg-btn-red.png) repeat-x 0 center;
    font-family: 'MyriadProSemibold';
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 50px;
    line-height: 25px;
    vertical-align: middle;
    position: relative;
}

.block-share.active .title-share:after {
    right: 100%; 
    top: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
    border-color: rgba(196, 20, 27, 0); 
    border-right-color: #c4141b; 
    border-width: 11px; 
    margin-top: -11px;
}

.block-share ul {
    float: left;
    text-align: center;
    padding: 0 25px;
    vertical-align: middle;
    display: none;
}

.block-share ul li {
    display: inline-block;
    padding: 16px 12px 11px;
}

.block-share ul li a {
    display: inline-block;
}

.block-share .title-share:hover,.block-share .title-share:focus {
    outline: none;
}

/* = Details article page = */
.details-article-page {
    float: right;
    padding: 0 60px;
    overflow: hidden;
}

.details-article-page h2 {
    font-family: 'MyriadProLight';
    font-size: 55px;
    color: #cf111d;
    text-transform: none;
    margin: -4px 0 0 0;
    line-height: 54px;
}

.details-article-page .date {
    font-family: "MyriadProRegular";
    font-size: 18px;
    color: #272727;
    display: block;
}

.details-article-page .date-news,
.details-article-page .date-fromfield {
    font-family: "MyriadProSemibold";
    font-size: 18px;
    color: #272727;
    display: block;
    padding-bottom: 32px;
}

.details-article-page .first-parag {
    font-family: 'MyriadProSemibold';
    font-size: 22px;
    line-height: 27px;
    padding-top: 32px;
}

.details-article-page p {
    font-family: 'MyriadProLight';
    font-size: 18px;
    color: #191919;
    padding-bottom: 25px;
    line-height: 25px;
}

.details-article-page p:last-child {
    padding-bottom: 0;
}

.details-article-page strong {
    font-family: 'MyriadProSemibold';
}

.lower {
    text-transform: lowercase!important;
}

.no-result h3 {
    font-size: 24px;
}

/*jpasquier 2016/03/16 mantis191*/
#paraPub {
	display:none;
}
/*fin mantis191*/