/*! normalize.css v1.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}




html{
  overflow-x: hidden;
}


body{
  background:url(../img/bg.png) repeat center top #212020;
  color:#fff;
  text-transform: uppercase;
  line-height: 1.1em;
}


.road-white{
  background:url(../img/road-white.png) repeat-y center top;
}

.trait{
  clear: both;
  padding: 40px 0;
}

.trait2{
  position: relative;
  padding:0;
  margin: 40px 0 0;
}

.trait2 span{
  display: block;
  margin: 20px 0;
}

.trait2 span.nbr{
  line-height:1em;
}

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




/* ==========================================================================
   Author's custom styles
   ========================================================================== */


h1,h2,h3,h4,h5{
    font-weight: normal;
    line-height: 1.5em;
}
h1{
    margin-top: 0;
}

strong{
    font-weight: normal;    
    font-family: 'dosismedium';
}


.element{
    position: relative;
    margin:0px 0 0px;
}

.wrap{
    position: relative;
    padding: 75px 0 100px;
    margin: 0 auto;
    max-width: 796px;
    width: 100%;
    text-align: center;
}

.scrollpicto{
    display: block;
    margin: 0 auto;
    width: 55px;
    padding: 10% 0 0;

    -webkit-animation-name:infinitebouncepos;
       -moz-animation-name:infinitebouncepos;
        -ms-animation-name:infinitebouncepos;
         -o-animation-name:infinitebouncepos;
            animation-name:infinitebouncepos;
    /*animation-duration*/
    -webkit-animation-duration:1s;
       -moz-animation-duration:1s;
        -ms-animation-duration:1s;
         -o-animation-duration:1s;
            animation-duration:1s;
    /*animation-iteration-count*/
    -webkit-animation-iteration-count:infinite;
       -moz-animation-iteration-count:infinite;
        -ms-animation-iteration-count:infinite;
         -o-animation-iteration-count:infinite;
            animation-iteration-count:infinite;
}

@-webkit-keyframes infinitebouncepos {
  0%   { -webkit-transform: translate(0,10px);}
  50%  { -webkit-transform: translate(0,0);}
  100% { -webkit-transform: translate(0,10px);}
}
@-moz-keyframes infinitebouncepos {
  0%   { -moz-transform: translate(0,10px);}
  50%  { -moz-transform: translate(0,0);}
  100% { -moz-transform: translate(0,10px);}
}
@-o-keyframes infinitebouncepos {
  0%   { -o-transform:translate(0,10px);}
  50%  { -o-transform: translate(0,0);}
  100% { -o-transform: translate(0,10px);}
}
@keyframes infinitebouncepos {
  0%   { transform: translate(0,10px);}
  50%  { transform: translate(0,0);}
  100% { transform: translate(0,10px);}
}

.launch{
  margin: 100px 0 80px;
  display: inline-block;
  color:#fff;
  font-size: 24px;
  text-decoration:none;
  line-height: 1em;

    -webkit-animation-name:clignotement;
       -moz-animation-name:clignotement;
        -ms-animation-name:clignotement;
         -o-animation-name:clignotement;
            animation-name:clignotement;
    /*animation-duration*/
    -webkit-animation-duration:1s;
       -moz-animation-duration:1s;
        -ms-animation-duration:1s;
         -o-animation-duration:1s;
            animation-duration:1s;
    /*animation-iteration-count*/
    -webkit-animation-iteration-count:infinite;
       -moz-animation-iteration-count:infinite;
        -ms-animation-iteration-count:infinite;
         -o-animation-iteration-count:infinite;
            animation-iteration-count:infinite;-webkit-animation-name:clignotement;
}


@-webkit-keyframes clignotement {
  0%   { opacity: 0.2; }
  50% { opacity: 1; }
  100% { opacity: 0.2; }
}
@-moz-keyframes clignotement {
  0%   { opacity: 0.2; }
  50% { opacity: 1; }
  100% { opacity: 0.2; }
}
@-o-keyframes clignotement {
  0%   { opacity: 0.2; }
  50% { opacity: 1; }
  100% { opacity: 0.2; }
}
@keyframes clignotement {
  0%   { opacity: 0.2; }
  50% { opacity: 1; }
  100% { opacity: 0.2; }
}

