body, h1, h2, h3, h4, h5, h6, p, ul, ol, form, input {
    padding: 0; margin: 0;
}

body {
    background: url('../medias/images/footer-repeat.png');
    font-size: 1em;
}

.overflow {
    overflow: hidden;
}

.input-text, 
.textarea, 
.select {
    -webkit-border-radius: 6px;    
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    padding: 5px;
    margin: 0;
    color: #a8a8a8;
    background: url('../css/fonts/')
}

.input-text.error,
.textarea.error,
.select.error {
    border-color: #ee6557;
}

#top-wrapper {
    width: 100%;
    /*height: 140px;*/
    height: auto;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
}

#header-wrapper {
    background: url('../medias/images/header-background.png') no-repeat top center #171717;
}

#header {
    height: 69px;
    /*max-width: 980px;*/
    max-width: 960px;
    width: 100%;
    padding-top: 12px;
    margin: 0 auto;
}

#header-inner {
    overflow: hidden;
    /*padding: 0 2.04081632653061%;*/ /* 20px / 980px */
    padding: 0 1.04166666666667%; /* 10px / 960px */
}

.pdw-logo {
    display: block;
}

.pdw-logo img {
    border: none;
    max-width: 100%;
}

#header .pdw-logo {
    float: left;
    width: 24.25531914893617%; /* 228px / 940px */
    margin-top: 8px;
}

#header-right-top,
#header-right-bottom {
    float: right;
    width: 71.80851063829787%; /* 675px / 940px */
}

#header-right-top .float {
    float: right;
    margin-left: 2.96296296296296%; /* 20px / 675px */
}

#search-form .input-text {
    border: none;
    background: url('../medias/images/search.png') no-repeat 95% 50% #292929;
    padding: 5px 25px 5px 5px;
    width: 150px;
}

#language-switcher {
    list-style-type: none;
}

#language-switcher li {
    float: left;
    margin: 0 2px;
}

#language-switcher a {
    display: block;
    width: 25px;
    text-align: center;
    height: 21px; padding-top: 6px;
    text-decoration: none;
    text-transform: uppercase;
    color: #a8a8a8;
    background-image: url('../medias/images/language-background.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

#language-switcher a:hover,
#language-switcher .active {
    background-position: 0 -27px;
    color: #FFF;
}

.social-links {
    list-style-type: none;
    overflow: hidden;
}

.social-links:hover .social-link {
    opacity: 0.5;
}

.social-links li {
    float: left;
    margin: 0 4px;
}

.social-link {
    width: 24px;
    height: 24px;
    display: block;
    background-image: url('../medias/images/social-icons.png');
    background-repeat: no-repeat;
    /*-webkit-transition: background-position 75ms linear;
    -moz-transition: background-position 75ms linear;
    -ms-transition: background-position 75ms linear;
    -o-transition: background-position 75ms linear;
    transition: background-position 75ms linear;*/
    -webkit-transition: opacity 100ms linear;
    -moz-transition: opacity 100ms linear;
    -ms-transition: opacity 100ms linear;
    -o-transition: opacity 100ms linear;
    transition: opacity 100ms linear;
}

.social-links .social-link:hover {
    opacity: 1;
}

.social-link.google {
    background-position: 0 0;
}
.social-link.google:hover {
    background-position: 0 -24px;
}

.social-link.facebook {
    background-position: -24px 0;
}
.social-link.facebook:hover {
    background-position: -24px -24px;
}

.social-link.twitter {
    background-position: -48px 0;
}
.social-link.twitter:hover {
    background-position: -48px -24px;
}

.social-link.linkedin {
    background-position: -72px 0;
}
.social-link.linkedin:hover {
    background-position: -72px -24px;
}

.nav-menu {
    list-style-type: none;
    overflow: hidden;
}

.nav-menu li {
    position: relative;
    float: left;
    line-height: 1em;
}

#header .nav-menu li {
    padding: 0 9px;
}

#header .nav-menu li:first-child {
    padding-left: 0 !important;
}

#header .nav-menu {
    padding-top: 1.48148148148148%; /* 10px / 675px */
    padding-right: 1.18518518518519%; /* 8px / 675px */
    float: right;
}

.nav-menu a {
    text-decoration: none;
    text-transform: uppercase;
    color: #a8a8a8;
    line-height: 1em;
}

.nav-menu a:hover,
.nav-menu .active,
#footer .menu .active {
    color: #FFF;
}

.quote-link {
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #FFF;
}

#header .quote-link {
    width: 123px;
    height: 27px;
    padding-top: 6px;
    float: right;
    margin-top: 0.74074074074074%; /* 5px / 675px */
    font-size: 0.875em; /* 14px / 16px */
    line-height: 1em; /* 14px */
    background-repeat: no-repeat;
    background-image: url('../medias/images/quote-tooltip.png?v2');
    -webkit-transition: background-image 75ms linear;
    -moz-transition: background-image 75ms linear;
    -ms-transition: background-image 75ms linear;
    -o-transition: background-image 75ms linear;
    transition: background-image 75ms linear;
}

#header .quote-link:hover {
    background-image: url('../medias/images/quote-tooltip-hover.png?v2');
}

#header-under-wrapper {
    background: url('../medias/images/header-shadow.png') no-repeat bottom center;
    padding-bottom: 15px;
}

#header-under {
    height: 39px;
    width: 100%;
    background: #FFF;
}

#header-under .services-menu,
#header-under .nav-menu {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}

.services-menu,
.nav-menu {
    list-style-type: none;
}

.services-menu li,
#header-under .nav-menu li {
    float: left;
    line-height: 19px;
    height: 100%;
    position: relative;
}

.services-menu li > a,
#header-under .nav-menu li > a,
.services-menu-phone span {
    text-decoration: none;
    display: block;
    color: #3a3a3a;
    text-transform: uppercase;
    padding: 10px 11px;
    -webkit-transition: color 100ms, background-color 100ms linear;
    -moz-transition: color 100ms, background-color 100ms linear;
    -ms-transition: color 100ms, background-color 100ms linear;
    -o-transition: color 100ms, background-color 100ms linear;
    transition: color 100ms, background-color 100ms linear;
}

.sub-menu {
    position: absolute;
    left: 0;
    top: 39px;
    background: #FFF;
    border: 1px solid;
    border-top-width: 4px;
    background: #FFF;
    -webkit-transition: opacity 100ms linear;
    -moz-transition: opacity 100ms linear;
    -ms-transition: opacity 100ms linear;
    -o-transition: opacity 100ms linear;
    transition: opacity 100ms linear;
    opacity: 0;
    visibility: hidden;
    min-width: 190px;
    -webkit-box-shadow:  0px 3px 3px 1px rgba(00, 00, 00, 0.15);
    box-shadow:  0px 3px 3px 1px rgba(00, 00, 00, 0.15);
}

.services-menu .sub-menu a {
    text-transform: none;
    color: #7d7d7d;
    padding: 0;
}

.sub-menu .menu {
    padding: 10px 10px 25px;
}

.sub-menu ul {
    list-style-type: none;
}

.sub-menu li {
    float: none;
    white-space: nowrap;
}

.sub-menu.sub-menu-right {
    left: auto;
    right: 0;
}

#header-under .services-menu :hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.sub-menu .picto-container {
    width: 100%;
    height: 30px;
}

.sub-menu .picto {
    background-image: url('../medias/images/menu-sprite-small.png?v2');
    background-repeat: no-repeat;
    background-position: top center;
    width: 41px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    top: -9px;
}

.service-consulting .picto {
    background-position: 0 0;
}
.service-design .picto {
    background-position: 0 -40px;
}
.service-website-creation .picto {
    background-position: 0 -80px;
}
.service-e-commerce .picto {
    background-position: 0 -120px;
}
.service-seo .picto {
    background-position: 0 -160px;
}
.service-e-marketing .picto {
    background-position: 0 -200px;
}
.service-mobile .picto {
    background-position: 0 -240px;
}
.service-video .picto {
    background-position: 0 -280px;
}
.service-gaming .picto {
    background-position: 0 -320px;
}
.service-support .picto {
    background-position: 0 -360px;
}

.services-menu-phone .services-menu li {
    border-bottom: 1px solid;
}

.services-menu .service-consulting:hover .sub-menu,
.services-menu-phone li.service-consulting {
    border-color: #4aac51;
}
.services-menu .service-design:hover .sub-menu,
.services-menu-phone li.service-design {
    border-color: #8eb645;
}
.services-menu .service-website-creation:hover .sub-menu,
.services-menu-phone li.service-website-creation {
    border-color: #ffc200;
}
.services-menu .service-e-commerce:hover .sub-menu,
.services-menu-phone li.service-e-commerce {
    border-color: #f98200;
}
.services-menu .service-seo:hover .sub-menu,
.services-menu-phone li.service-seo {
    border-color: #ee6557;
}
.services-menu .service-e-marketing:hover .sub-menu,
.services-menu-phone li.service-e-marketing {
    border-color: #f752ac;
}
.services-menu .service-mobile:hover .sub-menu,
.services-menu-phone li.service-mobile {
    border-color: #9e5dc9;
}
.services-menu .service-video:hover .sub-menu,
.services-menu-phone li.service-video {
    border-color: #5672d8;
}
.services-menu .service-gaming:hover .sub-menu,
.services-menu-phone li.service-gaming {
    border-color: #4ec3ed;
}
.services-menu .service-support:hover .sub-menu,
.services-menu-phone li.service-support {
    border-color: #00bfba;
}

.services-menu .service-consulting:hover > a,
.services-menu .service-consulting.active > a,
.service-consulting .picto-container,
.services-menu-phone .service-consulting,
.services-menu-phone .service-consulting:hover span,
.services-menu-phone .service-consulting.active span {
    background-color: #4aac51;
}
.services-menu .service-design:hover > a,
.services-menu .service-design.active > a,
.service-design .picto-container,
.services-menu-phone .service-design,
.services-menu-phone .service-design:hover span,
.services-menu-phone .service-design.active span {
    background-color: #8eb645;
}
.services-menu .service-website-creation:hover > a,
.services-menu .service-website-creation.active > a,
.service-website-creation .picto-container,
.services-menu-phone .service-website-creation,
.services-menu-phone .service-website-creation:hover span,
.services-menu-phone .service-website-creation.active span {
    background-color: #ffc200;
}
.services-menu .service-e-commerce:hover > a,
.services-menu .service-e-commerce.active > a,
.service-e-commerce .picto-container,
.services-menu-phone .service-e-commerce,
.services-menu-phone .service-e-commerce:hover span,
.services-menu-phone .service-e-commerce.active span {
    background-color: #f98200;
}
.services-menu .service-seo:hover > a,
.services-menu .service-seo.active > a,
.service-seo .picto-container,
.services-menu-phone .service-seo,
.services-menu-phone .service-seo:hover span,
.services-menu-phone .service-seo.active span {
    background-color: #ee6557;
}
.services-menu .service-e-marketing:hover > a,
.services-menu .service-e-marketing.active > a,
.service-e-marketing .picto-container,
.services-menu-phone .service-e-marketing,
.services-menu-phone .service-e-marketing:hover span,
.services-menu-phone .service-e-marketing.active span {
    background-color: #f752ac;
}
.services-menu .service-mobile:hover > a,
.services-menu .service-mobile.active > a,
.service-mobile .picto-container,
.services-menu-phone .service-mobile,
.services-menu-phone .service-mobile:hover span,
.services-menu-phone .service-mobile.active span {
    background-color: #9e5dc9;
}
.services-menu .service-video:hover > a,
.services-menu .service-video.active > a,
.service-video .picto-container,
.services-menu-phone .service-video,
.services-menu-phone .service-video:hover span,
.services-menu-phone .service-video.active span {
    background-color: #5672d8;
}
.services-menu .service-gaming> a,
.services-menu .service-gaming.active > a,
.services-menu-phone .service-gaming,
.services-menu-phone .service-gaming span,
.services-menu-phone .service-gaming.active span {
    background-color: #4ec3ed !important;
    color: #fff;
}

