@charset "UTF-8";

footer {
    display: none !important;
}
#cookiesPop {
    display: none;
    position: fixed;
    bottom: 0; 
    width: 100%;
    z-index: 102;
}
@media screen and (max-width: 600px) {
    #cookiesPop {
        bottom: 59px; 
    }
    #cookiesPop .fs14, 
    #cookiesPop .fs14 * {
        font-size: 12px !important;
    }
    #cookiesPop .fs18 {
        font-size: 18px !important;
    }
}
/* 
 * custom 
 */

a.fade { opacity: 0.6; }
a.fade:hover {opacity: 1; }

.green { color : #88C425; }
.greenBg { background : #88C425; }
.greenBg.fade { 
    opacity: 1;
    background : rgba(136,196,37,0.75); 
    transition: all 0.2s ease;
}
.greenBg.fade:hover { 
    opacity: 1;
    background : rgba(136,196,37,1); 
}

.absLogo {
    position: absolute; 
    z-index: 100;
    top: 10px;
    left: 10px;
}
/*.absLogo img {
    transition: all 0.2s ease;
}

.absLogo:hover img {
    -webkit-filter: invert(88%); 
    filter: invert(88%); 
}*/

.fade .hide { 
    display: none; 
    transition: all 0.2s ease;
}

.blue { color: #2C333D; } 
.blueBg { background: #2C333D; } 

.greyBg { background: #F2F2F2; }

.white { color: white; }

a.fadeSolid {
    opacity: 1;
}
a.fadeSolid.greenBg {
    background : #88C425;
    transition: all 0.2s ease;
    border: 2px solid #88C425;
}
a.fadeSolid:hover { 
    background: #c1ff4a;
    border: 2px solid #88C425;
    /*color: #88C425;*/
}

a.fadeTransparent {
    background: transparent;
    transition: all 0.2s ease;
    border: 2px solid #88C425;
}
a.fadeTransparent:hover {
    background: rgba(136,196,34, 0.15);
    border: 2px solid #88C425;
}


hr {
    border: 0;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}

ul.slick-dots {
    width: calc(100% - 1px)  !important;
    padding: 0 !important;
    margin: auto;
    bottom: 0 !important; 
}

.slick-dots li button, 
.slick-dots li  {
    margin: 0 2px !important;
    width: 12px !important;
    height: 12px !important;
    padding: 0 !important;
}
.slick-dots li button:before {
    color:  #A8ADB1 !important;
    background:  #A8ADB1;
    border-radius: 6px;
    width: 12px !important;
    height: 12px !important;
    opacity: 1 !important; 
}
.slick-dots li.slick-active button:before {
    color: #88C425 !important;
    background:  #88C425 !important;
}


.header {
    height: 680px;
    background: transparent url('/images/dlp/header.jpg') no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    width: 100%;
}
.header .subLayer {
    width: 100%;
    height: inherit;
    background: rgba(0,0,0,0.2) url('/images/dlp/trame1.png') top left repeat;    
    position: absolute;
}

.header video {
    bottom: 0; 
    position: absolute;
    width: 100%;
    min-height: 680px;
    -o-object-fit: cover;
    object-fit: cover;
}

.header .logo {
    position: absolute; 
    width: 100%;
    z-index: 98;
    margin-top: 277px;
}

.rocket hr {
    position: absolute;
    margin: auto;
    width: 25%;
    left: 0; 
    right: 0; 
    bottom: 0;
    border: 0px none transparent;
    border-bottom: 3px solid white; 
}
.rocket, .smoke {
    position: absolute;
    width: 100%;
    top: 0;
    height: calc(100% - 7% - .01px);
}
.rocket {
    background-color: transparent;
    background-image: url('/images/dlp/rocket/rocket.png');
    background-repeat: no-repeat;
    background-position: 50% 134%;
    -webkit-transition-property: background-position;
    -webkit-transition-duration: 2s;
    -webkit-transition-delay: 0.4s;
    -webkit-transition-timing-function: linear;
    transition-property: background-position;
    transition-duration: 1.2s;
    transition-delay: 0.4s;
    transition-timing-function: linear;
}

.rocket.fire {
    background-color: transparent;
    background-image: url('/images/dlp/rocket/rocket.png');
    background-repeat:  no-repeat;
    background-position: 50% -265px;
}


#cdPlatform {
    width: 100%;
    height: 80%;
    position: relative;
    display: none;
}
.countdown, .core {
    position: absolute;
    margin: auto;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 1px solid rgba(0,0,0,0.5); 
    background: rgba(255,255,255,0.75);
    font-size: 44px;
    font-weight: 200;
    color: #2C333D;
    border-radius: 80px;
    top: 0;
    bottom: 0; 
    left: 0; 
    right: 0;
}
.countdown {
    background: rgba(255,255,255,0.25);
    transition: all 300ms ease-in-out;
}

.count .countdown {
    border: 200px solid rgba(255,255,255,0.25); 
    border-radius: 200px;
    opacity: 0;
}


.icn-round {
    height: 120px;
    width: 120px;
    line-height: 120px !important;
    border: 3px solid #88C425; 
    border-radius: 50%;
    display: inline-block; 
    margin: auto;
}

.flags {
    position: absolute; 
    z-index: 99;
    right: 64px;
    top: 6px;
}

.flags img {
    width: 35px;
    vertical-align: middle;
    margin: 0 5px 0 0;
    border-radius: 3px;
}

.flags a,
.flags a span {
    text-decoration: none;
    color: white; 
    font-size: 16px;
    transition: all 0.2s ease;
}
.flags a:hover span {
    color: #2F3943;
}

.languageChooser {
    position: absolute;
    z-index: 100;
    top: -300vh;
    border-radius: 0 0 0 200%;
    transition: all 0.2s ease;
}

.languageChooser.active {
    top: 42px;
    border-radius: 3px;
}

.languageChooser a {
    display: block;
    margin: 10px 10px;
    opacity: .65;
    transition: all 0.2s ease;
}

.languageChooser a:hover {
    color: white;
    opacity: 1;
}

.subMenu {
    height: 100px;    
}
.subMenu a.none img {
    margin-top: 28px;
}
.subMenu #menu {
    top: 33px;
}
.subMenu .flags {
    top: 28px;
    text-align: left;
}
.subMenu .flags a span {
    color: rgba(47,57,67,0.5);
}
.subMenu .flags a:hover span {
    color: rgba(47,57,67,1);
}
.subMenu .languageChooser {
    top: -300vh;
}
.subMenu .languageChooser.active {
    top: 75px;
}
#menu { 
    position: absolute; 
    right: 10px; 
    top: 10px; 
    z-index: 103; 
    cursor: pointer; 
    padding: 12px 35px 16px 0;
}
#menu span, #menu span:before, #menu span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 35px;
    background: white;
    position: absolute;
    display: block;
    content: '';
    transition: all 0.2s ease;
}
#menu span:before {
  top: -8px; 
}
#menu span:after {
  bottom: -8px;
}
#menu.blue span, #menu.blue span:before, #menu.blue span:after {
    background: rgba(47,57,67,0.5);
}

