/*
 * $Id: global.css 3800 2015-12-10 10:23:10Z joflo $
 * $HeadURL: https://sources.lyon.intranet/svn/read/michelin-instit/trunk/src/extension/mchdesign/design/michelin/stylesheets/global.css $
 *
 */

 /*
  * Used color :
  * Primary color :
  *---------------
  * blue : #27509b;
  * yellow : #FFE800;
  * grey: #3C3C3C;
  *
  * secondary color :
  * -----------------
  * deep blue : #041849;
  * blue ocean : #27509b;
  * light blue : #C3D0FD;
  * Footer links blue : ##0B2861;
  * backgound dashboard : #E3EAF4;
  *
  * Grey :
  * ------
  * grey1 : #656880;
  * grey2 : #989898;
  * grey3 : #DEE2E7;
  * grey4 : #EFF0F4;
  *
  */


@CHARSET "UTF-8";

/***** Typo *****/

/*@font-face {
    font-family: 'frutiger_black';
    src: url('fonts/frutiger_black.eot');
    src: url('fonts/frutiger_black.eot?#iefix') format('embedded-opentype'),
         url('fonts/frutiger_black.woff') format('woff'),
         url('fonts/frutiger_black.ttf') format('truetype'),
         url('fonts/frutiger_black.svg#frutiger_ce_55_romanbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'frutiger_black';
        src: url('fonts/frutiger_black.svg') format('svg');
    }
}


@font-face {
    font-family: 'frutiger_italic';
    src: url('fonts/frutiger_italic.eot');
    src: url('fonts/frutiger_italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/frutiger_italic.woff') format('woff'),
         url('fonts/frutiger_italic.ttf') format('truetype'),
         url('fonts/frutiger_italic.svg#frutiger_55_romanitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'frutiger_italic';
        src: url('fonts/frutiger_italic.svg') format('svg');
    }
}

@font-face {
    font-family: 'frutiger_black_italic';
    src: url('fonts/frutiger_black_italic.eot');
    src: url('fonts/frutiger_black_italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/frutiger_black_italic.woff') format('woff'),
         url('fonts/frutiger_black_italic.ttf') format('truetype'),
         url('fonts/frutiger_black_italic.svg#frutiger_55_romanbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'frutiger_black_italic';
        src: url('fonts/frutiger_black_italic.svg') format('svg');
    }
}

@font-face {
    font-family: 'frutiger_roman';
    src: url('fonts/frutiger_roman.eot');
    src: url('fonts/frutiger_roman.eot?#iefix') format('embedded-opentype'),
         url('fonts/frutiger_roman.woff') format('woff'),
         url('fonts/frutiger_roman.ttf') format('truetype'),
         url('fonts/frutiger_roman.svg#frutiger_55_romanregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'frutiger_roman';
        src: url('fonts/frutiger_roman.svg') format('svg');
    }
}

@font-face {
    font-family: 'frutiger_light';
    src: url('fonts/frutiger_light.eot');
    src: url('fonts/frutiger_light.eot?#iefix') format('embedded-opentype'),
         url('fonts/frutiger_light.woff') format('woff'),
         url('fonts/frutiger_light.ttf') format('truetype'),
         url('fonts/frutiger_light.svg#frutiger_45_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'frutiger_light';
        src: url('fonts/frutiger_light.svg') format('svg');
    }
}*/

@font-face {
    font-family: 'pt_serifitalic';
    src: url('fonts/PTF56F-webfont_std.eot');
    src: url('fonts/PTF56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTF56F-webfont.woff') format('woff'),
         url('fonts/PTF56F-webfont.ttf') format('truetype'),
         url('fonts/PTF56F-webfont.svg#pt_serifitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'pt_serifitalic';
        src: url('fonts/PTF56F-webfont.svg') format('svg');
    }
}


/***** Define global setting ****/

body {
    color: #3C3C3C;
    font-family: arial;
    position: relative;
    width: 100%;
}
html, body {
    min-width: 768px;
}
@media (max-width: 768px) {
    html, body {
        max-width: 768px;
        min-width: 320px;
    }
}
body.preview #header .quick-access {
    background: url('../images/css/preview.jpg') no-repeat top left;
}
/**** tagret internal links *****/
.target {
    border: 1px dashed #FFE800;
}

a {
    outline: 0;
}