.service-gaming .picto-container
{
    background-color: #4ec3ed;
}
.services-menu .service-support:hover > a,
.services-menu .service-support.active > a,
.service-support .picto-container,
.services-menu-phone .service-support,
.services-menu-phone .service-support:hover span,
.services-menu-phone .service-support.active span {
    background-color: #00bfba;
}

.service-consulting .sub-menu :hover,
.service-consulting .sub-menu .active {
    color: #4aac51;
}
.service-design .sub-menu :hover,
.service-design .sub-menu .active {
    color: #8eb645;
}
.service-website-creation .sub-menu :hover,
.service-website-creation .sub-menu .active {
    color: #ffc200;
}
.service-e-commerce .sub-menu :hover,
.service-e-commerce .sub-menu .active {
    color: #f98200;
}
.service-seo .sub-menu :hover,
.service-seo .sub-menu .active {
    color: #ee6557;
}
.service-e-marketing .sub-menu :hover,
.service-e-marketing .sub-menu .active {
    color: #f752ac;
}
.service-mobile .sub-menu :hover,
.service-mobile .sub-menu .active {
    color: #9e5dc9;
}
.service-video .sub-menu :hover,
.service-video .sub-menu .active {
    color: #5672d8;
}
.service-gaming .sub-menu :hover,
.service-gaming .sub-menu .active {
    color: #4ec3ed;
}
.service-support .sub-menu :hover,
.service-support .sub-menu .active {
    color: #00bfba;
}

.services-menu .active > a,
.services-menu :hover > a,
.services-menu-phone :hover > span,
.services-menu-phone .active span {
    color: #FFF;
}

#content-wrapper {
    background-color: #FFF;
    padding: 160px 0 15px 0;
}

.references-list #content-wrapper {
    padding-top: 169px;
}

.home #content-wrapper,
.service-page #content-wrapper,
.reference #content-wrapper {
    padding-top: 120px;
}

.clearfix {
    width: 100%;
    clear: both;
    overflow: hidden;
    height: 1px;
    line-height: 1px;
}

.content-separator {
    color: #dcdcdc;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    background: url('../medias/images/grey-border.png') repeat-x 0 50%;
}

.content-separator span {
    background: #FFF;
    display: inline-block;
    padding: 18px 10px;
}

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

.content-inner {
    padding: 0 1.04166666666667%; /* 10px / 960px */
}

.home h2 span {
    float: left;
    width: 50%;
}

.box-left {
    float: left;
}

.box-right {
    float: right;
}

.box img {
    max-width: 100%;
}

.button {
    background: url('../medias/images/goto-arrow.png') no-repeat 96% 50% #e7e7e7;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #3a3a3a;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    padding: 6px 0;
    -webkit-transition: background-color 75ms linear;
    -moz-transition: background-color 75ms linear;
    -ms-transition: background-color 75ms linear;
    -o-transition: background-color 75ms linear;
    transition: background-color 75ms linear;
}

.button:hover {
    background-color: #f0f0f0;
}

.button.branding-button {
    background: #ef6758;
    display: inline-block;
    color: #FFF;
    margin-top: 3.26086956521739%; /* 15px / 460px */
    padding: 1.30434782608696% 3.04347826086957%; /* 6px / 460px  | 14px / 460px */
}

.button.branding-button:hover {
    background: #f77567;
}

.button.button-more {
    display: inline-block;
    font-size: 0.75em; /* 12px / 16px */
    padding: 5px 0;
}

.button.last {
    margin-right: 0;
}

.text-container p {
    margin-bottom: 1.02040816326531%; /* 10px / 980px */
}

.text-container li {
    font-size: 0.75em; /* 12px / 16px */
}

.text-container a {
    color: #ef6758;
}
.text-container a:hover {
     color: #f77567;
 }

.text-container img {
    max-width: 100%;
    display: block;
}

.more-link {
    background: url('../medias/images/more-arrow.png') no-repeat 100% 49%;
    text-decoration: none;
    color: #3a3a3a;
    display: inline-block;
    text-transform: uppercase;
    padding-right: 15px;
}

h2 .more-link {
    float: right;
    text-align: right;
    width: 28.5%;
    padding-right: 1.5%;
    position: relative;
    z-index: 0;
}

.home .content h2 {
    font-size: 2.4375em; /* 39px / 16px */
    margin-bottom: 1.53061224489796%; /* 15px / 980px */
}

.home .content h2 .more-link {
    font-size: 0.3076923076923077em; /* 12px / 39px */
}

#footer-wrapper {
    background: url('../medias/images/footer-repeat.png');
}

#footer {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

#footer-inner {
    padding: 2.60416666666667% 1.04166666666667% 1.5625%; /* 25px / 960px */ /*10px / 960px */ /* 15px / 960px */
    overflow: hidden;
}

#footer-left {
    float: left;
    width: 74.46808510638298%; /* 700px / 940px */
}

#footer-right {
    float: right;
    width: 24.46808510638298%; /* 230px / 940px */
}

#footer-right .pdw-logo {
    margin-bottom: 10.8695652173913%; /* 25px / 230px */
    width: 99.1304347826087%; /* 228px / 230px */
}

#footer-right .social-links {
    float: right;
}

#footer .menu a {
    color: #a8a8a8;
    line-height: normal;
}

#footer .menu a:hover {
    color: #FFF;
}

#footer .nav-menu {
    margin-bottom: 2.14285714285714%; /* 15px / 700px */
}

#footer .nav-menu li {
    line-height: 1.25em; /* 20px / 16px */
    margin-right: 2.85714285714286%; /* 20px / 700px */
}

#footer .services-menu {
    overflow: hidden;
    margin-bottom: 2.14285714285714%; /* 15px / 700px */
}

#footer .services-menu li {
    line-height: 0.875em; /* 14px / 16px */
    margin-right: 1.42857142857143%; /* 10px / 700px */
    margin-bottom: 1.42857142857143%; /* 10px / 700px */
}

#footer .services-menu a {
    padding: 0;
    font-size: 0.875em; /* 14px / 16px */
    line-height: 1em;
}

#copyright {
    color: #a8a8a8;
}

#copyright a {
    color: #ef6758;
}
#copyright a:hover {
    color: #f77567;
}

#signature {
    overflow: hidden;
    width: 100%;
    text-align: right;
    padding-top: 5.31914893617021%; /* 50px / 940px */
    display: none;
}

#signature a {
    color: #a8a8a8;
    text-decoration: none;
}

#signature a:hover {
    color: #FFF;
}

#signature img {
    border: none;
    vertical-align: middle;
}

/* HOME WEB AGENCY */
#first-web-agency .box-right {
    width: 50.63829787234043%; /* 476px / 940px */
    margin-right: -4.78723404255319%; /* 45px / 940px */
}

#first-web-agency .button {
    float: left;
    width: 44.82608695652174%; /* 220px / 460px --> 47 - 3 (padding-left) */
    margin-right: 2.17391304347826%; /* 10px / 460px */
    padding-left: 3%;
}

#first-web-agency .button.last {
    margin-right: 0;
}

#first-web-agency .text-container p {
    margin-bottom: 1.73913043478261%; /* 8px / 460px */
}

/* CLIENT TYPES LIST */
.home-client-type {
    overflow: hidden;
    padding-top: 2.17391304347826%; /* 10px / 460px */
}

.home-client-type .float {
    float: left;
    margin-left: 2.17391304347826%; /* 10px / 460px */
}

.home-client-type .float:first-child {
    margin-left: 0;
    padding-top: 2.17391304347826%; /* 10px / 460px */
}

.home-client-type h3 {
    color: #5d5d61;
}

.client-type-list {
    list-style-type: none;
    overflow: hidden;
    padding-left: 0 !important;
}

.client-type-list li {
    float: left;
    width: 24.54545454545455%; /* 54px / 220px */
    max-width: 54px;
    height: 100%;
}

.client-type-list a {
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #5b5b5b;
}

.client-type-list .sprite {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 9.25925925925926%; /* 5px / 54px */
    max-height: 51px;
}

.client-type-list img {
    display: block;
    border: none;
    margin: 0 !important;
}

.client-type-list .sprite img {
    max-width: 100%;
    max-height: 51px;
}

.client-type-list .sprite img:first-child {
    position: absolute;
    max-width: 400%;
    max-height: none;
    top: 0;
    left: 0;
    display: block;
    border: none;
    transition: top 200ms;
    -moz-transition: top 200ms;
    -webkit-transition: top 200ms;
    -o-transition: top 200ms;
}

.client-type-list .client-tpe img:first-child {

}
.client-type-list .client-tpe:hover img:first-child {
    top: -100%;
}

.client-type-list .client-pme img:first-child {
    left: -100%;
}
.client-type-list .client-pme:hover img:first-child {
    top: -100%;
    left: -100%;
}

.client-type-list .client-account img:first-child {
    left: -200%;
}
.client-type-list .client-account:hover img:first-child {
    top: -100%;
    left: -200%;
}

.client-type-list .client-public img:first-child {
    left: -300%;
}
.client-type-list .client-public:hover img:first-child {
    top: -100%;
    left: -300%;
}

/* HOME NEWS */
#home-news {
    overflow: hidden;
}

.home-news-item {
    float: left;
    margin-left: 2.12765957446809%; /* 20px / 940px */
}

#home-news div .home-news-item:first-child {
    margin-left: 0;
}

.home-news-item .button-more {
    padding-left: 4%; /* 12px / 300px */
    padding-right: 10%; /* 30px / 300px */
    margin-top: 3.33333333333333%; /* 10px / 300px */
}

.home-news-item .news-title,
.press-list a {
    font-size: 1.1875em; /* 19px / 16px */
    margin-bottom: 1.66666666666667%; /* 5px / 300px; */
}

.home-news-item .news-title a,
.press-list a {
    text-decoration: none;
    color: #3a3a3a;
    -webkit-transition: color 75ms linear;
    -moz-transition: color 75ms linear;
    -ms-transition: color 75ms linear;
    -o-transition: color 75ms linear;
    transition: color 75ms linear;
}

.home-news-item .news-title :hover,
.press-list a:hover {
    color: #4ec3ed;
}

.home-news-item .news-date {
    color: #a8a8a8;
    display: block;
    margin-bottom: 1.66666666666667%; /* 5px / 300px; */
}

.home-news-item .news-brief * {
    color: #a8a8a8;
}

.home-news-item .news-picture img {
    max-width: 100%;
    border: none;
}

.home-news-item .news-picture,
.home-news-item .news-details {
    float: left;
}

.home-news-item .news-picture {
    margin-right: 4.34782608695652%; /* 20px / 460px */
}

#home-news .cycle-item {
    overflow: hidden;
    width: 100% !important;
}

/* HOME REFERENCES + REFERENCES */
#home-references {
    overflow: hidden;
    position: relative;
}

#home-references .more-link,
#home-news .more-link {
    float: left;
    padding: 0;
    margin: 10px 0;
    display: block;
    position: relative;
    left: 50%;
    background: none;
}

#home-references .more-link span,
#home-news .more-link span {
    float: left;
    position: relative;
    right: 50%;
}

#home-news-wrapper {
    clear: left;
    width: 100% !important;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    transition: height .2s ease;
}

#home-references .cycle-item {
    width: 100% !important;
}

.reference-item {
    max-width: 220px;
    height: 170px;
    margin: 10px;
    float: left;
    position: relative;
    cursor: pointer;
}

.reference-item.isotope-item {
    width: 220px;
}

.home .reference-item {
    width: 220px;
    margin: 0 0 0 20px;
}