/*
.launch{
    display: inline-block;
    color:#fff;
    font-size: 31px;
    text-decoration:none;
    line-height: 196px;

    -webkit-animation-name:infinitebounce;
       -moz-animation-name:infinitebounce;
        -ms-animation-name:infinitebounce;
         -o-animation-name:infinitebounce;
            animation-name:infinitebounce;
    -webkit-animation-duration:1s;
       -moz-animation-duration:1s;
        -ms-animation-duration:1s;
         -o-animation-duration:1s;
            animation-duration:1s;
    -webkit-animation-iteration-count:infinite;
       -moz-animation-iteration-count:infinite;
        -ms-animation-iteration-count:infinite;
         -o-animation-iteration-count:infinite;
            animation-iteration-count:infinite;
}
@-webkit-keyframes infinitebounce {
  0%   { -webkit-transform: scale(0.8);}
  50%  { -webkit-transform: scale(1);}
  100% { -webkit-transform: scale(0.8);}
}
@-moz-keyframes infinitebounce {
  0%   { -moz-transform: scale(0.8);}
  50%  { -moz-transform: scale(1);}
  100% { -moz-transform: scale(0.8);}
}
@-o-keyframes infinitebounce {
  0%   { -o-transform:scale(0.8);}
  50%  { -o-transform: scale(1);}
  100% { -o-transform: scale(0.8);}
}
@keyframes infinitebounce {
  0%   { transform: scale(0.8);}
  50%  { transform: scale(1);}
  100% { transform: scale(0.8);}
}
*/

.elementpicto{
  position: relative;
  clear: both;
}
.elementpicto .picto{
}
.elementpicto .pictotext{
  display: inline-block;
  text-align:center; 
  font-size: 24px;
  font-family: 'dosismedium';
  line-height: 1.2em;
  margin-top: 30px;
}

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