a:focus {
    outline: #FFE800 solid thin;
}
a:active {
    outline: 0;
}

blockquote {
    border-top: 1px solid #DEE2E7;
    border-bottom: 1px solid #DEE2E7;
    padding: 10px 0;
    font-family: 'pt_serifitalic';
    font-size: 1.5714em; /* equiv 22px */
    position: relative;
}
.mobile-visible {
    display: none;
}
#header .logo a.mobile-visible {
    display: none;
}

@media (max-width: 768px) {
    #choose-profil select.chosen-select {
        border: 1px solid #E0E2E1;
        box-shadow: 0 1px 0 #fff inset;
        padding: 8px;
        background: #fff url('../images/angle-down.png') no-repeat 95% center;
        font-style: italic;
        font-family: 'Arial-Black', 'Arial Bold', Gadget, sans-serif;
        color: #7A7979;
        font-size: 16px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    blockquote {
       margin-bottom: 0 !important; 
    }
    blockquote p {
        line-height: 1.1;
        font-size: 0.8em;
    }
    .mobile-hidden {
        display: none;
    }
    .mobile-visible {
        display: block;
    }
    .yellow-button.small-line-height {
        line-height: 1.5em  ;
    }
    #header .logo a.mobile-hidden {
        display: none;
    }
    #header .logo a.mobile-visible {
        display: block;
    }
}

blockquote.right {
    margin-right: 0;
}

blockquote.left {
    margin-left: 0;
}

.blockquote-author {
    font-family: 'arial';
    margin-left: 30px;
    margin-bottom: 30px;
}

.blockquote-top {
    background: url('../images/css/blockquote-top.png') no-repeat top left;
    width: 28px;
    height: 15px;
    top: -14px;
    left: 20px;
    position: absolute;

}

.blockquote-bottom {
    background: url('../images/css/blockquote-bottom.png') no-repeat top left;
    width: 28px;
    height: 15px;
    bottom: -15px;
    right: 20px;
    position: absolute;
}
article .arrow {
    color: #3C3C3C;
    text-decoration: none;
    font-family: 'Arial-Black', 'Arial Bold', Gadget, sans-serif;
    font-style: italic;
    padding-left: 20px;
    background: url("../images/btn-arrow-right.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.yellow-button {
    background: #FAE600;
    min-height: 30px;
    min-width: 30px;
    line-height: 30px;
    font-family: 'Arial';
    font-weight: bold;
    text-align: center;
    font-style: normal;
    color: #3C3C3C;
    text-decoration: none;
    border: none;
}
#eventmap-container .sMapBubble .close-content.close-top.right.meeting {
    position: absolute;
    top: 0;
    right: 0;
}
#eventmap-container .sMapBubble .close-content.close-top.right.meeting .yellow-button img {
    display: block;
}
@media (max-width: 768px) {
    .yellow-button {
        font-size: 0.8em;
    }
    .yellow-button.do-geolocalise {
        padding-left: 4px;
        padding-right: 4px;
    }
}
/*Display for safari */
.yellow-button:hover, article .yellow_button:hover, article p.custum_donwload_button:hover,
.yellow-button:focus, article .yellow_button:focus, article p.custum_donwload_button:focus
{
    background: #A6A6A6!important;
    color: #EFEFEF;
}

article .more-about,
article .less-about {
    font-family: Arial;
    line-height: 1;
    min-height: 36px;
    min-width: 36px;
    font-size: 2.5rem;
}


article .more-about .yellow-button img ,
article .less-about .yellow-button img,
article .download .yellow-button img,
.list-layout .download .yellow-button img,
.finance .agenda  .yellow-button img,
.close-content.close-top .yellow-button img,
.dashboard .layer .relative .yellow-button img,
.finance.accordion .open-close-directory .yellow-button img,
.calendar-element .event-detail-link .yellow-button img,
.open-close-directory .yellow-button img,
.dashboard-element .yellow-button img{
    display:block;
    padding-top:8px;
}

.ie8 .dashboard-element .yellow-button img {
    padding-top: 10px;
    margin-left: 1px;
}

article .agenda .finance .datavis .yellow-button img{
    display:inline-block;
    padding-top:9px;
}



article a.yellow_button {
    background: #FFE800;
    min-height: 30px;
    line-height: 30px;
    font-family: 'Arial-Black', 'Arial Bold', Gadget, sans-serif !important;
    font-weight: normal;
    color: #3C3C3C;
    text-decoration: none;
    border: none;
    padding:9px;
}