.reference-item .reference-infos {
    width: 100%;
    height: 100%;
    background: url('../medias/images/home-ref-background.png');
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 75ms linear;
    -moz-transition: opacity 75ms linear;
    -ms-transition: opacity 75ms linear;
    -o-transition: opacity 75ms linear;
    transition: opacity 75ms linear;
}

.reference-item .reference-picture-wrapper {
    overflow: hidden;
    -webkit-box-shadow:  0px 0px 2px 2px rgba(00, 00, 00, 0.05);
    box-shadow:  0px 0px 2px 2px rgba(00, 00, 00, 0.05);
}

.reference-item .reference-picture-wrapper img {
    border: 1px solid #e0e0e0;
    position: relative;
    z-index: 0;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

#home-references-wrapper {
    clear: left;
}

#home-references-wrapper .reference-item:first-child {
    margin-left: 0;
}

.reference-item:hover .reference-infos {
    visibility: visible;
    opacity: 1;
}

.reference-item .reference-name {
    color: #FFF;
    text-align: center;
    line-height: 0.9em;
}

.reference-item .reference-name a {
    text-decoration: none;
    color: #FFF;
}

.reference-item .reference-external {
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    display: block;
    color: #FFF;
}

.reference-item .reference-details-link {
    display: block;
    width: 100%;
    height: auto;
    padding: 14.70588235294118% 0 11.76470588235294%; /* 25px / 170px */ /* 20px / 170px */
}

.reference-item .reference-details-link img {
    border: none;
    max-width: 16.36363636363636%; /* 36px / 220px */
    display: block;
    margin: 0 auto;
}

/* reference page */
.references-list h2 {
    font-size: 3.125em; /* 50px / 16px */
    padding-bottom: 0.53191489361702%; /* 5px / 940px */
    color: #3a3a3a;
}

#filter-form-wrapper {
    overflow: hidden;
}

.references-list #filter-form-wrapper {
    margin-bottom: 2.65957446808511%; /* 25px / 940px */
}

#filter-form-wrapper .dropdown,
#filter-form-wrapper .explain {
    float: left;
    margin-right: 2.12765957446809%; /* 20px / 940px */
}

.explain {
    color: #7d7d7d;
    text-transform: uppercase;
}

#filter-form-wrapper .submit {
    background: #ee6557;
    padding: 7px 10px; /* 7px / 940px | 10px / 940px */
    float: right;
}

#filter-form-wrapper .submit img {
    display: block;
    margin: 0 auto;
}

/* HOME CERTIFICATIONS */
#home-certifications {
    overflow: hidden;
    list-style-type: none;
}

#home-certifications li {
    float: left;
}

#certif-rentic {
    width: 13.29787234042553%; /* 125px / 940px */
}
#certif-adwords {
    width: 11.59574468085106%; /* 109px / 940px */
}
#certif-etic {
    width: 9.57446808510638%; /* 90px / 940px */
}
#certif-w3c {
    width: 8.08510638297872%; /* 76px / 940px */
}
#certif-ogone {
    width: 14.14893617021277%; /* 133px / 940px */
}
#certif-hipay {
    width: 14.14893617021277%; /* 133px / 940px */
}
#certif-magento {
    width: 15.31914893617021%; /* 144px / 940px */
}
#certif-prestashop {
    width: 13.82978723404255%; /* 130px / 940px */
}

#home-certifications img {
    filter: url(filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    max-width: 100%;
    border: none;
}

#home-certifications :hover img {
    filter: none;
    -webkit-filter: grayscale(0);
}

/* HOME 360 */
#service-360 {

}

#service-360 .text-container p {
    text-align: justify;
}

#service-360 h2 {
    margin-bottom: 0;
    margin-top: 15px;
}

#service-360 h3 {
    margin-bottom: 5px;
}

#service-360 .box-right {
    float: left;
    margin-left: 2.12765957446809%; /* 20px / 940px */
}

#service-360 .box-right img {
    max-width: 61.7741935483871%; /* 383px / 620px */
}

#service-360 .box-left {
    width: 31.59574468085106%; /* 297px / 940px */
    max-width: 297px;
}

.service-text {
    display: none;
}

#circle-wrapper {
    position: relative;
}

#circle {
    max-width: 100%;
    position: relative;
    display: block;
    z-index: 0;
}

#circle-wrapper .service-link {
    display: block;
    opacity: 0.4;
    width: 12.45791245791246%; /* 37px / 297px */
    height: 13.8047138047138%; /* 41px / 297px */
    max-height: 41px;
    overflow: hidden;
    position: absolute;
}

#circle-wrapper .service-link:hover,
#circle-wrapper .service-link.active {
    opacity: 1;
}

#circle-wrapper .service-link img {
    max-width: 100%;
    position: absolute;
    left: 0;
    display: block;
    border: none;
}

#circle-wrapper .service-link.service-support {
    left: 32.32323232323232%; /* 96px / 297px */
    top: 6.3973063973064%; /* 19px / 297px */
}
#circle-wrapper .service-link.service-consulting {
    left: 55.21885521885522%; /* 164px / 297px */
    top: 6.3973063973064%; /* 19px / 297px */
}
#circle-wrapper .service-link.service-design {
    left: 74.74747474747475%; /* 222px / 297px */
    top: 20.2020202020202%; /* 60px / 297px */
}
#circle-wrapper .service-link.service-website-creation {
    left: 81.48148148148148%; /* 242px / 297px */
    top: 43.0976430976431%; /* 128px / 297px */
}
#circle-wrapper .service-link.service-e-commerce {
    left: 73.73737373737374%; /* 219px / 297px */
    top: 65.31986531986532%; /* 194px / 297px */
}
#circle-wrapper .service-link.service-seo {
    left: 54.88215488215488%; /* 163px / 297px */
    top: 79.46127946127946%; /* 236px / 297px */
}
#circle-wrapper .service-link.service-e-marketing {
   left: 31.64983164983165%; /* 94px / 297px */
   top: 79.12457912457912%; /* 235px / 297px */
}
#circle-wrapper .service-link.service-mobile {
    left: 13.46801346801347%; /* 40px / 297px */
    top: 65.65656565656566%; /* 195px / 297px */
}
#circle-wrapper .service-link.service-video {
    left: 5.72390572390572%; /* 17px / 297px */
    top: 43.77104377104377%; /* 130px / 297px */
}
#circle-wrapper .service-link.service-gaming {
    left: 12.79461279461279%; /* 38px / 297px */
    top: 20.2020202020202%; /* 60px / 297px */
}

#circle-wrapper .service-link.service-support img {
    top: 0;
}
#circle-wrapper .service-link.service-consulting img {
    top: -100%;
}
#circle-wrapper .service-link.service-design img {
    top: -200%;
}
#circle-wrapper .service-link.service-website-creation img {
    top: -300%;
}
#circle-wrapper .service-link.service-e-commerce img {
    top: -400%;
}
#circle-wrapper .service-link.service-seo img {
    top: -500%;
}
#circle-wrapper .service-link.service-e-marketing img {
    top: -600%;
}
#circle-wrapper .service-link.service-mobile img {
    top: -700%;
}
#circle-wrapper .service-link.service-video img {
    top: -800%;
}
#circle-wrapper .service-link.service-gaming img {
    top: -900%;
}

/* ipad 1024 width fix */
@media screen and (min-width: 980px) and (max-width: 1024px)
{
    #service-360 .visible-desktop {
        display: none !important;
    }

    #service-360 .visible-tablet {
        display: inherit !important;
    }

    #service-360 .button.hidden-desktop {
        display: inherit !important;
    }
}

/* services circle */
#service-360 .button {
    padding-left: 10px;
    font-size: 1.0625em; /* 17px / 16px */
    width: 32.25806451612903%; /* 200px / 620px */
    margin-top: 10px;
}


/* BRANDING */
#branding {
    position: relative;
    padding-bottom: 75px;
}

#branding-inner {
    position: relative;
    z-index: 0;
}

#branding-inner .cycle {
    width: 100% !important;
    max-height: 445px;
    overflow: hidden;
}

.slide-arrow {
    display: block;
    width: 50px;
    height: 100px;
    background: url('../medias/images/slider-arrows.png');
    position: absolute;
    top: 160px;
    opacity: 0.5;
    -webkit-transition: opacity 100ms linear;
    -moz-transition: opacity 100ms linear;
    -ms-transition: opacity 100ms linear;
    -o-transition: opacity 100ms linear;
    transition: opacity 100ms linear;
    z-index: 99;
}

.slide-arrow:hover {
    opacity: 1;
}

.slide-arrow.arrow-previous {
    background-position: 0 0;
    left: 0;
}

.slide-arrow.arrow-next {
    background-position: -50px 0;
    right: 0;
}

.branding-toggle {
    display: block;
    width: 100px;
    background: url('../medias/images/branding-arrows.png');
    position: absolute;
    left: 50%;
    margin-left: -50px;
    background-position: 0 0;
    height: 50px;
    bottom: 75px;
}

.branding-toggle:hover {
    opacity: 1;
}

.branding-toggle.open {
    background-position: 0 -50px;
    height: 49px;
    bottom: 25px;
}

.branding {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100% !important;
    max-height: 445px;
}

.branding-background {
    min-height: 445px;
}

.branding-content {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.branding-content-inner {
    padding: 0 1.04166666666667%; /* 10px / 960px */
    position: relative;
}

.branding-content-inner .overflow {
    width: 100%;
    height: 1px;
    line-height: 1px;
}

.branding-left {
    float: left;
    padding-top: 8.51063829787234%; /* 80px / 940px */
    position: relative;
    z-index: 2;
}

.branding-left .branding-name {
    font-size: 3.4375em; /* 55px / 16px */
    margin-bottom: 3.26086956521739%; /* 15px / 460px */
}

.branding-right {
    float: right;
    position: relative;
    z-index: 1;
    margin-left: 2.12765957446809%; /* 20px / 940px */
}

.reference .branding-right {
    padding-bottom: 1.59574468085106%; /* 15px / 940px */
}

.branding-right img {
    display: block;
}

/* reference branding */
.reference .branding {
    height: auto;
    min-height: 649px;
}

.reference .addthis_toolbox {
    padding-top: 5%; /* 15px / 300px */
}

.author-name,
.author-function {
    display: block;
}

.author-function {
    font-size: 0.9166666666666667em; /* 11px / 12px */
    font-style: italic;
}

.author-name {
    text-transform: uppercase;
}

.slider-bullets {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    height: 10px;
}

/*.home .slider-bullets {
    padding: 0;
    position: absolute;
    z-index: 0;
    right: 120px;
    top: 14px;
}*/

.home .slider-bullets {
    padding: 0;
}

.slider-bullets ul {
    list-style-type: none;
    position: relative;
    float: left;
    left: 50%;
}

/*.home .slider-bullets ul {
    float: none;
    left: auto;
}*/

.slider-bullets li {
    float: left;
    margin: 0 2px;
    position: relative;
    right: 50%;
}

/*.home .slider-bullets li {
    right: auto;
}*/

.slider-bullets a {
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #d8d8d8;
}

.slider-bullets .active a,
.slider-bullets a:hover {
    background-color: #4ec3ed;
}

#reference-navigation {
    overflow: hidden;
    list-style-type: none;
    padding-bottom: 1.66666666666667%; /* 5px / 300px */
}

#reference-navigation a {
    float: left;
    margin-right: 1px;
}

.reference-navigation-link {
    display: block;
    overflow: hidden;
    position: relative;
    width: 33px;
    height: 33px;
}

.reference-navigation-link img {
    position: absolute;
    left: 0;
    display: block;
    max-width: 100%;
    border: none;
}

.reference-navigation-link.link-previous img {
    top: 0;
}
.reference-navigation-link.link-cancel img {
    top: -100%;
}
.reference-navigation-link.link-next img {
    top: -200%;
}