#menu:hover span, #menu:hover span:before, #menu:hover span:after,
#menu.blue:hover span, #menu.blue:hover span:before, #menu.blue:hover span:after {
    background: #2F3943;
}
#menu span, #menu span:before, #menu span:after {
  transition: all 250ms ease-in-out;
}
#menu.active span,
#menu.blue.active span {
  background: transparent;
}
#menu.active span:before, #menu.active span:after {
  background: #2F3943;
  top: 0;
}
#menu.active span:before {
  transform: rotate(45deg);
}
#menu.active span:after {
  transform: rotate(-45deg);
}

nav {
    width: 100%; 
    background: #F2F2F2; 
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    z-index:101;
    min-height: 100%;
    top: -200vh;
    border-radius: 0 0 0 200%;
    transition: all 250ms ease-in-out;
}
nav img { margin-top:  28px;}
nav.active {
    top: 0;
    border-radius: 0 0 0 0;
}
nav ul,
nav ul li  {
    text-align: center;
    list-style: none;
    list-style-image: none;
    margin: 0; 
    padding: 0 !important; 
}
nav ul li  {
    margin: 2.5rem 0;
}
nav ul li a {
    text-decoration: none;
    color: #2F3943;
    font-size: 1.5em;
    font-weight: 400;
    border-bottom: 4px solid transparent;
}
nav ul li.languages a {
    margin: 0 10px;
} 
nav ul li.languages a.selected, 
nav ul li.languages a:hover {
    color: #A6ADB3;
}
nav ul li a:hover, 
nav ul li a.selected {
    font-weight: bold;
    border-bottom: 4px solid #88C425;
}
nav ul li a.btn { font-size: 20px; }
nav ul li hr {
    border: 0;
    border-top: 1px solid #88C425;
    width: 5%; 
}
#nav .uppercase, 
nav .uppercase {
    text-transform: none;
}

