/*
Theme Name: Transatel
Theme URI: http://underscores.me/
Author: zohra
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: transatel
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Transatel is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Form Landing page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic);

/*
 helping classes
  */
.flex{
    display: flex;
    flex-wrap: wrap;
}

html {
    font-family: 'Open Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

#page {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

#masthead {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px 0 15px;
    background-color: #fff;
    position: fixed;
    z-index: 800;
}

#secondary {
    width: 20%;
    float: right;
}

#secondary ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0;
    color: #FFF
}

.widget-area {
    background-color: #F7AC00;
    padding: 1em 0 1em 1.3em;
    border-radius: 0px;
    background-image: url('images/coin.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 15%;
    margin-top: 10%
}

.widget-title {
    color: #FFF;
    font-size: 1.1em;
    margin-bottom: 0.5em
}

#nav_menu-2 a {
    text-transform: capitalize;
}

.header-row {
    margin: 0 auto;
    margin-top: 0;
    padding-left: 1%;
    padding-right: 1%;
}

.site-branding {
    width: 75px;
    float: left;
}

#main {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0px 0 0px;
}

#colophon {
    background: url(images/footer-bg.png);
    padding-top: 120px;
    min-height: 300px;
}

#colophon h3 {
    font-size: 1em
}

.footer1 {
    border-right: 3px solid #FFF;
}

.footer1 p {
    width: 50%;
    float: left;
    color: #00A2AB;
    font-size: 0.97em;
    line-height: 1.6em
}

.footer1 h3 {
    margin-bottom: 0.5em
}

.footer1 a:hover {
    color: #000
}

.footer2 {
    border-right: 3px solid #FFF;
}

.footer2 img:hover {
    opacity: 0.6
}

.footer3, .footer3fr {
    text-align: right
}

.footer3:lang(fr) {
    display: none;
}

.footer3fr:lang(en) {
    display: none;
}

.footer3 h3:hover {
    color: #00A2AB;
}

.social {
    height: 50px;
    margin-bottom: 20px;
    margin-top: 0.5em
}

.tw {
    width: 45px;
    height: 45px;
    background-image: url(images/social.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-right: 0.4em;
}

.tw:hover {
    background-position: 0 -55px;
}

.in {
    width: 45px;
    height: 45px;
    background-image: url(images/social.png);
    background-position: -55px 0;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-right: 0.4em;
}

.in:hover {
    background-position: -55px -55px;
}

.yt {
    width: 45px;
    height: 45px;
    background-image: url(images/social.png);
    background-position: -108px 0;
    background-repeat: no-repeat;
    display: block;
    float: left
}

.yt:hover {
    background-position: -108px -55px;
}

.site-info {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px 0 15px
}

.site-title {
    margin-top: 0.8em;
    font-size: 1em
}

.bandeau {
    width: 100%;

    margin-top: 8em;
}

.flow-wrapper {
    margin-bottom: 3em;
    margin-top: 8em;
}

.card {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 235px;
    max-width: 1500px;
}

.card img {
    width: 5%;
    float: right;
    margin-right: 4%;
}

.top-fil {
    max-height: 200px;
    overflow: hidden !important;
    z-index: 3;
    position: absolute;
    max-width: 1500px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.top-fil img {
    width: 100%
}

.top-image img {
    width: 100%
}

.top-image {
    max-height: 250px;
    overflow: hidden;
    z-index: 2;
    position: relative;
    max-width: 1500px;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.white {
    width: 100%;
    height: 205px;
    margin-top: -2px;
    background-color: #FFF;

    -moz-box-shadow: 0px 0px 15px #FFF;
    box-shadow: 0px 0px 15px #FFF;
    position: absolute;
    z-index: 4;
    -webkit-animation-duration: 2.1s;
    animation-duration: 2.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(-3000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(-3000px);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

.hentry .more-link {
    font-family: "LimerickSerialBold";
    letter-spacing: 0.07em;
    color: #000;
    margin-left: 0.2em;
    text-decoration: underline
}

.hentry .more-link p a {
    color: #00A2AB;
}

p a:hover {
    text-decoration: none !important
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2.5em;
    margin: 0.2em 0;
}

mark {
    background: #ff0;
    color: #000;
}

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;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

span.wpcf7-list-item {
    margin: 0 1em 0 0em;
    color: #000;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

@font-face {
    font-family: 'LimerickSerialLightRegular';
    src: url('fonts/limerick_serial-light-webfont.eot');
    src: url('fonts/limerick_serial-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/limerick_serial-light-webfont.woff') format('woff'),
    url('fonts/limerick_serial-light-webfont.ttf') format('truetype'),
    url('fonts/limerick_serial-light-webfont.svg#LimerickSerialLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LimerickSerialBold';
    src: url('fonts/limerick_serial-bold-webfont.eot');
    src: url('fonts/limerick_serial-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/limerick_serial-bold-webfont.woff') format('woff'),
    url('fonts/limerick_serial-bold-webfont.ttf') format('truetype'),
    url('fonts/limerick_serial-bold-webfont.svg#LimerickSerialBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LimerickSerialRegular';
    src: url('fonts/limerick_serial-regular-webfont.eot');
    src: url('fonts/limerick_serial-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/limerick_serial-regular-webfont.woff') format('woff'),
    url('fonts/limerick_serial-regular-webfont.ttf') format('truetype'),
    url('fonts/limerick_serial-regular-webfont.svg#LimerickSerialRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LimerickSerialMediumRegular';
    src: url('fonts/limerick_serial-medium-webfont.eot');
    src: url('fonts/limerick_serial-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/limerick_serial-medium-webfont.woff') format('woff'),
    url('fonts/limerick_serial-medium-webfont.ttf') format('truetype'),
    url('fonts/limerick_serial-medium-webfont.svg#LimerickSerialMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body,
button,
input,
select,
textarea {
    color: #585857;
    font-size: 15px;
    font-size: 0.8rem;
    line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: normal;
}

h1 {
    font-family: 'LimerickSerialLightRegular';
    text-transform: uppercase;
    font-weight: normal;
    color: #f7ac00;
    letter-spacing: 0.07em;
    line-height: 1;
}

h2 {
    color: #00a2ab;
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 2.2rem;
    margin-bottom: 0.3em
}

h2.subtitle {
  font-family: 'LimerickSerialLightRegular';
  font-size: 1.5rem;
  font-weight: normal;
  color: #f7ac00;
  letter-spacing: 0.03em;  
}

h3 {
    font-family: 'LimerickSerialBold';
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0
}

h3.title-blue {
  font-family: 'LimerickSerialLightRegular';
  color: #00a2ab;  
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}

h4.title-blue {
  font-family: 'LimerickSerialLightRegular';  
  color: #00a2ab;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.2rem;  
}

p {
    margin-bottom: 1.5em;
    margin-top: 0;
    font-size: 0.9rem;
}

p.focus {
  font-size: 1.2rem;
  font-weight: 100;
  margin-top: 1.33em;
}

.fw500 {
  font-weight: 500;
}

article ul{
    font-size: 0.9rem;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/* ul,
ol {
    margin: 0 0 1.5em 3em;
} */

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
select {
    border: 0px solid;
    border-color: #00A2AB;
    border-radius: 0px;
    background: #eaeaea;
    box-shadow: none;
    color: rgba(0, 0, 0, .8);
    font-size: 13px;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 0.6em 1em 0.6em 1em;
    text-shadow: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
select:hover {
    border-color: #00A2AB;
    box-shadow: none;
    background: #00A2AB;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
select:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-right: 1em;
    margin-top: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

select {
    background: white !important;
    border: 1px solid #ccc !important;
    padding: 1px;
    box-sizing: border-box;
    width: 100%;
}

.new-contact-form {
    width: 350px;
    margin: 0 auto;
}

.new-contact-form input,
.new-contact-form select,
.new-contact-form textarea {
    width: 100%;
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.main-navigation {
    padding-top: 30px;
}

.main-navigation ul,
.main-navigation li {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation a {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    list-style: none;
    margin: 0;
    padding: 0 20px;
    text-decoration: none;
    text-align: center;
}

.main-navigation .current-menu-ancestor > a,
.main-navigation li:hover > a {
    color: #F7AC00;
}

.main-navigation .menu-item-has-children > a > span {
    position: relative;
    padding-right: 22px;
}

.main-navigation .menu-item-has-children > a > span:after {
    display: block;
    content: "";
    width: 10px;
    height: 8px;
    line-height: 8px;
    position: absolute;
    top: 4px; right: 2px;
    background: url(images/menu-arrow.svg) center center no-repeat;
    background-size: cover;
}

.main-navigation .menu-item-has-children:hover > a > span:after,
.main-navigation li.current_page_parent > a > span:after,
.main-navigation li.current-menu-ancestor > a > span:after,
.main-navigation li.current-menu-item > a > span:after {
    background: url(images/menu-arrow-orange.svg) center center no-repeat;
    background-size: cover;
}

.main-navigation .menu-item-has-children > a > span .caret-down {
    color: red;
    background: red;
}

.submenu-horizontal > .sub-menu {
    display: flex !important;
    padding-top: 25px !important;
}

.menu-item a.menu-image-title-below.menu-image-not-hovered img,
.menu-item a.menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper {
    position: relative;
    height: 55px;
}

.menu-item a.menu-image-hovered img.hovered-image,
.menu-item a.menu-image-hovered:hover img.menu-image {
    opacity: 0;
    transition: opacity;
}

.main-navigation .current-menu-item > a img.hovered-image {
    opacity: 1;
}

.main-navigation .current-menu-item > a img.menu-image {
    opacity: 0;
}


.submenu-horizontal img {
    max-height: 45px;
    width: auto;
    margin: 0 !important;
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.sub-menu .special-links > a {
    display: none !important;
}

.sub-menu .special-links > ul.sub-menu {
    display: block !important;
    opacity: 1 !important;
    background: white !important;
    position: static;
    padding: 0 20px 0 30px !important;
    margin: -5px 0 0 20px !important;
    border-left: 2px solid #F7AC00 !important;
}

.sub-menu .special-links > ul.sub-menu > li {
    float: none !important;
}

.sub-menu .special-links > ul.sub-menu > li > a {
    float: none !important;
    color: inherit !important;
    font-size: 15px;
    line-height: 26px;
    height: 26px;
}

.sub-menu .special-links > ul.sub-menu > li.current-menu-item > a,
.sub-menu .special-links > ul.sub-menu > li:hover > a {
    color: #F7AC00 !important;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: inherit
}

a:visited {
    color: inherit
}

a:hover,
a:focus,
a:active {
    color: inherit
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Premier niveau du menu */
.main-navigation .menu-principal-container > ul > li,
.main-navigation .menu-principal-fr-container > ul > li {
    border-right: 2px solid #F7AC00;
    float: left;
}

.main-navigation .menu-principal-container > ul > li:last-child,
.main-navigation .menu-principal-fr-container > ul > li:last-child {
    border-right: none;
}

/* Deuxième niveau du menu */
.main-navigation .menu-principal-container > ul > li > ul,
.main-navigation .menu-principal-fr-container > ul > li > ul {
    background-color: white;
    display: block;
    font-weight: lighter;
    left: -999em;
    margin-top: 28px;
    opacity: 0;
    padding: 20px;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#menu-item-4580 a, #menu-item-4736 a, #menu-item-4715 a {
    text-transform: none;
}

.main-navigation .menu-principal-container > ul > li:hover > ul,
.main-navigation .menu-principal-fr-container > ul > li:hover > ul {
    left: auto;
    opacity: 1;
}

.main-navigation .menu-principal-container > ul > li > ul > li > a,
.main-navigation .menu-principal-fr-container > ul > li > ul > li > a {
    display: block;
    text-align: left;
    white-space: nowrap;
    font-size: 16px;
    font-weight: normal;
    height: 26px;
    line-height: 26px;
}

.main-navigation .menu-principal-container > ul > li.submenu-horizontal > ul  > li > a,
.main-navigation .menu-principal-fr-container > ul > li.submenu-horizontal > ul  > li > a {
    height: auto;
    white-space: normal;
    line-height: 18px;
    max-width: 160px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
}

.main-navigation .menu-principal-container > ul > li.submenu-horizontal > ul  > li.long-item > a,
.main-navigation .menu-principal-fr-container > ul > li.submenu-horizontal > ul  > li.long-item > a {
    min-width: 140px;
}

#menu-usecases ul {
    list-style: none;
}

#menu-usecases li {
    text-align: right;
}

#menu-usecases a {
    font-size: 0.7rem;
}

@media screen and (max-width: 1024px) {
    .main-navigation .menu-principal-container > ul > li > ul > li > a,
    .main-navigation .menu-principal-fr-container > ul > li > ul > li > a {
        width: auto;
		height: 100%;
    }
}

/* Troisième niveau du menu */
.main-navigation .menu-principal-container > ul > li > ul > li > ul,
.main-navigation .menu-principal-fr-container > ul > li > ul > li > ul {
    background-image: url(images/n2/fleche-menu.png);
    background-repeat: no-repeat;
    background-position: 20px 16px;
    display: none;
    padding-left: 32px;
    position: absolute;
    left: 180px;
    padding-top: 15px;
    padding-bottom: 25px;
    top: 0;
}

.main-navigation .menu-principal-container > ul > li > ul > li:hover > ul,
.main-navigation .menu-principal-fr-container > ul > li > ul > li:hover > ul {
    background-color: #00a2ab;
    display: block;
}

.main-navigation .menu-principal-container > ul > li > ul > li > ul > li,
.main-navigation .menu-principal-fr-container > ul > li > ul > li > ul > li {
    border-right: none;
    float: left;
    width: 100%;
}

.main-navigation .menu-principal-container > ul > li > ul > li > ul > li > a,
.main-navigation .menu-principal-fr-container > ul > li > ul > li > ul > li > a {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 2em;
    text-align: left;
    text-transform: none;
}

.main-navigation ul ul a:hover,
.main-navigation .current-menu-item > a {
    color: #F7AC00 !important;
}

.sub-menu .sub-menu a {
    color: white !important;
}

@media screen and (max-width: 1024px) {
    .sub-menu .sub-menu a {
        color: #000 !important;
    }
}

.main-navigation a:hover,
.main-navigation li:hover ul,
.main-navigation li li:hover ul {
    left: auto;
    opacity: 1;
}

.main-navigation li.current_page_parent a {
    color: #F7AC00;
}

.main-navigation li.current_page_parent ul a {
    color: #585857;
}

.main-navigation li.current_page_parent ul li.current_page_item a {
    color: #FFF;
}

/*.main-navigation .current-menu-item a,*/
.main-navigation .current-post-parent a {
    color: #F7AC00;
}

#menu-join, #menu-join-fr {
    padding: 0;
    margin: 0;
    margin-bottom: 1em;
    display: inline-block;
}

#menu-join li,
#menu-join-fr li {
    list-style: none;
    text-transform: uppercase;
    float: left;
    margin-left: 2em
}

#menu-join li:first-child,
#menu-join-fr li:first-child {
    margin-left: 0
}

#menu-join a, #menu-join-fr a {
    text-decoration: none;
    border: 2px solid #00a2ab;
    padding: 0.7em 1em 0.7em 1em;
    display: inline-block;
}

#menu-join a:hover, #menu-join-fr a:hover {
    background-color: #E7E8E5;
}

#menu-join .current_page_item > a,
#menu-join .current-menu-item > a,
#menu-join .current_page_ancestor > a {
    background-color: #00a2ab;
    color: #FFF;
}

#menu-join-fr .current_page_item > a,
#menu-join-fr .current-menu-item > a,
#menu-join-fr .current_page_ancestor > a {
    background-color: #00a2ab;
    color: #FFF;
}

#menu-join #menu-item-1330 a {
    color: #F7AC00
}

#menu-join-fr #menu-item-1354 a {
    color: #F7AC00
}

.page-id-1350 #menu-item-1354 a {
    color: #F7AC00
}

#menu-news, #menu-news-fr {
    float: right;
    position: relative;
    z-index: 50
}

#menu-news li, #menu-news-fr li {
    list-style: none;
    text-transform: uppercase;
    float: left;
}

#menu-news a, #menu-news-fr a {
    text-decoration: none;
    border: 2px solid #00a2ab;
    padding: 0.7em 1em 0.7em 1em;
    margin-left: 2em
}

#menu-news a:hover, #menu-news-fr a:hover {
    background-color: #E7E8E5;
}

#menu-news .current_page_item > a,
#menu-news .current-menu-item > a,
#menu-news .current_page_ancestor > a {
    background-color: #00a2ab;
    color: #FFF;
}

#menu-news-fr .current_page_item > a,
#menu-news-fr .current-menu-item > a,
#menu-news-fr .current_page_ancestor > a {
    background-color: #00a2ab;
    color: #FFF;
}

@media screen and (min-width: 1025px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
    width: 100%;
    font-size: 1.3em;
    font-family: 'LimerickSerialLightRegular';
    color: #F7AC00;
    text-align: center;
}

@media only screen and (max-width: 1025px) and (min-width: 800px)  {
    .site-main{
        margin-top: 50px !important;
    }
}

.post-navigation a {
    color: #999;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: right;
    width: 49%;
    text-align: left;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: right;
    width: 49%;
}