#reference-pics {
    overflow: hidden;
    width: 91.29032258064516%; /* 566px / 620px */
    height: 57.09156193895871%; /* 318px / 557px */
    max-width: 566px;
    position: absolute;
    left: 4.19354838709677%; /* 26px / 620px */
    top: 4.66786355475763%; /* 26px / 557px */
}

.reference .references-goto {
    display: block;
    margin-bottom: 3.2258064516129%; /* 20px / 620px */
}

.comment-toggle {
    float: right;
    margin-top: -15%; /* 45px / 300px */
    position: relative;
}

.comment-toggle a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 33px;
    height: 32px;
}

.comment-toggle a img {
    border: none;
    display: block;
    position: absolute;
    max-width: 100%;
    height: auto;
    top: 0;
}

.comment-toggle.view-comment a img {
    top: -100%;
}

.comment-toggle.view-description a img {
    top: 0;
}

.comment-toggle-background {
    width: 92px;
    height: 58px;
    background-image: url('../medias/images/ref-comments-link-fr.png');
    position: absolute;
    top: -45px;
    left: 38px;
    -webkit-transition: background-position 75ms linear;
    -moz-transition: background-position 75ms linear;
    -ms-transition: background-position 75ms linear;
    -o-transition: background-position 75ms linear;
    transition: background-position 75ms linear;
}

.comment-toggle.view-comment .comment-toggle-background {
    background-position: 0 -58px;
}

.comment-toggle.view-description .comment-toggle-background {
    background-position: 0 0;
}

#reference-pics img {
    width: 100% !important;
    height: auto !important;
}

.reference #branding {
    padding-bottom: 49px;
}

.reference .branding-toggle {
    bottom: 49px;
}

.reference .branding-toggle.open {
    bottom: 0;
}

.reference .slide-arrow {
    top: 250px;
}

.reference .branding-left {
    padding-top: 0;
    position: relative;
    height: auto;
    max-width: 620px;
}

.reference .branding-name {
    margin-bottom: 3.33333333333333%; /* 10px / 300px */
    position: relative;
    line-height: 0.8em;
}

.reference .branding-name .project-type,
.reference .branding-name .project-size {
    display: block;
    padding-right: 11.66666666666667%; /* 35px / 300px */
    line-height: 1.4em;
    margin-top: 3.33333333333333%; /* 10px / 300px */
}

.reference .branding-name .project-size {
    margin-top: 0;
    line-height: 1em;
}

.reference .reference-screen {
    max-width: 100%;
    position: relative;
    z-index: 0;
    display: block;
}

.reference .description a {
    color: #ef6758;
}
.reference .description a:hover {
    color: #f77567;
}

.reference .branding-background {
    min-height: inherit;
    background: url('../medias/images/reference-background.png') no-repeat top center #efefef;
    width: 100%;
}

.reference .branding-brief p {
    margin-bottom: 3.33333333333333%; /* 10px / 300px */
    text-align: justify;
}

.reference .branding-button {
    padding: 2.66666666666667% 9%; /* 8px / 300px | 27px / 300px */
}

.reference #branding-inner {
    height: auto;
    max-height: 649px;
}

.reference .branding-content-inner {
    padding-top: 6.12244897959184%; /* 60px / 980px */
}

.reference .branding-brief {
    max-height: 200px;
    overflow: auto;
    width: 100%;
}

.branding.communication-1000 .branding-right {
    left: -20%;
}

/* SERVICES */
.service-page #branding {
    padding-bottom: 0;
}

.service-page .branding-background,
.service-branding .branding-background,
.reference-branding .branding-background,
.communication-branding .branding-background,
.video-branding .branding-background {
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

.service-page .branding-content .branding-brief *,
.branding.service-branding .branding-brief *,
.branding.video-branding .branding-brief * {
    color: #FFF;
    margin-bottom: 2.17391304347826%; /* 10px / 460px */
}

.branding.communication-branding .branding-brief * {
    margin-bottom: 2.17391304347826%; /* 10px / 460px */
}

.service-page .branding-left {
    padding-top: 5.31914893617021%; /* 50px / 940px */
}

.service-page .branding-brief {
    padding-right: 17.39130434782609%; /* 80px / 460px */
}

.service-page .branding-left .branding-name {
    margin-bottom: 4.34782608695652%; /* 20px / 460px */
    color: #FFF;
}

.service-page .branding-right {
    margin-left: 0;
    left: -40px;
}

.button.quote-button {
    width: 179px;
    height: 49px;
    /*background: url('../medias/images/quote-tooltip-green.png') no-repeat;*/
    background-image: url('../medias/images/quote-tooltip-sprite.png');
    background-repeat: no-repeat;
    background-position: 0 -58px;
    background-color: transparent;
    color: #FFF;
    font-size: 1.4375em; /* 23px / 16px */
    text-align: center;
    padding: 0;
    padding-top: 9px;
    margin-top: 25px;
    /*-webkit-transition: background-image 75ms linear;
    -moz-transition: background-image 75ms linear;
    -ms-transition: background-image 75ms linear;
    -o-transition: background-image 75ms linear;
    transition: background-image 75ms linear;*/
}

.button.quote-button:hover {
    /*background-image: url('../medias/images/quote-tooltip-green-hover.png');*/
    background-position: -179px -58px;
}

.service-page.design .quote-button,
.service-page.seo .quote-button,
.service-page.gaming .quote-button {
    background-position: 0 -116px;
}
.service-page.design .quote-button:hover,
.service-page.seo .quote-button:hover,
.service-page.gaming .quote-button:hover {
    background-position: -179px -116px;
}

.service-page.website-creation .quote-button,
.service-page.mobile .quote-button {
     background-position: 0 0;
 }
.service-page.website-creation .quote-button:hover,
.service-page.mobile .quote-button:hover {
    background-position: -179px 0;
}

.service-page.e-commerce .quote-button,
.service-page.video .quote-button {
    background-position: 0 -174px;
}
.service-page.e-commerce .quote-button:hover,
.service-page.video .quote-button:hover {
    background-position: -179px -174px;
}


/* services backgrounds */
.service-page .branding-name .icon {
    display: block;
    background-image: url('../medias/images/services-sprite.png?v2');
    background-repeat: no-repeat;
    width: 37px;
    height: 41px;
    margin: 0 auto 10px;
}

.service-page .branding-background {
    background-repeat: no-repeat;
}

.service-page.consulting .branding-background,
.branding.service-consulting .branding-background {
    background-image: url('../medias/images/consulting-background.png');
    background-color: #4aac51;
}
.service-page.consulting .branding-name .icon {
    background-position: 0 -41px;
}
.service-page.design .branding-background,
.branding.service-design .branding-background {
    background-image: url('../medias/images/design-background.png');
    background-color: #8eb645;
}
.service-page.design .branding-name .icon {
    background-position: 0 -82px;
}
.service-page.website-creation .branding-background,
.branding.service-website-creation .branding-background {
    background-image: url('../medias/images/website-creation-background.png');
    background-color: #fbae13;
}
.service-page.website-creation .branding-name .icon {
    background-position: 0 -123px;
}
.service-page.e-commerce .branding-background,
.branding.service-e-commerce .branding-background {
    background-image: url('../medias/images/e-commerce-background.png');
    background-color: #f98200;
}
.service-page.e-commerce .branding-name .icon {
    background-position: 0 -164px;
}
.service-page.seo .branding-background,
.branding.service-seo .branding-background {
    background-image: url('../medias/images/seo-background.png');
    background-color: #ee6557;
}
.service-page.seo .branding-name .icon {
    background-position: 0 -205px;
}
.service-page.mobile .branding-background,
.branding.service-mobile .branding-background {
    background-image: url('../medias/images/mobile-background.png');
    background-color: #9e5dc9;
}
.service-page.mobile .branding-name .icon {
    background-position: 0 -287px;
}
.service-page.video .branding-background,
.branding.service-video .branding-background {
    background-image: url('../medias/images/video-background.png');
    background-color: #5672d8;
}
.service-page.video .branding-name .icon {
    background-position: 0 -328px;
}
.service-page.e-marketing .branding-background,
.branding.service-e-marketing .branding-background {
    background-image: url('../medias/images/e-marketing-background.png');
    background-color: #f752ac;
}
.service-page.e-marketing .branding-name .icon {
    background-position: 0 -246px;
}
.service-page.gaming .branding-background,
.branding.service-gaming .branding-background {
    background-image: url('../medias/images/gaming-background.png');
    background-color: #4ec3ed;
}
.service-page.gaming .branding-name .icon {
    background-position: 0 -369px;
}
.service-page.support .branding-background,
.branding.service-support .branding-background {
    background-image: url('../medias/images/support-background.png');
    background-color: #00bfba;
}
.service-page.support .branding-name .icon {
    background-position: 0 0;
}

/* default brandings */
.branding.reference-branding .branding-background {
    background-image: url('../medias/images/background-latest-work.png');
    background-color: #e4ebf3;
}

.branding.video-branding .branding-background {
    background-image: url('../medias/images/video-branding-background.png');
    background-color: #002160;
}

.branding.video-branding .branding-right {
    padding-top: 9.04255319148936%; /* 85px / 940px */
}

.content-inner.content-inner-isotope {
    padding: 0;
}

.service-product {
    width: 220px;
    height: 220px;
    overflow: hidden;
    float: left;
    margin: 20px 10px;
    position: relative;
}

#service-products {
    overflow: hidden;
    padding: 20px 0;
}

.service-page .product-name span {
    float: none;
    display: block;
    color: #a5a5a5;
}

.service-page .product-name {
    margin-bottom: 4.54545454545455%; /* 10px / 220px */
}

.service-product p {
    height: 40.90909090909091%; /* 90px / 220px */
    overflow: hidden;
    text-align: justify;
}

.service-product .product-button {
    padding: 3.63636363636364% 0; /* 8px / 220px */
    width: 94%;
    padding-left: 6%;
    -webkit-transition: color 75ms, background-color 75ms linear;
    -moz-transition: color 75ms, background-color 75ms linear;
    -ms-transition: color 75ms, background-color 75ms linear;
    -o-transition: color 75ms, background-color 75ms linear;
    transition: color 75ms, background-color 75ms linear;
    position: absolute;
    bottom: 0;
}

.service-product .product-button:hover {
    color: #FFF;
}

/* service colors */
.service-page.consulting .service-product .product-button:hover {
    background-color: #4aac51;
}
.service-page.design .service-product .product-button:hover {
    background-color: #8eb645;
}
.service-page.website-creation .service-product .product-button:hover {
    background-color: #ffc200;
}
.service-page.e-commerce .service-product .product-button:hover {
    background-color: #f98200;
}
.service-page.seo .service-product .product-button:hover {
    background-color: #ee6557;
}
.service-page.mobile .service-product .product-button:hover {
    background-color: #9e5dc9;
}
.service-page.video .service-product .product-button:hover {
    background-color: #5672d8;
}
.service-page.e-marketing .service-product .product-button:hover {
     background-color: #f752ac;
 }
.service-page.gaming .service-product .product-button:hover {
    background-color: #4ec3ed;
}
.service-page.support .service-product .product-button:hover {
    background-color: #00bfba;
}

/* product page */
.product-page .text-container h2 {
    color: #5b5b5b;
    font-size: 1.25em; /* 20px / 16px */
    margin-bottom: 1.42857142857143%; /* 10px / 700px */
    padding-top: 0.71428571428571%; /* 5px / 700px */
}

/* two cols */
#col-left {
    float: left;
    /*padding-top: 1.59574468085106%;*/ /* 15px / 940px */
}

#col-right {
    float: left;
    padding-left: 2.12765957446809%; /* 20px / 940px */
}