article a.yellow_button:hover,
article a.yellow_button:focus {
    text-decoration: none;
}

article p.custum_donwload_button {
    background: url("../images/css/yellow-button.png") repeat-x scroll center bottom #FFE800;
    border: medium none;
    font-family: 'Arial-Black', 'Arial Bold', Gadget, sans-serif;
    line-height: 30px;
    min-height: 30px;
    display: inline-block;
}
article p.custum_donwload_button a{
    background: url("../images/css/btn-download-transparent.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    content: "";
    height: 30px;
    margin-left: 5px;
    width: 30px;
    text-decoration:none;
    padding-right:24px;
    color: #3C3C3C;
}
.yellow-button .picto {
    background: #3C3C3C;
    color: #FFE800;
    font-family: Arial;
    font-style: italic;
    padding: 0 2px;
}

.rte sup {
    bottom: 1ex;
    font-size: 0.7em;
}

.rte .illustrated-number .big-yellow sub {
    vertical-align: bottom;
    position: inherit;
}

.rte .illustrated-number .big-yellow sup {
    vertical-align: top;
    position: inherit;
}

.rte .fluid-width-video-wrapper {
    clear: both;
    margin: 2em 0;
}

/*
.rte h2,
.rte h3 {
    clear: both;
}*/

.rte h2, .rte .h2-like {
    margin-bottom: 1em;
}
.rte h3, .rte .h3-like {
    margin-bottom: 1em;
}

.rte .text-center {
    text-align: center;
}
.rte .text-right {
    text-align: right;
}

.rte .free_content {
    margin-top: 1.5em;
}
.rte .free_content th {
    background: #27509b;
    color: #fff;
    border: 1px solid #fff;
    padding: 20px;
    text-align: center;
    font-weight: normal;
    font-family: 'frutiger_roman';
}

.rte .free_content tr:last-child > th {
    border-bottom: 1px solid #C3D0FD;
}

.rte .free_content td {
    border: 1px solid #EFF0F4;
    vertical-align: top;
    font-size: .8571em; /* equiv 12px */
    padding: 10px;
}
.rte .free_content.striped tbody tr:nth-child(odd) {
    background: #EFF0F4;
}

.rte .free_content .empty {
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.rte .free_content .light-blue {
    background: #C3D0FD;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #3C3C3C;
}

.rte ul {
    list-style: none;
    line-height: 1.5;
    overflow: hidden;
}
.pr15 {
    padding-right:15px;
}
.rte ul.col-2 > * {
    width: 50%;
    float: left;
}
.rte ul li {
    margin: 5px 0;
    padding: 0 15px;
    position: relative;
}

.rte ul li:before {
    content: "•";
    color: #27509b;
    font-size: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    display: block;
}

.ie8 .dashboard-innovation #dashboard-container .dashboard-element a.button img {
    margin-bottom:5px;
    margin-bottom:3px;
}
.bx-wrapper ul.bxslider li {
    background: none;
}

.mch_paragraph_downloads.rte li.row {
    background: none;
}

.rte li li {
    width: auto;
    float: none;
    margin: 0;
    background: url('../images/css/bullet-n2.png') no-repeat 0 8px;
    padding-left: 0 10px;
}

.rte .illustrated-number {
    font-family: 'Arial';
    font-size: 1.2142em; /* equiv 17px */
    color: #3C3C3C;
}

.rte .header,
.rte .header-only-desktop {
    font-family: Arial;
    font-style: italic;
    font-size: 1.8rem;
    line-height: 1.444;
    color: #404040;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .rte .illustrated-number {
        display: block;
        margin-bottom: 10px;
    }
    .rte .right {
        float: none;
    }
    .rte .w50 {
        width: auto;
    }
}
.rte .illustrated-number:nth-child(odd) {
    padding-right:20px;
}
.ie8 .rte .illustrated-number {
    padding-right:20px;
}
.rte .illustrated-number .big-yellow {
    font-size: 2.857142857em; /* equiv to 40px */
    font-family: 'Arial-Black', 'Arial Bold', Gadget, sans-serif;
    color: #FCE500;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFE800), to(#E0B205));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    float: left;
    margin-right: 10px;
    white-space: nowrap;
}