.nav-next:hover, .nav-previous:hover {
    opacity: 0.5
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

div.wpcf7-mail-sent-ok {
    border: none;
    font-weight: 700;
}

span.wpcf7-not-valid-tip {
    color: #F00;
    font-size: 0.85em;
    display: block;

}

div.wpcf7-validation-errors {
    border: none;
    color: #F00;
    font-weight: 700;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0em 0 0;
}

.entry-content p a {
    text-decoration: underline
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

video {
    display: none;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    float: left;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
    margin-top: -2em;
}

/*--------------------------------------------------------------
# Form Landing Page
--------------------------------------------------------------*/
.form-landing {
    width: 120px;
    margin: 0 auto;
    padding: 0;
    margin-left: 20px;

}

/*--------------------------------------------------------------
# WHAT WE BELIEVE
--------------------------------------------------------------*/
.page-template-page-believe .entry-header {
    display: none;
}

.page-template-page-believe .entry-content {
    width: 67%;
    float: left;
    margin-right: 1%
}

.page-template-page-believe .left {
    width: 28%;
    float: left;
    margin-left: 3%;
    padding-top: 3em;
    display: block
}

.page-template-page-believe .left p {
    font-family: 'LimerickSerialBold';
    color: #00A2AB;
    font-size: 1.25em;
    letter-spacing: 0.07em
}

.page-template-page-believe .entry-content p {
    margin-bottom: 3em
}

.page-template-page-believe .entry-content h2 {
    font-size: 1.65rem;
}

.texte-orange, .texte-orange-bg {
    background: url("images/coin.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 8% auto;
    border-radius: 0px;
    background-color: #F7AC00;
    color: #FFF;
    font-family: 'LimerickSerialLightRegular';
    text-transform: uppercase;
    font-size: 1.4em;
    padding: 23px;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    margin: 0 auto;
    margin-bottom: 3em;
}

/*--------------------------------------------------------------
# WHAT WE OFFER
--------------------------------------------------------------*/
.page-id-21 .entry-content {
    padding-top: 2em
}

.page-template-page-offer-php .entry-content p {
    font-size: 1.1rem;
    letter-spacing: 0.01em;
    margin-top: 0;
    font-weight: 100
}

.page-template-page-offer-php h2 {
    font-size: 1.65rem;
}

.page-template-page-offer-php .hentry {
    margin-bottom: 0;
}

.page-template-page-offer-php .col-md-2:not(.footer3, .footer3fr) {
    width: 48%;
    margin-right: 1%;
}

.offer {
    display: block;
    min-height: 9em;
    float: left; /* width:49%; margin-right:1%;*/
    padding: 170px 30px 10px 30px;
    margin-top: 20px;
    min-height: 430px;
    width: 100%;
}

.underbox {
    width: 100%;
    float: left;
    padding-left: 40px;
    padding-right: 20px;
    margin-top: 25px;
}

.underbox p {
    margin-bottom: 0.7em;
}

.underbox h3 {
    font-size: 0.8rem;
    margin-top: 0;
    color: #f7ac00;
    text-transform: none;
}

.offer ul {
    margin-left: 0;
    padding-left: 1em;
}

.offer li {
    margin-bottom: 0.5em;
}

.offer p {
    margin-bottom: 1em;
}

.offer h2 {
    letter-spacing: 0.05em;
    font-family: 'LimerickSerialLightRegular';
    font-size: 2.5em;
}

.offer h3 {
    font-size: 1.2em;
    letter-spacing: 0.05em;
    font-family: 'LimerickSerialLightRegular';
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0em;
}

.underbox img {
    max-width: 25%;
    float: none;
    text-align: center;
}

.mvnobg {
    background: url(images/mvno-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.iotbg {
    background: url(images/iot-bg.jpg) no-repeat;
    background-size: cover;
}

.blanc {
    background-color: rgba(250, 250, 250, 0.86);
    padding: 15px;
    margin-bottom: 40px;
}

.blanc h2 {
    margin-top: 0;
}

.offer a {
    background-color: #00a2ab;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 15px 15px 15px 15px;
    height: 40px;
    line-height: 40px;
}

.btn:hover {
    background-color: #CCC;
    color: #333;
}

.page-template-page-offer-php .details {
    font-family: 'LimerickSerialMediumRegular';
    color: #00a2ab;
    font-size: 1.15em;
    line-height: 1.2em;
    letter-spacing: 0.02em;
}

/*Framework IOT*/
.banner {
    background-color: #eef0f1;
    float: left;
    margin-bottom: 40px;
    position: relative;
}

.banner img {
    width: 55%;
    float: left;
}

.banner h2 {
    font-family: 'LimerickSerialLightRegular';
    color: #f7ac00;
    font-size: 1.7em;
    letter-spacing: 0.06em;
    margin-bottom: 1.3em;
    margin-top: 0;
}

.banner h3 {
    position: absolute;
    text-transform: none;
    color: #00a2ab;
    font-size: 1.7em;
    width: 50%;
    padding: 20px;
    margin-top: 20px;
    font-family: 'LimerickSerialLightRegular';
    -webkit-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    letter-spacing: 0.05em;
    text-align: right;
    color: #f7ac00;
}

.banner p {
    font-family: 'LimerickSerialRegular';
    font-size: 1.3em;
    margin-bottom: 0.7em;
    text-indent: -1.2em;
    margin-left: 1.2em;
}

.banner p strong {
    font-family: 'LimerickSerialMediumRegular';
    font-weight: normal;
    color: #000;
}

.top-right {
    width: 45%;
    float: left;
    padding: 40px 9% 20px 0%;
    -webkit-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.page-template-page-framework #main {
    max-width: 1300px;
    padding-left: 8%;
    padding-right: 9%;
}

.page-template-page-framework .entry-title {
    display: none;
}

.page-template-page-framework #primary {
    margin-top: 100px;
}

.page-template-page-framework .entry-content {
    padding-right: 10%;
}

.page-template-page-framework .wp-caption-text,
.page-template-page-iot-segment .wp-caption-text {
    margin-top: -80px;
    padding-left: 35px;
    padding-right: 35px;
    font-weight: 700;
    color: #000;
    font-size: 0.75rem;
}

.page-template-page-framework .entry-content .wp-caption-text:hover,
.page-template-page-iot-segment .entry-content .wp-caption-text:hover {
    color: #f7ac00;
}

.page-template-page-framework .entry-content p,
.page-template-page-iot-content .entry-content p {
    font-size: 1.2rem;
    font-weight: 100;
    margin-bottom: 0.5em;
}

.one-row {
    margin: 0 auto;
    margin-bottom: 60px;
    width: 50%;
}

.one-row h2 {
    font-family: "LimerickSerialBold";
    font-size: 1.6em;
    color: #585857;
    margin-top: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    margin-top: 100px;
    background: url(images/fleche-orange.png) no-repeat right center;
}

.one-row h3 {
    text-transform: none;
    color: #00a2ab;
    border-bottom: 1px solid #cdcdcd;
    font-family: 'LimerickSerialLightRegular';
    font-size: 2em;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}

.page-template-page-framework .fourpoints {
    background: #f7ac00;
    float: left;
    padding: 40px 6% 40px 6%;
    margin-top: 30px;
}

.fourpoints h2 {
    color: #FFF;
    font-size: 1.4em;
    font-family: 'LimerickSerialRegular';
    letter-spacing: 0.1em;
    margin-top: 0;
}

.fourpoints p {
    margin-bottom: 0;
}

.fourpoints .one_half {
    width: 48%;
    margin-right: 1%;
    padding-left: 2%;
}

.fourpoints img {
    max-width: 23%;
}

.fourpoints .last_column {
    border-left: 1px solid #FFF;
    margin-left: 1%;
}

.fourpoints hr {
    background-color: #FFF;
    margin-top: 15PX;
}

/*The Coverage*/
.page-template-page-iot-content #main {
    padding-top: 115px;
}

.map-coverage {
    margin-top: 20px;
}

.page-template-page-iot-content .one_fourth {
    padding-right: 4%;
}

.page-template-page-iot-content .one_fourth .last_column {
    padding-right: 0%;
}

.available p, .soon p {
    font-size: 1rem !important;
    font-family: 'LimerickSerialRegular';
    letter-spacing: 0.02em;
}

.available h3 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #F7AC00;
    line-height: 90px;
    color: #FFF;
    text-align: center;
    font-size: 95%;
    letter-spacing: 0.07em;
}

.soon h3 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #F9E385;
    line-height: 80px;
    color: #fff;
    text-align: center;
    font-size: 95%;
    letter-spacing: 0.07em;
    margin-bottom: 20px;
}

/*References IoT*/
.page-id-6636, .page-id-6898 {
    background: url(images/dot50.png);
}

.page-template-page-iot-content .ref h4 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.page-template-page-iot-content .filet {
    width: 40%;
    margin-left: 30%;
    height: 1px;
    background-color: #CCC;
    margin-bottom: 20px;
}

/*SEGMENT*/
#menu-item-6785 a,
#menu-item-6959 a {
    background: url(images/home.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 20px;
    margin-left: 10px;
    color: rgba(255, 255, 255, 0);
    width: 30px;
}

.page-template-page-iot-segment #main {
    padding-left: 0;
    padding-right: 0;
    max-width: 1300px;
}

.page-template-page-iot-segment .entry-content {
    padding-left: 8%;
    padding-right: 9%;
}

#menu-segment, #menu-segment-fr {
    display: none;
}
.page-template-page-iot-content #menu-segment-fr,
.page-template-page-iot-content #menu-segment,
.page-template-page-framework #menu-segment-fr,
.page-template-page-framework #menu-segment,
.page-template-page-iot-segment #menu-segment-fr,
.page-template-page-iot-segment #menu-segment,
.page-template-page-iot #menu-segment-fr,
.page-template-page-iot #menu-segment {
    display: block;
    line-height: 20px;
}
.page-template-page-iot-segment .site-main .type-page{
    overflow: hidden;
}
.parent-pageid-4733 #menu-segment-fr, .page-template-page-iot #menu-segment-fr {
    display: block;
    line-height: 20px;
}

#menu-item-6785 a {
    text-transform: uppercase;
}

#menu-item-6784 a, #menu-item-6659 a, #menu-item-6960 a, #menu-item-6961 a {
    border-right: 2px solid #f7ac00;
}

#menu-segment a, #menu-segment-fr a {
    text-transform: none;
    letter-spacing: 0.05em;
}

.page-template-page-flexible .bandeau,
.page-template-page-iot-segment .bandeau {
    overflow: hidden;
    position: relative;
    height: 300px;
}

.page-template-page-flexible .entry-header,
.page-template-page-iot-segment .entry-header {
    width: 25%;
    padding: 20px;
    position: absolute;
    z-index: 9;
    top: 30%;
    -webkit-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background: rgba(250, 250, 250, 0.85);
}

.page-template-page-flexible h1,
.page-template-page-iot-segment h1 {
    text-transform: none;
}

.page-template-page-iot-segment .entry-content .one_third img {
    max-width: 210px;
}

.page-template-page-iot-segment .entry-content .one_third p {
    text-align: center;
}

.page-template-page-iot-segment .entry-content .one_third {
    padding-top: 50px;
}

.page-template-page-iot-segment .content-column h4 {
    font-size: 1.2rem;
    font-weight: 100;
}

.page-template-page-iot-segment .content-column h2 {
    font-family: 'LimerickSerialLightRegular';
    font-size: 1.5rem;
    font-weight: normal;
    color: #f7ac00;
    letter-spacing: 0.03em;
}

.page-template-page-iot-segment .content-column p {
    font-family: 'LimerickSerialRegular';
    font-size: 1rem;
}

.page-template-page-iot-segment .content-column h3 {
    color: #00A2AB;
}

.segment-icon {
    margin-bottom: 90px;
}

.citation {
    background: url(images/dot50.png);
    padding: 30px 13% 40px 8%;
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
    display: none;
}

.citation p {
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 15px;
}

.citation h5 {
    font-family: 'LimerickSerialRegular';
    margin-bottom: 0;
    font-size: 1rem;
    color: #000;
    margin-top: 0;
}

.grey {
    background: #f8f8f8;
    padding: 30px 9% 40px 8%;
    margin-bottom: 20px;
    /* float: left; */
}

.grey h2, .citation h2 {
    font-family: 'LimerickSerialLightRegular';
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    margin-bottom: 1em;
    margin-top: 0.2em;
}

.grey h3 {
    font-family: 'LimerickSerialLightRegular';
    text-transform: none;
    color: #f7ac00 !important;
    font-size: 1.2rem;
    letter-spacing: 0.09em;
}

.grey .one_half {
    padding-right: 3%;
}

.grey .last_column {
    padding-left: 2%;
}

.grey p {
    font-family: 'LimerickSerialRegular';
}

.grey ul {
    font-family: 'LimerickSerialRegular';
    font-size: 1rem;
    margin: 0 0 0.5em 0em;
    list-style: none;
    padding-left: 0em !important;
}

.grey li {
    text-indent: -0.9em;
    margin-left: 1.2em;
}

.grey li::before {
    content: "• ";
    color: #F7AC00;
    font-size: 1.8em;
    line-height: 1.4em;
}

#windows-Iot img {
    width: 90%;
}

.page-template-page-iot-segment section {
    padding-left: 8%;
    padding-right: 9%;
    padding-bottom: 10px;
}

.tablet-part {
    padding-left: 8%;
    padding-right: 9%;
}

.tablet-part img {
    max-width: 210px;
}

.tab-schema {
    background: url(images/flechebas-left.png) no-repeat left top, url(images/flechebas-right.png) no-repeat right top;
}

.tablet-part .wp-caption .wp-caption-text, .options .wp-caption .wp-caption-text {
    font-family: 'LimerickSerialRegular';
    font-size: 1rem;
    color: #00a2ab;
    letter-spacing: 0.06em;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 0;
    margin-bottom: 0 !important;
}

.tablet-part .wp-caption {
    margin-bottom: 0 !important;
}

.tablet-part h4 {
    margin-top: 130px;
    font-family: 'LimerickSerialRegular';
    font-size: 1.5rem;
    background: url(images/flechegauche.png) no-repeat left center, url(images/flechedroite.png) no-repeat right center;
}

.tablet-part h2 {
    font-family: 'LimerickSerialLightRegular';
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #f7ac00;
    letter-spacing: 0.09em;
}

.tablet-part .content-column {
    min-height: 50px;
    text-align: center;
}

.double .wp-caption-text {
    color: #585857 !important;
}

.double {
    max-width: 210px !important;
}

.options .content-column {
    min-height: 50px;
}

.options figure {
    display: none;
}

.options .one_third {
    background-color: #eff0f2;
    min-height: 50px;
    padding: 10px 30px 20px 30px;
    text-align: center;
}

.options {
    padding-left: 8%;
    padding-right: 9%;
    margin-bottom: 40px;
}

.options h2 {
    text-transform: none !important;
    font-size: 1.5rem;
}

.options h3 {
    background-color: #f7ac00;
    color: #FFF !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 5px;
    font-family: 'LimerickSerialMediumRegular';
    margin-left: 44%;
}

.options p {
    font-size: 0.94rem !important;
}

.cellular-data h2 {
    margin-left: 8%;
    font-size: 1.5rem;
    color: #00a2ab;
    font-weight: 300;
    font-family: 'LimerickSerialLightRegular';
    letter-spacing: 0.05em;
}

.cellular-data {
    position: relative;
    display: none;
    margin-top: 20px;
}

.cellular-details {
    position: absolute;
    top: 160px;
    width: 30%;
    margin-left: 8%;
}

.cellular-details img {
    max-width: 220px;
}

.cellular-details h3 {
    color: #FFF;
    text-transform: uppercase;
    margin-top: 1em;
    margin-bottom: 1em;
    letter-spacing: 0.05em;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.7rem;
}

.cellular-details .btn {
    padding: 10px;
    border: 1px solid #FFF;
    color: #FFF;
    margin-top: 20px;
}

/*Laptops*/
.page-id-6650 .citation, .page-id-6913 .citation {
    display: block;
}

.page-id-6650 .cellular-data, .page-id-6913 .cellular-data {
    display: block;
}

/*AUTOMOTIVES*/
.page-template-page-iot-segment .entry-content .one_half {
    padding-right: 4%;
}

.page-template-page-iot-segment .entry-content .one_half p {
    font-size: 0.9rem;
}

.page-template-page-iot-segment .entry-content .one_half ul {
    margin-left: 0 !important;
    padding-left: 0;
}

.page-id-6654 .citation {
    display: none;
}

.page-id-6654 .cellular-data {
    display: none;
}

.page-id-6654 .windows-Iot {
    display: none;
}

.page-id-6654 .grey .one_third, .page-id-6921 .grey .one_third {
    padding-top: 50px;
}

.page-id-6654 .grey h2, .page-id-6921 .grey h2 {
    margin-bottom: 0;
}

.schema-car {
    position: relative;
    width: 92%;
    /* float: left; */
    min-height: 750px;
    display: none;
}

.page-id-6654 .schema-car, .page-id-6921 .schema-car {
    display: inline-block;
}

.car-main {
    position: absolute;
    width: 30%;
    left: 37%;
    text-align: center;
    font-family: 'LimerickSerialRegular';
    text-transform: uppercase;
    color: #00a2ab;
    font-size: 1.5em;
    letter-spacing: 0.09em;
    top: 31%;
}

.schema-car .size-thumbnail {
    max-width: 80px;
}

.schema-car strong {
    font-family: 'LimerickSerialMediumRegular';
    font-weight: normal;
    font-size: 1.2em;
}

.schema-car p {
    margin-bottom: 0.5em;
}

.schema-car h2 {
    font-family: 'LimerickSerialLightRegular';
    margin-left: 8%;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    color: #f7ac00;
    margin-top: 0;
    margin-bottom: 0.8em;
}

.interfacing, .billing, .sim-based, .routing, .security {
    position: absolute;
    width: 20%;
}

.interfacing {
    left: 40%;
}