#col-right h1 {
    margin-bottom: 4.16666666666667%; /* 30px / 720px */
}

.content-full h1 {
    margin-bottom: 2.12765957446809%; /* 30px / 940px */
}

.content-full .text-container h2 {
    padding-top: 1.06382978723404%; /* 10px / 940px */
}

.content-full .text-container h3 {
    padding-top: 1.06382978723404%; /* 10px / 940px */
}

.content-full .text-container ul,
.content-full .text-container ol {
    padding-left: 2.12765957446809%; /* 20px / 940px */
}

.content-full .text-container p,
.content-full .text-container h2,
.content-full .text-container h3,
.content-full .text-container ul {
    margin-bottom: 1.06382978723404%; /* 10px / 940px */
}

#col-right .text-container p {
    margin-bottom: 1.42857142857143%; /* 10px / 700px */
}

#col-right .text-container ul,
#col-right .text-container ol {
    margin-bottom: 1.42857142857143%; /* 10px / 700px */
    padding-left: 20px;
}

#col-left .content-separator {
    width: auto;
}

#col-left .content-separator span {
    padding: 0 2.27272727272727%; /* 5px / 220px */
}

.left-menu {
    list-style-type: none;
    padding: 2.27272727272727% 0 6.81818181818182%; /* 5px / 220px | 15px / 220px */
}

.left-menu li {
    margin-top: 4px;
}

.left-menu li:first-child {
    margin-top: 0;
}

.left-menu a {
    text-decoration: none;
    text-transform: uppercase;
    color: #3a3a3a;
    display: block;
    padding: 1.81818181818182% 3.18181818181818%; /* 4px / 220px | 7px / 220px */
    padding: 4px 7px;
    -webkit-transition: color 75ms, background-color 75ms linear;
    -moz-transition: color 75ms, background-color 75ms linear;
    -ms-transition: color 75ms, background-color 75ms linear;
    -o-transition: color 75ms, background-color 75ms linear;
    transition: color 75ms, background-color 75ms linear;
    overflow: hidden;
}

.left-menu span {
    float: left;
    width: 88%;
}

.left-menu span:first-child {
    color: #a5a5a5;
    display: inline-block;
    width: 12%;
}

.left-menu :hover,
.left-menu .active {
    color: #FFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.left-menu .active {
    background-color: #e0e0e0;
}

.left-menu :hover {
    background-color: #8eb645;
}

.left-menu :hover span,
.left-menu .active span {
    color: #FFF;
}

#col-left .quote-link,
#col-right .quote-link {
    background: url('../medias/images/contact-quote.png') 10px -77px no-repeat #4cc5f0;
    color: #FFF;
    text-align: left;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 3.63636363636364% 0 3.63636363636364% 17.45454545454545%; /* 8px / 220px | 45px / 220px */
    font-size: 1.125em; /* 18px / 16px */
    line-height: 1.125em;
    margin: 2.27272727272727% 0 11.36363636363636%; /* 5px / 220px | 25px / 220px */
    -webkit-transition: background-color 75ms linear;
    -moz-transition: background-color 75ms linear;
    -ms-transition: background-color 75ms linear;
    -o-transition: background-color 75ms linear;
    transition: background-color 75ms linear;
}

#col-left .quote-link:hover,
#col-right .quote-link:hover {
    background-color: #8eb645;
}

#col-left .addthis_toolbox {
    padding: 4.54545454545455% 0 11.36363636363636%; /* 10px / 220px */ /* 25px / 220px */
}

#recent-projects {
    list-style-type: none;
    padding: 2.27272727272727% 0 6.81818181818182%; /* 5px / 220px | 15px / 220px */
}

#recent-projects li {
    margin-bottom: 2.27272727272727%; /* 5px / 220px */
}

#recent-projects a {
    text-decoration: none;
    display: block;
}

#recent-projects .project-name {
    color: #4ec3ed;
}

#recent-projects .project-url {
    color: #5b5b5b;
}

/* colors */
.product-page.consulting .left-menu :hover,
.product-page.consulting .left-menu .active {
    background-color: #4aac51;
}
.product-page.design .left-menu :hover,
.product-page.design .left-menu .active {
    background-color: #8eb645;
}
.product-page.website-creation .left-menu :hover,
.product-page.website-creation .left-menu .active {
    background-color: #ffc200;
}
.product-page.e-commerce .left-menu :hover,
.product-page.e-commerce .left-menu .active {
    background-color: #f98200;
}
.product-page.seo .left-menu :hover,
.product-page.seo .left-menu .active {
    background-color: #ee6557;
}
.product-page.e-marketing .left-menu :hover,
.product-page.e-marketing .left-menu .active {
    background-color: #f752ac;
}
.product-page.mobile .left-menu :hover,
.product-page.mobile .left-menu .active {
    background-color: #9e5dc9;
}
.product-page.gaming .left-menu :hover,
.product-page.gaming .left-menu .active {
    background-color: #4ec3ed;
}
.product-page.video .left-menu :hover,
.product-page.video .left-menu .active {
    background-color: #5672d8;
}
.product-page.support .left-menu :hover,
.product-page.support .left-menu .active {
    background-color: #00bfba;
}

/* jobs list */
.jobs .text-container {
    float: left;
    padding: 1.06382978723404% 0 2.12765957446809%; /* 10px / 940px | 20px / 940px */
}

.jobs .text-container h2 {
    color: #5b5b5b;
    font-size: 1.125em; /* 18px / 16px */
    margin-bottom: 1.61290322580645%; /* 10px / 620px */
}

.jobs .text-container h2.bigger {
    font-size: 1.25em; /* 20px / 16px */
}

.jobs .text-container p {
    margin-bottom: 1.61290322580645%; /* 10px / 620px */
}

.jobs .jobs-buttons {
    float: left;
    margin-left: 2.12765957446809%; /* 20px / 940px */
    list-style-type: none;
    padding-top: 1.06382978723404%; /* 10px / 940px */
}

.jobs .jobs-buttons li {
    margin-bottom: 6.66666666666667%; /* 20px / 300px */
}

.job-button {
    display: block;
    width: auto;
    height: auto;
    text-decoration: none;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    padding: 10px;
    color: #5b5b5b;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: color 75ms, background-color 75ms linear;
    -moz-transition: color 75ms, background-color 75ms linear;
    -ms-transition: color 75ms, background-color 75ms linear;
    -o-transition: color 75ms, background-color 75ms linear;
    transition: color 75ms, background-color 75ms linear;
    background-position: 15px 0;
}

.job-button:hover {
    background-color: #4cc5f0;
    background-position: 15px -90px;
    color: #FFF;
}

.job-button .button-description,
.job-button .button-title {
    display: block;
}

.job-button .button-description {
    padding-left: 60px;
    padding-top: 5px;
}

.job-button .button-title {
    text-transform: uppercase;
    padding-top: 10px;
}

.job-button.job-button-apply {
    background-image: url('../medias/images/job-apply.png');
}

.job-button.job-button-internship {
    background-image: url('../medias/images/job-internship.png');
}

/* news & jobs */
.isotope-container {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.news.news-list .content-separator span,
.jobs .content-separator span {
    padding: 5px 10px;
}

.news-list-top {
    overflow: hidden;
}

.news-list-top .float {
    float: left;
    margin-left: 2.12765957446809%; /* 20px / 940px */
}

.news-list-top .float:first-child {
    margin-left: 0;
}

.news-list-top #filter-form-wrapper {
    padding-top: 1.06382978723404%; /* 10px / 940px */
}

.news-list .news-item,
.jobs-list .job-item {
    float: left;
    margin: 10px;
    width: 220px;
    height: 254px;
    background: #f0f0f0;
    color: #5b5b5b;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: box-shadow 75ms, color 75ms, background-color 75ms linear, -webkit-transform 0.8s, opacity 0.8s;
    -moz-transition: box-shadow 75ms, color 75ms, background-color 75ms linear, -moz-transform 0.8s, opacity 0.8s;
    -ms-transition: box-shadow 75ms, color 75ms, background-color 75ms linear, -ms-transform 0.8s, opacity 0.8s;
    -o-transition: box-shadow 75ms, color 75ms, background-color 75ms linear, -o-transform 0.8s, opacity 0.8s;
    transition: box-shadow 75ms, color 75ms, background-color 75ms linear, transform 0.8s, opacity 0.8s;
    /*-webkit-box-shadow:  0px 0px 3px 2px rgba(00, 00, 00, 0.05);
    box-shadow:  0px 0px 3px 2px rgba(00, 00, 00, 0.05);*/
}

.job-item .job-picture {
    display: block;
    width: 100%;
    height: auto;
    padding: 13.77952755905512% 0 15.74803149606299%; /* 35px / 254px */ /* 40px / 254px */
}

.job-item .job-picture img {
    max-width: 75.45454545454545%; /* 166px / 220px */;
    margin: 0 auto;
    display: block;
    border: none;
}

.news-list .news-item.highlighted {
    width: 460px;
    height: 528px;
}

.news-list .news-picture {
    display: block;
    margin: 4.54545454545455% auto 10px; /* 10px / 220px */
    max-width: 90.90909090909091%; /* 200px / 220px */
    height: 61.02362204724409%; /* 155px / 254px */
    overflow: hidden;
}

.news-list .news-picture img {
    border: none;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.news-list .news-date,
.jobs-list .job-date {
    display: block;
    float: left;
    padding-top: 3px;
}

.jobs-list .job-date {
    float: none;
    margin: 0 7px 0 4.54545454545455%;
}

.news-sprite {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
}

.news-sprite img {
    position: absolute;
    top: 0;
    left: 0;
}

.job-detail .news-sprite.job
{
    background-image: url('../medias/images/news-sprite.png');
    background-repeat: no-repeat;
    background-position: 0 -32px;
}

.news-item:hover .news-sprite img {
    left: -16px;
}

.news-item .news-sprite {
    margin: 0 7px 0 4.54545454545455%; /* 10px / 220px */
}

.news-list .news-title,
.jobs-list .job-title {
    font-size: 1.125em; /* 18px / 16px */
    line-height: 0.95em;
    padding: 4px 9.09090909090909% 0 4.54545454545455%; /* 4px / 220px | 20px / 220px | 10px / 220px */
}

.news-list .news-title a,
.jobs-list .job-title a {
    text-decoration: none;
    color: #5b5b5b;
    text-transform: uppercase;
}

.news-list .news-item:hover,
.jobs-list .job-item:hover {
    background-color: #b9b748;
    color: #FFF;
}

.news-list .news-item.hover-green:hover,
.jobs-list .job-item.hover-green:hover {
    background: #b8b848;
    -webkit-box-shadow:  0px 0px 3px 2px rgba(184, 184, 72, 0.45);
    box-shadow:  0px 0px 3px 2px rgba(184, 184, 72, 0.45);
}
.news-list .news-item.hover-yellow:hover,
.jobs-list .job-item.hover-yellow:hover {
    background: #fab63e;
    -webkit-box-shadow:  0px 0px 3px 2px rgba(250, 182, 62, 0.4);
    box-shadow:  0px 0px 3px 2px rgba(250, 182, 62, 0.4);
}
.news-list .news-item.hover-red:hover,
.jobs-list .job-item.hover-red:hover {
    background: #ef6758;
    -webkit-box-shadow:  0px 0px 3px 2px rgba(239, 103, 88, 0.4);
    box-shadow:  0px 0px 3px 2px rgba(239, 103, 88, 0.4);
}
.news-list .news-item.hover-blue:hover,
.jobs-list .job-item.hover-blue:hover {
    background: #4cc5f0;
    -webkit-box-shadow:  0px 0px 3px 2px rgba(76, 197, 240, 0.4);
    box-shadow:  0px 0px 3px 2px rgba(76, 197, 240, 0.4);
}

.news-list .news-item:hover a,
.jobs-list .job-item:hover a {
    color: #FFF;
}

.news-list .news-brief {
    padding: 10px 4.54545454545455% 0; /* 10px / 220px */
}

.news-list .news-item:hover .news-brief * {
    color: #FFF;
}

.year-link {
    text-decoration: none;
    color: #dcdcdc;
    -webkit-transition: color 75ms linear;
    -moz-transition: color 75ms linear;
    -ms-transition: color 75ms linear;
    -o-transition: color 75ms linear;
    transition: color 75ms linear;
}

/* news detail & job detail */
.news #col-left,
.job #col-left {
    padding-top: 0;
}

