/*=======================================
=            FONT REFERENCES            =
========================================*/
/* taken from concatenated.css */
/*
@font-face {
    font-family: 'FuturaStd';
    src: url("/files/live/sites/shared_arkema/files/animation/font/FuturaStd-Light.woff");
    font-weight: 200
}
@font-face {
    font-family: 'FuturaStd Book';
    src: url("../files/live/sites/shared_arkema/files/animation/arkema-au-quotidien/css/../temp/fonts/FuturaStd-book.woff");
    font-weight: 200
}
@font-face {
    font-family: 'FuturaStd';
    src: url("../files/live/sites/shared_arkema/files/animation/arkema-au-quotidien/css/../temp/fonts/FuturaStd-medium.woff");
    font-weight: normal
}
@font-face {
    font-family: 'FuturaStd Bold';
    src: url("../files/live/sites/shared_arkema/files/animation/arkema-au-quotidien/css/../temp/fonts/FuturaStd-bold.woff");
    font-weight: bold
}
/*
@font-face {
    font-family: 'ItcBlairCom';
    src: url("../files/live/sites/shared_arkema/files/animation/arkema-au-quotidien/css/../temp/fonts/itcblaircom-light.woff");
    font-weight: 200
}
@font-face {
    font-family: 'ItcBlairCom';
    src: url("../files/live/sites/shared_arkema/files/animation/arkema-au-quotidien/css/../temp/fonts/itcblaircom-medium.woff");
    font-weight: normal
}
@font-face {
    font-family: 'ItcBlairCom';
    src: url("../files/live/sites/shared_arkema/files/animation/arkema-au-quotidien/css/../temp/fonts/itcblaircom-bold.woff");
    font-weight: bold
}
*/

/*
COLORS:
darkblue: #15375B
lightblue: #80cbe4;
*/

/*=============================
=            TEXTS            =
==============================*/

/*title level 1*/

#arkema_quotidien_hippie {
    text-align: center;
    max-width: 100%;
}

.arkema_hippie_h1 {
    display: inline-block;
    margin: 20px 0;
}

.arkema_hippie_h1_dot {
    width: 7px;
    height: 7px;
    background: #80cbe4;
    border-radius: 50%;
    display: inline-block;
    margin: 14px 12px;
}

.arkema_hippie_h1 strong {
    display: inline-block;
    background-color: #80cbe4;
    border-radius: 50px 50px 50px 50px;
    font-family: 'FuturaStd';
    font-size: 20px;
    line-height: 21px;
    color: #fff;
    padding: 9px 30px;
    margin: 0 7px;
    font-weight: normal;
}



/*title level 2*/

.arkema_hippie_h2 {
    font-family: 'FuturaStd Book';
    font-size: 16px;
    color: #15375B;
    text-transform: uppercase;
    margin: 10px 0;
}


/*spacer*/
.arkema_hippie_spacer {
    border: none;
    height: 3px;
    background: url(https://www.arkema.com/files/live/sites/shared_arkema/files/animation/arkema-au-quotidien/img/dotted.png) center top repeat-x;
    margin: 48px auto 29px auto;
    max-width: 70%;
}



/*===================================
=            IMAGES MAPS            =
====================================*/

/*map 1*/
#arkema_hippie_imagemap_1 {
    margin-top: 16px;
}
#arkema_hippie_imagemap_1 .arkema_hippie_imagemap_marker {
    margin-left: -17px;
    margin-top: -28px;
}


/*map 2*/
#arkema_hippie_imagemap_2 {
    margin-top: 28px;
}
#arkema_hippie_imagemap_2 .arkema_hippie_imagemap_marker {
    margin-left: 0;
    margin-top: 0;
}


/*map commons*/
.arkema_hippie_imagemap {
    position: relative;
    margin: 0 auto;
}
.arkema_hippie_imagemap_image {
    position: relative;
    max-width: 100%;
    height: auto;
}
.arkema_hippie_imagemap_marker {
    position: absolute;
    z-index: 10;
    width: 20px;
    height: 27px;
    background: url(https://www.arkema.com/files/live/sites/shared_arkema/files/animation/arkema-au-quotidien/img/marker.png) top left no-repeat;
    cursor: pointer;
}
.arkema_hippie_imagemap_marker_note {
    background: url(https://www.arkema.com/files/live/sites/shared_arkema/files/animation/arkema-au-quotidien/img/note.png) top left no-repeat;
    position: absolute;
    width: 156px;
    top: 27px;
    left: 10px;
    z-index: 20;
    color: #18385B;
    font-family: 'FuturaStd';
    padding: 14px 19px;
    display: none;
    line-height: 11px;
}
.arkema_hippie_imagemap_marker_note.active {
    display: block;
}
.arkema_hippie_imagemap_marker_note p {
    font-size: 13px;
    line-height: 15px;
    font-weight: 200
}
.arkema_hippie_imagemap_marker_note p.title {
    font-family: 'FuturaStd';
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
}



/*====================================
=            MEDIAQUERIES            =
====================================*/

@media only screen and (min-width: 375px) { /* iphone 6 */
}

@media only screen and (min-width: 414px) { /* iphone 6 */
}

@media only screen and (min-width: 768px) { /* ipad */
    .arkema_hippie_h1 strong {
        padding: 9px 60px;
    }
}

@media only screen and (min-width: 1025px) { /* ipad */
}