.billing {
    left: 7%;
    top: 30%;
}

.billing li {
    text-align: left;
}

.sim-based {
    left: 75%;
    top: 30%;
}

.routing {
    left: 25%;
    top: 70%;
    width: 25%;
}

.security {
    left: 60%;
    top: 70%;
    width: 29%;
}

#car {
    padding-top: 120px;
    margin-top: -120px;
}

/*CHIPSETS AND MODULES*/
.schema-3-mobiles {
    display: none;
}

.page-id-6734 .schema-3-mobiles, .page-id-6949 .schema-3-mobiles {
    padding-right: 8%;
    padding-left: 8%;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
}

.schema-3-mobiles .wp-caption-text {
    font-family: 'LimerickSerialMediumRegular';
    font-weight: normal;
    font-size: 1.2em;
    padding: 0;
    margin: 0;
}

.page-id-6734 .grey h3, .page-id-6949 .grey h3 {
    margin-bottom: 0.8em;
}

.page-id-6734 .grey p, .page-id-6949 .grey p {
    margin-bottom: 0.5em;
}

/*CONSUMER IOT*/
.page-id-6750 .bandeau img, .page-id-6936 .bandeau img {
    margin-top: -100px;
}

.page-id-6750 .entry-header {
    width: 30%;
}

.house_iot {
    padding-right: 8%;
    padding-left: 8%;
    margin-bottom: 20px;
    float: left;
}

.house_iot h2 {
    font-family: 'LimerickSerialLightRegular';
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    margin-bottom: 1em;
    color: #f7ac00;
}

.house_iot h3 {
    color: #f7ac00 !important;
}

.house_iot img {
    max-width: 90%;
    margin-left: 5%;
}

.house_iot .one_half {
    padding-right: 3%;
}

.page-id-6750 .grey li::before, .page-id-6936 .grey li::before {
    line-height: 0.6em;
}

.page-id-6750 .grey p, .page-id-6936 .grey p {
    margin-bottom: 0;
}

/*INDUSTRIAL*/
.page-id-6793 .grey img, .page-id-6941 .grey img {
    max-width: 90%;
}

.page-id-6793 .grey p, .page-id-6941 .grey p {
    margin-bottom: 0;
}

.table-icon {
    margin-bottom: 30px;
    outline: none !important;
}

.table-icon > .row {
    justify-content: center;
}

.table-icon h2, .usecase h2 {
    font-family: 'LimerickSerialLightRegular';
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    margin-bottom: 0em;
}

.table-icon .more {
    background-color: #c1c1bd;
    width: 30px;
    height: 30px;
    top: auto;
    bottom: 0;
}

.table-icon .pic-image {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.table-icon .pic-caption {
    text-align: left;
}

.table-icon .pic {
    margin: 10px;
    overflow: hidden;
}

.table-icon ul {
    margin-left: 0;
    padding-left: 1em;
    color: #FFF;
	padding-top: 30px;
}

.table-icon .pic-logo {
    z-index: 1;
    position: absolute;
    top: 60%;
    padding: 5% 3% 3% 3%;


    background-color: transparent;
    right: 0%;
    text-align: center;
    width: 100%;
    height: auto;
}

.table-icon h3 {
    text-transform: none;
    font-family: 'LimerickSerialMediumRegular';
    line-height: 1.4em;
}

.table-icon .pic-caption {
    width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0%;
    background: #f7ac00;
    padding: 40px 10px 0 10px;
}

.usecase {
    padding-left: 8%;
    padding-right: 7%;
    float: left;
    background: #f8f8f8;
    padding-bottom: 20px;
    padding-top: 15px;
    display: none;
}

.page-id-6793 .usecase, .page-id-6941 .usecase {
    display: block;
}

.usecase h2 {
    margin-bottom: 20px;
}

.usecase .more {
    background-color: #f7ac00;
    width: 50px;
    height: 50px;
    margin-left: 45%
}


.usecase .pic {
    max-height: none;
    max-width: none;
    margin-bottom: 15px;
}

.usecase .pic-logo {
    top: 33%;
    width: 40%;
    height: auto;
    background-color: #FFF;
    right: 30%;
    text-align: center;
}

.usecase .pic:hover .pic-logo {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}

.usecase .pic-logo img {
    max-width: 140px !important;
}

.usecase h3 {
    text-transform: none;
    font-family: 'LimerickSerialMediumRegular';
    letter-spacing: 0.03em;
}

.usecase .formobile {
    display: none;
}

.usecase .pic-caption {
    cursor: default;
    position: absolute;
    width: 80%;
    height: 100%;
    margin-left: 10%;
    margin-top: 0%;
    text-align: left;
}

.usecase .pic-caption p {
    margin-bottom: 1em;
    font-size: 1em;
}

.usecase ol {
    list-style: decimal;
}

/*--------------------------------------------------------------
# WHERE WE OPERATE
--------------------------------------------------------------*/
.page-template-page-where-php #main {
    min-height: 550px
}

.map {
    background: url(images/where-bg.jpg) no-repeat;
    background-size: 100%;
    background-position: center 10px;
    min-height: 540px;
    width: 100%;
    max-width: 900px;
    position: absolute
}

.where-slo {
    margin-top: 545px;
    text-align: center;
    position: relative;
    z-index: 50
}

.adresse {
    background: url(images/adresse-bg.png) no-repeat;
    background-size: 100%;
    width: 150px;
    height: 113px;
    padding: 1em;
    position: absolute;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.adresse:hover {
    background: url(images/adresse-bghover.png) no-repeat;
    background-size: 100%;
}

.adresse h3 {
    color: #000;
    line-height: 1em
}

.adresse p {
    color: #FFF;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 0.93em
}

.table-cell {
    display: table-cell;
    vertical-align: bottom;
    height: 6.8em
}

.amsterdam {
    margin-left: 40%;
    margin-top: -5px
}

.bruxelles {
    margin-left: 57.8%;
    margin-top: 0px
}

.geneve {
    margin-left: 62%;
    margin-top: 160px
}

.london {
    margin-top: 50px;
    margin-left: 22%
}

.los-angeles {
    margin-top: 260px
}

.lux {
    margin-left: 45%;
    margin-top: 250px
}

.paris {
    margin-top: 180px;
    margin-left: 25%;
    width: 160px;
    height: 120px;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

.paris .table-cell {
    height: 7.1em
}

.minsk {
    margin-left: 75.8%;
    margin-top: 40px
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.4);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.4);
    }

    100% {
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

/*--------------------------------------------------------------
# PAGE INNOVATE
--------------------------------------------------------------*/
.page-template-page-innovate .entry-content {
    width: 65%;
    float: left;
    margin-right: 1%;
}

.page-template-page-innovate .entry-content h3 {
    font-size: 1.1em
}

.page-template-page-innovate .animateme {
    background-image: url('images/puce-orange.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 2em;
    background-size: 1.5em
}

.page-template-page-innovate h2 {
    font-size: 1.7rem;
    line-height: 1.9rem;
}

.awards, .awardsfr {
    min-height: 620px;
    width: 32%;
    float: left;
    margin-left: 2%;
    margin-top: -70px;
}

.awards h3, .awardsfr h3 {
    color: #FFF;
    font-size: 1.3em;
    background-image: url('images/award.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    line-height: 2em;
    text-align: center;
    margin-bottom: 1em
}

.awards:lang(fr) {
    display: none
}

.awardsfr:lang(en) {
    display: none
}

.logos-ref {
    border-top: 1px solid #999;
    display: block;
    float: left;
    margin-top: 3em;
    padding-top: 2em;
    width: 100%
}

.logos-ref H3 {
    color: #F7AC00;
}

.logos-ref img {
    max-height: 5em;
    max-width: 8.5em
}

.logos-ref .animateme {
    background-image: none;
    padding-left: 0;
}

.logo {
    height: 100px;
    padding-right: 3em;
    display: table-cell;
    vertical-align: middle
}

.bord {
    position: absolute;
    height: 104%;
    width: 1px;
    background-color: #F7AC00;
    margin-top: 7.5em;
    margin-left: 0.84em;
    height: 950px;
}

/*--------------------------------------------------------------
# PAGE CONTACT
--------------------------------------------------------------*/
.acces-mobile {
    display: none
}

.page-template-page-contact .hentry h1 {
    margin-bottom: 1.4em
}

.page-template-page-contact .entry-content {
    width: 73%;
    float: left;
}

.page-template-page-contact .hentry h3 {
    margin-bottom: 0.5em
}

.page-template-page-contact .hentry h3 a {
    color: #F7AC00;
}

.page-template-page-contact .hentry h3 a:hover {
    color: #999;
}

.contact-side {
    display: block;
    width: 25%;
    float: right
}

.contact-side a {
    text-decoration: underline
}

.acces {
    background: url(images/acces-map.jpg) no-repeat;
    background-size: 100%;
    background-position: top left;
    height: 440px;
    width: 100%;
    float: left;
    position: relative;
}

.group-info {
    background: #E7E8E5 url("images/coin.png") no-repeat scroll left bottom / 10% auto;
    border-radius: 0px;
    font-family: "LimerickSerialLightRegular";
    font-size: 1em;
    padding: 1.3em;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    margin: 0px auto 2em;
}

.group-info p {
    margin-bottom: 0.5em
}

.group-info h3 {
    text-transform: none;
    font-size: 1.1em !important;
    color: #00A2AB;
    margin-bottom: 0.5em;
    font-family: 'LimerickSerialMediumRegular';
}

.adresse-tr {
    position: absolute;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    left: 21%;
    top: 6.9%;
}

/*--------------------------------------------------------------
# MEET THE BOARD
--------------------------------------------------------------*/
.single-people #menu-item-1334 a {
    color: #F7AC00;
}

.page-template-page-board-php .hentry img {
    margin-bottom: 3em
}

.page-template-page-people-php .hentry img {
    margin-bottom: 3em
}

.cadre {
    display: none;
    width: 250px;
    background: url(images/meet-bg.png) no-repeat;
    background-size: 100%;
    height: 170px;
    position: absolute;
    margin-top: 16.5em;
    margin-left: 15em;
    padding: 17px;
    z-index: 80
}

.cadre h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: none;
    color: #676763;
    letter-spacing: 0;
    font-size: 1.8em;
    margin-bottom: 0.8em !important;
}

.cadre h2 {
    font-family: 'LimerickSerialBold';
    color: #000;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 0.1em;
    line-height: 1.3em;
}

.cadre img {
    width: 30px;
    margin-top: 0.4em
}

.cadre img:hover {
    opacity: 0.6
}

.page-template-page-board-php .cadre {
    display: block
}

.page-template-page-people-php .cadre {
    display: block
}

.single-people #colophon {
    margin-top: 30px;
}

.damier, .damier-fr {
    width: 41%;
    position: absolute;
    max-width: 384px;
    margin-top: 0.1em
}

.damier figure, .damier-fr figure {
    margin-right: 4%;
    margin-left: 0px;
    margin-bottom: 25px;
    margin-top: 0;
    float: left;
    width: 45% !important;
    float: left;
    min-width: 120px;
}

.damier img, .damier-fr img {
    width: 100%;
    margin-bottom: 0 !important;
    border: 5px solid #FFF
}

/*jacques*/
.postid-227 .wp-image-228, .postid-1299 .wp-image-228 {
    border: 5px solid #dbdada;
    opacity: 0.5;
}

/*Bertrand*/
.postid-229 .wp-image-144, .postid-1302 .wp-image-144 {
    border: 5px solid #dbdada;
    opacity: 0.5;
}

/*Romain*/
.postid-221 .wp-image-145, .postid-1303 .wp-image-145 {
    border: 5px solid #dbdada;
    opacity: 0.5;
}

/*Philippe*/
.postid-212 .wp-image-148, .postid-1304 .wp-image-148 {
    border: 5px solid #dbdada;
    opacity: 0.5;
}

/*Philippe*/
.postid-231 .wp-image-147, .postid-1305 .wp-image-147 {
    border: 5px solid #dbdada;
    opacity: 0.5;
}

/*Olivier */
.postid-6837 .wp-image-6839, .postid-6903 .wp-image-6839 {
    border: 5px solid #dbdada;
    opacity: 0.5;
}

.damier img:hover {
    opacity: 0.5
}

.damier-fr img:hover {
    opacity: 0.5
}

.one-damier:hover {
    opacity: 1 !important;
}

.name {
    background: rgba(255, 255, 255, .7);
    margin-top: -30px !important;
    position: relative;
    z-index: 50;
    font-size: 0.95em;
    color: #000;
    padding: 2px 0 10px 0;
    text-align: center
}

.damier:lang(fr) {
    display: none;
}

.damier-fr:lang(en) {
    display: none;
}

.postid-227 .top-image {
    max-width: 1500px;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1.4s !important;
    animation-delay: 1.4s !important;
}

.single-people .white {
    display: none
}

.postid-227 .white {
    display: block !important
}

.single-people .hentry {
    width: 100% !important
}

.single-people .entry-title {
    display: none
}

.single-people .cadre {
    display: block
}

.single-people .hentry img {
    margin-bottom: 3em
}

.single-people .entry-meta {
    display: none
}

.single-people .nav-links {
    display: none
}

.single-people #menu-item-1343 a {
    color: #F7AC00
}

.single-people .left-board {
    width: 55%;
    float: right;
    margin-top: 0.5em;
    -webkit-animation-duration: 1s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-600px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-600px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#portrait {
    position: absolute;
    top: 0%
}

/*--------------------------------------------------------------
# HOME
--------------------------------------------------------------*/
.home .bandeau {
    height: 230px;
    margin-top: 0em;
    position: relative;
}

.home .entry-header {
    display: none
}

.bandeau h2 {
    max-width: 900px;
    min-height: 5em;
    margin: 0 auto;
    position: relative;
    z-index: 7;
    font-weight: 300;
    text-transform: uppercase;
    color: #F7AC00;
    font-size: 2em;
    background-image: url('images/title-home.png');
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0.5em 0 0.5em 1em;
}

.home .top-fil {
    max-height: 230px;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;;
}

.down {
    background: url('images/down.png');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -20px;
    width: 7%;
    height: 150px;
    left: 50%;
    transform: translateX(-50%);
}

@-webkit-keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fadeInOut {
    -webkit-animation-name: fadeInOut;
    animation-name: fadeInOut;
}

.home-anim {
    width: 98%;
    position: absolute;
    top: 260px;
    left: 1%;
}

.home-anim h2 {
    background-image: url(images/n2/more-g.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 20%;
    background-color: #00A2AB;
    color: #FFF;
    border-radius: 0px;
    font-size: 2.7em;
    width: 280px;
    height: 200px;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    font-family: 'LimerickSerialLightRegular';
    letter-spacing: 0.04em;
    text-transform: none;
}

.home-anim h2:hover {
    background-color: #dadbd7;
    color: #00A2AB;
}

.home-anim h2 a {
    padding-top: 35px;
    padding-bottom: 35px;
}

.anim-slo {
    text-align: center;
    position: relative;
    z-index: 50;
    margin-bottom: 7em;
    margin-top: 3em;
    width: 80%;
    margin-left: 10%;
}

.anim-slo p {
    font-size: 1.5em;
    font-weight: 100;
}

.provide {
    text-align: center;
    text-transform: none;
    font-size: 2.4em;
    color: #F7AC00;
    font-family: 'LimerickSerialLightRegular';
    letter-spacing: 0.05em;
}

/*-----------------------------------------------------------------------------------*/
/* = popup home
/*-----------------------------------------------------------------------------------*/
#fade { /*--Masque opaque noir de fond--*/
    display: none; /*--masqué par défaut--*/
    background: #FFF;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    z-index: 9999;
}

.popup_block {
    display: none;
    padding: 45px 20px 20px 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    transform: translate(-50%, -50%);
    overflow-y: scroll;
    background-color: #f8ad06;
}
@media screen and (max-width: 360px) {
    .popup_block {
        top:40%;
    }
}

.wpcf7-form-control-wrap {
    width: 100%;
}

div.wpcf7 input[type='file'] {
    width: 100%;
}

div.wpcf7 div[class^="col-"] input:not([type="submit"]) {
    width: 100%;
    margin-top: 5px;
}

.popup_block .wpcf7 p {
    width: 100%;
}

.popup_block .close {
    position: absolute;
}

.popup_block .close:hover:after {
    color: #c2c2c2;
}

.popup_block .close:after {
    content: '\00d7';
    position: absolute;
    text-decoration: none;
    font-weight: 700;
    font-size: 3em;
    top: -57px;
    left: -15px;
    z-index: 9999999999;
}

.popup_block .close:before {
    content: '';
    position: absolute;
    left: -20px;
    top: -45px;
    width: 0;
    height: 0;
    border-top: 50px solid white;
    border-right: 50px solid transparent;
    z-index: 999999999999;
}


.poplight {
    float: right;
    text-decoration: none
}

.popup_block a {
    text-decoration: underline
}

.popup_block h3 {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.9em;
    margin-bottom: 0.7em;
    letter-spacing: 0.03em;
}

.popup_block h4 {
    margin-top: 0;
    font-family: 'LimerickSerialBold';
    color: #00A2AB;
    font-size: 1.1em;
    margin-bottom: 0
}

.vmore {
    text-align: right;
    margin-top: -27px;
    margin-right: 15px
}

.one {
    width: 32%;
    border-right: 3px solid #F7AC00;
    float: left;
    text-align: center;
    padding-left: 7px;
    padding-right: 7px
}

.tree {
    width: 35%;
    float: right;
    text-align: center
}

.two {
    width: 50%;
    border-right: 3px solid #F7AC00;
    float: left;
    text-align: center;
    padding-left: 7px;
    padding-right: 7px
}