.news #col-right,
.job #col-right {
    padding-left: 2.12765957446809%; /* 20px / 940px */
}

.news-detail h1,
.job-detail h1 {
    color: #5b5b5b;
    font-size: 1.8125em; /* 29px / 16px */
    padding-bottom: 1.61290322580645%; /* 10px / 620px */
}

.news-detail .content-separator span,
.contact .content-separator span,
.job-detail .content-separator span {
    padding: 1.66666666666667%; /* 5px / 300px */
}

.news-detail #col-left img {
    max-width: 100%;
    display: block;
}

.news-detail #col-left .news-sprite img {
    max-width: none;
}

.news-detail .text-container {
    /*padding-top: 3.2258064516129%;*/ /* 20px / 620px */
}

.job-detail .text-container {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1.61290322580645%; /* 10px / 620px */
}

.apply-button {
    float: right;
    background-image: none;
    background-color: #b9b748;
    color: #FFF;
    text-align: center;
    float: right;
}

.apply-button:hover {
    background: #c5c34d;
}

.job-detail-bottom {
    overflow: hidden;
    padding-top: 2.77777777777778%; /* 20px / 620px */
}

.job-detail-bottom h2 {
    float: left;
    font-size: 1.25em; /* 20px / 16px */
    padding-top: 1.12903225806452%; /* 7px / 620px */
}

.job-detail-bottom img {
    float: right;
    margin-top: 1.61290322580645%; /* 10px / 620px */
    margin-right: 1.61290322580645%; /* 10px / 620px */
    max-width: 100%;
}

.news-detail .text-container p,
.job-detail .text-container p,
.job-detail .text-container h2,
.job-detail .text-container ul {
    margin-bottom: 1.61290322580645%; /* 10px / 620px */
}

.job-detail .text-container h2 {
    font-size: 1.25em; /* 20px / 16px */
    padding-top: 1.61290322580645%; /* 10px / 620px */;
}

.news-detail #col-left .addthis_toolbox,
.job-detail #col-left .addthis_toolbox {
    float: right;
    width: 143px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.news-detail .news-bar,
.job-detail .news-bar {
    overflow: hidden;
    padding: 1.12903225806452% 0;
    border: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
    /*margin-bottom: 4.83870967741935%;*/ /* 30px / 620px */
    margin-bottom: 1.61290322580645%; /* 10px / 620px */
    color: #5b5b5b;
}

.news-detail .news-picture {
    margin-bottom: 1.61290322580645%; /* 10px / 620px */
}

.job-detail .news-bar {
    /*margin-bottom: 1.61290322580645%;*/ /* 10px / 620px */
}

.job-detail .text-container li {
    font-size: 0.75em; /* 12px / 16px */
}

.job-detail .text-container ul {
    padding-left: 4.83870967741935%; /* 30px / 620px */
}

.news-detail .news-left-title,
.job-detail .job-left-title {
    color: #5b5b5b;
    float: left;
    margin-left: 5px;
    padding-top: 3px;
    display: inline-block;
}

.detail-latest-news {
    list-style-type: none;
    padding: 2.66666666666667% 0; /* 8px / 300px */
}

.detail-latest-news img {
    max-width: 100%;
    border: none;
}

.detail-latest-news li {
    margin-bottom: 4.33333333333333%; /* 13px / 300px */
    text-align: center;
    width: 100% !important;
}

.detail-latest-news.same-category {
    overflow: hidden;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    transition: height .2s ease;
}

.detail-latest-news.same-category li {
    margin-bottom: 0;
}

.detail-latest-news a {
    text-decoration: none;
    display: block;
    /*padding-right: 3.33333333333333%;*/ /* 10px / 300px */
}

.detail-latest-news .news-infos {
    color: #a5a5a5;
}

.detail-latest-news .news-title {
    color: #3a3a3a;
    text-transform: uppercase;
    -webkit-transition: color 75ms linear;
    -moz-transition: color 75ms linear;
    -ms-transition: color 75ms linear;
    -o-transition: color 75ms linear;
    transition: color 75ms linear;
}

.detail-latest-news .news-title:hover {
    color: #4ec3ed;
}

.detail-services-list {
    overflow: hidden;
    list-style-type: none;
    padding: 1.66666666666667% 0 4%; /* 5px / 300px | 12px / 300px */
}

.detail-services-list li {
    float: left;
    width: 50%;
    margin-bottom: 3.33333333333333%; /* 10px / 300px */
}

.detail-services-list .sprite-link {
    text-decoration: none;
    text-transform: uppercase;
    color: #3a3a3a;
    display: block;
    padding: 2px 0 0 28px;
    background-image: url('../medias/images/services-sprite-color.png?v2');
    background-repeat: no-repeat;
    -webkit-transition: color 75ms linear;
    -moz-transition: color 75ms linear;
    -ms-transition: color 75ms linear;
    -o-transition: color 75ms linear;
    transition: color 75ms linear;
}

.detail-services-list .sprite-link.sprite-link-e-marketing {
    background-position: 0 -21px;
}
.detail-services-list .sprite-link.sprite-link-design {
    background-position: 0 -42px;
}
.detail-services-list .sprite-link.sprite-link-mobile {
    background-position: 0 -63px;
}
.detail-services-list .sprite-link.sprite-link-website-creation {
    background-position: 0 -84px;
}
.detail-services-list .sprite-link.sprite-link-gaming {
    background-position: 0 -147px;
}
.detail-services-list .sprite-link.sprite-link-e-commerce {
    background-position: 0 -126px;
}
.detail-services-list .sprite-link.sprite-link-video {
    background-position: 0 -105px;
}
.detail-services-list .sprite-link.sprite-link-seo {
    background-position: 0 -168px;
}
.detail-services-list .sprite-link.sprite-link-support {
    background-position: 0 -189px;
}

.detail-services-list .sprite-link.sprite-link-consulting:hover {
    color: #4aac51;
}
.detail-services-list .sprite-link.sprite-link-e-marketing:hover {
    color: #f752ac;
}
.detail-services-list .sprite-link.sprite-link-design:hover {
    color: #8eb645;
}
.detail-services-list .sprite-link.sprite-link-mobile:hover {
    color: #9e5dc9;
}
.detail-services-list .sprite-link.sprite-link-website-creation:hover {
    color: #ffc200;
}
.detail-services-list .sprite-link.sprite-link-gaming:hover {
    color: #4ec3ed;
}
.detail-services-list .sprite-link.sprite-link-e-commerce:hover {
    color: #f98200;
}
.detail-services-list .sprite-link.sprite-link-video:hover {
    color: #5672d8;
}
.detail-services-list .sprite-link.sprite-link-seo:hover {
    color: #ee6557;
}
.detail-services-list .sprite-link.sprite-link-support:hover {
    color: #00bfba;
}

/* form newsletter */
#newsletter-form-wrapper {
    padding: 5% 0 6.66666666666667%; /* 15px / 300px */ /* 20px / 300px */
}

#newsletter-form label {
    color: #3a3a3a;
    text-transform: uppercase;
    display: block;
    margin: 0 0 8px 0;
}

#newsletter-form .input-text {
    width: 85.5%;
    padding: 1.5% 12% 1.5% 1.5%;
    font-size: 1em;
    background: url('../medias/images/newsletter.png') no-repeat 98% 50%;
}

.home #newsletter-form label {
    display: inline-block;
    margin: 0;
}

.home #newsletter-form .input-text {
    width: 37.09677419354839%; /* 230px / 620px */
    padding: 1.29032258064516% 0.80645161290323% 1.29032258064516% 6.45161290322581%; /* 5px / 620px | 8px / 620px | 40px / 620px */
    background: url('../medias/images/newsletter.png') no-repeat 3% 50%;
    font-style: italic;
    margin: 0 5px;
}

.home #newsletter-form-wrapper {
    margin: 0 auto;
}
/* end form newsletter */

.submit {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    height: 33px;
    color: #FFF;
    background: #b9b748;
    text-align: center;
    -webkit-transition: background-color 75ms linear;
    -moz-transition: background-color 75ms linear;
    -ms-transition: background-color 75ms linear;
    -o-transition: background-color 75ms linear;
    transition: background-color 75ms linear;
}

.submit:hover {
    background: #c5c34d;
}

.newsletter-submit {
    padding: 0 2.41935483870968%; /* 15px / 620px */
}

.contact-submit {
    padding: 0 25px;
    width: auto;
}

/* CONTACT */
#contact-form-wrapper {
    overflow: hidden;
}

.message {
    font-size: 1.25em; /* 20px / 16px */
    font-family: 'Miso', Arial, sans-serif;
    margin-bottom: 3.2258064516129%; /* 20px / 620px */
}

.job-apply .message {
    margin-bottom: 2.12765957446809%; /* 20px / 940px */
}

.message.success {
    color: #b9b748;
}

.message.error {
    color: #ee6557;
}

.contact h1 img {
    float: right;
    max-width: 100%;
    margin-top: 1.59574468085106%; /* 15px / 940px */
    margin-right: 1.59574468085106%; /* 15px / 940px */
}

.contact-buttons {
    overflow: hidden;
    list-style-type: none;
    padding: 15px 0 2.65957446808511%; /* 15px / 940px | 25px / 940px */
}

.contact .explain p {
    color: #5b5b5b;
    font-size: 1.125em; /* 18px / 16px */
    font-family: 'Miso', Arial, sans-serif;
    padding-bottom: 3.2258064516129%; /* 20px / 620px */
    margin: 0;
}

.contact-buttons li {
    float: left;
    margin-left: 2.12765957446809%; /* 20px / 940px */
}

.contact-buttons li:first-child {
    margin-left: 0;
}

.contact-button {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #3a3a3a;
    background-color: #e0e0e0;
    background-repeat: no-repeat;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    -webkit-transition: color 75ms, background-color 75ms linear;
    -moz-transition: color 75ms, background-color 75ms linear;
    -ms-transition: color 75ms, background-color 75ms linear;
    -o-transition: color 75ms, background-color 75ms linear;
    transition: color 75ms, background-color 75ms linear;
    height: auto;
    padding: 12px 0;
    background-position: 20px -8px;
}

.contact-button:hover,
.contact-button.active {
    background-color: #4cc5f0;
    background-position: 20px -70px;
    color: #FFF;
}

.contact-button.contact-quote-button {
    background-image: url('../medias/images/contact-quote.png');
}

.contact-button.contact-question-button {
    background-image: url('../medias/images/contact-question.png');
}

.contact-button.contact-apply-button {
    background-image: url('../medias/images/contact-apply.png');
}

.contact h1 {
    overflow: hidden;
}

.contact h1 span {
    float: left;
}

.contact h1 .contact-button {
    float: right;
}

.contact .address {
    text-align: center;
    margin-bottom: 20px;
}

.contact .address h3 {
    font-size: 1.125em; /* 18px / 16px */
    margin-bottom: 2%; /* 6px / 300px */
}

.contact .address p {
    margin-bottom: 2%; /* 6px / 300px */
    font-size: 0.6875em; /* 11px / 16px */
}

.contact .address a {
    color: #ef6758;
}
.contact .address a:hover {
    color: #f77567;
}

.form-left,
.form-right {
    float: left;
}