.trait.changeformobile{
  background:url(../img/trait1.png) no-repeat center 50%; 
  height: 169px;
}
.trait.changeformobile img{
  display: none;
}
.hideonmobile{
  display: none;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

.bulle{
  margin: 20px auto;
  position: relative;
  width: 255px;
  height:255px;
  line-height: 255px;
  font-size: 16px;
  font-family: 'dosismedium';
}
.bulle img{
  max-width: 158px;
}
.bulle .border{
  position: absolute;
  height: 100%;width:100%;
  border: 1px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.bulle .big{
  font-size: 40px;
  color: #0e9f87;
  padding:0 0 20px 0;
}
.valign{
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}

.fs23{font-size:19px;}
.fs27{font-size:20px;}
.fs33{font-size:28px;}
.fs40{font-size:27px;}
.fs44{font-size:20px;}
.fs46{font-size:23px;}
.fs53{font-size:40px;}
.fs55{font-size:45px;}
.fs66{font-size:50px;}
.fs72{font-size:50px;}
.fs84{font-size:58px;}
.fs124{font-size:100px;}

.collaborateurs{
  display: block;
  padding: 20px;
}

.trait.changeformobile.trai1{
  height: 169px;
}
.trait.changeformobile.trai3{
  height: 140px;
}
.trait.changeformobile.trai4{
  height: 138px;
}
.trait.changeformobile.trai5{
  height: 138px;
}
.trait.changeformobile.trai6{
  height: 138px;
}
.trait.changeformobile.trai7{
  height: 138px;
}
.trait.changeformobile.trai8{
  height: 138px;
}

.traitcontainer{
  height: 0%;
  overflow: hidden;
}

.showonlarge{
  display: none;
}

.nowrap{
  white-space: nowrap;
}

.elementpicto-messagerie .color{
  color: #f89421;
}
.elementpicto-international .color{
  color: #6dcff6;
}
.elementpicto-logistique .color{
  color: #dae23e;
}
.elementpicto-lots .color{
  color: #ae8fb5;
}
.elementpicto-commissionaire .color{
  color: #c21002;
}
.elementpicto-douane .color{
  color: #4242FC;
}
.elementpicto-express .color{
  color: #00967D;
}


@media only screen and (min-width: 30em) {
  .hideonmobile{
    display: block;
  }
  .showonlymobile{
    display: none;
  }

  .trait2{
      /*background:url(../img/trait2.png)  no-repeat 36.8% top;*/
    min-height: 585px;
    max-width: 790px;
    margin: 40px auto 40px;
  }

  .trait2 .traitcontainer{
    height: 100%;
    left: 50%;
    margin-left: -168px;
    position: absolute;
    top: 0;
  }

  .trait2 span.nbr{
    line-height:inherit;
  }

  .trait2 span{
    display: block;
    margin: 0;
  }
  .qualite{
    position: absolute;
    left: 62px;
    top:145px;
  }
  .logistique{
    position: absolute;
    left: 51px;
    top:280px;
  }
  .reactivite{
    position: absolute;
    left: 178px;
    top:403px;
  }
  .collaborateurs{
    position: absolute;
    top: 238px;
    right: 0px;
    padding: 0;
  }
  .collaborateurs .nbr{
    float: left;
  }
  .collaborateurs .collab{
    float: left;
    text-align: left;
  }

}


@media only screen and (min-width: 35em) {

  .scrollpicto{     
    padding-top: 0;   
    position: fixed;
    top:75px;
    left:10%;
    z-index:50;
  }

  .fs23{font-size:23px;}
  .fs27{font-size:27px;}
  .fs33{font-size:33px;}
  .fs40{font-size:40px;}
  .fs44{font-size:44px;}
  .fs46{font-size:46px;}
  .fs53{font-size:53px;}
  .fs55{font-size:55px;}
  .fs66{font-size:66px;}
  .fs72{font-size:72px;}
  .fs84{font-size:84px;}
  .fs124{font-size:124px;}


  .launch{
    margin: 60px 0;
    display: inline-block;
    color:#fff;
    font-size: 31px;
  }


}


@media only screen and (min-width: 60em) {
    .trait.changeformobile{
      background:none; 
      height: auto;
    }
    .trait.changeformobile img{
      display: inline;
    }

    .scrollpicto{
        left:20%;
    }

    /* PICTOS */
    .elementpicto .picto{
      float: left;
    }
    .elementpicto .pictotext{
      float: left;
      text-align:left; 
      margin-left: 40px;
      margin-top: 0px;
    }
    .elementpicto-messagerie{
    }
    .elementpicto-international{
      float: right;
      right:5%;
    }
    .elementpicto-logistique{
    }
    .elementpicto-lots{
      float: left;
    }


    .elementpicto-express  .pictotext{
      margin-top: 110px;
    }
    .elementpicto-douane  .pictotext{
      margin-top: 110px;
    }

    .elementpicto-messagerie .pictotext{
      margin-top: 17px;
    }

    



    .elementpicto-commissionaire{
      float: left;
    }


    .elementpicto-international .pictotext{
      margin-top: 34px;
    }
    .elementpicto-logistique .pictotext{
      margin-top: 52px;
    }
    .elementpicto-commissionaire .pictotext{
      margin-top: 26px;
    }

    .elementpicto-logistique .picto{
      float: right;
    }
    .elementpicto-logistique .pictotext{
      float: right;
      margin-left: 0px;
      margin-right: 40px;
      text-align: right;
    }

    .elementpicto-lots .picto{
      float: right;
    }
    .elementpicto-lots .pictotext{
      float: right;
      margin-left: 0px;
      margin-right: 40px;
      margin-top: 46px;
      text-align: right;
    }


    /* BULLES */
    .bullesbg{
      position: relative;
      /*background: url(../img/bulles-bg.png) 53% 0 no-repeat;*/
      height: 1800px;
      width: 100%;
    }

    .bulle1{
      position: absolute;
      top: 215px;left:125px;
    }
    .bulle2{
      position: absolute;
      top: 457px;left:460px;
    }
    .bulle3{
      position: absolute;
      top: 675px;left:125px;
    }
    .bulle4{
      position: absolute;
      top: 908px;left:460px;
    }
    .bulle5{
      position: absolute;
      top: 1193px;left:125px;
    }
    .bulle6{
      position: absolute;
      top: 1481px;left:460px;
    }

  .showonlarge{
    display: block;
  }
}




@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



@font-face {
    font-family: 'dosislight';
    src: url('fonts/dosis-light-webfont.eot');
    src: url('fonts/dosis-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dosis-light-webfont.woff') format('woff'),
         url('fonts/dosis-light-webfont.ttf') format('truetype'),
         url('fonts/dosis-light-webfont.svg#dosislight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dosismedium';
    src: url('fonts/dosis-medium-webfont.eot');
    src: url('fonts/dosis-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dosis-medium-webfont.woff') format('woff'),
         url('fonts/dosis-medium-webfont.ttf') format('truetype'),
         url('fonts/dosis-medium-webfont.svg#dosismedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dosisregular';
    src: url('fonts/dosis-regular-webfont.eot');
    src: url('fonts/dosis-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dosis-regular-webfont.woff') format('woff'),
         url('fonts/dosis-regular-webfont.ttf') format('truetype'),
         url('fonts/dosis-regular-webfont.svg#dosisregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dineblack';
    src: url('fonts/pfdintextpro-extrablack-webfont.eot');
    src: url('fonts/pfdintextpro-extrablack-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfdintextpro-extrablack-webfont.woff') format('woff'),
         url('fonts/pfdintextpro-extrablack-webfont.ttf') format('truetype'),
         url('fonts/pfdintextpro-extrablack-webfont.svg#pf_dintext_proextra_black') format('svg');
    font-weight: normal;
    font-style: normal;

}

.fontlight{
  font-family: 'dosislight';
}
.fontmedium{
  font-family: 'dosismedium';
}