img.btn_close {
    position: absolute;
    margin-top: -30px;
    margin-left: -50px;
    width: 50px;
}

img.btn_close:hover {
    opacity: 0.6
}

/*--Gérer la position fixed pour IE6--*/
* html #fade {
    position: absolute;
}

* html .popup_block {
    position: absolute;
}

.leftpop {
    position: absolute;
    margin-top: 0%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;

    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.rightpop {
    position: absolute;
    right: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.presse-home {
    width: 100%;
    background-image: url('images/press-home.jpg');
    background-repeat: no-repeat;
    min-height: 350px;
    padding: 1em 1em 5em;
}

.presse-left {
    width: 43%;
    float: left;
    padding-left: 5%;
}

.presse-left h2 {
    font-weight: 300;
    color: #FFF;
    font-size: 2em;
    margin-top: 3em;
    margin-bottom: 1em;
}

.presse-left a {
    color: #FFF;
    text-decoration: none;
    padding: 8px;
    border: 2PX solid #FFF
}

.presse-left a:hover {
    color: #666;
    background-color: #FFF
}

.presse-home p:lang(fr) {
    display: none;
}

.frlink:lang(en) {
    display: none;
}

.presse-feed { /*background-image: url('images/bleu-home.png'); background-repeat:no-repeat; background-size:100%; */
    background-color: #00A2AB;
    width: 57%;
    float: left;
    padding: 4.5em 2em 1.5em 4em;
    margin-top: -2.5em;
    min-height: 350px;
}

.presse-feed h5 {
    font-family: "LimerickSerialBold";
    color: #000;
    font-size: 1em;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    float: left;
    margin-top: 1em
}

.presse-feed h6 {
    font-family: "LimerickSerialBold";
    color: #000;
    font-size: 1em;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    margin-top: 0;
}

.presse-feed h6 a:hover {
    color: #000
}

.presse-feed h2 {
    color: #FFF;
    font-weight: 300;
    font-size: 1.57em;
    margin-top: 0;
    line-height: 1.3em;
    margin-bottom: 0.15em;
}

.presse-feed ul {
    margin: 0;
    padding-left: 0;
}

.home .post-categories li {
    list-style: none;
    float: left;
    margin-right: 0.4em;
    border-right: 2px solid #FFF;
    padding-right: 0.4em;
    text-transform: uppercase;
    font-size: 0.95em
}

.presse-feed .read-more {
    text-decoration: underline;
    font-size: 0.9em;
    margin-bottom: 2.7em;
}

.presse-feed .read-more:hover {
    text-decoration: none
}

.home .col-md-6 {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .3s;
    animation-delay: 2.3s;
}

/*--------------------------------------------------------------
# JOIN US
--------------------------------------------------------------*/
.search-form {
    margin-right: 3%
}

.page-template-page-join-php h5 {
    font-weight: 100;
    font-size: 1.2em;
    letter-spacing: 0.01em
}

.joinfr:lang(en) {
    display: none;
}

.joinen:lang(fr) {
    display: none;
}

.page-template-page-join-php .metier {
    background-color: #e7e8e5;
    border-radius: 0px;
    background-image: url('images/coin.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 9%;
    font-family: "LimerickSerialBold";
    color: #00A2AB;
    letter-spacing: 0.07em;
    width: 100%;
    float: left;
    height: 125px;
    margin-right: 2em;
    margin-bottom: 2em
}

.join-links {
    width: 100%;
}

.join-links li {
    display: inline-block;
    list-style: none;
    min-width: 190px;
    height: 125px;
    margin: 0 2em 2em 0;
    width: 22%;
}

.join {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.join-links li .metier a {
    height: 100%;
}

.join-links li .metier h6 {
    font-size: 1.15em;
    text-align: center;
    min-width: 100%;
    letter-spacing: 0.08em;
    height: 100%;
    margin: 0;
    word-spacing: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.metier a {
    text-decoration: none !important
}

.unso > div.metier {
    background-color: #cacbc5;
    color: #00A2AB;
}

.unso > div.metier a h6 {
    color: #FFF;
}

.unso a {
    text-decoration: none !important
}

.metier:hover {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.5s;
    background-color: #00A2AB;
    color: #FFF
}

.unso div.metier:hover {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.5s;
    background-color: #00A2AB;
    color: #FFF
}

.cmn-t-bg {
    padding: 5px 20px;
    color: #fff;
    background-color: #00a2ab;
}

.cmn-t-bg:hover {
    color: #fff;
    background-color: #000;
}

.archive #main {
    padding-top: 2em
}

.archive .icon-page {
    margin-top: 1em;
    left: 15%;
}

.archive .icon-page img {
    max-width: 200px;
}

.tax-metier .hentry .more-link {
    font-size: 0.98em;
    color: #00A2AB;
}

.tax-metier .hentry h1 {
    font-size: 1.07em;
    text-align: center;
    font-family: "LimerickSerialBold";
    text-transform: none;
    color: #00A2AB;
    line-height: 1.1em;
}

.tax-metier .hentry h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: none;
    color: #585857;
    font-size: 1em;
    letter-spacing: 0;
    margin-bottom: 0.5em;
    margin-top: 0.6em
}

.tax-metier .hentry {
    text-align: center;
    background-color: #e7e8e5;
    border-radius: 0px;
    background-image: url('images/coin.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 15%;
    font-family: "LimerickSerialBold";
    color: #00A2AB;
    letter-spacing: 0.07em;
    width: 190px;
    float: left;
    margin-right: 2em;
    margin-bottom: 2em;
    padding: 0.7em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tax-metier .hentry h1 a {
    text-decoration: none !important;
    color: #000 !important;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 1em;
    text-transform: none;
    font-weight: 700;
}

.tax-metier .hentry h1 a:hover {
    text-decoration: underline
}

.tax-metier .hentry .entry-meta {
    display: none
}

.tax-metier .hentry .entry-footer {
    display: none
}

.tax-metier .white {
    display: none
}

.tax-metier #secondary {
    display: none
}

.tax-metier .page-header {
    text-align: center;
    background-color: #F7AC00;
    border-radius: 10px;
    background-image: url('images/coin.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 15%;
    font-family: "LimerickSerialBold";
    color: #FFF;
    letter-spacing: 0.07em;
    width: 22%;
    height: 120px;
    margin-right: 2em;
    padding: 1em
}

.tax-metier .page-header h1 {
    font-size: 1.15em;
    text-align: center;
    font-family: "LimerickSerialBold";
    text-transform: none;
    color: #FFF;
}

.tax-metier .bandeau {
    background-image: url('images/bandeau-job.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.single-emploi #main, .tax-metier #main {
    padding-top: 20px !important;
}

.single-emploi .bandeau {
    background-image: url('images/bandeau-job.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.single-emploi .hentry p {
    margin-bottom: 0.5em
}

.single-emploi .entry-meta {
    display: none
}

.single-emploi .entry-footer {
    display: none
}

.single-emploi .nav-links {
    display: none
}

.single-emploi .poplight {
    float: left;
}

.single-emploi .poplight h2 {
    font-weight: normal !important;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #F7AC00;
    border: 2px solid #F7AC00;
    padding: 0.2em 0.7em;
}

.single-emploi .poplight h2:hover {
    color: #FFF;
    background-color: #F7AC00;
}

.secteur-job {
    margin-bottom: 1em
}

.single-emploi .entry-content h2 {
    font-size: 1.9em
}

.single-emploi #menu-item-1330 a, .single-emploi #menu-item-1354 a {
    color: #F7AC00
}

.page-id-186 #menu-item-1330 a {
    color: #F7AC00
}

.single-emploi #menu-item-190 a, .single-emploi #menu-item-1352 a {
    background-color: #00a2ab;
    color: #FFF;
}

.tax-metier #menu-item-190 a, .tax-metier #menu-item-1352 a {
    background-color: #00a2ab;
    color: #FFF;
}

.tax-metier #menu-item-1330 a, .tax-metier #menu-item-1354 a {
    color: #F7AC00
}

.single-emploi .entry-title {
    font-family: "LimerickSerialLightRegular" !important;
    font-weight: normal;
    color: #060400 !important;
    letter-spacing: 0.07em !important;
    margin:0 !important;
}
.single-emploi h1 {
    margin: 0.3em 0 0.7em;
}

.page-id-186 .white {
    display: none
}

.page-id-186 .metier, .page-id-186 .unso {
    display: none
}

.page-id-186 .top-image {
    max-width: 1500px;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.single .top-image {
    max-width: 1500px;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.experience h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: none;
    color: #585857;
    font-size: 1em;
    letter-spacing: 0;
}
.experience h4 {
    margin-top: 0;
    margin-bottom: 0.5em;
    color: #F7AC00
}

.apply h2, .applyen h2 {
    font-size: 1.2em !important
}

.applyen:lang(fr) {
    display: none;
}

.apply:lang(en) {
    display: none;
}

.tax-metier .menu-join-container, .tax-metier .menu-join-fr-container {
    display: block !important
}

.tax-metier .menu-news-container, .tax-metier .menu-news-fr-container {
    display: none !important
}

.page-id-1350 .metier, .page-id-1350 .unso {
    display: none;
}

/* Search Form */
.search-results #menu-item-190 a {
    background-color: #00a2ab;
    color: #FFF;
}

.search-results #menu-item-1330 a {
    color: #F7AC00
}

.sf {
    display: none;
    text-align: right;
    margin-bottom: 2em
}

.tax-metier .sf {
    display: block;
}

.page-template-page-join-php .sf {
    display: block;
    text-align: right;
    margin-bottom: 2em
}

/*--------------------------------------------------------------
# PRESS AND NEWS
--------------------------------------------------------------*/
/* Sidebar */
/*.in-the-press .articles-wrapper, .white-papers .articles-wrapper, .press-releases .articles-wrapper, .events .articles-wrapper{*/
/*display: flex;*/
/*flex-direction: column;*/
/*justify-content: left;*/
/*}*/
.tax-metier .articles-wrapper {
    flex-direction: row;
    justify-content: center;
}

.articles-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

#masthead .menu-in-the-press-fr-container {
    display: none;
}

#menu-in-the-press a {
    text-transform: capitalize
}

.widget_nav_menu a:hover,
#menu-in-the-press a:hover {
    color: #000
}

.press-releases #nav_menu-2, .communiques #nav_menu-2 {
    display: none
}

#menu-releases {
    display: none
}

.presse-book #menu-releases-fr {
    display: none
}

.white-papers-fr #secondary, .white-papers #secondary {
    display: none
}

.press-releases #menu-releases {
    display: block
}

.communiques #menu-releases-fr {
    display: block
}

#menu-in-the-press a {
    text-transform: capitalize
}

#menu-in-the-press a:hover, #menu-releases a:hover {
    color: #000
}

.single .entry-meta {
    margin-top: 3em
}

.single .nav-links {
    display: none
}

.page-id-193 .hentry {
    width: 70%
}

.page-id-193 .hentry H5 {
    font-family: "LimerickSerialBold";
    font-size: 1EM;
    color: #000;
    letter-spacing: 0.1em;
    margin-bottom: 0
}

.page-id-193 .hentry H2 {
    margin-top: 0;
    font-size: 1.9em
}

.page-id-193 .hentry p {
    margin-bottom: 4em
}

.page-id-193 .hentry p strong {
    font-family: "LimerickSerialBold";
    font-weight: normal;
    color: #000;
    text-decoration: underline
}

.single .white {
    display: none
}

.lefrenchmobile .white, .transatel-901 .white, .transatel-m2m .white, .transatel-mobile .white, .transatel-solutions .white, .corporate .white {
    display: none
}

.lefrenchmobile-fr .white, .transatel-901-fr .white, .transatel-m2m-fr .white, .transatel-mobile-fr .white, .transatel-solutions-fr .white, .corporate-fr .white {
    display: none
}

.belgium .white, .france .white, .netherlands .white, .luxembourg .white, .switzerland .white, .united-kingdom .white {
    display: none
}

.belgique .white, .france-fr .white, .pays-bas .white, .luxembourg-fr .white, .suisse .white, .royaume-uni .white {
    display: none
}

.single #main {
    padding-top: 2em;
}

.entry-single {
    width: 73%;
    float: left
}

.animateme {
    font-weight: inherit
}

.archive .menu-join-container {
    display: none
}

.archive .menu-join-fr-container {
    display: none
}

.archive .menu-news-container {
    display: block
}

.archive .hentry h1 a {
    text-decoration: none !important;
    color: #000;
    text-transform: none;
}

.events .widget-area {
    display: none
}

.evenements .widget-area {
    display: none
}

.events .bandeau, .evenements .bandeau {
    background-image: url('images/bandeau-events_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.press-releases .bandeau, .communiques .bandeau {
    background-image: url('images/bandeau-releases.jpg') !important;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.in-the-press .bandeau {
    background-image: url('images/bandeau-inthepress.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.presse-book .bandeau {
    background-image: url('images/bandeau-inthepress.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.white-papers .bandeau, .white-papers-fr .bandeau {
    background-image: url('images/bandeau-white-paper.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.cat-links {
    font-family: "LimerickSerialBold";
    font-size: 0.9EM;
    color: #F7AC00;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0
}
.archive .entry-title{
    color: #00a2ab;
    font-weight: 300;
    font-size: 0.75em;
    text-transform: none;
    text-decoration: none !important;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.03em;
    margin-top: 0;
    margin-bottom: 0;
    transition: 0.3s;
}
.archive .entry-title:hover{
    color: #000;

}

.tax-metier .entry-title {
    text-decoration: none !important;
    color: #000 !important;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 1em;
    text-transform: none;
    font-weight: 700;
    display: block;

}
.archive .entry-header a span.prefix {
    font-weight: 300;
    margin: 0.4em 0;
    font-size: small;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    letter-spacing: 0.03em;
    display: block;
}

.archive .entry-header a span.suffix {
    font-weight: 300;
    margin: 0.4em 0;
    font-size: small;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    letter-spacing: 0.03em;
    display: block;
}


.archive p {
    margin-bottom: 0
}

.archive .hentry h1 a {
    color: #00a2ab;
}

.archive .hentry h1 a:hover {
    color: #000;
}

.entry-date {
    font-family: "LimerickSerialBold";
    font-weight: normal;
    color: #000;
    text-decoration: none !important;
    font-size: 1em;
    letter-spacing: 0.08em
}

.source {
    font-family: "LimerickSerialBold";
    font-weight: normal;
    color: #9b9b99;
    letter-spacing: 0.08em;
    display: none
}

.in-the-press .source,
.press-book .source,
.category-presse-book .source
{
    display: inline
}

.source p {
    display: inline
}

.source a {
    text-decoration: underline
}



.single .entry-title {
    color: #00a2ab;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 0.7em;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.03em;
    text-transform: none;
}

.single-emploi .hentry .entry-header{
    margin: 0.2em 0 0.7em 0;
}
.single-emploi .hentry span.suffix{
    font-size: 22px;
    font-weight: 300;
    color: #060400 ;
    letter-spacing: 0.07em;
    text-transform: none;
    margin: 0;
    font-family: "LimerickSerialLightRegular";
    display: block;
}


.single-emploi .hentry span.prefix{
    font-size: 20px;
    font-weight: 300;
    color: #060400 ;
    letter-spacing: 0.07em;
    text-transform: none;
    margin-bottom: 0;
    font-family: "LimerickSerialLightRegular";
    display: block;
}

.events .posted-on, .evenements .posted-on {
    display: none
}

.events .wpcf7-form h3, .evenements .wpcf7-form h3 {
    margin-bottom: 1em;
    color: #F7AC00;
    font-family: "LimerickSerialBold";
}

/*404*/
.notfounden:lang(fr) {
    display: none;
}

.notfoundfr:lang(en) {
    display: none;
}

.notfounden h3:hover, .notfoundfr h3:hover {
    text-decoration: underline;
}

/*TRADUCTION*/
#lang_sel_list {
    position: absolute;
    right: 2%;
    font-weight: 500;
}

#lang_sel_list a {
    font-size: 1.1em;
    font-weight: 300;
    padding-right: 5px;
    text-transform: uppercase
}

#lang_sel_list li a {
    padding: 2px !important;
}

.icl-fr {
    border-left: 2px solid #000;
}

.icl-en {
    text-align: left;
    padding-right: 5px !important;
}

/*MVNO*/
.page-template-page-mvno-php #main, .page-template-page-iot-php #main {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    max-width: 1500px;
}

.page-template-page-mvno-php .top-image img, .page-template-page-iot-php .top-image img {
    width: 73%;
    float: right;
    margin-top: -30px;
}

.page-template-page-mvno-php .bandeau, .page-template-page-iot-php .bandeau {
    position: relative;
    overflow: hidden;
    margin-top: 6.7em;
    height: 250px
}

.page-template-page-mvno-php .top-image, .page-template-page-iot-php .top-image {
    z-index: 1;
    top: 0;
    max-height: 270px;
    right: 0;
}

.icon-page {
    position: absolute;
    left: 32%;
    top:0;
    z-index: 3;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.page-template-page-mvnx .icon-page {
    position: absolute;
    left: 2%;
    top: 10%;
    z-index: 3;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}
@media screen and (max-width: 992px){
    .page-template-page-mvnx .icon-page {
        left: unset;
        right: 15%;
        top: 30%;
    }
}

.icon-page img {
    max-width: 120px;
}

.page-template-page-mvno-php .icon-page {
    margin-top: 1em;
}

.page-template-page-iot-php .icon-page img {
    max-width: 220px;
}

.orange {
    width: 30%;
    position: absolute;
    z-index: 2;
    border-radius: 0 0 0px 0;
    background-color: #F7AC00;
    color: #FFF;
    bottom: 0;
    /*padding-left: 10em !important;*/
    /*padding-top: 3em;*/
    padding: 20px 15px 15px 8% !important;
    height: 250px;

}
.page-template-page-mvnx .orange, .page-template-page-mvne .orange, .page-template-page-mvno-box .orange{
    padding-top: 0.4em;
}
@media screen and (max-width: 992px){
    .orange {
        background: rgba(0,0,0,0.4);
    }
    .page-template-page-mvnx .orange, .page-template-page-mvne .orange, .page-template-page-mvno-box .orange{
        padding-top: 2.5em;
    }
}

.orange h1 {
    color: #FFF;
    font-family: 'LimerickSerialLightRegular' !important;
    font-size: 2.6em !important;
    margin-bottom: 0.3em;
    margin-top: 0.4em;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.page-template-page-mvnx .orange h1,
.page-template-page-mvne .orange h1,
.page-template-page-mvno-box  .orange h1{
    margin-top: 0em;
}

.orange h3 {
    text-transform: none;
    -webkit-animation-duration: 1s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.05em;
    font-size: 1.3em;

}

section {
    /* float: left; */
    width: 100%;
    padding-bottom: 40px;
}

#the-facts {
    background: #eff0f2 url(images/n2/map-bg.png) left center no-repeat;
}

#the-facts h1, #the-enabler h1 {
    font-family: 'LimerickSerialLightRegular';
    font-size: 2.4em;
    margin-bottom: 0.3em;
    color: #f7ac00;
}

#the-facts h2 {
    margin-top: 0;
    color: #585857;
    font-family: 'LimerickSerialMediumRegular';
    text-transform: uppercase;
    font-size: 1.4em;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    border-left: 1px solid #f7ac00;
    padding-left: 10px;
    margin-bottom: 1em;
}