@keyframes smokeAnimation {
  from {
    background-position: 50% 115%;
    opacity: 1;
  }
  to {
    background-position: 50% 100%;
    opacity: 0;
  }
}
.smoke {
    background-color: transparent;
    background-image: url('/images/dlp/rocket/smoke.png');
    background-repeat:  no-repeat;
    background-position: 50% 115%;
    height: 100%;
}


.faq h2 {
    font-size: 1em;
    font-weight: 400;
    border-top: 1px solid rgb(225,225,226);
    padding: 20px 0 10px 10px;
    cursor: pointer;
    line-height: 44px !important;
}
.faq div {
    padding: 0 5px 0 25px;
}
.faq h2 span {
    text-align: center;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    width: 44px;
    border: 1px solid #88C425;
    border-radius: 50%;
    margin: 0 10px 0 0;
}
.faq h2:hover span {
    background: rgb(238,248,223); 
}
.faq h2 span::before {
    text-align: center;
    font-size: 22px;
    font-weight: 200; 
    color: #2C333D;
    line-height: 44px;
}
.faq h2.opened span::before {
    content: "-";
}
.faq h2.closed span::before {
    content: "+";
}

.faq table td, 
.faq table th {
    padding: 5px;
    border: 0 none transparent;
    border-bottom: 1px solid rgb(225,225,226);
}
.faq table th {
    background: rgb(238,248,223);
}


.dotsMenu {
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 100;
    margin-top: -90px;
}
.dotsMenu ul li {
    list-style-image: none;
    list-style: none;
}
.dotsMenu ul li a {
    background: #A8ADB1;
    border-radius: 8px;
    content: " ";
    cursor: pointer;
    display: block;
    height: 16px;
    width: 16px;
    margin: 0 16px 16px 0; 
    padding: 0 ; 
    right: 0;
    transition: all 0.15s ease;
}
.dotsMenu ul li a.selected {
    background: #88C425;
}
.dotsMenu ul li a:hover {
    margin: -8px 0 8px 0; 
    height: 32px;
    width: 32px;
    border-radius: 0 16px 16px 0;
    background: #88C425;
}

.dotsMenu ul li a span {
    opacity: 0;
    line-height: 32px;
    height: 32px;
    transition: all 0.15s ease;
    position: absolute;
    right: 32px;
    white-space: nowrap;
    padding: 0 8px;
    background: #88C425;
    text-decoration: none;
    color: white;
    border-radius: 16px;
    margin-top: -8px;
}

.dotsMenu ul li a:hover span {
    opacity: 1;
    border-radius: 16px 0 0 16px;
    margin-top: 0px;
}