.form-bottom {
    display:none; /* anti bot sans captcha */
}

.contact .form-left {
    margin-right: 2.12765957446809%; /* 20px / 940px */
}

.job-apply .form-left {
    margin-right: 2.12765957446809%; /* 20px / 940px */
}

.contact form p,
.job-apply form p {
    margin-bottom: 2.25806451612903%; /* 14px / 620px */
}

.contact .form-left p,
.contact .form-right p {
    margin-bottom: 4.66666666666667%; /* 14px / 300px */
}

.job-apply .form-left p,
.job-apply .form-right p {
    margin-bottom: 3.04347826086957%; /* 14px / 460px */
}

.contact .textarea {
    width: 98.06451612903226%; /* 608px / 620px */
    height: auto;
    padding: 0.80645161290323%; /* 5px / 620px */
    margin-bottom: 2.25806451612903%;
    display: block;
}

.contact .input-text {
    width: 96%; /* 288px / 300px */
    padding: 1.66666666666667%; /* 5px / 300px */
}

.job-apply .input-text {
    width: 96%; /* 288px / 300px */
    padding: 1.08695652173913%; /* 5px / 460px */
}

.job-apply label {
    color: #a8a8a8;
}

.contact .input-text, 
.contact .textarea,
.contact .dropdown,
.job-apply .input-text,
.job-apply .dropdown {
    font-size: 1em; /* 12px */
}

#google-map {
    padding-top: 40px;
}

#google-map iframe {
    /*padding-top: 3.33333333333333%; *//* 10px / 300px */
    float: left;
    margin-right: 2.12765957446809%; /* 20px / 940px */
}

#other-addresses {
    /*clear: left;*/
    /*padding-top: 2.12765957446809%;*/ /* 20px / 940px */
}

#other-addresses .address {
    margin-left: 2.12765957446809%; /* 20px / 940px */
}

#other-addresses .address:first-child {
    margin-left: 0;
}

#google-map a {
    display: block;
}

.contact #col-right {
    /*padding-top: 1.06382978723404%; *//* 10px / 940px */
    /*padding-left: 0;*/
    padding-top: 25px;
}

#social-links-wrapper .social-links {
    width: 128px;
    margin: 0 auto;
    padding-top: 10px;
}
#social-links-wrapper .social-links:hover .social-link {
    opacity: 1;
}

#social-links-wrapper .social-link.google {
    background-position: 0 -24px;
}

#social-links-wrapper .social-link.facebook {
    background-position: -24px -24px;
}

#social-links-wrapper .social-link.twitter {
    background-position: -48px -24px;
}

#social-links-wrapper .social-link.linkedin {
    background-position: -72px -24px;
}

#addresses {
    /*clear: left;
    padding-top: 20px;*/
    padding-top: 10px;
    padding-bottom: 20px;
}

.contact .floats-wrapper {
    overflow: hidden;
}

.contact .floats-wrapper p {
    float: left;
    width: 46%; /* 138px / 300px */
    margin-left: 6.66666666666667%; /* 20px / 300px */
}

.contact .floats-wrapper p:first-child {
    margin-left: 0;
}

.contact .floats-wrapper p .input-text {
    width: 94.20289855072464%; /* 130px / 138px */
    padding: 3.6231884057971%; /* 5px / 138px */
}

.contact .submit-wrapper {
    text-align: right;
}

.job-apply h1 {
    margin-bottom: 15px;
}

.contact #col-left h3 {
    font-size: 1.25em; /* 20px / 16px */
    margin-bottom: 2.25806451612903%; /* 14px / 620px */
}

.contact .checkboxes-wrapper {
    overflow: hidden;
    margin-bottom: 1.612903225806452%; /* 10px / 620px */
}

.contact .checkboxes-wrapper label {
    float: left;
    /*width: 33.2258064516129%; *//* 206px / 620px */
    width: 31.91489361702128%; /* 300px / 940px */
    /*margin-bottom: 1.61290322580645%; *//* 10px / 620px */
    margin-bottom: 1.06382978723404%; /* 10px / 940px */
    overflow: hidden;
    o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 0.9166666666666667em; /* 11px / 12px */
}

.contact .checkboxes-wrapper input {
    margin-right: 1.45631067961165%; /* 3px / 206px */
    position: relative;
    top: 2px;
}

/* COMPANY TUNNEL PAGE */
.company-home-item {
    background: #f0f0f0;
    height: 300px;
    width: 300px;
    float: left;
    margin: 10px;
    overflow: hidden;
}

.company-home-item img {
    display: block;
    border: none;
    margin: 6.66666666666667% auto 8.33333333333333%; /* 20px / 300px | 25px / 300px */
    max-width: 100%;
}

.company-home-item a {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;    
    overflow: hidden;
}

.company-home-item .title {
    color: #3a3a3a;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: inline-block;
    cursor: pointer;
}

.company-home-item .title span {
    display: block;
    font-size: 64.1025641025641%; /* 25px / 39px */
}

.company-home-item img {
    border: none;
}

.company-home-presentation {
    width: 620px;
}

.company-home-presentation img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    margin-top: 0;
    max-width: 55.80645161290323%; /* 346px / 620px */
}

.company-home-presentation .title {
    float: left;
    width: 35.48387096774194%; /* 220px / 620px */
    position: relative;
    z-index: 1;
    top: 44%;
}

.company-home-expertise img {
    position: relative;
    z-index: 0;
    margin: 0;
}

.company-home-expertise .title {
    width: 100%;
    position: absolute;
    top: 44%;
}

/* entreprise presentation */
.entreprise .text-container h2 {
    font-size: 1.8125em; /* 29px / 16px */
    margin-bottom: 4%; /* 28px / 700px */
    color: #5b5b5b;
}

.entreprise .text-container h3 {
    font-size: 1.5625em; /* 25px / 16px */
    margin-bottom: 1.42857142857143%; /* 10px / 700px */
}

.content-cols-container {
    overflow: hidden;
}

.content-cols-container > div {
    float: left;
    margin-left: 2.85714285714286%; /* 20px / 700px */
}

.content-cols-container > div:first-child {
    margin-left: 0;
}

.content-cols-container p {
    text-align: justify;
}

.content-cols-container h3 {    
    text-align: center;
}

.content-cols-container.produweb-experts-clients h3 {
    text-align: left;
}

.content-cols-container img {
    margin: 0 auto 6.81818181818182%; /* 15px / 220px */
}

.content-cols-container.produweb-experts-clients img {
    margin: 0 0 6.81818181818182%; /* 15px / 220px */
}

.content-cols-container.produweb-today {
    padding: 2.85714285714286% 0; /* 20px / 700px */
}

.presentation-certifs {
    padding: 4.28571428571429% 0 2.85714285714286%; /* 30px / 700px */ /* 20px / 700px */
}

.presentation-certifs > div {
    overflow: hidden;
    margin-bottom: 10px;
}

.presentation-certifs div div:first-child {
    float: left;
    margin-right: 2.85714285714286%; /* 20px / 700px */
    vertical-align: middle;
    margin-top: -1.42857142857143%; /* 10px / 700px */
}

.presentation-full-service div {
    overflow: hidden;
}

.presentation-full-service img {
    width: 10%; /* 70px / 700px */
    float: left;
}

.presentation-full-service p {
    padding: 3.57142857142857% 0 2.14285714285714%; /* 25px / 700px */ /* 15px / 700px */
    color: #b3b3b3;
}

.content-cols-container .content-cols-container-team h3,
.content-cols-container .content-cols-container-clients h3 {
    text-align: left;
}

/* entreprise expertise */
.entreprise-expertise .content-cols-container h3,
.entreprise-expertise .content-cols-container p {
    text-align: left;
}

.entreprise-expertise .content-cols-container div ul {
    padding-left: 10%; /* 30px / 300px */
}

.entreprise-expertise .content-cols-container div:first-child ul {
    padding-left: 7.89473684210526%; /* 30px / 380px */
}

.entreprise-expertise .text-container li {
    font-size: 0.6875em; /* 11px / 16px */
}

.entreprise-expertise .text-container h2 {
    margin-bottom: 4.28571428571429%; /* 30px / 700px */
}

.expertise-circle {
    margin: 4.28571428571429% auto;
}

.expertise-circle img {
    margin-left: -13.33333333333333%; /* 40px / 300px */
}

/* entreprise presentation */
.entreprise-presentation .client-type-list {
    padding-top: 11.66666666666667%; /* 35px / 300px */
}

.entreprise-presentation .client-type-list li {
    width: 18%; /* 54px / 300px */
    margin-left: 3.33333333333333%; /* 10px / 300px */
}

.entreprise-presentation .client-type-list li:first-child {
    margin-left: 0;
}

/* entreprise equipe */
.entreprise-equipe .text-container h2 {
    margin-bottom: 2.85714285714286%; /* 20px / 700px */
}

.entreprise-equipe .content-cols-container {
    padding: 2.85714285714286% 0; /* 20px / 700px */
}

/* entreprise methodo */
.entreprise-methodo .content-cols-container {
    padding-bottom: 1.42857142857143%; /* 10px / 700px */
}

.entreprise-methodo .text-container h3 {
    text-align: left;
}

.entreprise-methodo .text-container h3 span {
    display: block;
}

.entreprise-methodo .text-container h3 :first-child {
    color: #a5a5a5;
}

.entreprise-methodo .methodo-meeting-design div,
.entreprise-methodo .methodo-meeting-prog div {
    margin-left: 14.28571428571429%; /* 100px / 700px */
}

.entreprise-methodo .methodo-meeting-design div:first-child,
.entreprise-methodo .methodo-meeting-prog div:first-child {
    margin-left: 0;
}

.entreprise-methodo .methodo-meeting-prog div:first-child {
    margin-top: 10%; /* 70px / 700px */
}

.methodo-creation-pages img,
.methodo-online img {
    margin-bottom: 1.42857142857143%; /* 10px / 700px */
}

.methodo-creation-pages div,
.methodo-online div {
    margin-left: 0;
}

.methodo-futur div {
    margin-top: 4.28571428571429%; /* 30px / 700px */
}

.methodo-futur div:first-child {
    margin-top: 0;
}

.methodo-url-check {
    overflow: visible;
}

.entreprise-methodo .content-inner {
    overflow: visible;
}

.methodo-url-check img {
    margin-bottom: 0;
}

.methodo-check img {
    max-width: 122.1052631578947%; /* 464px / 380px */
}

.methodo-validation-prog {
    clear: left;
}

.methodo-validation-design,
.methodo-validation-prog {
    padding-top: 1.42857142857143%; /* 10px / 700px */
}

.methodo-futur {
    padding-top: 7.14285714285714%; /* 50px / 700px */
}

.methodo-validation-prog {
    padding-bottom: 1.42857142857143%; /* 10px / 700px */
}

.methodo-validation-design div,
.methodo-validation-prog div {
    margin-top: 7.14285714285714%; /* 50px / 700px */
}

.methodo-validation-design div:first-child,
.methodo-validation-prog div:first-child {
    margin-top: 0;
}

.entreprise-methodo .methodo-meeting-prog {
    padding-bottom: 2.85714285714286%; /* 20px / 700px */
}

.methodo-meeting-design {
    padding-bottom: 1.42857142857143%; /* 10px / 700px */
}

/* testimonials list */
.testimonials-intro {
    overflow: hidden;
    padding: 2.12765957446809% 0; /* 20px / 940px */
}

.testimonials-intro div {
    float: left;
    margin-left: 2.12765957446809%; /* 20px / 940px */
}

.testimonials-intro img {
    max-width: 100%;
}

.testimonials-intro h2 {
    color: #5b5b5b;
    font-size: 18px;
}

.testimonials-intro div:first-child {
    margin-left: 0;
}

.testimonial {
    overflow: hidden;
    margin-bottom: 2.12765957446809%; /* 20px / 940px */
}