.page-template-page-iot #the-facts h2 {
    text-transform: none
}

#the-facts p {
    font-size: 105%;
}

#the-facts h3 {
    font-family: 'LimerickSerialMediumRegular';
    font-size: 2.5em;
    color: #f7ac00;
}

#the-facts .one_third {
    width: 37%;
}

#the-hot-project h3, #the-story h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: none;
    font-style: italic;
    letter-spacing: 0;
    font-size: 1.3rem;
    color: #929496;
    margin-top: 0.5em;
}

#the-hot-project h4, #the-story h4 {
    font-family: 'LimerickSerialLightRegular';
    color: #000;
    font-size: 1.3em;
    margin-top: 0.5em;
    margin-bottom: 0em;
}

#the-hot-project h5, #the-story h5 {
    color: #00A2AB;
    text-transform: uppercase;
    margin-top: 0;
    font-family: "LimerickSerialBold";
    letter-spacing: 0.1em;
    font-size: 1.1em;
    margin-bottom: 0;
}

#the-hot-project p, #the-story p {
    margin-bottom: 0.7em;
}

#the-hot-project p strong, #the-story p strong {
    color: #000;
}

#the-hot-project .row {
    padding-top: 0;
}

#worldwide {
    background: url(images/n2/global_mvno_map.jpg) no-repeat;
    background-size: 100%;
    background-position: center
}

#worldwide h2 {
    padding-right: 20%;
    color: #F7AC00;
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 0.6em;
    font-weight: 400;
    letter-spacing: 0.05em;
}

#worldwide h1 {
    margin-bottom: 1em;
}

#the-insight {
    background: #eff0f2;
    padding-bottom: 20px;
}

#the-insight h3 {
    margin-bottom: 1em;
    font-family: 'LimerickSerialLightRegular';
    color: #929496;
    font-size: 1.7em;
}

#the-insight p {
    margin-bottom: 0;
}

#the-insight ul, ol {
    margin: 0 0 1.5em 0em;
    list-style: none;
    padding-left: 1em;
}

#the-insight li {
    line-height: 1.4em;
    text-indent: -1em;
}

#the-insight li:before {
    content: "• ";
    color: #F7AC00;
    font-size: 1.5em;
    line-height: 1.4em;
}

.ac-container {
    text-align: left;
}

.ac-container label {
    z-index: 20;
    display: block;
    cursor: pointer;
    background-image: url(images/n2/more.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    color: #000;
    text-transform: uppercase;
    font-size: 0.85em;
    font-weight: 700;
    line-height: 26px;

}

.ac-container label:hover {
    background-image: url(images/n2/more-hover.png);
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover {
    background-image: url(images/n2/close.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.ac-container input {
    display: none;
}

.ac-container article {
    overflow: hidden;
    height: 0px;
    margin-top: 15px;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
}

.ac-container article p {
    color: #000;
    margin-top: 0;
    line-height: 1.5em;
    border-left: 1px solid #f7ac00;
    padding-left: 10px;
    font-weight: 600;
    margin-bottom: 1.5em !important;
    font-size: 0.92em;
}

.ac-container input:checked ~ article {
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    -ms-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}

.ac-container input:checked ~ article.ac-medium {
    height: 230px;
}

/*enabler*/
#the-enabler {
    padding-bottom: 0;
}

#the-enabler h4 {
    padding-left: 53px;
    background-repeat: no-repeat;
    line-height: 50px;
    background-size: 50px;
    margin-top: 0;
    font-family: 'LimerickSerialMediumRegular';
    font-size: 1.15em;
}

.white-labeled {
    background-image: url(images/enabler-icon/enabler-white-labeled.png);
}

.best-local {
    background-image: url(images/enabler-icon/enabler-best-local.png);
}

.unique-point {
    background-image: url(images/enabler-icon/enabler-unique-point.png);
}

.mvno-in-a-box {
    background-image: url(images/enabler-icon/enabler-mvno-in-a-box.png);
}

.scalable {
    background-image: url(images/enabler-icon/enabler-scalable.png);
}

.multi-local {
    background-image: url(images/enabler-icon/enabler-multi-local.png);
}

.niche {
    background-image: url(images/enabler-icon/enabler-niche.png);
}

.full-mvno {
    background-image: url(images/enabler-icon/enabler-full-mvno.png);
}

.partnerships {
    background-image: url(images/enabler-icon/enabler-partnerships.png);
}

.myicon {
    width: 100%;
    float: left;
    margin-bottom: 4px;
    color: transparent;
}

.icon {
    height: 52px;
    width: 52px;
    float: left;
    margin-right: 10px;
    background-size: 50px;
    background-repeat: no-repeat
}

/*galerie*/
.col {
    float: left;

}

.legende {
    background-color: #f6f6f6;
    max-width: 320px;
    margin: -15px 10px 10px 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 7px;
    min-height: 165px;
}

.legende p {
    font-weight: 700;
    margin-top: 0;
    color: #000;
    font-size: 0.95em
}

.legende img {
    height: 50px;
    width: auto;
}

.pic-logo {
    z-index: 1;
    position: absolute;
    top: 20%;
    width: 80%;
    opacity: 1;
    background-color: #FFF;
    right: 10%;
    text-align: center;
}

.page-template-page-mvnx .pic-logo{
    top: 40%;
    background: rgba(250, 250, 250, 0.95);
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.page-template-page-mvne .pic-logo{
    top: 10%;
}

.page-template-page-mvnx .more{
    top: 80%;
}

.pic:hover .pic-logo,
.pic .pic-logo:hover,
.pic.hover .pic-logo
 {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 0;
}

.pic-logo img {
    max-width: 200px !important;
    max-height: 78px;
}

.more {
    background-color: #f7ac17;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-left: 42%;
    background-image: url(images/n2/more-g.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
   /* z-index: 50; */
}
.iot-segment .more {
    top: 65%;
}

.coin {
    position: absolute;
    top: -1px;
    margin-left: -1px;
    background-image: url(images/n2/coin.png);
    background-repeat: no-repeat;
    background-position: top left;
    width: 30px;
    height: 30px;
}

.pic .pic-logo:hover ~ .more,
.pic:hover .more,
.pic.hover .more {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}

.pic {
    /* max-width: 320px;
    min-width: 290px; */
    max-height: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    display: inline-block;
    z-index: 10;
}
.pic p{
    margin-bottom: 0;
}

.pic-3d {
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    -o-perspective: 500px;
    -ms-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.pic-caption {
    cursor: default;
    position: absolute;
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-top: 45%;
    background: rgba(250, 250, 250, 0.94);
    padding: 10px;
    text-align: center;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.pic-caption p {
    font-size: 1.2em;
}

.pic-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.pic:hover .pic-image {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.pic-title {
    font-size: 1.8em
}

a, a:hover, .pic .pic-image, .pic-caption, .pic:hover .pic-caption, .pic:hover img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease
}
.pic .pic-logo:hover,
.pic .more:hover,
.pic:hover .bottom-to-top,
.pic:hover .top-to-bottom,
.pic:hover .left-to-right,
.pic:hover .right-to-left,
.pic:hover .rotate-in,
.pic:hover .rotate-out,
.pic:hover .open-up,
.pic:hover .open-down,
.pic:hover .open-left,
.pic:hover .open-right,
.pic:hover .come-left,
.pic:hover .come-right,

.pic .pic-logo:hover ~ .pic-caption
{
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    -o-touch-callout: none;
    -ms-touch-callout: none;
    touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    tap-highlight-color: transparent
}

.bottom-to-top {
    top: 50%;
    left: 0;
}

.pic:hover .bottom-to-top,
.pic .pic-logo:hover ~ .pic-caption,
.pic .more:hover ~ .pic-caption,
.pic.hover .bottom-to-top,
.pic.hover ~ .pic-caption
 {
    top: 0;
    left: 0;
    justify-content: space-between;
}

#european-mvno .col-md-4, #global-mvno .col-md-4, #mnos .col-md-4 {
    padding: 0;
}

#european-mvno h2, #global-mvno h2, #mnos h2 {
    font-family: "LimerickSerialBold";
    font-size: 1.3em;
    margin-bottom: 1.1em;
    color: #00A2AB;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

#european-mvno {
    padding-bottom: 0;
}

#european-mvno .row {
    padding-top: 0;
}

#global-mvno {
    padding-bottom: 0;
}

#mnos h3 {
    text-align: center;
    font-size: 1em;
    margin-top: 0;
}

#mnos h2 {
    text-transform: none;
}

#mvno-in-a-box .col-md-3 {
    width: 27%;
    min-height: 600px;
}

#mvno-in-a-box .col-md-3 h3 {
    background-repeat: no-repeat;
    margin-top: 200px;
    padding-top: 60px;
}

.mvno-fr h3 {
    background-position: right top;
}

#mvno-in-a-box .col-md-6 {
    width: 46%;
}

.mvno-uk {
    background-image: url(images/n2/uk.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 100%;
}

.mvno-fr {
    background-image: url(images/n2/france.png);
    background-repeat: no-repeat;
    background-position: center left;
    text-align: right;
    background-size: 100%;
}

/*CONTACT*/
.contact {
    position: fixed;
    top: 105px; right: 0;
    z-index: 850;
    width: 115px;
}

.contactbox {
    z-index: 20;
    display: block;
    cursor: pointer;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 0.01em;
    max-width: 115px;
    float: none;
    background-color: #F7AC00;
    padding-left: 10px;
}

.contactbox:hover {
    background-color: #494949;
}

.contactbox p {
    font-size: 0.9em;
    letter-spacing: 0.06em;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 10px 0;
    min-height: 100px;
    box-sizing: border-box;
    background: url(images/mail-icon.svg);
    background-position: 42% 80%;
    background-repeat: no-repeat;
    background-size: 45%;
}

.poplight h6 {
    display: none;
}

.contactbox .poplight {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
}

.popup_block {
    background-color: #F7AC00;
    border-radius: 0;
    background-image: none;
    width: 40% !important;
    min-width: 400px;
    max-height: 85%;
}

.page-template-page-mvno-php input[type="text"], .page-template-page-iot-php input[type="text"] {
    width: 100%;
}

.page-template-page-mvno-php input[type="email"], .page-template-page-iot-php input[type="email"] {
    width: 100%;
}

.page-template-page-mvno-php #fade, .page-template-page-iot-php #fade {
    opacity: 0.6;
}

.page-template-page-mvno-php img.btn_close, .page-template-page-iot-php img.btn_close, .parent-pageid-4733 img.btn_close, .page-template-page-iot-segment img.btn_close {
    position: absolute;
    top: 5px;
    right: 5px;
    margin-top: 0;
    margin-left: 0;
}

.contact .wpcf7 {
    padding-top: 25px;
}

.popup_block .wpcf7 p {
    color: #000;
}

.contact .wpcf7 h3 {
    color: #FFF;
    margin-bottom: 20px;
}

.contact .col-md-6 {
    padding-right: 20px;
}

/*PAGE IOT*/
.page-template-page-iot-php .orange h1 {
    margin-top: 0;
}

.contact-mobile {
    display: none;
}

.page-template-page-iot-php .orange {
    background-color: #00A2AB;
}

/* .page-template-page-iot-php .pic {
    max-width: 450px;
    max-height: 450px;
} */

.col-md-2 {
    width: 48%;
    float: left;
}

.page-template-page-iot-php .iot-segment .pic-logo {
    background: rgba(250, 250, 250, 0.95);
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .page-template-page-iot-php .iot-segment .pic-logo {
        padding: 10px 0;
    }
}

.page-template-page-iot-php .iot-segment .more {
    background-color: #F7AC00;
}

.page-template-page-iot-php .iot-segment .pic-caption {
    background: rgba(250, 250, 250, 0.9);
    top: 10%;
}

.page-template-page-iot-php .iot-segment .pic-caption .col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 993px){
    .page-template-page-iot-php .iot-segment .pic-caption .col {
        padding: 0;
    }
}

.page-template-page-iot-php .iot-segment .pic-caption p {
    font-size: 1em;
    margin-bottom: 15px;
}

.page-template-page-iot-php .iot-segment .pic-logo h3 {
    text-transform: none;
    font-size: 1.8em;
}

@media screen and (min-width: 993px) and (max-width:1300px){
    .page-template-page-iot-php .iot-segment .pic-logo h3 {
        font-size: 1.5em;
    }
}

.page-template-page-iot-php .entry-content {
    padding-left: 10%;
    padding-right: 10%;
}

#go-to {
    margin-top: 60px;
    /* padding-left: 6%;
    padding-right: 6%; */
}

#go-to h4 {
    font-size: 1.2rem;
    font-weight: 100;
    margin-top: 0;
    text-align: center;
}

#go-to a:not(.notlink) {
    background-color: #F7AC00;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 10px 5px;
    text-decoration: none;
    z-index: 999;
    display: inline-block;
    margin: 0 auto;
}

#go-to a:not(.notlink):hover {
    background-color: #000;
    color: #FFF;
}

#go-to h3 {
    color: #00A2AB;
    font-family: 'LimerickSerialRegular';
    padding-bottom: 20px;
}

.page-template-page-iot-php .content-column {
    text-align: center;
    margin-bottom: 30px;
}

.page-template-page-iot-php .content-column h3 {
    text-transform: none;
    font-size: 1.6em;
    color: #00A2AB;
    text-transform: none;
    margin-bottom: 30px;
    font-family: 'LimerickSerialMediumRegular';
}

.page-template-page-iot-php .content-column p a {
    background-color: #b3b3b3;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 10px 15px 10px 15px;
    text-decoration: none
}

.page-template-page-iot-php .content-column p a:hover {
    background-color: #F7AC00;
    color: #FFF;
}

.page-template-page-iot-php .content-column img {
    max-width: 90px;
}

.security-link, .coverage, .reference, .services {
    background-color: #FFF;
    min-height: 100px;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 0.06em;
    color: #000;
    padding: 10px;
    border-bottom: 4px solid #CCC;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 60%;
}

.security-link:hover,
.coverage:hover,
.reference:hover,
.services:hover {
    background-color: #f1f1f1;
}

.security-link {
    background-image: url("images/iot-nav-security.png");
}

.coverage {
    background-image: url("images/iot-nav-coverage.png");
}

.reference {
    background-image: url("images/iot-nav-references.png");
}

.services {
    background-image: url("images/iot-nav-services.png");
}

.security-link:hover {
    background-image: url("images/iot-nav-security-orange.png");
}

.coverage:hover {
    background-image: url("images/iot-nav-coverage-orange.png");
}

.reference:hover {
    background-image: url("images/iot-nav-references-orange.png");
}

.services:hover {
    background-image: url("images/iot-nav-services-orange.png");
}

.page-id-25964 .security-link,
.page-id-25976 .security-link {
    background-image: url("images/iot-nav-security-orange.png");
}

.page-id-6623 .coverage,
.page-id-6987 .coverage {
    background-image: url("images/iot-nav-coverage-orange.png");
}

.page-id-6636 .reference,
.page-id-6898 .reference {
    background-image: url("images/iot-nav-references-orange.png");
}