a.startupSquare,
a.partnerLink img {
    max-height: 90px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease;
    margin: 15px auto;
}
a.startupSquare:hover,
a.partnerLink:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

a.startupSquare {
    display: block;
    width: 20%;
    /*margin: 0.15%;*/
    height: 250px;
    max-height: 250px;
    background-position: 50% 50%;
    background-size: 50%;
    background-color: transparent;
    background-repeat: no-repeat;
}

a.startupSquare hr {
    margin-top: 249px;
    width: 20%; 
    margin-left: 40%;
    transition: all 0.3s ease;
}

a.startupSquare:hover hr {
    width: 100%; 
    margin-left: 0; 
}

.cartoucheLine {
   height: auto;
   overflow: hidden;
}

.cartouche {
    float: left;
    padding: 0 !important;
}

div.cartouche div.container {
    margin: 35px 6px 0 6px ;
    background: white;
    height: auto;
    display: block;
    margin-bottom: -2000px;
    padding-bottom: 2000px;
    overflow: hidden;
}
div.cartouche div.container.bottom  {
    margin: 0 6px -2000px 6px;
}

div.clear { clear: both; }

div.cartouche div .flag,  
div.cartouche div .logo  {
    height: 65px;
    background-color: transparent;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 80%;
    margin: 8px 0 0 0;
}
div.cartouche div .flag {
    width: 32px;
    height: 24px;
    background-position: 0 0;
    background-size: 100% 100%;
    border-radius: 3px;
    margin: 15px 0 0 0; 
}

div.cartouche div .flag.fr { background-image: url(/images/dlp/flags/fr.svg); }
div.cartouche div .flag.es { background-image: url(/images/dlp/flags/es.svg); }

.blue-border-middle {
    border: 0; 
    border-left: 1px solid #2C333D; 
    border-right: 1px solid #2C333D;
}

/*Custom RWD */
@media screen and (min-width: 601px) and (max-width: 960px) {
    .header { height: 410px; }
    .header video { min-height: 410px; }
    .header .logo { margin-top: 150px; }
    .rocket { background-position: 50% 205%; }
    .header .logo { margin-top: 65px; }
    .dotsMenu { display: none; }
    @keyframes smokeAnimation {
      from {
        background-position: 50% 135%;
        opacity: 1;
      }
      to {
        background-position: 50% 100%;
        opacity: 0;
      }
    }
    .smoke {
        background-position: 50% 135%;
    }
    div.cartouche div .flag,  
    div.cartouche div .logo  {
        background-position: 50% 50%;
        background-size: 50%;
    }
    a.startupSquare {
        width: 33%;
    }
    nav ul li.managerSection {
        float: none; 
        margin-right: 0;
        text-align: center;
    }


}
@media screen and (max-width: 600px) {
    @keyframes smokeAnimation {
      from {
        background-position: 50% 135%;
        opacity: 1;
      }
      to {
        background-position: 50% 100%;
        opacity: 0;
      }
    }
    .smoke {
        background-position: 50% 135%;
    }
    div.cartouche div .flag,  
    div.cartouche div .logo  {
        background-position: 50% 50%;
        background-size: 50%;
    }
    nav ul li a {     font-size: 24px;  }
    a.startupSquare {
        width: 50%;
    }
    .blue-border-middle {
        border-right: 0; 
        border-left: 0; 
    }
}


.fire .smoke {
    animation-duration: 1.75s;
    animation-name: smokeAnimation;
    animation-iteration-count: 1;
    animation-direction: alternate;
}


