/*@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Lato:400,300,700,100);
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,500italic,700,700italic,400italic,300italic,300);
body{
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    color: #555;
    width: 100%;
    padding-top:4.6em;
}
.valeurs .grid-2 div {margin-bottom:20px;}
.valeurs .grid-2 h4{font-size:18px;}

.bg-emploi{
    background:rgba(0, 0, 0, 0) url("../img/bg-emploi.jpg") repeat scroll 0 0;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.bg-reason{
    background:rgba(0, 0, 0, 0) url("../img/bg-reasons.jpg") repeat scroll 0 0;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
@media only screen and (max-width: 767px) {
    .bg-emploi{
        background:rgba(0, 0, 0, 0) url("../img/bg-emploi-mobile.jpg") no-repeat scroll 0 0;
    }
    .bg-reason{
        background:rgba(0, 0, 0, 0) url("../img/bg-reasons-mobile.jpg") no-repeat scroll 0 0;
    }
    .bg-emploi{
        background:rgba(0, 0, 0, 0) url("../img/bg-emploi-mobile.jpg") no-repeat scroll 0 0;
        background-position: 0  1%;
    }
}
h1, h2{	font-family: 'Roboto', sans-serif;}
h1{

    font-size: 4em;
    color: #fff;
    font-weight: 400;
}
.bloc-emploi h1 {font-size: 2.5em;
    margin-bottom: 1em;
    font-weight: 400;
    line-height: 1em;
    margin-top: 0px;color:#555}
h2{
    font-size: 4em;
    color: #6f6f6f;
    font-weight: 400;
}
h3{
    font-size: 2.5em;
    margin-bottom: 1em;
    font-weight: 400;
    line-height: 1em;
    margin-top: 0

}
h4{
    font-size: 1.5em;
    color: #333;
    font-weight: 400;
    margin: 0.5em 0
}
@media (max-width:480px){
    h4{
        font-size: 1.2em;
    }
}
.thin{
    font-weight: 500;
    text-transform: uppercase
}
h5{
    font-size: 1.3em;
    margin-bottom: 1em;
    font-weight: 400;
    margin: 0;
}
h6{
    font-size: 1.2em;
    font-weight: 400;
    margin: 1em 0 !important;
}
a{
    text-decoration: none;
}
@media(max-width:640px){
    h2{
        font-size: 1.5em;
        line-height: 1.5em;
    }
}

/*------------------------------------------------------------------------*\
COULEUR
\*------------------------------------------------------------------------*/
.bgred{ background: #EF4538;}
.bgblue{background: #4DB9EA}
.bggreen{background: #76c043 }
.bgpurple{background: #932c72 }
.bgblack{background: #333 }
.bgorange  {background: #f6bf54 }
/*.bggrey {background: #f0f0f0;}*/
.red{ color: #EF4538;}
.blue{color: #4DB9EA}
.green{color: #76c043 }
.purple{color: #932c72 }
.orange  {color: #f6bf54 }
.white{color: #fff;}

.pole-hidden{
    text-indent: -9000px;
}
/*------------------------------------------------------------------------*\
HEADER
\*------------------------------------------------------------------------*/

header{
    min-height: 380px;
}
@media (max-width:480px){
    header{
        min-height: 160px;
    }
    .nos-metiers-bg header{
        min-height: 0 !important;
        margin-top: -50px;
    }
    .nos-metiers-bg h2{
        display: none;
    }
}



.nos-metiers-bg header{
    min-height: auto;
}

.navbar{
    background: #3e7fc1;
    height: 60px;
}

@media(min-width:480px) {
    .map { height: 480px;
    }
}
@media(max-width:480px) {
    .map { display: none;
    }
}

.map {
    position: absolute;
    top: 60px;
    width: 100%;
}
.jumbo  {
    position: relative;
    height: 140px;
    color: #fff;
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}
@media (max-width: 480px){
    .jumbo{
        -moz-transform: translate(0, 30%);
        -o-transform: translate(0, 30%);
        -ms-transform: translate(0, 30%);
        -webkit-transform: translate(0, 30%);
        transform: translate(0, 30%);
    }
    .jumbo .point {
        display: none;
    }

}
header h2{
    margin: 0;
    color: #fff;
}

.jumbo ul{
    max-width: 600px;
    margin: 20px auto;
    padding: 0;
}
.jumbo ul li{
    float: left;
    list-style: outside none none;
    position: relative;
    width: 25%;
    text-align: center;
}
@media (min-width: 480px){
    .jumbo::after {
        background: #d9d9d9 none repeat scroll 0 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%;
    }
}


.circle-pole{
    border-radius: 50%;
    height: 11px;
    width: 11px;
    z-index: 1;
    -moz-transform: translate(65px, -60%);
    -o-transform: translate(65px, -60%);
    -ms-transform: translate(65px, -60%);
    -webkit-transform: translate(65px, -60%);
    transform: translate(65px, -60%);
}
.jumbo.internes .circle-pole{
    border-radius: 50%;
    height: 11px;
    position: absolute;
    right: 40px;
    top: 120px;
    width: 11px;
    z-index: 1;
}
.jumbo .web{background: #f6bf54; }
.jumbo .webtxt{color: #f6bf54}
.jumbo .mkt{background: #932c72;}
.jumbo .mktxt{ color: #932c72}
.jumbo .trade{background: #4cb9ea;}
.jumbo .tradetxt{color: #4cb9ea}
.jumbo .rclient{background: #76c043; }
.jumbo .rclientxt{color:#76c043 }

.map >.mw1140p {
    position: relative;
}
.map >.mw1140p h2{
    position: absolute;
    top: 1em;
    z-index: 1
}


.line-209{
    background: #fcfcfc;

}
.line-210{
    /*    background: #;*/

}
.line-211{
    background: #f5f5f5;

}
.line-212{
    background: #fff;

}
.line-grey1{
    background:#eee;

}
.line-214{
    background:#ececeb;

}
/*------------------------------------------------------------------------*\
CONTENT
\*------------------------------------------------------------------------*/
.centrer {
    display: table !important;
    margin: 0 auto;
}
.bg-gris{
    background:#faf9f9;
}
.profil{
    text-align: center;
}
/*blockquote {
padding: 0 1em;
position: relative;
text-align: center;
}
.profil.trade blockquote::before,
.trade .worker {
color: #4cb9ea
}
.profil.mkt blockquote::before,
.mkt .worker {
color: #932c72
}*/
.profil blockquote{
    font-size: 1.4em;
    font-weight: 300;
    margin: 1em auto;
    width: 60%;
}
.sky-carousel{
    padding: 5% 0;
}
.sky-carousel h3{
    font-size:1.7em;
}
.sky-carousel-wrapper .mytxt{
    margin: 1em 0;
    font-size: 1.4em;
    font-weight: 300;
    text-align: center;
}
@media(max-width:480px){
    .sky-carousel-wrapper .mytxt{
        width: 280px;
        margin: 0 auto;
        font-size: 12px;
        text-align: center;
    }
    .sky-carousel h3 {
        font-size: 1.5em;
        padding: 15px 0 0;
    }

}
.sky-carousel-wrapper .accent{
    font-size: 1.5em;
    font-weight: 700;
    padding: 0 0.7em;
    font-family: lato;
}
/*.sky-carousel-wrapper blockquote::before{
font-family: lato;
font-weight: 500;
left: 110px;
top: -15px;
}*/
.worker{
    font-size: 1.1em;
}
.portrait{
    background-clip: padding-box;
    border-radius: 50%;
    height: 130px;
    overflow: hidden;
    position: relative;
    width: 130px;
    z-index: 0;
    margin: 0 auto
}
[class*='btn-']{
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    will-change: opacity, transform;
    z-index: 1;
    padding: 0.5em 1em;
    text-transform: uppercase;
    text-decoration: none;
    color:#fff;
    border: 0;
}
a.btn-xl{
    font-size: 1em;
    border: 1px solid #333;
    color: #333;
    padding: 0.5em 1em;
}
a.btn-md{
    font-size: 0.8em;
    border: 1px solid #333;
    color: #333;
}
a.btn-md:hover{
    background: #333;
    color: white
}
.btn-web{
    background: #4cb9ea;
}
.btn-mkt{
    background: #932c72;
}
.btn-blue{
    background: #4DB9EA;
    text-align: center;
}
a.btn-black {
    /*    font-size: 0.8em;*/
    background: #333;
    text-align: center;
    color: #fff
}
a.btn-black:hover{
    color: #fff;
}
.navfix{
    bottom: 2%;
    position: fixed;
    right: 1%;
}
@media(max-width:480px){
    .navfix{
        display: none;
    }
}
.btn-postuler{
    /*
    border-radius: 50%;
    height: 60px;
    width: 60px;
    */
    background: #000 url("../img/postuler.svg") no-repeat scroll 14px 6px;
    width: 130px;
    padding: 0.5em 1em 0.5em 3.5em;
    -webkit-animation:turning_cw 3s infinite;
    -moz-animation:turning_cw 3s infinite;
    animation:turning_cw 3s infinite;
}
/*
.btn-postuler{
border-radius: 50%;
height: 60px;
width: 60px;
background: #000 url("../img/send.svg") no-repeat scroll 14px 16px;
position: absolute;
-webkit-animation:turning_cw 3s infinite;
-moz-animation:turning_cw 3s infinite;
animation:turning_cw 3s infinite;
}
.btn-postuler:hover{
-webkit-animation:turning_acw 3s infinite;
-moz-animation:turning_acw 3s infinite;
animation:turning_acw 3s infinite;
}
/*
.innercircle {
border: 5px solid  transparent;
border-left-color:#4db9ea  ;
border-right-color:#4db9ea  ;

-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
transform: rotate(360deg);

position:relative;

background: transparent;
background: transparent;
background:transparent;

width: 70px;
height: 70px;

-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;

-webkit-animation:turning_acw 3s infinite;
-moz-animation:turning_acw 3s infinite;
animation:turning_acw 3s infinite;
}

@-webkit-keyframes turning_cw {
0%{
-webkit-transform: rotate(0deg); }
100%{
-webkit-transform: rotate(0deg); }
}

@-webkit-keyframes turning_acw {
0%{
-webkit-transform: rotate(360deg); }
100%{
-webkit-transform: rotate(0deg); }
}

@-moz-keyframes aura {
0%{
text-shadow: 0 2px 2px #000; }

50%{
text-shadow: 0 10px 10px #000;
line-height: 190px; }

100%{
text-shadow: 0 2px 10px #000; }
}

@-moz-keyframes turning_cw {
0%{
-moz-transform: rotate(0deg); }
100%{
-moz-transform: rotate(0deg); }
}

@-moz-keyframes turning_acw {
0%{
-moz-transform: rotate(360deg); }
100%{
-moz-transform: rotate(0deg); }
}

@keyframes aura {
0%{
text-shadow: 0 2px 2px #000; }

50%{
text-shadow: 0 10px 10px #000;
line-height: 190px; }

100%{
text-shadow: 0 2px 10px #000; }
}

@keyframes turning_cw {
0%{
transform: rotate(0deg); }
100%{
transform: rotate(360deg); }
}
*/

.ar > img{ height: 200px; margin: 1em 0;}

/*------------------------------------------------------------------------*\
MENU
\*------------------------------------------------------------------------*/
.cd-logo{
    display: table;
    margin: 0 auto;
}
@media only screen and (max-width: 768px){
    .cd-logo{
        display: table;
        margin: 0.5em auto;
    }
}

.cd-header {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
/*    background: #3e7fc1 ;*/
    height: 50px;
    width: 100%;
    z-index: 3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
    .cd-header {
        height: 60px;
       background-color: rgba(255, 255, 255, 1);

        box-shadow: none;
        padding: 1em;
    }

}
@media only screen and (min-width: 1170px) {
    .cd-header {
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        transition: background-color 0.3s;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .cd-header.is-fixed {
        /* when the user scrolls down, we hide the header right above the viewport */
        position: fixed;
        top: -80px;
        background-color: rgba(2, 23, 37, 0.96);
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }
    .cd-header.is-visible {
        /* if the user changes the scrolling direction, we show the header */
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    .cd-header.menu-is-open {
        /* add a background color to the header when the navigation is open */
        background-color: rgba(2, 23, 37, 0.96);
    }
}
.cd-primary-nav-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: #3e7fc1 ;
}
.cd-primary-nav-trigger .cd-menu-text {
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    /* hide the text on small devices */
    display: none;
}
.cd-primary-nav-trigger .cd-menu-icon {
    /* this span is the central line of the menu icon */
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: #000000;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* these are the upper and lower lines in the menu icon */
}
.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000000;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s;
}
.cd-primary-nav-trigger .cd-menu-icon::before {
    top: -5px;
}
.cd-primary-nav-trigger .cd-menu-icon::after {
    top: 5px;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
    background-color: rgba(255, 255, 255, 0);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
    background-color: white;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
@media only screen and (min-width: 768px) {
    .cd-primary-nav-trigger {
        width: 100px;
        padding-left: 1em;
        background-color: transparent;
        height: 30px;
        line-height: 30px;
        right: 2.2em;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .cd-primary-nav-trigger .cd-menu-text {
        display: inline-block;
    }
    .cd-primary-nav-trigger .cd-menu-icon {
        left: auto;
        right: 1em;
        -webkit-transform: translateX(0) translateY(-50%);
        -moz-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        -o-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%);
    }
}
.cd-primary-nav {
    /* by default it's hidden - on top of the viewport */
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(2, 23, 37, 0.96);
    z-index: 2;
    text-align: center;
    padding: 50px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.cd-primary-nav li {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: .2em 0;
    list-style: none;


}
.cd-primary-nav a {
    display: inline-block;
    padding: .4em 1em;
    border-radius: 0.25em;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    text-decoration: none;
    color: #fff;
}
.no-touch .cd-primary-nav a:hover {
    color: #4db9ea;
}
/*.cd-social  a:hover{  background: #4db9ea;}*/
.cd-primary-nav .cd-label {
    color: #4db9ea;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 2.4em 0;
}
.cd-primary-nav .cd-social {
    display: inline-block;
    margin: 0 .4em;
}
.cd-primary-nav .cd-social a {
    width: 44px;
    height: 44px;
    padding: 0;
    background-image: url("../img/cd-socials.svg");
    background-repeat: no-repeat;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.cd-primary-nav .cd-facebook a {
    background-position: 0 0;
}
.cd-primary-nav .cd-twitter a {
    background-position: -44px 0;
}
.cd-primary-nav .cd-linkedin a {
    background-position: -88px 0;
}
.cd-primary-nav .cd-pinterest a {
    background-position: -132px 0;
}
.cd-primary-nav .cd-gplus a {
    background-position: -176px 0;
}
.cd-primary-nav .cd-instagram a {
    background-position: -220px 0;
}
.cd-primary-nav.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
@media only screen and (min-width: 768px) {
    .cd-primary-nav {
        padding: 80px 0;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-primary-nav li {
        font-size: 30px;
        /*font-size: 1.875rem;*/
        font-size: 2.5rem;
    }
    .cd-primary-nav .cd-label {
        font-size: 16px;
        font-size: 1rem;
    }
}

[class*='icone-']{
    width: 160px;
    height: 160px;
    padding: 0 2em;
    background-image: url("../img/sprite.svg");
    background-repeat: no-repeat;
}
.icone-1  {
    background-position: 0 0;
}
.icone-2  {
    background-position: -10px 0;
}
.icone-3  {
    background-position: -370px 0;
}
.icone-4 {
    background-position: -180px 0;
}
.flex-container{
    -webkit-flex-direction: row-reverse; /* Safari */
    flex-direction:         row-reverse;
    -webkit-justify-content: center; /* Safari */
    justify-content:  center;

}
.flex-container p{
    padding: 1em 0;
}

/*------------------------------------------------------------------------*\
ACCUEIL
\*------------------------------------------------------------------------*/
.nos-societes > div{
    margin-bottom: 1em;
}
@media(max-width:800px){
    .services h4 {
        font-size: 1.2em;
    }
}


.nos-societes a{
    background: url('../img/logo/logo-societe.png') no-repeat ;
    height: 35px;
    display: block
}
.nos-societes div a{ margin: 0 auto ;}
.nos-societes div:nth-child(1) a{
    width: 150px;
    background-position: 0 0;
}
.nos-societes div:nth-child(1) a:hover{

    background-position: 0 -42px;
}
.nos-societes div:nth-child(2) a{
    width: 210px;
    background-position: -168px 0;
}
.nos-societes div:nth-child(2) a:hover{
    background-position: -168px -42px;
}
.nos-societes div:nth-child(3) a {
    background-position: -383px 0;
    width: 181px;
}
.nos-societes div:nth-child(3) a:hover{
    background-position: -383px -42px;
}
.nos-societes div:nth-child(4) a {
    background-position: -604px 0;
    width: 140px;
}
.nos-societes div:nth-child(4) a:hover{
    background-position: -604px -42px;
}

.nos-societes div:nth-child(5) a {
    background-position: -785px 0;
    width: 180px;
}
.nos-societes div:nth-child(5) a:hover{
 background-position: -785px -42px;
}




/*------------------------------------------------------------------------*\
NOS METIERS
\*------------------------------------------------------------------------*/
.nos-metiers-bg{
    background: url('../img/bg-nos-metiers.jpg') no-repeat 50% 50% fixed;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;

}
.contenu{
    margin: 4em auto;
}

.goto, .postuler, .gototop{
    font-size: 1.1em;
    display: inline-block;
    text-transform: uppercase;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    background: transparent;
    position: absolute;
    cursor: pointer;
    padding: 1em 2em;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    z-index: 1000;
    opacity: 0.8;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(.7,0,.3,1), opacity 0.3s, color 0.3s, border-color 0.3s;
    transition: transform 0.6s cubic-bezier(.7,0,.3,1), opacity 0.3s, color 0.3s, border-color 0.3s;
}
.goto a {
    color: #fff;
}
#section0 .goto{
    top: 100%;
    left: 50%;
    -webkit-transform: translate3d(-130%,-420%,0);
    transform: translate3d(-130%,-420%,0);
    color: #fff;
    border: 2px solid #f1f1f1;

}
#section0 .postuler{
    top: 100%;
    left: 50%;
    -webkit-transform: translate3d(20%, -420%, 0px);
    transform: translate3d(20%, -420%, 0px);
    color: #fff;
    border: 2px solid #fff;

}
#section1 .goto{
    color: #000;
    border: 2px solid #000;
    bottom: 70%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-200%,0);
    transform: translate3d(-50%,-420%,0);
}
#section1 .goto a{
    color: #000;
}

#section1 .gototop{
    bottom: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, -170%, 0px);
    transform: translate3d(-50%, -170%, 0px);
}
@media(max-width:480px){
    #section1 .gototop{
        display: none}
}
.sky-carousel{
    z-index:  0;
}
.circle{
    border-radius: 50%;
    height: 100px;
    width: 100px;
    display: flex;
    text-align: center;
    vertical-align:
}
.circlejob{
    display: flex;
    text-align: center;
    /*  border: 2px solid #fff;*/
    justify-content: center;
    align-items: center;
    line-height: 7em;
    font-size: 1.4em;
    text-transform: uppercase;
    margin: 0 auto;
}
.circlejob p{
    flex: 0 0 auto;
    max-width: 100%;
}

@media (min-width: 480px){
    [class*="grid-4"].nosmetiers  > * {
        width: 23%;
    }
    .nosmetiers{
        -moz-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
}
@media (max-width: 480px){
    #section0{
        display: none;
    }
}

[class*="cs-"]{
    background-image: url("../img/nos-metiers.svg");
    background-repeat: no-repeat;
}

.dynamisme{
    padding: 2em 0 1em ;
}
.dynamisme > li{
    min-height: 110px;
}
.valeur h4{
    margin: 0.3em 0 0.2em 2em;
}
.valeur  [class*="cs-"] {
    height: 30px;
    width:30px;
    float: left;

}

.nbr [class*="cs-"] {
    height: 50px;
    width: 50px;
    margin: 0 auto;
}
.cs-site{background-position: -355px -280px;}
.cs-ref{background-position: -415px -280px}
.cs-achet{background-position: -465px -280px}
.cs-ann{background-position: -525px -280px}
.cs-satisf{  background-position: -55px -295px;}
.cs-dynam{  background-position: -110px -295px;}
.cs-innov{  background-position: -175px -295px  }
.cs-trans{  background-position: -285px -295px }

.circlejob-sm{
    display: block;
    height: 70px;
    padding: 0;
    position: relative;
    width: 75px !important;
    margin: 0 auto;
}
.cs-web-sm{
    background-position:0 -190px
}
.cs-mkt-sm{
    background-position:-100px -190px
}
.cs-com-sm{
    background-position:-210px -190px
}
.cs-admin-sm{
    background-position:-310px -190px
}

.circlejob-sm span{
    position: absolute;
    bottom: 10%;
    left: 50%;
    font-size: 1em;
    line-height: 1.1;
    text-transform: uppercase;
    white-space: nowrap;
    -moz-transform: translate(-50%, 30px);
    -o-transform: translate(-50%, 30px);
    -ms-transform: translate(-50%, 30px);
    -webkit-transform: translate(-50%, 30px);
    transform: translate(-50%, 30px);
}
.circlejob {
    /*
    height: 180px;
    width: 151px !important ;
    padding: 0;
    */
    position: relative;
    /*
    background-image: url("../img/nos-metiers.svg");
    background-repeat: no-repeat;
    */
    /* image replacement */
}

.circlejob.c-web a:hover {
    color: #000;
}

/*
.circlejob.cs-web  {
background-position: 0 0;
}
.circlejob.cs-mkt  {
background-position: -236px 0;
}
.circlejob.cs-com  {
background-position: -472px 0;
}
.circlejob.cs-admin  {
background-position: -708px 0;
}
*/
.circlejob span{
    position: absolute;
    top: 110%;
    left: 50%;
    color: white;
    font-size: 1em;
    line-height: 1.1;
    text-transform: uppercase;
    white-space: nowrap;
    -moz-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}
.circle p{
    flex: 1 1 0;
}
[class*='pole-']{
    width: 90px;
    height: 90px;
    padding: 0 2em;
    background-image: url("../img/sprite-logo.svg");
    background-repeat: no-repeat;
    display: table;
    margin: 0 auto;
}
[class*='brand-']{
    height: 60px;
    padding: 0 2em;
    background-image: url("../img/sprite-logo.svg");
    background-repeat: no-repeat;
    display: table;
    margin: 1em auto 0 auto;
}
[class*='locom-'] {
    padding: 0 0 0 2em;
}

.pole-soft  {
    background-position: 0 0;

}
.pole-creasite  {
    background-position: -100px 0;
}
.pole-business  {
    background-position: -200px 0;
}
.brand-creasite  {
    background-position: -840px 0;
    width: 110px;
}
.brand-consortium  {
    background-position: -620px 0;
    width: 200px;
}
.brand-lcm {
    background-position: -950px 0;
    width: 310px;
}
.brand-marker {
    background-position: -735px -96px;
    height: 60px;
    width: 45px;
}
[class*='locom-']:before{
    background-image: url("../img/sprite-locom.svg");
    background-repeat: no-repeat;
    display: table;
    position: relative;
    height: 1px;
    width:31px;
    position: absolute;
    margin: 5px 0 0 -42px;
    min-height: 30px;
    content:"";
    vertical-align: middle;
}
.locom-bus:before{
    background-position: 0 0;
}
.locom-tram:before{
    background-position: -85px 0;
}
.locom-train:before{
    background-position: -42px 0;
}
.locom-voiture:before{
    background-position: -132px 0;
}
.circlered{
    background-image: url("../img/sprite-logo.svg");
    background-position: -621px 90px;
    height: 90px;
    width: 100px;
    margin: 0 auto;
    display: table;
}
.cercle{
    border-radius: 50%;
    overflow: hidden;
    height: 115px;
    width: 115px;
}
/*------------------------------------------------------------------------*\
FOOTER
\*------------------------------------------------------------------------*/

footer{
    background: #eaeaea;
    padding: 1em 0;
}
.logo-bot{
    text-align:center;
	margin: 10px 0 25px;
}
footer ul{
    text-align:center;
    padding: 0px;
}
footer li {
    display: inline;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: .2em 0;
    list-style: none;
}
footer ul li a {
    display: inline-block;
    padding: .4em 1em;
    border-radius: 0.25em;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    text-decoration: none;
    color: #fff;
}
footer .cd-social {
    display: inline-block;
    margin: 0 .4em;
}
footer .cd-social a {
    width: 20px;
    height: 20px;
    padding: 0;
    background-image: url("../img/cd-socials-footer.svg");
    background-repeat: no-repeat;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
footer .cd-social a:hover {
    color: #000;
}
footer .cd-facebook a {
    background-position: 5px 0;
}
footer .cd-twitter a {
    background-position: -28px 0;
}
footer .cd-linkedin a {
    background-position: -60px 0;
}
footer .cd-pinterest a {
    background-position: -95px 0;
}
footer .cd-gplus a {
    background-position: -128px 0;
}
footer .cd-instagram a {
    background-position: -162px 0;
}

/*------------------------------------------------------------------------*\
PRESENTATION
\*------------------------------------------------------------------------*/

.presentation {
    min-height: 606px;
    background-image: url('../img/presentation.jpg');
    background-repeat: no-repeat;
    position: relative;
}




/* For mobile devices */
@media only screen and (max-width: 767px) {
    .presentation {
        /* The file size of this background image is 93% smaller
        * to improve page load speed on mobile internet connections */
        background-image: url(../img/presentation-mobile.jpg);
    }
    header{
        height: 30px;
    }
}

.form-style{
    background-color: #f8f8f8;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    color: #333;
    display: block;
    font-size: 1.2rem;
    height: 50px;
    line-height: 1.42857;
    padding: 7px;
    width: 100%;
}

.description{
    /*    font-size: 1.2em;*/
    font-weight: 300;
    min-height: 120px;
}

.logo img {
    display: table;
    margin: 0 auto;
}
/*------------------------------------------------------------------------*\
CONTACT
\*------------------------------------------------------------------------*/

.md-modal {
    position: absolute;
    top: 90%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-content {
    /*  color: #fff;*/
    background: #FFF;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
    font-size: 0.9em;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);

}

.md-content h3 {
    margin: 0;
    padding: 0.4em;
    text-align: center;
    font-size: 2.2em;
    font-weight: 300;
    opacity: 0.8;
    border-radius: 3px 3px 0 0;
    color: white;
}

.md-content > div {
    padding: 15px 20px 20px;
    margin: 0;
    font-weight: 300;
    font-size: 1.5em;
}

/*.md-content ul li{}*/

.md-content > div p {
    margin: 0;
    padding: 10px 0;
}

/*.md-content > div ul {
margin: 0;
padding: 0;
&:li {
padding: 35px 0;
background: red;
list-style: none;
}
}*/
.md-content > div ul{
    counter-reset: step;
}
.md-content > div ul li{
    counter-increment: step;
    list-style: none;
    margin-bottom: 1em;
}
.md-content > div ul li:before{
    content: counter(step);
    display: inline-block;

    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    color: #000;
    text-align: center;
    margin-right: 0.5em;
}
.bytram ul li:before{border: 1px solid #4db9ea ;}
.bybus ul li:before{border: 1px solid #76c043 ;}
.bytrain ul li:before{border: 1px solid #932c72;}
.bycar ul li:before{border: 1px solid #ef4538 ;}

.md-content a {
    display: block;
    margin: 0 auto;
    font-size: 0.8em;
    position: absolute;
    right: 0;
}

.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.md-close{
    background: transparent none repeat scroll 0 0;
    border: medium none white;
    color: white;
    font-weight: 700;
    padding: 0.3em 0.8em;
    position: absolute;
    right: 10px;
    top: 10px;
}

/*------------------------------------------------------------------------*\
EMPLOI
\*------------------------------------------------------------------------*/

.bloc_opt_in_rgpd {
  width:100%;
  margin:0px 0 15px 0;
}

input.opt_in_rgpd{
  width:20px;
  height:20px;
  margin:0 10px 0 0;
}


.bloc_opt_in_rgpd label{
  font-size:12px !important;
}

.bloc_opt_in_rgpd a{
  text-decoration: underline;
}

input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #000;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    color: #fff;
    background: #333;
    min-width: 250px;
}
.phone{
    font-size: 1.4em;
    padding-top: 1em;
    font-weight: 300;
}
/*------------------------------------------------------------------------*\
RAISON
\*------------------------------------------------------------------------*/


.reason {
    min-height: 606px;
    background-image: url('../img/bg-reasons.jpg');
    background-repeat: no-repeat;
    position: relative;
}
.list-inline li{
    display: inline;
}
.nav-second a{
    background: #efebe2 none repeat scroll 0 0;
    color: inherit;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 1.1rem;
    height: 180px;
    letter-spacing: 2px;
    line-height: 1.3;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transform: rotate(45deg);
    width: 180px;
}
.nav-second{
    max-width: 820px;
    margin: 0 auto;
    position: relative;
}
.nav-second ul li {
    width: 270px;
    padding: 0 5px;
}

.nav-second a > .inner {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(-45deg);
    width: 100%;
}
.arrow img{
    display: block;
    height: 300px;
    margin: 0 auto;
    width: 32px;

}

/*------------------------------------------------------------------------*\
CONTACT
\*------------------------------------------------------------------------*/

dlpdf > a{
    color: white;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-style: 1em;
}
.dlpdf > a:hover + .tooltip{
    opacity: 1;
    transform: scale(1);
}

.innercircle.tooltip {
    background: #1496bb;
    bottom: 100%;
    color: #fff;
    display: block;
    left: -25px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.innercircle.tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

/* CSS Triangles - see Trevor's post */
.innercircle.tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #1496bb 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.innercircle:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.titre-contact{
    position: absolute;
    top: 5.8em;
    text-align: center;
    width: 100%;
    color: #000;
    z-index: 1;
    opacity:1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.165, 0.840, 0.440, 1.000), opacity 700ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition: -moz-transform 700ms cubic-bezier(0.165, 0.840, 0.440, 1.000), opacity 700ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -ms-transition: -ms-transform 700ms cubic-bezier(0.165, 0.840, 0.440, 1.000), opacity 700ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition: -o-transform 700ms cubic-bezier(0.165, 0.840, 0.440, 1.000), opacity 700ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transition: transform 700ms cubic-bezier(0.165, 0.840, 0.440, 1.000), opacity 700ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

.big-office{
    position: relative;
}
/*
[class*='txt-'] {
color: #fff;
font-size: 0.9em;
font-weight: 700;
height: 2.4em;
line-height: 2.4em;
text-align: center;
text-transform: uppercase;
width: auto;
padding: 0 1em;
}
*/
.print{
    color: #fff;
    font-size: 0.9em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 0.5em 1em;
    position: absolute; z-index: 1; right: 0; bottom: 0;
}
.print > a{color: #fff;}
.print > a:hover{
    color: #000;
}
hr{
    margin: 1.5em 1em;
}
@media(max-width:480px){
    .txt-1,
    .txt-2,
    .txt-3,
    .dlpdf,
    .titre-contact{display:none;}
}

.dlpdf{position: absolute; z-index: 1; right: 0; top: 0;

}
.gridcontact figure{
    margin: 0;
}

.zoom {
    position: relative;
    /*  float: left;*/
    overflow: hidden;
    /*
    margin: 10px 1%;
    min-width: 230px;
    max-width: 315px;
    */
    width: 100%;
    /*  background: #000000;*/
    text-align: center;
    /*    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
    min-height: 190px;
}
.zoom * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.zoom .info {
    max-width: 100%;
    vertical-align: top;
    padding: 1.5em;
    text-align: justify;
}
.zoom i {
    position: absolute;
    top: 100%;
    left: 50%;
    border-radius: 50%;
    font-size: 34px;
    color: #000000;
    width: 50px;
    height: 50px;
    line-height: 42px;
    /*
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    */
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.zoom a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.zoom.blue {
    /*  background-color: #2472a4;*/
}
.zoom:hover{
    background: #eaeaea ;
    cursor: pointer;
}
.zoom:hover .info,
.zoom.hover .info {
    opacity: 0.2;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.zoom:hover i,
.zoom.hover i {
    top: 50%;
    transition: all 500ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 1;
    z-index: 11;

}

/*
.info-destination{
padding: 1.5em;
text-align: justify;
}
a.info-destination  {
border: none;
text-align: left;
cursor: pointer;
display: block;
padding:1.5em;

}
*/

@media(min-width:480px){
    .zoom{
        min-height: 190px;
    }
}
@media(max-width:480px){
    .zoom{
        min-height: 90px;
    }
}

/*
a.info-destination:hover {
background: #f1f1f1;
}

*/


@media(min-width:800px){
    .gridcontact [class*="grid-4"] > * {
        width: calc(100% * 1 / 4 - 0em - 0.01px);
    }
    [class*='bloc-contact-'][class*="grid-"] > *, [class*='bloc-contact-'][class*="grid-"]{ margin-left: 0 !important;}

}

/*.bloc-contact-1[class*="grid-"] > *:nth-child(even){padding: 1.5em;}
.bloc-contact-2[class*="grid-"] > *:nth-child(odd){padding: 1.5em;}*/
/*
@media only screen  and (min-width : 1224px) {
[class*="grid-4"] > *{width: 25%;}
}
@media (min-width: 769px) and (max-width: 1024px) {
[class*="grid-4"] > *{width: 25%;}
}
@media (max-width: 768px){
[class*="grid-4"] > *{width: 50%;}
}
@media (max-width: 480px){
[class*="grid-4"] > *{width: 100%;}

}
*/

.bloc-emploi > div{background: #f5f5f5; margin-bottom: 2em; padding: 1.5em; position:relative;}
.bloc-emploi ul{padding: 0;}
.bloc-emploi ul li{
    list-style: none;
}
.ref span{
    font-weight: 400;
}
.statut{
    font-style: italic;
    padding-top: 1em;
    font-size: 0.9em;
    color: #666

}
.polemploi{
    color: #fff;
    font-size: 0.9em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    top: -17px;
    text-transform: uppercase;
}
.cdi, .stage{
    padding:3px;
    font-size: 0.9em;
    font-weight: 700;
}
.cdi{  color: #ad132c;}
.stage{  color: #76c043 ;}


.diamonds {
    font: Helvetica, Arial, sans-serif;
    font-size: 0;
    margin: 40px auto;
}

@media (min-width: 1450px) {
    .csstransforms .diamonds .diamond {
        overflow: hidden;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .diamonds .content {
        display: table-cell;
        height: 190px;
        padding: 0 10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        text-align: center;
        vertical-align: middle;
        width: 190px;
        font-size: 1em
    }
    .csstransforms .diamonds {
        max-width: 1450px;
    }
    /* line 25, ../sass/screen.scss */

    /* line 29, ../sass/screen.scss */
    .csstransforms .diamonds > li:nth-child(9n+6) {
        margin-left: 155px;
    }
    /* line 33, ../sass/screen.scss */
    .csstransforms .diamonds > li:nth-child(9n+5) {
        margin-right: 0;
    }
    /* line 37, ../sass/screen.scss */
    .csstransforms .diamonds > li:nth-child(n+5) {
        margin-top: -50px;
    }
    .diamonds .diamond {
        height: 210px;
        width: 210px;
        overflow: hidden;
    }
    .diamonds > li {

        margin-right:100px;
    }
}
.diamonds .diamond {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #f4f4f4;
    color: #000;
    display: block;

    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    position: relative;
    text-decoration: none;
    border: 5px solid #fafafa;
}
.diamonds > li {
    display: inline-block;
    font-size: 18px;
}

@media (max-width: 1449px) {
    .diamonds .diamond {
        height: 150px;
    }
    .diamonds > li{
        display: none !important;
        float: left;
        padding: 0.5em;
        width: 25%;
    }
    .diamonds > li:nth-child(3),
    .diamonds > li:nth-child(7),.diamonds > li:nth-child(8),
    .diamonds > li:nth-child(12),  .diamonds > li:nth-child(16),  .diamonds > li:nth-child(17), .diamonds > li:nth-child(21) {
        display: block!important;
    }
    .csstransforms .diamonds {
        max-width: 1150px;
    }
    .content{
        text-align: center;
        padding: 1em;
    }
}
@media (max-width: 800px) {
    .diamonds .diamond {
        height: 150px;
    }
    .diamonds > li{
        display: none !important;
        float: left;
        padding: 0.5em;
        width: 50%;
    }
}
@media only screen and (max-width: 537px) {
    /* line 78, ../sass/screen.scss */
    .diamonds > li {
        width: 100%;
        padding: 0
    }
    .number{
        top: 20px !important;
        left:30px !important;

    }
}
/*
@media only screen and (max-width: 1347px) and (min-width: 1078px) {
line 25, ../sass/screen.scss
.csstransforms .diamonds {
max-width: 1000px;
}
/* line 29, ../sass/screen.scss
.csstransforms .diamonds > li:nth-child(7n+5) {
margin-left: 135px;
}
/* line 33, ../sass/screen.scss
.csstransforms .diamonds > li:nth-child(7n+4) {
margin-right: 0;
}
/* line 37, ../sass/screen.scss
.csstransforms .diamonds > li:nth-child(n+4) {
margin-top: -55px;
}
}
@media only screen and (max-width: 1077px) and (min-width: 808px) {

.csstransforms .diamonds {
max-width: 730px;
}

.csstransforms .diamonds > li:nth-child(5n+4) {
margin-left: 135px;
}

.csstransforms .diamonds > li:nth-child(5n+3) {
margin-right: 0;
}

.csstransforms .diamonds > li:nth-child(n+3) {
margin-top: -55px;
}
}
@media only screen and (max-width: 807px) and (min-width: 538px) {

.csstransforms .diamonds {
max-width: 460px;
}

.csstransforms .diamonds > li:nth-child(3n+3) {
margin-left: 135px;
}

.csstransforms .diamonds > li:nth-child(3n+2) {
margin-right: 0;
}

.csstransforms .diamonds > li:nth-child(n+2) {
margin-top: -55px;
}
}
/* line 65, ../sass/screen.scss */
/*
.csstransforms .diamonds {
padding: 39px 0;
}
@media only screen and (max-width: 537px) {

.csstransforms .diamonds {
padding: 0;
text-align: center;
}
}
line 74, ../sass/screen.scss
.no-csstransforms .diamonds {
max-width: 1060px;
}





.no-csstransforms .diamonds > li {
margin: 0 20px 20px 0;
}
/* line 93, ../sass/screen.scss */

/* line 106, ../sass/screen.scss */


/*
@media only screen and (max-width: 537px) {

.csstransforms .diamonds .diamond {
height: 160px;
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
width: 160px;
}
}



@media only screen and (max-width: 537px) {

.csstransforms .diamonds .content {
height: 160px;
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
width: 160px;
}
}*/

/* @end */
.tt{
    background: transparent !important;
    border:transparent !important;
}
.fs-l{
    font-size: 1.5em;
    font-weight: 700;
    line-height: 0.6;
}
.fs-m{
    font-size: 1.2em;
    font-weight: 400;
    line-height: 0.7;
}
.fs-s{
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1;
    font-weight: 700;
}

.fs-xs{
    font-size: 0.7em;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 1em;
}
.diamonds > li{
    position: relative;

}
.number{
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height:30px;
    position: absolute;
    top: -10px;
    right:50px;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    /*  position: relative;*/
}
.diamonds > li .img{
    left: -45px;
    position: absolute;
    top: 25px;
    z-index: 1;
}
.diamonds > li .img1{
    left: 40px;
    position: absolute;
    top: -25px;
    z-index: 1;
}

.sky-carousel .sky-carousel-container li{
    width: 480px;
    background: #ffffff;
    padding: 1em;

}

.sky-carousel .sky-carousel-container li.sc-selected{
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.2s ease-in-out
}
.sky-carousel .sc-nav-button{
    top: 70% !important;
    right: 25% !important;
}
.sky-carousel .sc-nav-button.sc-prev{
    left: 20% !important;
}

.sky-carousel .sky-carousel-container li img{
    margin: 0 auto;
}
@media(max-width:480px){
    .sky-carousel .sky-carousel-container li img{
        width: 130px;
        height: 130px;
    }
}
.sky-carousel .sky-carousel-container .sc-content{
    text-align: center;
}
.sky-carousel .sc-content-wrapper{
    display: none;
}
.sky-carousel{
    height: 500px !important;
}
@media(max-width:480px){
    .sky-carousel .sky-carousel-container li{
        width: 515px;
    }
    .sky-carousel .sc-nav-button{
        top: 80px !important;
        right: 25% !important;
    }

}
.psotu {
    margin: 0 auto;
    display: table;
}


/*VIDEO HOME*/
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
}
.video-container .title-container {
    z-index: 1000;
    position: absolute;
    top: 0%;
    width: 100%;
    text-align: center;
    color: #fff;
}
.video-container .description .inner {
    font-size: 1em;
    width: 45%;
    margin: 0 auto;
}
.video-container .link {
    position: absolute;
    bottom: 3em;
    width: 100%;
    text-align: center;
    z-index: 1001;
    font-size: 2em;
    color: #fff;
}
.video-container .link a {
    color: #fff;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}
.innerclasse{
    bottom: 30px;
    color: white;
    display: inline-block;
    font-family: "futura-pt";
    font-size: 1.8rem;
    font-weight: 500;
    left: 50%;
    line-height: 1.2;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transform: translate(-50%, 0%);
    z-index: 1000;
}

[class*='alert-']{
    border: 1px solid transparent;
    padding: 10px;
    width: 100%;
    font-size:1.2em;
    text-align: center;
}
.alert-error{
    background-color: #C60F13;
    color: #FFF;
}
.alert-succes{
    background-color: #73B635;
    color: #FFF;
}