@media screen and (max-width: 992px) {
    #main {
        padding-left: 10px;
        padding-right: 10px;
    }

    .site-branding {
        max-width: 7em
    }

    #masthead {
        position: absolute;
    }

    #colophon h3 {
        font-size: 1.2em
    }

    .site-branding {
        width: 15%;
        margin-right: 40%;
        float: right
    }

    #colophon {
        padding-bottom: 2em
    }

    .footer1, .footer2, .footer3, .footer3fr {
        width: 100%;
        border-right: none;
        height: auto;
        border-bottom: 1px solid #CCC;
        padding-top: 1em;
    }

    .footer3, .footer3fr {
        border-bottom: 0
    }

    .category .x-header-landmark {
        display: none;
    }

    /* Bandeau */
    .bandeau {
        width: 100%;
        height: auto;
        min-height: 12em;
        overflow: hidden;
        position: relative;
    }

    /* Home */
    .presse-feed:lang(fr) {
        margin-top: 1.5em;
    }

    .presse-feed h2 {
        font-size: 1.4em
    }

    .presse-left h2 {
        margin-top: 0
    }

    .rightpop, .leftpop {
        width: 49%;
        margin-top: 2em;
    }

    .rightpop {
        margin-left: 2%;
        margin-left: 53%;
        position: relative
    }

    .home-anim {
        height: auto;
        margin-top: 0em;
        background-image: none;
        min-height: 2em;
        display: block;
        float: left;
        position: relative;
        width: 100%;
        top: auto;
    }

    .home-anim h2 {
        font-size: 1.8em;
        line-height: 1.4em;
        height: auto;
        padding: 1em;
        background-size: 8%;
    }

    .mobile-anim {
        display: block
    }

    .popup_block {
        width: 90% !important;
        margin-top: 10% !important;

    }
    .poplight{
        display: none;
    }
/* 
    .poplight p, .poplight h6 {
        font-size: 0.85em
    }

    .poplight p {
        display: none;
    }

    .poplight h6 {
        display: block;
        padding-top: 10px;
    }

    .poplight {
        float: none
    }

    .poplight h2 {
        background-size: 8%
    } */

    .vmore {
        margin-top: 0;
        text-align: left !important;
    }

    .anim-slo {
        margin-bottom: 3em;
        margin-top: 1em;
        width: 100%;
        margin-left: 0;
        float: left;
    }

    .bandeau h2 {
        font-size: 1.7em;
        line-height: 1.7rem;
        min-height: 2em;
        background-image: none;
        background-color: rgba(255, 255, 255, 0.93);
        width: auto;
        max-width: 60%;
        border-bottom-left-radius: 1em;
        border-bottom-right-radius: 1em;
        margin-left: 0;
        padding-bottom: 0.8em
    }

    .presse-home {
        float: left;
    }

    .home #masthead {
        background-color: transparent !important;
    }

    .down {
        display: none;
    }

    /* Believe */
    .page-template-page-believe .entry-content {
        width: 100%
    }

    .page-template-page-believe .left {
        width: 100%;
        margin-left: 0;
    }

    .texte-orange, .texte-orange-bg {
        background-size: 9%;
        margin-bottom: 1em
    }

    .page-template-page-believe .left {
        padding-top: 0
    }

    /*Offer*/
    .offer {
        width: 100%;
        padding-bottom: 2em;
        padding-top: 80px;
        min-height: 200px;
    }

    .page-template-page-offer-php .col-md-2:not(.footer3, .footer3fr) {
        width: 100%;
        margin-right: 0;
    }

    .underbox {
        padding-left: 0;
    }


    .page-template-page-mvno-php .contact {
        display: none;
    }

    .contact-mobile{
        display: block;
        background-color: #f7ac00;
        position: relative;
        float: left;
        padding: 3%;
        width: 100%;
        margin-bottom: 1em;
        margin-top: 2em;
    }

    .contact-mobile h3 {
        margin-bottom: 0.5em;
        color: #FFF;
        margin-top: 2em;
    }

    .contact-mobile p {
        margin-bottom: 0;
    }

    .contact-mobile .col-md-6 {
        margin-top: 2em;
    }

    /*nIveau 2 General*/
    .current-menu-item > a {
        color: #F7AC00 !important;
    }

    #mvno-in-a-box .col-md-3 {
        width: 100%;
        min-height: 100px;
    }

    #mvno-in-a-box .col-md-3 h3 {
        margin-top: 0;
    }

    #mvno-in-a-box .col-md-6 {
        width: 100%;
    }

    .page-template-page-iot-php .orange {
        background-color: transparent;
    }

    .icon-page {
        position: absolute;
        left: auto;
        top: 5px;
        margin-top: 5px !important;
        bottom: 0;
        right: 0;
    }

    .page-template-page-iot-php .icon-page img {
        max-width: 100px;
    }

    .icon-page img {
        max-width: 80px !important;
    }

    .mvno-uk, mvno-fr {
        background-size: cover;
    }

    .row {
        padding-left: 4%;
        padding-right: 4%;
    }

    .content-column div {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    #worldwide h2 {
        font-size: 1.2rem;
        line-height: 1.5rem;
        padding-right: 0;
    }

    #the-insight .col-md-4 {
        margin-bottom: 2em;
        border-bottom: 1px solid #FFF;
    }

    #the-enabler h4 {
        padding-left: 33px;
        line-height: 30px;
        background-size: 30px;
        margin-bottom: 0.5em;
    }

    #the-facts .one_third {
        width: 100%;
    }

    #go-to .col-md-6 {
        margin-bottom: 2em;
    }

    .page-template-page-mvno-php .bandeau, .page-template-page-iot-php .bandeau {
        margin-top: 9em;
    }

    .page-template-page-iot .orange h1 {
        color: #666;
        background-color: rgba(255, 255, 255, 0.5);
        padding-left: 10px
    }

    .page-template-page-iot-php .orange h3 {
        color: #00A2AB;
    }

    .orange {
        width: 100%;
    }

    .contactbox {
        display: none;
        max-width: none;
        border-bottom: none;
        padding-right: 10px;
    }

    .contactbox .poplight {
        padding: 0;
    }

    .page-template-page-mvno .bandeau {
        background-image: url("images/mobile/bandeau-mvno.jpg");
    }

    .page-template-page-mvno .top-image, .page-template-page-iot .top-image {
        display: none;
    }

    .page-template-page-iot .bandeau {
        background-image: url("images/mobile/bandeau-iot-mobile.jpg");
        background-size: cover;
    }

    .page-template-page-iot-php .entry-content {
        padding-left: 0%;
        padding-right: 0%;
    }

    .page-template-page-iot-php .one_third {
        width: 50%;
        float: left;
        clear: none;
    }

    .page-template-page-iot-php .pic-logo h3 {
        font-size: 1.5em;
    }

    .page-template-page-iot-php #go-to a:not(.notlink) {
        font-size: 0.6em !important;
    }

    .iot-segment .pic-caption a {
        max-width: 100px;
    }

    .page-template-page-iot-php .content-column h3 {
        font-size: 1.4em;
    }

    .page-template-page-iot-php .col-md-2 {
        width: 100%;
    }

    .page-template-page-iot-segment .bandeau {
        height: auto;
    }

    .page-template-page-iot-segment .entry-header {
        width: 100%;
        position: relative;
        background-color: transparent;
    }

    .page-template-page-iot-segment .entry-content .one_third {
        padding-top: 0px;
    }

    .segment-icon {
        margin-bottom: 30px;
    }

    .page-template-page-iot-segment .entry-content {
        padding-left: 4%;
        padding-right: 4%;
    }

    #windows-Iot img {
        width: 100%;
    }

    .page-template-page-iot-segment .entry-content .one_third .size-thumbnail {
        max-width: 100px;
    }

    .cellular-details {
        position: relative;
        width: 100%;
        margin-left: 0%;
        background-color: #000;
        padding-left: 5%;
        top: -10px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cellular-details h3 {
        font-size: 1.3rem;
    }

    .page-id-6654 .grey .one_third, .page-id-6921 .grey .one_third {
        padding-top: 10px;
    }

    .grey {
        padding-left: 3%;
        padding-right: 3%;
    }

    .grey .last_column {
        padding-left: 0%;
    }

    .car-main {
        position: relative;
        width: 80%;
        left: 10%;
    }

    .interfacing, .billing, .sim-based, .routing, .security-link {
        position: relative;
        width: 49%;
        float: left;
        min-height: 300px;
    }

    .interfacing {
        left: 0%;
        width: 100%;
        min-height: 200px;
    }

    .billing {
        left: 0%;
        top: 30%;
    }

    .billing li {
        text-align: left;
    }

    .sim-based {
        left: 0%;
        top: auto;
    }

    .routing {
        left: 0%;
        top: auto;
        width: 49%;
    }

    .security-link {
        left: 0%;
        top: auto;
        width: 49%;
    }

    .schema-car ul {
        margin-left: 0;
    }

    .page-id-6750 .bandeau img {
        margin-top: 0;
    }

    .house_iot img {
        max-width: 100%;
        margin-left: 0%;
    }

    .house_iot, .table-icon, .usecase {
        padding-left: 4%;
        padding-right: 4%;
    }

    .col-md-10 {
        width: 50%;
    }

    .table-icon .pic {
        margin: 0px 5px 10px 0;
        border-bottom: 1px solid #666;
        min-height: 250px;
    }

    .table-icon .more {
        top: 20px;
    }

    .usecase .col-md-2 {
        width: 100%;
    }

    .usecase .pic-logo {
        top: 13%;
        width: 60%;
        height: auto;
        background-color: #FFF;
        right: 20%;
    }

    .usecase .pic-caption {
        cursor: default;
        position: relative;
        width: 80%;
        height: 100%;
        margin-left: 10%;
        opacity: 1;
        background-color: transparent;
    }

    .usecase .more, .usecase .legende-usecase {
        display: none;
    }

    .usecase .formobile {
        display: block;
    }

    .usecase .col-md-2 h3 {
        margin: 5px;
        margin-bottom: 30px
    }

    .banner img, .banner h3, .top-right {
        padding: 20px 4% 10px 4%;
        width: 100%;
    }

    .banner h3 {
        position: relative;
        text-align: left
    }

    .top-right {
        padding: 0px 4% 20px 4%;
    }

    .page-template-page-framework #main {
        padding-left: 4%;
        padding-right: 4%;
    }

    .page-template-page-framework .entry-content {
        padding-right: 0%;
    }

    .page-template-page-framework figure {
        margin: 0 auto;
    }

    .one-row {
        margin: 0 auto;
        margin-bottom: 20px;
        width: 100%;
    }

    .fourpoints .one_half {
        width: 100%;
        margin-right: 0%;
        padding-left: 0%;
        border-bottom: 1px solid #FFF;
        padding-bottom: 10px;
    }

    .fourpoints hr {
        display: none;
    }

    .fourpoints .last_column {
        border-left: none;
        margin-left: 0%;
    }

    .fourpoints img {
        max-width: 30%;
    }

    .page-id-6636 #content, .page-id-6898 #content {
        background: url(images/dot50.png);
        padding-left: 4%;
        padding-right: 4%;
    }

    .page-id-6987 #main, .page-id-6623 #main {
        padding-left: 4%;
        padding-right: 4%;
    }

    .options figure {
        display: block;
    }

    .options img {
        max-width: 250px;
    }

    .tablet-part .double {
        display: none !important;
    }

    .tablet-part .one_third, .options .one_third {
        width: 100%;
    }

    .tablet-part h4 {
        margin-top: 10px;
        margin-bottom: 0 !important;
        background: none;
    }

    .tablet-part .content-column {
        min-height: 0px;
    }

    .options .one_third {
        background-color: #FFF;
        padding: 10px 0px 20px 0px;
        border-top: 3px solid #CCC;
    }

    .options .wp-caption .wp-caption-text {
        text-transform: uppercase;
        padding-left: 0;
        padding-right: 0;
    }

    .options .one_sixth {
        display: none;
    }

    /*navigation IOT Mobile*/
    /* .contact {
        width: 25%
    } */

    .security-link, .coverage, .reference, .services {
        display: none;
    }

    .page-template-page-mvno-php .popup_block, .page-template-page-iot-php .popup_block, .parent-pageid-4733 .popup_block, .page-template-page-iot-segment .popup_block {
        width: 95% !important;
        /* position: fixed; */
        /* overflow: auto; */
        /* padding-top: 10px; */
    }

    .page-template-page-mvno-php .popup_block h3, .page-template-page-iot-php .popup_block h3, .parent-pageid-4733 .popup_block h3, .page-template-page-iot-segment .popup_block h3 {
        font-size: 0.7rem;
        font-weight: 500;
        display: none;
    }

    .page-template-page-mvno-php .popup_block p, .page-template-page-iot-php .popup_block p, .parent-pageid-4733 .popup_block p, .page-template-page-iot-segment .popup_block p {
        margin-bottom: 0;
        font-size: 85%;
    }

    .page-template-page-mvno-php input[type="email"], .page-template-page-iot-php input[type="email"], .parent-pageid-4733 input[type="email"], .page-template-page-iot-segment input[type="email"], .page-template-page-mvno-php input[type="email"] {
        padding: 0px;
    }

    .page-template-page-mvno-php input[type="text"], .page-template-page-iot-php input[type="text"], .parent-pageid-4733 input[type="text"], .page-template-page-iot-segment input[type="text"], .page-template-page-mvno-php input[type="text"] {
        padding: 0px;
    }

    /*Where*/
    .map {
        background: url(images/mobile/where-mobile.jpg) no-repeat;
        background-size: 100%;
        background-position: center 10px;
        min-height: 450px;
        width: 100%;
        position: relative
    }

    .adresse {
        background-color: #F7AC00;
        border-radius: 0;
        padding: 2em;
        margin-top: 0;
        background-image: url("images/coin.png");
        background-size: 10%;
        background-position: left bottom;
        width: 44%;
        height: 6rem;
        padding: 1em;
        position: relative;
        float: left;
        margin-right: 2% !important;
        margin-bottom: 2% !important
    }

    .adresse:hover {
        background-image: none
    }

    .adresse:hover p {
        color: #585857;
    }

    .adresse h3 {
        line-height: 1em
    }

    .adresse p {
        font-size: 0.9em
    }

    .table-cell {
        vertical-align: top;
        height: 6.8em
    }

    .amsterdam {
        margin-left: 0%;
        margin-top: 0px
    }

    .bruxelles {
        margin: 0
    }

    .geneve {
        margin: 0
    }

    .london {
        margin: 0
    }

    .los-angeles {
        margin: 0;
    }

    .lux {
        margin: 0
    }

    .paris {
        margin: 0;
        width: 44%;
        margin-right: 2%;
        height: 6rem;
        -webkit-animation-duration: 0.8s;
        animation-duration: 0.8s;
    }

    .paris .table-cell {
        height: 6rem;
    }

    .minsk {
        margin: 0
    }

    .where-slo {
        margin-top: 4em;
    }

    /*BOARD*/
    .postid-227 .white {
        display: none !important;
    }

    .damier, .damier-fr {
        width: 100%;
        position: relative;
        max-width: 700px;
    }

    .damier figure {
        margin: 0px 1% 1% 0px;
        width: 24% !important;
        min-width: 50px;
    }

    .damier-fr figure {
        margin: 0px 1% 1% 0px;
        width: 24% !important;
        min-width: 50px;
    }

    .name {
        display: none
    }

    .cadre {
        width: 60%;
        background-image: none;
        background-color: #E7E8E5;
        background-image: url("images/coin.png");
        background-size: 7%;
        background-position: left bottom;
        border-radius: 0em;
        float: left;
        height: auto;
        position: relative;
        margin-top: 0em;
        margin-left: 0;
        margin-bottom: 1em;
        padding: 0.4em 1em 0.7em 1.5em;
    }

    .cadre h2 {
        margin-top: 0
    }

    .left-board {
        width: 100% !important
    }

    .single-people .hentry img {
        margin-bottom: 1em;
    }

    .wp-image-146 {
        display: none
    }

    /*INNOVATE*/
    .page-template-page-innovate .entry-content {
        width: 100%
    }
    .awards img {
        max-width: 300px;
    }
    .awards, .awardsfr {
        min-height: 620px;
        width: 100%;
        border-top: 1px solid #F7AC00;
        padding-top: 1em;
        margin-top: 0;
    }

    .awards h3, .awardsfr h3 {
        margin-bottom: 1.5em
    }

    .bord {
        display: none
    }

    .logo {
        display: block;
        float: left;
        padding: 1em;
        width: 48%;
        height: auto;
    }

    .logos-ref {
        padding-top: 1em;
    }

    .logos-ref img {
        max-width: 8em;
        margin-left: auto;
        margin-right: auto;
    }

    /*JOIN US*/
    .page-template-page-join-php .metier, .unso {
        margin-right: 2.5%
    }

    .metier h6, .unso h6 {
        min-width: inherit;
        padding: 3%;
        display: block;
        margin-top: 1em
    }

    .tax-metier .hentry {
        margin-right: 2.5%;
        padding: 0.7em
    }

    .tax-metier .page-header {
        background-color: transparent;
        background-image: none;
        width: 100%;
        height: auto;
        padding: 0;
        margin-bottom: 2em
    }

    .tax-metier .page-header h1 {
        text-align: left;
        color: #F7AC00;
        text-transform: uppercase
    }

    #menu-join a, #menu-join-fr a {
        margin-left: 0;
        border: 1px solid #00A2AB;
        padding: 0.3em 0.7em;
        float: left
    }

    .menu-join-container ul, .menu-join-fr-container ul {
        margin-left: 0 !important;
        padding: 0px
    }

    .menu-join-container, .menu-join-fr-container {
        width: 100%;
        margin-left: 0 !important;
        padding-left: 0;
    }

    .single-emploi .popup_block {
        width: auto !important;
        margin-top: 100% !important;
    }

    .search-form {
        margin-right: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    /*PRESS AND NEWS*/
    .archive .icon-page {
        display: none;
    }

    #secondary {
        width: 70%;
        margin-bottom: 2em;
        float: left;
    }

    .widget-area {
        background-size: 7%;
        background-color: #9D9E9D;
    }

    #menu-news a, #menu-news-fr a {
        margin-left: 0;
        border: 1px solid #00A2AB;
        padding: 0.3em 0.7em;
        float: left
    }

    #menu-news-fr a {
        font-size: 95%;
    }

    .menu-news-container ul, .menu-news-fr-container ul {
        margin-left: 0 !important;
        padding: 0px
    }

    .menu-news-container, .menu-news-fr-container {
        width: 100%;
        margin-left: 0 !important;
        padding-left: 0;
    }

    .widget-area {
        margin-top: 1.5em
    }

    /*CONTACT US*/
    .page-template-page-contact .entry-content {
        width: 100%;
        float: left;
    }

    .acces {
        display: none
    }

    .acces-mobile {
        display: block
    }

    .page-template-page-contact .hentry h3 {
        font-size: 1em
    }

    .contact-side {
        width: 60%;
        background-size: 5%;
        margin-top: 2em;
        float: left
    }

    .group-info {
        padding-left: 2em
    }
}