/* fonts */
@font-face {
    font-family: 'open-sans';
    src: url('./fonts/sourcesanspro-light.eot');
    src: url('./fonts/sourcesanspro-light.eot?#iefix') format('embedded-opentype'),
         url('./fonts/sourcesanspro-light.woff2') format('woff2'),
         url('./fonts/sourcesanspro-light.woff') format('woff'),
         url('./fonts/sourcesanspro-light.ttf') format('truetype'),
         url('./fonts/sourcesanspro-light.svg#open_sanslight') format('svg');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'open-sans';
    src: url('./fonts/sourcesanspro-regular.eot');
    src: url('./fonts/sourcesanspro-regular.eot?#iefix') format('embedded-opentype'),
         url('./fonts/sourcesanspro-regular.woff2') format('woff2'),
         url('./fonts/sourcesanspro-regular.woff') format('woff'),
         url('./fonts/sourcesanspro-regular.ttf') format('truetype'),
         url('./fonts/sourcesanspro-regular.svg#open_sansregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
/*@font-face {
    font-family: 'open-sans';
    src: url('./fonts/sourcesanspro-italic.eot');
    src: url('./fonts/sourcesanspro-italic.eot?#iefix') format('embedded-opentype'),
         url('./fonts/sourcesanspro-italic.woff2') format('woff2'),
         url('./fonts/sourcesanspro-italic.woff') format('woff'),
         url('./fonts/sourcesanspro-italic.ttf') format('truetype'),
         url('./fonts/sourcesanspro-italic.svg#open_sansitalic') format('svg');
    font-weight: 400;
    font-style: italic;
}*/
@font-face {
    font-family: 'open-sans';
    src: url('./fonts/sourcesanspro-bold.eot');
    src: url('./fonts/sourcesanspro-bold.eot?#iefix') format('embedded-opentype'),
         url('./fonts/sourcesanspro-bold.woff2') format('woff2'),
         url('./fonts/sourcesanspro-bold.woff') format('woff'),
         url('./fonts/sourcesanspro-bold.ttf') format('truetype'),
         url('./fonts/sourcesanspro-bold.svg#open_sansbold') format('svg');
    font-weight: 600;
    font-style: normal;
}


.fw200 { font-weight: 200;  }
.fw400 { font-weight: 400;  }
.fw600 { font-weight: 600;  }


[class*="fs"],h1,h2,h3,h4,h5,h6 {
  line-height: 150%;
}
.fs12 { font-size: 0.75em; }
.fs14 { font-size: 0.85em; }
.fs16 { font-size: 1em; }
.fs18 { font-size: 1.15em; }
.fs20 { font-size: 1.30em; }
.fs22 { font-size: 1.45em; }
.fs24 { font-size: 1.55em; }
.fs26 { font-size: 1.65em; }
.fs28 { font-size: 1.75em; }
.fs30 { font-size: 1.85em; }
.fs32 { font-size: 2em; }
.fs36 { font-size: 2.25em; }
.fs40 { font-size: 2.5em; }
.fs42 { font-size: 2.75em; }
.fs50 { font-size: 3em; }

h1,h2,h3,h4,h5,h6 {
    margin: 0.5rem 0;
}

h1 {
    font-weight: 42px;
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

/* base */
*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
}
html {
    font-family: 'open-sans', sans-serif !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 17px; 
    height: 100%;
    line-height: 27px;
    font-weight: 200;
}
body {
    margin: 0;
    height: 100%;
}

a {
    background-color: transparent;  
}
a:active,
a:hover {
  outline: none;
}

a.none { text-decoration: none; }

strong, b, .bold { font-weight: 600; }

.bordered {
    border: 1px solid #88C425;
}

.italic { font-style: italic;}

br, .break  {
    clear: both;
}


img {
    margin: auto;
    max-width: 100%;
}

.relative { position: relative; }
.absolute { position: absolute; }

.Fleft { float: left; }
.Fright { float: right; } 

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

.vmiddle,
.middle {
    margin: auto;
    top: 0;
    bottom: 0;
}

.btn {
    display: inline-block; 
    padding: 0.75rem 1.25rem;
    color: white;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
}

.btn.blue {
    color: #2C333D; 
}

.previous {
    left: 0;
    width: 64px;
    height: 64px;
    display: block;
    background: transparent url('/images/dlp/previous.png') no-repeat 0 0;
}
.previous:hover {
    background: transparent url('/images/dlp/previous-hover.png') no-repeat 0 0;
}
.next {
    right: 0; 
    width: 64px;
    height: 64px;
    display: block;
    background: transparent url('/images/dlp/next.png') no-repeat 0 0;
}
.next:hover {
    background: transparent url('/images/dlp/next-hover.png') no-repeat 0 0;
}

/* grid */
/*10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 */

.full { 
    width: 100%; 
    padding: 0 16px;
}
.wrapper {
    max-width: 1200px;
    width:100%;
    margin: 0 auto;
}
.padded {
    padding : 0 16px;
}
.marged {
    margin : 0 16px;
}

[class*="half"] {
    display: block;
    padding: 0 16px;
}
[class*="table"] {
    display: table;
}
[class*="table-cell"] {
    display: table-cell;
    table-layout: fixed;
    width: 33%;
}
.middle { vertical-align: middle;}
.wrapper [class*='half']:last-child {
    margin-right: auto; 
}
.center [class*="half"] {
    margin-right: auto;
    margin-left: auto;
}   
.center > [class*="half"]:last-child {
    padding-right: 0;
}

.half {
    width: calc(100% / 2 - 1px);
}
.half90 {
    width: calc((100% / 10) * 9 - 1px);
}
.half80 {
    width: calc((100% / 5) * 4 - 1px);
}
.half66 {
    width: calc((100% / 3) * 2 - 1px);
}
.half33 {
    width: calc(100% / 3 - 1px);
}
.w33 {
    width: calc(100% / 3 - 1px);
}
.table-cell.half33 {
    width: 33%;
}
.half25 {
    width: calc(100% / 4 - 1px);
}
.half20 {
    width: calc(100% / 5 - 1px);
}

.half10 {
    width: calc(100% / 10 - 32px);
}

.humanFooter {
    height: 230px;
    background: transparent url('/images/dlp/dlp-persos.jpg') no-repeat 50% 20%;
    background-size: cover;
}    


/* RWD */


@media screen and (min-width: 961px) {
    .phone, .tablet { display: none; }
    .desktop { display: block; }
}

/* The new V2 desktop rwd */ 
@media screen and (min-width: 1200px) {

    .special1199 {
        display: none;
    }
    .absLogo {
        position: absolute; 
        z-index: 105;
        top: 40px;
        left: 10px;
    }
    .absLogo img { width: 130px; }

    #menu { 
        display: none;
    }
    nav, 
    nav.active {
        width: 100%;
        background: transparent; 
        text-align: center;
        box-sizing: border-box;
        position: absolute;
        z-index:101;
        min-height: 51px;
        height: 91px;
        top: 0px;
        padding: 40px 1% 0 1%;
        transition: all 250ms ease-in-out;
        border-radius: 0 0 0 0;
        border-bottom: 1px solid #88C425; 
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }
    nav.relative {
        position: relative;
        background: #2C333D;
        border-left: 10px solid #2C333D;
        border-right: 10px solid #2C333D;
    }
    nav img { display: none;}
    nav ul,
    nav ul li  {
        display: inline;
        float: left;
    }
    nav ul li:first-child  { margin-left: 160px; }
    nav ul li  {
        margin: 0 .75rem;
    }
    nav ul li a {
        text-decoration: none;
        color: white;
        font-size: 1em;
        font-weight: 400;
        line-height: 33px;
        padding: 0 0 18px 0;
        border-bottom: 4px solid transparent;
    }
    nav ul li.languages a.selected, 
    nav ul li.languages a:hover {
        color: #A6ADB3;
    }
    nav ul li a:hover, 
    nav ul li a.selected {
        color: white;
        font-weight: normal;
        border-bottom: 4px solid #88C425;
    }
    nav ul li.managerSection {
        float: right; 
        margin-right: 58px;
        text-align: right;
    }
    nav ul li a.btn { font-size: 20px; }
    nav ul li hr {
        display: none;
    }
    nav .btn {
        font-size: 17px !important;
        font-weight: 200;
        padding: 0 12px;
    }
    nav .btn {
        font-weight: 200 !important;
    }
    nav a.loginToManager {
        font-size: 17px !important;
        font-weight: 200;
        padding: 2px 14px;
        transition: 0.2s ease all;
    }

    nav a.loginToManager:hover {
        border-bottom: 0px none transparent;
        font-weight: 200;
        color: #88C425;
    }

    .languageChooserTrigger {
        right: 1%;
        top: 42px;
        z-index: 103;
    }
    .languageChooser {
        right: 1%;
    }
    .languageChooser.active {
        top: 91px;
        right: 1%;
        border-radius: 3px;
        z-index: 103;
    }
    
    .flags .country {
        display: inline-block;
        width: 13px;
        height: 8px;
        background: transparent url('/images/dlp/flag-arrow.png') no-repeat 0 0;
    }
    .languageChooserTrigger.active .country {
        -moz-transform: scale(1, -1);
        -webkit-transform: scale(1, -1);
        -o-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
        transform: scale(1, -1);
    }

}
@media screen and (max-width: 1199px) {
    .special1199 {
        display: block;
        border-bottom: 1px solid #2C333D; 
    }
    #menu span, #menu span:before, #menu span:after {
        background: rgba(47,57,67,0.5);
    }
    #menu { 
        top: 33px; 
        position: fixed;
        z-index: 102;
        right: 69px;
    }
    .languageChooserTrigger {
        right: 10px;
    }
    .flags {
        position: fixed;
        top: 30px;
        z-index: 102;
    }
    .flags .country {
        display: none;
    }
    .languageChooser { 
        top : -300%; 
        right: 10px;
    }
    .languageChooser.active {
        top: 75px;
        right: 10px;
    }
    #nav {
        position: fixed;
        left: 0;
        right: 0;
    }
    #nav ul li {
        margin: 2rem 0;

    }
    #nav.center div.center {
        text-align: left;
    }
    #nav.center div.center img {
        max-width: 50%;
        margin: 28px 0 0 5px;
    }
    .logo.center {
        position: fixed;
        /*text-align: left; */
        padding-left: 8px;
        top: 0;
        z-index:101;
        height: 100px;
    }
    .logo.center a.none img {
        margin: 28px 0 0 5px;
        max-width: 50%;
        float: left;
    }
    body {
        padding-top: 100px;
    }
}

@media screen and (max-width: 960px) and (min-width: 601px){
    .phone, .desktop { display: none; }
    .tablet { display: block; }
}

@media screen and (max-width: 600px) {
    img { max-width: 100%; }
    .desktop, .tablet { display: none; }
    .phone { display: block; }
    [class*="half"],
    .full {
        width: 100%;
        padding: 0 16px;
    }
    .full .full,
    [class*="half"] [class*="half"],
    .full [class*="half"],
    [class*="half"] .full  { padding: 0;  }
    .w33 { width: 100%; }

    .phone-block {
        display : block !important;
    }

    .phone-greenBg {
        background: #88C425;
    }   
 
    .phone-half10 { width: 10%; }
    .phone-half25 { width: 25%; }
    .phone-half33 { width: 33%; }
    .phone-half { width: 50%; }
    .phone-half80 { width: 80%; }
    .phone-full {width: 100%; }

    .floatingBottom {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        line-height: 60px;
        height: 60px;
        z-index: 99;
    }
    .previous,
    .next {
        display: none !important;
    }
    
    p {
        text-align: left;
    }

    .languageChooser a {
        float: left;
        width: 40%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .languageChooser hr { display: none; }

    
    .languageChooser {
        position: absolute;
    }
}