.testimonial .reference-item {
    margin: 0 2.12765957446809% 0 0; /* 20px / 940px */
}

.testimonial .float {
    float: left;
}

.testimonial .author-name {
    font-size: 0.8181818181818182em; /* 18px / 22px */
    line-height: 1.2em;
}

.testimonial .author-function {
    font-size: 0.5em; /* 11px / 22px */
    font-family: Arial, sans-serif;
    text-transform: none;
    line-height: 1em;
}

.testimonial .text-container {
    padding-top: 10px;
}

/* company team background */
.team-content-background {
    margin-bottom: 4.28571428571429%; /* 30px / 700px */
}

.team-content-background .glass-picture {
    margin-left: 0;
    width: 34.28571428571429%; /* 240px / 700px */
}

.team-content-background ul {
    list-style-type: none;
    border-top: 1px solid #AEAEAE;
    padding-top: 7.14285714285714%; /* 10px / 140px */
    margin-top: 39.28571428571429%; /* 55px / 140px */
}

.team-content-background li {
    font-family: 'Miso', Arial, sans-serif;
    color: #AEAEAE;
    font-size: 1.1875em; /* 19px / 16px */
    text-transform: uppercase;
}

.entreprise .team-content-background h2 {
    color: #AEAEAE;
    padding: 0; margin: 0;
    font-family: 'Copse', Arial, sans-serif;
    text-transform: none;
    padding-top: 15%; /* 45px / 300px */
}

.team-content-background p {
    font-family: 'Copse', Arial, sans-serif;
    font-size: 1.375em; /* 22px / 16px */
    color: #AEAEAE;
    text-align: left;
}

/* VIDEOS */
#player-wrapper,
#playlist-wrapper {
    float: left;
}

#playlist-wrapper {
    margin-left: 2.12765957446809%; /* 20px / 940px */
}

#player-wrapper {
    overflow: hidden;
}

#player,
.video-js {
    width: 100% !important;
}

#playlist-wrapper ul {
    list-style-type: none;
}

#playlist-wrapper li {
    margin-bottom: 12px;
    font-size: 1.125em; /* 18px / 16px */
    line-height: 0.95em;
}

#playlist-wrapper a {
    font-family: 'Miso', Arial, sans-serif;
    text-decoration: none;
    color: #3a3a3a;
    -webkit-transition: color 75ms linear;
    -moz-transition: color 75ms linear;
    -ms-transition: color 75ms linear;
    -o-transition: color 75ms linear;
    transition: color 75ms linear;
    text-transform: uppercase;
}

#playlist-wrapper a:hover,
#playlist-wrapper a.active {
    color: #4ec3ed;
}

/* sitemap */
.sitemap, .sitemap ul {
    list-style-type: none;
}

.sitemap ul {
    padding-left: 20px;
}

.sitemap a {
    text-decoration: none;
    color: #3a3a3a;
    font-size: 0.75em; /* 12px / 16px */
    -webkit-transition: color 75ms linear;
    -moz-transition: color 75ms linear;
    -ms-transition: color 75ms linear;
    -o-transition: color 75ms linear;
    transition: color 75ms linear;
}

.sitemap > li > a {
    font-family: 'Miso', Arial, sans-serif;
    font-size: 1.25em; /* 20px / 16px */
    text-transform: uppercase;
}

.sitemap a:hover {
    color: #4ec3ed;
}

.sitemap > li > ul {
    padding-top: 10px;
}

.sitemap > li {
    padding-bottom: 10px;
}

/* breadcrumbs */
#breadcrumbs {
    font-size: 0.75em; /* 11px / 16px */
    font-family: Arial, sans-serif;
    color: #3a3a3a;
    padding-bottom: 15px;
}
#breadcrumbs div {
    display: inline;
}

#breadcrumbs a {
    text-decoration: none;
    color: #5b5b5b;
    -webkit-transition: color 75ms linear;
    -moz-transition: color 75ms linear;
    -ms-transition: color 75ms linear;
    -o-transition: color 75ms linear;
    transition: color 75ms linear;
}

#breadcrumbs a:hover,
#breadcrumbs .active {
    color: #4ec3ed;
}

.service-page #breadcrumbs {
    padding-bottom: 0;
    padding-top: 20px;
    padding-left: 10px;
}

/* search */
.search-keyword {
    font-size: 0.75em; /* 12px / 16px */
    margin-bottom: 1.59574468085106%; /* 15px / 940px */
}

.search-keyword span {
    font-style: italic;
}

.search .button-more {
    padding-left: 1.27659574468085%; /* 12px / 940px */
    padding-right: 3.19148936170213%; /* 30px / 940px */
    margin-top: 1.06382978723404%; /* 10px / 940px */
}

.search .search-result-item {
    padding: 1.06382978723404% 0 1.59574468085106%; /* 10px / 940px */ /* 15px / 940px */
    padding-left: 2.12765957446809%; /* 20px / 940px */
}

.search-result-item h3 {
    margin-bottom: 1.06382978723404%; /* 10px / 940px */
}

.search .search-category {
    padding-top: 1.06382978723404%; /* 10px / 940px */
}

.search-result-item h3 a {
    text-decoration: none;
    color: #5b5b5b;
    -webkit-transition: color 75ms linear;
    -moz-transition: color 75ms linear;
    -ms-transition: color 75ms linear;
    -o-transition: color 75ms linear;
    transition: color 75ms linear;
}

.search-result-item h3 a:hover {
    color: #4ec3ed;
}

.search-result-item .highlight {
    font-weight: bold;
    background-color: yellow;
}

/* press */
.press .float {
    float: left;
    margin-left: 2.12765957446809%; /* 20px / 940px */
}

.press .float:first-child {
    margin-left: 0;
}

.press-list {
    list-style-type: none;
}

.press-list span {
    display: block;
    font-size: 0.75em; /* 12px / 16px */
}

.press-list a {
    margin-bottom: 0;
    font-family: 'Miso', Arial, sans-serif;
    text-transform: uppercase;
    line-height: 0.875em; /* 14px / 16px */
}

.press-list li {
    margin-bottom: 4.34782608695652%; /* 20px / 460px */
}

/* videos */
.videos .content-separator span {
    padding: 12px 10px;
}

.videos #newsletter-form-wrapper {
    padding-top: 0;
}

.videos #newsletter-form .input-text {
    width: 76.66666666666667%; /* 230px / 300px */
    padding: 1.66666666666667% 13.33333333333333% 1.66666666666667% 2.66666666666667%; /* 5px / 300px | 8px / 300px | 40px / 300px */
}

/* clients types pages */
.clients-type .detail-services-list {
    padding: 2.27272727272727% 0 5.45454545454545%; /* 5px / 220px | 12px / 220px */
}

.clients-type .detail-services-list li {
    float: none;
    width: 100%;
}

.clients-type #newsletter-form label {
    font-size: 1.333333333333333em; /* 16px / 12px */
    margin-bottom: 5px;
}

/* entreprise certifs page */
.certifs-page-header {
    padding-bottom: 30px;
}

.certif div {
    padding-top: 5px;
}

.certif div:first-child {
    padding-top: 0;
}


/* offre noel 2014 */
.offre-noel-2014 {
	width:960px;
	float: left;
	background: url('/medias/images/offre-noel-2014-background.jpg') top center no-repeat;
	text-align:center;
}
.offre-noel-2014-content {
	float: left;
	width:940px;
	margin: 560px auto 0 auto;
	text-align:left;
	font-family:Arial;
	font-size:11px;
	color: #3A3B3A;
}
.offre-noel-2014-content span {
	font-family:Arial;
	font-size:12px;
	color: #3A3B3A;
}


/* widget contact */
#widget_contact{
    z-index: 9999999;
    position: fixed;
    top: 60%;
    margin-top: -130px;
    right: -255px;
    width: 255px;
}
#widget_contact_btn{
    left: -50px;
    width: 80px;
    height: 60px;
    top: 0px;
    position: absolute;
    background: #ef6758 url('/medias/images/widget_contact_picto_bt.png') 13px 20px no-repeat;
    cursor: pointer;

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;

    /*border-left: 1px solid white;*/
}
#widget_contact.opened #widget_contact_btn{
    background-image: url('/medias/images/widget_contact_picto_bt_opened.png');
}
#widget_contact_content_inner{
    /*border: 1px solid #ffffff;
    border-right: none;*/
}
#widget_contact_content_text{
    padding: 10px 10px 10px 30px;
    min-height: 40px;
    background-color: #ef6758;

    font-size: 1.8em; /* 20px / 16px */
    line-height: 0.95em;
    font-family: 'Miso', Arial, sans-serif;

    color: #ffffff;
}
#widget_contact_content_form{
    background: #e15a4b url('/medias/images/widget_contact_picto_bg.png') left bottom no-repeat;
    padding-top: 17px;
}
#widget_contact_content_form dl{
    margin: 0;
    padding: 0;
}
#widget_contact_content_form p{
    margin: 0 30px 5px 30px;
}
#widget_contact_content_form p.success,
#widget_contact_content_form p.error
{
    color: #ffffff;
}
#widget_contact_content_form .input-txt{
    padding: 5px 4%;
    width: 92%;
    border: none;
    font-family: Arial, sans-serif;
}


#widget_contact_content_form p.btn{
    font-size: 1em;
    margin: 0 15px 0 70px;
    padding: 5px 0 10px 0;
}
#widget_contact_content_form .input-sbt{
    border: none;
    background-color: transparent;
    font-family: 'Miso', Arial, sans-serif;
    font-size: 1.7em;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;

    /*margin: 5px 20px 10px 75px;*/
    margin: 0;
    padding: 0;
    width: 100%;
}

article ul, article ol {
    list-style-position: outside;
    padding-left: 40px;
}

.call-to-action-button {
    padding: 7px 11px;
    margin: 10px 0;
    background-image: none;
    display: inline-block;
    font-size: 1.7em;
    -webkit-transition: color 75ms, background-color 75ms linear;
    -moz-transition: color 75ms, background-color 75ms linear;
    -ms-transition: color 75ms, background-color 75ms linear;
    -o-transition: color 75ms, background-color 75ms linear;
    transition: color 75ms, background-color 75ms linear;
    color: #ffffff !important;
}

.call-to-action-button.green {
    background-color: #4aac51;
}
.call-to-action-button.green:hover {
    color: #4aac51 !important;
}
.call-to-action-button.green-light {
    background-color: #8eb645;
}
.call-to-action-button.green-light:hover {
    color: #8eb645 !important;
}
.call-to-action-button.yellow {
    background-color: #ffc200;
}
.call-to-action-button.yellow:hover {
    color: #ffc200 !important;
}
.call-to-action-button.orange {
    background-color: #f98200;
}
.call-to-action-button.orange:hover {
    color: #f98200 !important;
}
.call-to-action-button.red {
    background-color: #ee6557;
}
.call-to-action-button.red:hover {
    color: #ee6557 !important;
}
.call-to-action-button.mauve {
    background-color: #9e5dc9;
}
.call-to-action-button.mauve:hover {
    color: #9e5dc9 !important;
}
.call-to-action-button.blue {
    background-color: #5672d8;
}
.call-to-action-button.blue:hover {
    color: #5672d8 !important;
}
.call-to-action-button.fuschia {
    background-color: #f752ac;
}
.call-to-action-button.fuschia:hover {
    color: #f752ac !important;
}
.call-to-action-button.blue-light {
    background-color: #4ec3ed;
}
.call-to-action-button.blue-light:hover {
    color: #4ec3ed !important;
}
.call-to-action-button.blue-green {
    background-color: #00bfba;
}
.call-to-action-button.blue-green:hover {
    color: #00bfba !important;
}

.call-to-action-button:hover {
    background-color: #e7e7e7;
}