.rte .bg-grey {
    padding: 10px;
    background: #EFF0F4;
}

.rte a {
    font-family: 'Arial';
    font-style: italic;
    font-weight: bold;
    color: #27509b;
    text-decoration: none;
}

.rte a.arrow-right {
    background: url("../images/btn-arrow-right.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    padding-right: 20px;
    padding-left: 0;
}

.rte a:hover, .rte a:focus  {
    text-decoration: underline;
}

#infscr-loading {
    text-align: center;
}

/*placeholder color for ie*/
.placeholder { color: #959595; }
/*placeholder color for ie*/

#main {
    background: #fff;
}
#main .headline,
.dashboard .headline {
    font-family: arial;
    font-style: italic;
}

@media (max-width: 768px) {
    #main .headline {
        width: 100%;
    }
}

.btn-top {
    border: none;
    background: #FFE800;
    background: -moz-linear-gradient(top, #FFE800  0%, #E1B410 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFE800), color-stop(100%,#E1B410)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #FFE800 0%,#E1B410 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #FFE800 0%,#E1B410 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #FFE800 0%,#E1B410 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #FFE800 0%,#E1B410 100%); /* W3C */
   /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE800', endColorstr='#E1B410',GradientType=0 ); /* IE6-9 */*/
    background: #FFE800 url('../images/css/yellow-button.png') bottom repeat-x;
    font-weight: bold;
    color: #3C3C3C;
    text-decoration: none;
}
.btn-top:hover {
    background: #FFD500 url('../images/css/yellow-button-over.png') bottom repeat-x;
}
/***** utilities ****/

.hidden, .accordion-hidden {
    display: none;
}

.partially-hidden {
    height: 100px;
    overflow: hidden;
}

.inline {
    display: inline;
}

.relative {
    position: relative;
}

/****** Resonsive classes *****/

.mw-768 {
    max-width: 768px;
}
.mw-1024 {
    max-width: 1024px;
}
.mw-1054 {
    max-width: 1054px;
}

.mw-1280 {
    max-width: 1280px;
}
.mw-1400 {
    max-width: 1400px;
}


.linear-blue {
    background: #27509b; 
}

.linear-lightblue {
    background: #e6e6e6;
}

.linear-grey {
    background: #F0F0F0;
}

/**** smart width for fluid design ****/
.wrapper-smart-width {
    max-width: 100%;
    padding: 0 40px;
    margin-left: auto;
    margin-right: auto;
}

.long-content-display .layer-suggestion {
    margin-left: -40px;
    margin-right: -40px;
}

.symex-download.finance {
    font-family: 'Arial-Black', 'Arial Bold', Gadget, sans-serif;
    font-style: italic;
    color: #009;
    font-weight: normal;
}
.symex-download.finance input{
    border: 1px solid #DEE2E7;
}

.symex-download.finance #symex-form {
    margin-top: 10px;
}

@media (min-width: 1280px) {
    .wrapper-smart-width {
        max-width: 1600px;
    }
}

@media (max-width: 960px) {
    #choose-profil select.chosen-select {
        border: 1px solid #E0E2E1;
        box-shadow: 0 1px 0 #fff inset;
        padding: 8px;
        background: #fff url('../images/angle-down.png') no-repeat 95% center;
        font-style: italic;
        font-family: 'Arial-Black', 'Arial Bold', Gadget, sans-serif;
        color: #7A7979;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .wrapper-smart-width {
        padding: 0 20px;
    }

    blockquote {
        width: 100%!important;
        margin-left: 0!important;
        margin-right: 0!important;
    }

    .rte li {
        width: 100%;
        float: none;
    }

    .long-content-display .layer-suggestion {
        margin-left: -20px;
        margin-right: -20px;
    }

    .rte .illustrated-number .big-yellow {
        background: none;
        color: #FCE500;
        -webkit-text-fill-color: #FCE500;
    }

}