@media screen and (max-width: 800px) {
    .presse-left {
        width: 100%;
    }

    .presse-feed {
        width: 100%;
        margin-top: 0;
        background-image: url("images/coin.png");
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 8% auto;
    }

    .dot, .down {
        display: none;
    }

    video {
        width: 100%;
        max-width: 500px;
        height: auto;
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    span.wpcf7-list-item {
        display: block;
    }

    .site-branding {
        margin-right: 40px;
    }

    .header-row button {
        border: 2px solid #00A2AB;
        text-transform: uppercase;
        background-color: #FFF;
        padding-top: 0.8em;
        padding-bottom: 0.8em
    }

    .header-row button:hover {
        background-color: #00A2AB
    }

.page-template-page-iot-content #menu-segment-fr,
.page-template-page-framework #menu-segment-fr,
.page-template-page-framework #menu-segment,
.page-template-page-iot-content #menu-segment,
.page-template-page-iot-segment #menu-segment-fr,
.page-template-page-iot-segment #menu-segment,
.page-template-page-iot #menu-segment-fr,
.page-template-page-iot #menu-segment {
        display: none;
    }

    .parent-pageid-4733 #menu-segment-fr, .page-template-page-iot #menu-segment-fr {
        display: none;
    }

    .main-navigation {
        width: 40%;
    }

    .main-navigation ul {
        background-color: #FFF;
        display: none;
        margin-top: 1em;
        position: absolute;
    }

    .menu-toggle.is-actif + .menu-principal-container ul,
    .menu-toggle.is-actif + .menu-principal-fr-container ul {
        display: block;
    }

    .main-navigation .menu-principal-container > ul > li > ul,
    .main-navigation .menu-principal-container > ul > li:hover > ul,
    .main-navigation .menu-principal-fr-container > ul > li > ul,
    .main-navigation .menu-principal-fr-container > ul > li:hover > ul {
        background-color: transparent;
        display: block;
        opacity: 1;
        left: 0;
        margin-top: 1em;
        padding-bottom: 0;
        padding-left: 1em;
        position: relative;
    }

    .main-navigation .menu-principal-container > ul > li > ul > li > ul,
    .main-navigation .menu-principal-container > ul > li > ul > li:hover > ul,
    .main-navigation .menu-principal-fr-container > ul > li > ul > li > ul,
    .main-navigation .menu-principal-fr-container > ul > li > ul > li:hover > ul {
        background-color: transparent;
        display: block;
        opacity: 1;
        left: 0;
        margin-top: 0;
        padding-bottom: 0;
        padding-left: 2em;
        position: relative;
        padding-top: 0;
    }

    .main-navigation .menu-principal-container > ul > li > ul > li > ul > li > a,
    .main-navigation .menu-principal-fr-container > ul > li > ul > li > ul > li > a {
        color: #000000;
    }

    .main-navigation li {
        border-right: none;
        float: none;
        margin-bottom: 0.1em;
        overflow: hidden;
    }

    .main-navigation a {
        display: block;
        text-align: left;
        width: 100%;
    }

    .menu-toggle .button {
        width: 50%;
    }

    .main-navigation .menu-principal-container > ul > li,
    .main-navigation .menu-principal-fr-container > ul > li {
        float: none;
        overflow: hidden;
    }

    .main-navigation li.current_page_parent ul li.current_page_item a {
        color: #000000;
    }

    .main-navigation .menu-principal-container > ul,
    .main-navigation .menu-principal-fr-container > ul {
        border-left: 3px solid #ffad00;
        padding-bottom: 10px;
    }

    .main-navigation .menu-principal-container > ul > li,
    .main-navigation .menu-principal-fr-container > ul > li {
        border-right: 0;
    }

    .home #masthead {
        position: relative;
    }

    .submenu-horizontal > .sub-menu {
        flex-direction: column;
        padding: 10px 0 10px 10px !important;
    }

    .submenu-horizontal > .sub-menu .menu-image-hover-wrapper {
        display: none !important;
    }

    .main-navigation .menu-principal-container > ul > li.submenu-horizontal > ul > li > a,
    .main-navigation .menu-principal-fr-container > ul > li.submenu-horizontal > ul > li > a {
        max-width: 100%;
        white-space: nowrap;
        text-align: left;
        line-height: 22px;
    }

    .main-navigation .menu-principal-container > ul > li.submenu-horizontal > ul > li > a br,
    .main-navigation .menu-principal-fr-container > ul > li.submenu-horizontal > ul > li > a br {
        display: none;
    }

    .sub-menu .special-links > ul.sub-menu {
        display: block !important;
        opacity: 1 !important;
        position: static;
        padding: 0  !important;
        margin: 0 !important;
        border-left: none !important;
    }

    .sub-menu .special-links > ul.sub-menu > li > a {
        font-size: 14px;
        line-height: 22px;
        height: 22px;
    }

    .main-navigation .menu-principal-container > ul > li > ul > li > a,
    .main-navigation .menu-principal-fr-container > ul > li > ul > li > a {
        font-size: 14px;
        height: 22px;
        line-height: 22px;
    }

}

@media only screen
and (max-width: 700px)
and (orientation: portrait) {
    .page-template-page-mvno .bandeau {
        background-position: 40% 0;
    }

    .page-template-page-mvno .orange h3 {
        color: #FFF;
    }

    .page-template-page-iot .bandeau {
        background-position: 30% 0;
    }
}

@media only screen
and (min-width: 600px)
and (max-width: 700px) {
    .texte-orange, .texte-orange-bg {
        width: 70%
    }

    .bandeau h2 {
        width: 63%;
        margin-left: 0;
        font-size: 1.7em;
        line-height: 1.6em;
        background-position: left bottom;
        min-height: 4.5em;
    }
}

@media only screen
and (min-width: 700px)
and (max-width: 800px) {
    .bandeau {
        min-height: 13em;
        height: auto
    }

    .bandeau h2 {
        font-size: 1.7em;
        line-height: 1.6em;
        background-position: left bottom;
        min-height: 4.5em;
    }
}

@media only screen
and (min-width: 800px)
and (max-width: 900px) {
    .bandeau {
        min-height: 14em;
        height: auto
    }

}

@media only screen
and (min-width: 900px)
and (max-width: 1024px) {
    .bandeau {
        height: auto;
        min-height: 16em
    }

    .site-branding {
        margin-right: 40px;
    }
}

@media only screen
and (min-width: 1024px)
and (max-width: 1135px) {

    .main-navigation {
        padding-top: 34px;
    }

    .main-navigation a {
        font-size: 90%;
        height: 24px;
        line-height: 24px;
    }

    .submenu-horizontal img {
        max-height: 50px;
    }

    .main-navigation .menu-item-has-children > a > span {
        padding-right: 20px;
    }

}

@media only screen
and (max-width: 700px)
and (orientation: portrait) {
    .bandeau {
        min-height: 7em
    }

    .bandeau h2 {
        font-size: 1.4em;
        line-height: 1.5em;
        padding-right: 0.6em;
        padding-top: 1em;
        margin-left: 0;
    }

    .bandeau br:lang(fr) {
        display: none;
    }

    /* .footer2 img {
        max-width: 4.5em
    } */

    .vmore {
        margin-top: 0;
        text-align: center
    }

    .home-anim h2 {
        height: 150px;
        padding: 0.6em;
        border-radius: 0px;
        background-size: 14%;
    }

    .poplight h2 {
        background-size: 4%
    }

    .rightpop, .leftpop {
        width: 42%;
    }

    .single-emploi .popup_block {
        margin-top: 140% !important;
    }

    .site-branding {
        width: 30%;
    }

    .site-branding {
        margin-right: 35%;
    }

    .adresse {
        height: 7rem;
        background-size: 15%;
        width: 45%
    }

    .cadre {
        width: 100%;
    }

    .contact-side {
        width: 90%
    }
}

@media only screen
and (max-width: 510px)
and (orientation: portrait) {
    .bandeau h2 {
        max-width: 70%;
    }
}

@media only screen
and (max-width: 400px)
and (orientation: portrait) {
    .bandeau h2 {
        max-width: 80%;
    }
}

@media only screen
and (min-width: 1280px) {
    .bandeau {
        height: 250px
    }

    .top-image {
        max-height: 250px
    }

    .card img {
        width: 4.5%
    }
}

/*--------------------------------------------------------------
## Youtube EMBED player
--------------------------------------------------------------*/

.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 128px;
    width: 128px;
    left: 50%;
    top: 50%;
    margin-left: -64px;
    margin-top: -64px;
    position: absolute;
    background: url('images/playYoutube.png') no-repeat;
    cursor: pointer;
}

/***NEWS 2017*/
.dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/dot.png);
    opacity: 0.2;
    /*background-image: url(images/cadre.png); background-size:100%; opacity:0.4;*/
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    /*height: 0;*/
    float: left;
    width: 100%;
    margin-bottom: 3em;
}

.home #main {
    max-width: none;
}

.home #page {
    overflow: hidden;
}

/*BELIEVE*/
.page-template-page-believe .icon-page {
    margin-top: 1em;
}

.page-template-page-believe .icon-page img {
    max-width: 200px;
}

.page-template-page-believe .icon-page {
    left: 37%;
}

/*PEOPLE*/
.single-people #main {
    padding-top: 9em;
}

.single-people #main h1 {
    margin-bottom: 1.3em;
}

/*OFFER*/
.page-template-page-offer .icon-page {
    margin-top: 4em;
    left: 75%;
}

.page-template-page-offer .top-image img {
    margin-top: -1em;
}

/*BELIEVE*/
.page-template-page-innovate .icon-page {
    margin-top: 1em;
}

.page-template-page-innovate .icon-page img {
    max-width: 210px;
}

/*JOB*/
.page-template-page-join-php .icon-page {
    margin-top: 1em;
    left: 60%
}

.page-template-page-join-php .icon-page img {
    max-width: 200px;
}

.category-events .top-image img {
    margin-top: -30px;
}

.category-press-releases .top-image img {
    margin-top: -60px;
}

.category-white-papers .top-fil img {
    margin-left: 65%;
    max-width: 250px;
    margin-top: 2em;
}

/*CONTACT*/
.page-template-page-contact .map {
    position: relative;
    float: left;
    margin-top: 1em;
}

.page-template-page-contact .entry-content h3 {
    font-size: 0.7rem;
}

.map-title {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.page-template-page-contact #main h2 {
    font-family: 'LimerickSerialLightRegular';
    font-weight: normal;
    color: #f7ac00;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}

.page-template-page-contact .adresse h3 {
    font-size: 0.75rem;
}

.page-template-page-contact .icon-page {
    left: 62%;
    margin-top: 20px;
}

.page-template-page-contact .icon-page img {
    max-width: 200px;
}

#triangle-topleft {
    width: 0;
    height: 0;
    border-top: 100px solid red;
    border-right: 100px solid transparent;
}



.single-emploi .poplight{
    float: none;
}
.single-emploi .poplight {
    font-size: 1.1em;
    float: none;
    text-decoration: none;
}
.single-emploi .poplight h2 {
    display: inline-block;
}


/*new form design*/


/*form design and animations*/
.form-container{
    border: 2px solid #F7AC00;
    position: relative;
    display: inline-block;

}


.single-emploi .inpage-apply h2 {
    font-weight: normal !important;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #F7AC00;
    padding: 0.2em 0.7em;
    margin: 0;
    display: inline-block;
}

.single-emploi .inpage-apply h2:hover {
    color: #FFF;
    background-color: #F7AC00;
    cursor: pointer;
}

.inpage_apply-form{
    display: none;
    padding: 3em;
}

.cross-close{
    display: none;
    position: absolute;
    right:5px;
    top:5px;
    border: 1px solid #F7AC00;
    height: 28px;
    width: 28px;
    z-index: 9;
}
.cross-close:before{
    content: "\2716";
    font-size: 18px;
    position: absolute;
    cursor: pointer;
    color: #F7AC00;
    width: 25px;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;

}
.cross-close:hover{
    background: #F7AC00;
}.cross-close:hover:before{
     color: white;
 }
.expanded{
    width: 100%;
}
.expanded h2{
    background: none !important;
    cursor: default !important;
}
.expanded h2:hover{
    color: #F7AC00 !important;

}


div.wpcf7 input[type='file']{
    width: auto;

}


@media screen and (max-width: 400px) {

    .single-emploi .inpage-apply h2:hover {
        background-color: transparent;
        color: #F7AC00;
    }
    .inpage_apply-form{
        padding: 1em;
    }
    input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"],input[type="tel"] {

        width: 80%;
    }
}

@media screen and (max-width: 800px) {
    #secondary.widget-area{
        display: none;
    }
}

 /*menu MVNO*/
#menu-mvno li:first-child a, #menu-mvno-fr li:first-child a {
    background: url(images/home.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 20px;
    margin-left: 10px;
    color: rgba(255, 255, 255, 0);
    width: 30px;
}

#menu-mvno li:nth-child(2) a,#menu-mvno li:nth-child(3) a {
    border-right: 2px solid #F7AC00;
}
#menu-mvno-fr li:nth-child(2) a,#menu-mvno-fr li:nth-child(3) a {
    border-right: 2px solid #F7AC00;
}

#menu-mvno a, #menu-mvno-fr a{
    text-transform: none;
}


a.poplight:after{
    content: '';
    clear: both;
}

 /*MVNx styles*/

.page-template-page-mvnx .entry-header .top-image{
    height: 250px;
}


.page-template-page-mvnx .countries img{
    margin: 5px 30px;
}

.page-template-page-mvnx .countries .country-title{
    font-weight: 600;
    margin-bottom: 0;
    color: #464646;
}

 /*MVNo-in-a-box styles*/

.gray-question-box{
    background: rgb(239, 240, 242);
}
.box-description{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.box-description h2{
    text-transform: none;
    font-size: 2.6em;
    line-height: 1.2em;
    text-align: center;
    font-weight: 600;
    width: 90%;
}
@media (max-width: 1024px){
    .box-description h2{
        font-size: 3em;
    }
}

.big-box img{
    max-width: 400px;
}

.box-question h2{
    font-weight: 600;
    font-size: 2em;
}
.box-question h2 span{

    font-size: 1.3em;
}

.page-template-page-mvno-box .reviews-section{
    background: #008fa4;
    color: white !important;
    padding: 25px 80px;
}

@media screen and (max-width: 800px){
    .page-template-page-mvno-box .reviews-section{
        padding: 50px 15px;
    }
}

.successful-section .description{
    font-weight: 800;
    font-size: 0.9em;
    padding: 3em 1.2em 1em 1.2em;
    color: black;
    background: #f5f5f5;
    box-sizing: content-box;
    height: 90px;

}
.orange-list-items{
    margin-left: 0px;
    margin-top: 1em;
    padding: 0;
}

.orange-list-items li{
list-style: none;
}
.orange-list-items li:before {
    content: '\2022';
    color: #f4b200;
    font-size: 1em;
    padding-right: 5px;
}
.offer-icons p{
    font-size: 1.2em;

    margin-top: 0.5em;
}
.offer-icons img{
    max-width:75px;
    margin-top: 1em;
}
.d-flex-col-center{
    display: flex;
    flex-direction: column;

    align-items: center;
}
.page-template-page-mvno-box-php .pic-caption p{
    font-size: 0.95em;
}
.page-template-page-mvno-box-php .pic-logo {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 1;
}


 /*page MVNe styles*/
.page-template-page-mvne .pic-caption p {
    font-size: 0.95em;
}
.page-template-page-mvne .pic-caption .pic-logo img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 1;
}
.offer-advantages img{
    margin: 20px;
    height: 100px;
}
.offer-advantages h2{
    font-size: 2.5em;
    height: 100px;
}
.offer-advantages ul{
    margin: 0;
    list-style-position: inside;

}
.offer-advantages ul li{
    margin-bottom: 1em;

    list-style: none;
}
.offer-advantages ul li:before{
    content: '\2022';
    padding: 0 5px;
}
.strategic-solomon p{
    margin:0;
}

.strategic-solomon p{
    margin:0;
}
.page-template-page-mvne .strategic-solomon {
    padding: 40px 15px;
}
@media (min-width: 800px){
    .page-template-page-mvne .strategic-solomon {
        padding: 0 50px;
        padding-bottom: 20px;

    }
}

/*custom 5 columns bootstrap add*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    flex: 0 0 20%;
    max-width: 100%;
}

@media (min-width: 767px) {
    .col-sm-5ths {
        flex: 0 0 20% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        flex: 0 0 20% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        flex: 0 0 20% !important;
        max-width: 100% !important;
    }
}


/*primary MVN layouts*/
.page-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wide-container{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px 0 15px;
}
.narrow-container{
    max-width: 1060px;
    margin-left:auto !important;
    margin-right:auto !important;

    padding: 20px 0px 0 0px;
}
.fullsized{
    max-height: 100%;
    max-width: 100%;
}