@media (max-width: 768px) {
    .wrapper-smart-width {
        max-width: 100%;
        padding: 0 10px;
    }
    #gl2 {
        left: 0;
        right: 0;
    }
    #gl2-panel .gl2-category {
        max-height: 4022px !important;
        height:  auto !important;
        min-height: auto !important;
        width: 100% !important;
        width: 100%;
    }
    #gl2-panel .gl2-category .gl2-block {
        position: unset !important;
        overflow: hidden;
        width: 100%;
    }
    #gl2-panel .gl2-category .gl2-block .pam {
         bottom: 0;
        height: 100%;
        position: relative;
        top: 0;
    }
    #gl2-panel .gl2-block-size-medium {
        width:  100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        float: left;
    }
    #gl2-panel .gl2-block-size-medium .gl2-bg.large-hidden {
        width:  100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        float: left;
    }

    #gl2-panel .gl2-block-size-large {
        width:  100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    #gl2-panel .gl2-block-size-small {
        width:  100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        float: left;
    }
    #gl2-panel {
        height:  auto !important;
        max-height: auto !important;
        min-height: auto !important;
    }
    .gl2-block .gl2-content-image img {
        width: 100% !important;
        max-width: 100% !important;
    }
    .rte .illustrated-number .big-yellow {
        white-space: initial;
    }
    
    .wrapper-smart-width .direct-calendar-list .calendar-element.selected {
        left: 25px !important;
        right: 25px !important;
        width: auto;
        top: auto !important;
    }
}

/**** Long Content Display ****/
.long-content-display {
    position: relative;
    box-shadow: 0 0 20px #999;
}
.ie8 .long-content-display ,
.ie9 .long-content-display {
    margin: 0 9px;
}
.ie8 .long-content-display:before ,
.ie9 .long-content-display:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -9px;
    width: 9px;
    height: 100%;
    background: url(../images/css/shadow-left.png) repeat-y;
}
.ie8 .long-content-display:after ,
.ie9 .long-content-display:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -9px;
    width: 9px;
    height: 100%;
    background: url(../images/css/shadow-right.png) repeat-y;
}
.ie8 .long-content-display.top ,
.ie9 .long-content-display.top {
    position: relative;
    margin: 0 9px;
    height: 9px;
    background: url(../images/css/shadow-top.png) repeat-x;
}
.ie8 .long-content-display.top:before ,
.ie9 .long-content-display.top:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -9px;
    width: 9px;
    height: 9px;
    background: url(../images/css/shadow-top.png) repeat-x 0 -9px;
}
.ie8 .long-content-display.top:after ,
.ie9 .long-content-display.top:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -9px;
    width: 9px;
    height: 9px;
    background: url(../images/css/shadow-top.png) repeat-x 0 -18px;
}
.ie8 .long-content-display.bottom ,
.ie9 .long-content-display.bottom {
    position: relative;
    margin: 0 9px;
    height: 9px;
    background: url(../images/css/shadow-bottom.png) repeat-x;
}
.ie8 .long-content-display.bottom:before ,
.ie9 .long-content-display.bottom:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -9px;
    width: 9px;
    height: 9px;
    background: url(../images/css/shadow-bottom.png) repeat-x 0 -9px;
}
.ie8 .long-content-display.bottom:after ,
.ie9 .long-content-display.bottom:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -9px;
    width: 9px;
    height: 9px;
    background: url(../images/css/shadow-bottom.png) repeat-x 0 -18px;
}

.long-content-display .content,
.long-content-display-innovation .content,
.long-content-display-profil .content {
    padding-bottom: 40px;
}

.long-content-display .close-top {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1;
}
.long-content-display .close-top a span {
    width: 30px;
    height: 30px;
    text-align: center;
}
.long-content-display .close-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* Contact display fix */
.contact .second-step h2 {
    padding-right: 75px;
}
@media (max-width: 768px) {
    #contact-form-full {
        margin-right: 15px;
    }
}



@media (max-width: 768px) {
    .breadcrumb a, .breadcrumb span {
        font-size: 0.7em;
    }
}

/* Anomalie #260451 */
.inner-paragraph.mvm.rte .wrapper-image a img {
    clear:both;
    overflow: hidden;
    display: block;
}

/* Size SVG mch_geomap_universe_icon */
.universe_slide {
    width: 173px;
    height: 68px;
}

.universe_list {
    width: 49px;
    height: 17px;
}
.article-date {
      font-size: 1em;
      font-weight: bold;
      font-style: italic;
      float: right;
      padding-right: 30px;
      position: relative;
}

.phm .article-date {
    padding-right: 10px;
}

/* Evolution #377972 */
.article.init .mtl.txtcenter select {
    max-width: 100%;
}

.form.contact {
    margin-bottom: 30px;
}

#main .scrollbar-outer > .scroll-element {
    background: none;
}