@media (max-width: 767.98px) {
    .hide-sm {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .hide-md {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .hide-lg {
        display: none !important;
    }
}

/*primary MVN typography*/

.regular-text{
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 19.2px;
    font-weight: 100;
}

.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}

.subtitle{
    text-transform: none;
    font-size: 1.65em;
    font-family: 'LimerickSerialRegular', Arial, sans-serif;
}

.section-title{
    font-family: 'LimerickSerialLightRegular', Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: normal !important;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.orange-color{
    color: #f7ac00;
}
.blue-color{
    color:#00A2AB;
}

.black-color{
    color: #242424;
}
.white-color{
    color: white;
}
.gray-background{
    background: #eef3fa;
}

.more-box{
    margin: 30px auto;
    display: block;
    width: 150px;
    padding: 10px;
    background: #f7ac00;
    color: white !important;
    font-size: 1.1em;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 100;

}
/*margins-paddings*/

.mt-5{
    margin-top: 5em !important;
}
.mt-3{
    margin-top: 3em !important;
}
.mt-2{
    margin-top: 2em !important;
}
.mt-1{
    margin-top: 1em !important;
}
.mt-0{
    margin-top: 0em !important;
}

@media screen and (max-width: 767px){
    .big-box img {
        max-width: 100%;
    }

    .rotate-sm-down{
        transform: rotateZ(90deg);
    }
    .mt-sm-5{
        margin-top: 5em !important;
    }
    .mt-sm-3{
        margin-top: 3em !important;
    }
    .mt-sm-1{
        margin-top: 1em !important;
    }

    .text-sm-center{
        text-align: center;
    }
    .font-sm-05{
        font-size: 0.5em;
    }
    .font-sm-1{
        font-size: 1em;
    }
    .font-sm-15{
        font-size: 1.5em;
    }
    .font-sm-2{
        font-size: 2em;
    }
}

@media screen and (min-width: 768px){

    .font-lg-05{
        font-size: 0.5em;
    }
    .font-lg-1{
        font-size: 1em;
    }
    .font-lg-15{
        font-size: 1.5em;
    }
    .font-lg-2{
        font-size: 2em;
    }
    .font-lg-25{
        font-size: 2.5em;
    }
}

.page-template-page-mvnx section,
.page-template-page-mvne section,
.page-template-page-mvno-box  section{
padding-bottom: 0;
}

/*
Bootstrap margins and paddings classes
*/

.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0, .my-0 {
    margin-top: 0 !important;
}
.mr-0, .mx-0 {
    margin-right: 0 !important;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.ml-0, .mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}
.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1, .mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}
.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.mr-3, .mx-3 {
    margin-right: 1rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.ml-3, .mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}
.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5, .my-5 {
    margin-top: 3rem !important;
}
.mr-5, .mx-5 {
    margin-right: 3rem !important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.ml-5, .mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0, .py-0 {
    padding-top: 0 !important;
}
.pr-0, .px-0 {
    padding-right: 0 !important;
}
.pb-0, .py-0 {
    padding-bottom: 0 !important;
}
.pl-0, .px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1, .py-1 {
    padding-top: 0.25rem !important;
}
.pr-1, .px-1 {
    padding-right: 0.25rem !important;
}
.pb-1, .py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1, .px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}
.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}
.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2, .px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.pr-3, .px-3 {
    padding-right: 1rem !important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.pr-5, .px-5 {
    padding-right: 3rem !important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.pl-5, .px-5 {
    padding-left: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto, .my-auto {
    margin-top: auto !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.mb-auto, .my-auto {
    margin-bottom: auto !important;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}


/*
Carousel elements
*/

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;

}
.carousel [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.carousel .carousel-item__inner {
    height: 100%;
}
.carousel .carousel-inner {
    height: 100%;
}
.carousel .carousel-item {
    height: 100%;
}
.carousel .carousel-item .carousel-back {
    background-position: center;
    background-size: cover;
}
.carousel .carousel-item .carousel-caption {
    right: 10%;
    left: 10%;
    height: 100%;
    top: 0;
}
.carousel .carousel-item .carousel-caption .container {
    display: flex;
    flex-wrap: inherit;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.carousel a {
    text-decoration: none;
}
@media (orientation: portrait) {
    .carousel .carousel-item .carousel-back {
        padding-bottom: 25vw;
    }
    .carousel .carousel-item .carousel-caption {
        position: relative;
        right: 0;
        left: 0;
    }
    .carousel .carousel-item .description {
        width: 80%;
        padding-left: 5%;
    }
}
@media (orientation: landscape) {
    .carousel .carousel-item .carousel-back {
        padding-bottom: 30vw;
        height: 100%;
    }
    .carousel .carousel-item .carousel-caption {
        background-color: transparent !important;
    }
}

@media (orientation: landscape) and (max-height: 600px){
    .carousel .carousel-item .carousel-back {
        padding-bottom: 50vw;
        height: 100%;
    }
    .carousel .carousel-item .carousel-caption {
        background-color: transparent !important;
    }
}

.carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .carousel .display-1 {
        font-size: 4.8rem;
    }
    .carousel .display-2 {
        font-size: 4.4rem;
    }
    .carousel .display-3 {
        font-size: 3.6rem;
    }
    .carousel .display-4 {
        font-size: 2.4rem;
    }
}
@media (max-width: 575.98px) {
    .carousel .display-1 {
        font-size: 3rem;
    }
    .carousel .display-2 {
        font-size: 2.75rem;
    }
    .carousel .display-3 {
        font-size: 2.25rem;
    }
    .carousel .display-4 {
        font-size: 1.5rem;
    }
}
.home .carousel {
    height: 75vh;
}
@media (orientation: portrait) {
    .home .carousel .carousel-back {
        height: 60%;
        padding-bottom: 0;
    }
    .home .carousel .carousel-caption {
        height: 40%;
    }
}
.home .container-fluid .container {
    height: 100%;
}
.home .container-fluid .container .row {
    height: 100%;
}
@media (max-width: 767.98px) {
    .home .container-fluid.fixed-height {
        height: auto !important;
    }
}

.bg-black {
    background-color: #000 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-deep-blue {
    background-color: #008fa4 !important;
}

.bg-gray {
    background-color: #808080 !important;
}

.bg-dark-gray {
    background-color: #373737 !important;
}

.bg-light-gray {
    background-color: #d3d3d3 !important;
}

.home .bandeau {
    height: auto !important;
}

.videoWrapper {
    overflow: hidden;
    float: none;
}

.videoWrapper video {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100% !important;
    height: auto;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.videoWrapper.ready video {
    opacity: 1;
}

.videoWrapper.curtains-effect:before,
.videoWrapper.curtains-effect:after {
    display: block;
    content: "";
    position: absolute;
    background: white;
    z-index: 10;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.videoWrapper.curtains-effect:before {
    top: 0; right: 0; bottom: 49%; left: 0;
}

.videoWrapper.curtains-effect.ready:before {
    bottom: 100%;
}

.videoWrapper.curtains-effect:after {
    top: 49%; right: 0; bottom: 0; left: 0;
}

.videoWrapper.curtains-effect.ready:after {
    top: 100%;
}

.videoWrapper.circle-effect:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%; left: 50%;
    width: 0; height: 0;
    margin: -1000px;
    border-radius: 50%;
    background: transparent;
    z-index: 10;
    box-sizing: unset;
    border: 1000px solid white;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.videoWrapper.circle-effect.ready:before {
    border-width: 0;
    width: 2000px; height: 2000px;
}

.videoWrapper .dot,
.videoWrapper .down {
    z-index: 5;
}

.videoWrapper .white-overlay {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 10;
}

.videoWrapper .white-overlay:before {
    display: block;
    content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(255,255,255,.75);
}

.videoWrapper .white-overlay:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    background-image: -webkit-linear-gradient(top,transparent 0%,white 100%);
    background-image: linear,to bottom,transparent 0%,white 100%;
    z-index: 10;
}

.home-anim {
    z-index: 20;
}

.bandeau.video-inside {
    margin-top: 0;
}

.bandeau.video-inside.video-header {
    margin-top: 8em;
}


.bandeau.height-auto {
    height: auto;
}

.video-banner .videoWrapper {
    float: right;
    left: inherit;
    width: 50%;
    margin-top: 25px;
}

.video-banner img {
    width: 50%;
    margin-top: 60px;
}

/* Video preloader manual style */

.video-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px;
    text-align: center;
    z-index: 30;
}

.video-preloader:before {
    display: block;
    content: "";
    width: inherit;
    height: inherit;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    box-shadow: 3px 3px 1px #00A2AB;
    animation: preloader-spin 1s infinite linear;
    -o-animation: preloader-spin 1s infinite linear;
    -ms-animation: preloader-spin 1s infinite linear;
    -webkit-animation: preloader-spin 1s infinite linear;
    -moz-animation: preloader-spin 1s infinite linear;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
}

.ready .video-preloader {
    opacity: 0;
}

@keyframes preloader-spin {

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@-o-keyframes preloader-spin {

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@-ms-keyframes preloader-spin {

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@-webkit-keyframes preloader-spin {

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@-moz-keyframes preloader-spin {

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}




/* Video Preloader Diferent Style */

.video-preloader-sec {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px;
    text-align: center;
    z-index: 30;
}

.video-preloader-sec:before {
    display: block;
    content: "";
    width: inherit;
    height: inherit;
    border: 3px solid #00A2AB;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: preloader-spin-2 1s infinite linear;
    -o-animation: preloader-spin-2 1s infinite linear;
    -ms-animation: preloader-spin-2 1s infinite linear;
    -webkit-animation: preloader-spin-2 1s infinite linear;
    -moz-animation: preloader-spin-2 1s infinite linear;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
}

.ready .video-preloader-sec {
    opacity: 0;
}

@keyframes preloader-spin-2 {

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@-o-keyframes preloader-spin-2 {

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@-ms-keyframes preloader-spin-2 {

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@-webkit-keyframes preloader-spin-2 {

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@-moz-keyframes preloader-spin-2 {

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@media screen and (max-width: 1024px) {

    #masthead.opacity-background {
        background: white;
        position: relative;
    }

}

@media screen and (max-width: 992px) {

    .bandeau.video-inside .videoWrapper {
        margin-bottom: 0;
    }

}

.video-header {
    position: relative;
}

.video-header .videoWrapper {
    position: static;
}

.video-header-style-1 video {
    top: -50%;
}

.page-template-page-iot-segment .bandeau.video-header-style-2 {
    height: 500px;
}

.video-header-style-2 video {
    top: -25%;
}

.video-header-style-3 {
    background: rgba(0,162,171,1);
}

.video-header-style-3:before {
    display: block;
    content: "";
    position: absolute;
    top: 0; right: 28%; bottom: 0; left: 0;
    background: -moz-linear-gradient(left, rgba(0,162,171,1) 0%, rgba(0,162,171,1) 90%, rgba(0,162,171,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,162,171,1) 0%,rgba(0,162,171,1) 90%,rgba(0,162,171,0) 100%);
    background: linear-gradient(to right, rgba(0,162,171,1) 0%,rgba(0,162,171,1) 90%,rgba(0,162,171,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2ab', endColorstr='#0000a2ab',GradientType=1 );
    z-index: 5;
}

.video-header-style-3 .videoWrapper,
.video-header-style-4 .videoWrapper,
.video-header-style-5 .videoWrapper {
    height: inherit;
    position: relative;
    padding-bottom: 0;
}

.video-header-style-3 .videoWrapper video  {
    left: inherit;
    width: auto;
    height: inherit;
}

.video-header-style-3 .video-preloader-sec {
    left: inherit;
    right: 15%;
}

.image-container {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.video-header-style-4 .videoWrapper video {
    left: inherit;
    width: 60%;
    height: auto;
    top: 0;
    right: 0;
}

.page-template-page-iot-segment .bandeau.video-header-style-5 {
    height: 500px;
}

.video-header-style-5 .image-container {
    top: 20%;
    bottom: 20%;
}

.video-header-style-5 .videoWrapper {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    overflow: hidden;
    float: right;
    margin-right: 5%;
}

.video-header-style-5 .videoWrapper video {
    height: 100%;
    margin: 0 -50%;
    width: 200%;
    max-width: 200% !important;
}

.video-play-button {
    position: absolute;
    top: 50%; left: 50%;
    width: 100px; height: 100px;
    margin: -50px;
    z-index: 20;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    cursor: pointer;
    background: url(images/play.png) center center no-repeat;
    background-size: contain;
}

.videoWrapper:hover .video-play-button {
    opacity: 1;
}

.videoWrapper.player-inside video {
    cursor: pointer;
}

footer#colophon .row {
    width: calc(100% + 30px);
    padding-top: 15px;
}

.hidden-video-container {
    display: none;
    position: relative;
    padding-bottom: 56%;
    margin-bottom: 20px;
    width: 100%;
}

.hidden-video-container iframe {
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 100%; min-width: 100%;
    height: auto; min-height: 100%;
}
footer#colophon .row {
    width: calc(100% + 30px);
    padding-top: 15px;
}

#page-video {
    cursor: pointer;
}

.welcometothejungle-container {
    width: 97%;
}

.welcometothejungle-mobile {
    display: none;
}

footer a {
     white-space: nowrap;
}

@media screen and (max-width: 992px) {

    .footer1 p {
        width: 100%;
        float: none;
        margin-bottom: 0;
    }

}

@media screen and (max-width: 768px) {

    .footer1 p {
        width: 50%;
        float: left;
        margin-bottom: 1.5em;
    }

}

@media screen and (max-width: 700px) {

    .welcometothejungle-mobile {
        display: block;
    }

    .welcometothejungle-desktop {
        display: none;
    }

    .welcometothejungle-container {
        width: 100%;
    }

}

@media screen and (max-width: 420px) {

    .iot-segment .pic-caption p {
        font-size: .9em;
    }

    .iot-segment .pic-caption .col {
        padding: 0 10px !important;
        box-sizing: border-box;
    }

}

.download-whitepaper-container {
    margin: 30px 0;
}

.buttonWPaper {
    color: inherit;
    background-color: #F7AC00;
    padding: 10px 10px 10px 15px;
    display: block;
    width: 250px;
    box-sizing: border-box;
}

.buttonWPaper:hover{
    background-color: #494949;
}

.picDownload{
    padding: 0;
    position: absolute;
}

span.textButton{
    display: block;
    width: 170px;
    margin-left: 71px;
    margin-top: 6px;
}

.sub-menu .special-links > ul.sub-menu > li.current-menu-item.inactive > a {
    color: #585857 !important;
}

.sub-menu .special-links > ul.sub-menu > li.current-menu-item.inactive:hover > a {
    color: #F7AC00 !important;
}

@media screen and (max-width: 510px) {

    .new-contact-form {
        width: 100%;
    }

    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="tel"] {

        width: 100%;
    }

    .popup_block {
        display: none !important;
    }

}

@media screen and (max-width: 1400px) and (min-width: 1200px) {

    #nos-services .col-md-5ths,
    #our-services .col-md-5ths {
        flex: 0 0 25% !important;
    }

}

@media screen and (max-width: 1200px) and (min-width: 993px) {

    #nos-services .col-md-5ths,
    #our-services .col-md-5ths {
        flex: 0 0 33.333333% !important;
    }

}

.new-header {
    position: relative;
    overflow: hidden;
    margin-top: 6.7em;
}

.new-header h1 {
    color: white;
    font-size: 3.5em;
    line-height: 1em;
}

.new-header h3 {
    color: white;
    font-size: 1.5em;
    font-weight: normal;
    text-transform: none;
    line-height: 1em;
}

.new-header-full,
.new-header-small {
    height: 300px;
}

.new-header-image {
    position: absolute;
    top: 0; right: 0; left: 0; bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.new-header-left {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 3%;
    box-sizing: border-box;
    color: white;
    z-index: 50;
}

.new-header-full .new-header-left {
    top: 0; right: 70%; bottom: 0; left: 0;
}

.new-header-small .new-header-left {
    height: 100px;
    top: 50%; right: 60%; left: 0;
    margin-top: -50px;
}

.new-header-left .new-header-left-element {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0; left: 100%;
}

.new-header-full .new-header-left .new-header-left-element {
    border-width: 150px;
    border-style: solid;
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
}

.new-header-small .new-header-left .new-header-left-element {
    border-width: 50px;
    border-style: solid;
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
}

.new-header-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 535px;
    padding: 0;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.new-header-video:after {
    display: block;
    content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    z-index: 10;
}

.new-header-video video {
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 0;
    height: 100%;
    width: auto;
}

.new-header-video .video-play-button {
    opacity: 1;
    z-index: 40;
}

.new-header-video .video-play-button:hover {
    opacity: .75;
}

.new-banner-full-video-container {
    display: none;
    margin-top: 3em;
    padding-bottom: 3em;
}

.new-banner-full-video {
    padding-bottom: 56.25%;
    position: relative;
}

.new-banner-full-video iframe {
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 100%; height: 100%;
}

@media screen and (max-width: 992px) {

    .new-header-left {
        height: auto !important;
        top: auto !important; right: 0 !important; bottom: 0;
        padding: 10px 0;
        text-align: center;
        font-size: 80%;
    }

    .new-header-left .new-header-left-element {
        display: none;
    }

    .new-header-video {
        width: 100%;
    }

    .new-header-video video,
    .new-header-video .video-play-button,
    .new-header-video .video-preloader {
        display: none;
    }

    .new-banner-full-video-container {
        display: block;
    }

}

@media screen and (max-width: 480px) {

    .new-header-left {
        font-size: 60%;
    }

}