/*! IconCaptcha v4.0.1 | (c) 2023, Fabian Wennink (fabianwennink.nl) | fabianwennink.nl/projects/IconCaptcha-Widget/license */
.iconcaptcha-widget{position:relative;max-width:330px;min-height:50px;width:99%;height:auto;border-radius:8px;font-family:inherit;text-shadow:none;line-height:1;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.iconcaptcha-widget a{text-decoration:none}.iconcaptcha-widget.iconcaptcha-init{-webkit-transition:background 150ms linear;transition:background 150ms linear}.iconcaptcha-widget.iconcaptcha-init:hover{-webkit-transition:background 150ms linear;transition:background 150ms linear}.iconcaptcha-widget.iconcaptcha-init:hover .iconcaptcha-modal__body-circle{opacity:.75;-webkit-transition:opacity .1s linear;transition:opacity .1s linear}.iconcaptcha-widget.iconcaptcha-init .iconcaptcha-modal__body{cursor:pointer}.iconcaptcha-widget.iconcaptcha-init .iconcaptcha-modal__body-circle{width:28px;height:28px;border-radius:100%;border:6px solid #52b3d9;position:absolute;top:13px;left:15px;-webkit-transition:opacity .1s linear;transition:opacity .1s linear;-webkit-animation:captcha-breathing 5s infinite linear;animation:captcha-breathing 5s infinite linear}.iconcaptcha-widget.iconcaptcha-init .iconcaptcha-modal__body-circle--speed{-webkit-animation-duration:2s;animation-duration:2s}.iconcaptcha-widget.iconcaptcha-init .iconcaptcha-modal__body-title,.iconcaptcha-widget.iconcaptcha-success .iconcaptcha-modal__body-title{font-size:15px;font-weight:bold;top:19px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:20px;padding-left:60px}.iconcaptcha-widget .iconcaptcha-modal{width:100%;display:block}.iconcaptcha-widget .iconcaptcha-modal__header{height:auto;padding:0 10px;display:block}.iconcaptcha-widget .iconcaptcha-modal__header span{padding:6px 0;display:block;text-align:center;font-size:11px;line-height:14px;font-weight:bold;cursor:default}.iconcaptcha-widget .iconcaptcha-modal__header span::-moz-selection{background:none !important}.iconcaptcha-widget .iconcaptcha-modal__header span::selection{background:none !important}.iconcaptcha-widget .iconcaptcha-modal__header span::-moz-selection{background:none !important}.iconcaptcha-widget .iconcaptcha-modal__body{display:block;overflow:hidden;position:relative;height:50px;min-height:50px;padding:2px 4px;text-align:center;-webkit-box-align:center;-webkit-box-pack:center;-webkit-box-sizing:initial;box-sizing:initial}.iconcaptcha-widget .iconcaptcha-modal__body-title{font-size:20px;font-weight:700;text-transform:uppercase;display:inline-block;width:100%;position:absolute;left:0;right:0;top:8px}.iconcaptcha-widget .iconcaptcha-modal__body-subtitle{font-size:12px;display:inline-block;width:100%;position:absolute;left:0;right:0;top:35px}.iconcaptcha-widget .iconcaptcha-modal__body-icons{position:relative;height:50px;background-repeat:no-repeat;background-position:50% 50%;z-index:1}.iconcaptcha-widget .iconcaptcha-modal__body-selection{position:absolute;left:0;top:2px;bottom:0;right:0;margin:2px 4px;z-index:999;cursor:none;height:50px}.iconcaptcha-widget .iconcaptcha-modal__body-selection>i{content:"";width:14px;height:14px;border-radius:100%;background:#52b3d9;position:absolute;display:none}.iconcaptcha-widget .iconcaptcha-modal__body-info{position:absolute;right:6px;bottom:4px;font-size:9px}.iconcaptcha-widget .iconcaptcha-modal__body-info:hover{text-decoration:underline}.iconcaptcha-widget .iconcaptcha-modal__body-icons,.iconcaptcha-widget .iconcaptcha-modal__body-selection{width:100%;max-width:320px;margin:0 auto}.iconcaptcha-widget .iconcaptcha-modal__body .captcha-loader{margin:auto;position:absolute;width:34px;height:34px;border-radius:100%;border:6px solid #52b3d9;z-index:10;top:0;left:0;bottom:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:captcha-breathing 2s infinite ease-in-out;animation:captcha-breathing 2s infinite ease-in-out}.iconcaptcha-widget .iconcaptcha-modal__body.captcha-opacity>canvas:not(.captcha-loader){-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";filter:alpha(opacity=15);-moz-opacity:.15;-khtml-opacity:.15;opacity:.15;cursor:default;pointer-events:none}.iconcaptcha-widget .iconcaptcha-modal__body.captcha-opacity>canvas:not(.captcha-loader):after,.iconcaptcha-widget .iconcaptcha-modal__body.captcha-opacity>canvas:not(.captcha-loader):hover:after{content:none}.iconcaptcha-widget .iconcaptcha-modal__body-checkmark{width:28px;height:28px;position:absolute;top:13px;left:15px}.iconcaptcha-widget .iconcaptcha-modal__footer{display:block !important;font-size:9px;padding:3px;cursor:default;text-align:center}.iconcaptcha-widget .iconcaptcha-modal__footer>span a{text-decoration:none;-webkit-transition:color .1s linear;transition:color .1s linear;text-align:center}.iconcaptcha-widget .iconcaptcha-modal__footer>span a:hover{-webkit-transition:color .1s linear;transition:color .1s linear}.iconcaptcha-widget .iconcaptcha-modal__footer--hide{visibility:hidden}.iconcaptcha-widget .iconcaptcha-modal__fields{display:none;visibility:hidden}.iconcaptcha-widget .iconcaptcha-modal__fields input[type=text]{display:none;visibility:hidden}.iconcaptcha-widget.iconcaptcha-theme-light{background:#fafafa;border:1px solid #d8d8d8}.iconcaptcha-widget.iconcaptcha-theme-light .iconcaptcha-modal__header{border-bottom:2px solid #d8d8d8}.iconcaptcha-widget.iconcaptcha-theme-light .iconcaptcha-modal__body-subtitle{color:#9e9e9e}.iconcaptcha-widget.iconcaptcha-theme-light .iconcaptcha-modal__footer{color:#a7a7a7;border-top:2px solid #d8d8d8;padding-top:6px;padding-bottom:5px}.iconcaptcha-widget.iconcaptcha-theme-light .iconcaptcha-modal__footer>span a{color:#448aff;text-transform:uppercase;font-weight:bold}.iconcaptcha-widget.iconcaptcha-theme-light .iconcaptcha-modal__footer>span a:hover{color:#74a8ff}.iconcaptcha-widget.iconcaptcha-theme-dark{background:#4c4c4c;border:1px solid #404040}.iconcaptcha-widget.iconcaptcha-theme-dark .iconcaptcha-modal__header{border-bottom:2px solid #404040}.iconcaptcha-widget.iconcaptcha-theme-dark .iconcaptcha-modal__header span{color:#dadada}.iconcaptcha-widget.iconcaptcha-theme-dark .iconcaptcha-modal__body-subtitle{color:#b1b1b1}.iconcaptcha-widget.iconcaptcha-theme-dark .iconcaptcha-modal__footer{color:#a7a7a7;border-top:2px solid #404040;padding-top:6px;padding-bottom:5px}.iconcaptcha-widget.iconcaptcha-theme-dark .iconcaptcha-modal__footer>span a{color:#fff;text-transform:uppercase;font-weight:bold}.iconcaptcha-widget.iconcaptcha-theme-dark .iconcaptcha-modal__footer>span a:hover{color:#f0f0f0}.iconcaptcha-widget.iconcaptcha-theme-light.iconcaptcha-init:hover{background:#f1f1f1}.iconcaptcha-widget.iconcaptcha-theme-light.iconcaptcha-init .iconcaptcha-modal__body-title{color:#464646}.iconcaptcha-widget.iconcaptcha-theme-light .iconcaptcha-modal__header span{color:#1d1d1d}.iconcaptcha-widget.iconcaptcha-theme-light .iconcaptcha-modal__body-info a{color:#afafaf}.iconcaptcha-widget.iconcaptcha-theme-light.iconcaptcha-success .iconcaptcha-modal__body-checkmark svg{stroke:#5bd25b}.iconcaptcha-widget.iconcaptcha-theme-light.iconcaptcha-success .iconcaptcha-modal__body-title{color:#5bd25b}.iconcaptcha-widget.iconcaptcha-theme-light.iconcaptcha-error .iconcaptcha-modal__body-title{color:#ef5858}.iconcaptcha-widget.iconcaptcha-theme-dark.iconcaptcha-init:hover{background:#454545}.iconcaptcha-widget.iconcaptcha-theme-dark.iconcaptcha-init .iconcaptcha-modal__body-title{color:#dadada}.iconcaptcha-widget.iconcaptcha-theme-dark .iconcaptcha-modal__header span{color:#dadada}.iconcaptcha-widget.iconcaptcha-theme-dark .iconcaptcha-modal__body-info a{color:#b1b1b1}.iconcaptcha-widget.iconcaptcha-theme-dark.iconcaptcha-success .iconcaptcha-modal__body-checkmark svg{stroke:#93d293}.iconcaptcha-widget.iconcaptcha-theme-dark.iconcaptcha-success .iconcaptcha-modal__body-title{color:#93d293}.iconcaptcha-widget.iconcaptcha-theme-dark.iconcaptcha-error .iconcaptcha-modal__body-title{color:#ef5858}.iconcaptcha-widget.iconcaptcha-success,.iconcaptcha-widget.iconcaptcha-error{cursor:default}.iconcaptcha-widget *{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased}.iconcaptcha-widget *::-moz-selection{background:none !important}.iconcaptcha-widget *::selection{background:none !important}.iconcaptcha-widget *::-moz-selection{background:none !important}@-webkit-keyframes captcha-breathing{0%,100%{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);border-color:#52b3d9}25%{-webkit-transform:scale(0.8) translateZ(0);transform:scale(0.8) translateZ(0);border-color:#41a2c7}50%{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);border-color:#52b3d9}75%{-webkit-transform:scale(0.8) translateZ(0);transform:scale(0.8) translateZ(0);border-color:#41a2c7}}@keyframes captcha-breathing{0%,100%{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);border-color:#52b3d9}25%{-webkit-transform:scale(0.8) translateZ(0);transform:scale(0.8) translateZ(0);border-color:#41a2c7}50%{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);border-color:#52b3d9}75%{-webkit-transform:scale(0.8) translateZ(0);transform:scale(0.8) translateZ(0);border-color:#41a2c7}}
* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  overflow: hidden;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -moz-transform: rotate(0);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

body,html,html a {
  -webkit-font-smoothing: antialiased;
}

a:focus,a:hover {
  text-decoration: none;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var {
  font-family: Montserrat,sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

:focus {
  outline: 0;
}

ol,ul {
  list-style: none;
  float: left;
  width: 100%;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

button {
  cursor: pointer;
  border: none;
}

caption,td,th {
  text-align: left;
  font-weight: 400;
}

blockquote:after,blockquote:before,q:after,q:before {
  content: "";
}

blockquote,q {
  quotes: "" "";
}

body {
  font-family: Montserrat,sans-serif;
  background: #fff;
  font-size: 100%;
  color: #000;
  line-height: 100%;
  font-style: normal;
  font-weight: 400;
}

input {
  background: #fff;
  border: none;
  width: auto;
  height: 42px;
  font-family: Montserrat,sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  outline: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: relative;
  behavior: url(PIE.htc);
}

textarea {
  background: #fff;
  border: none;
  width: auto;
  height: auto;
  font-family: Montserrat,sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  outline: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  behavior: url(PIE.htc);
}

input,select,textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

::selection {
  background: #009fe3;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #009fe3;
  color: #fff;
  text-shadow: none;
}

input[type=text] {
  border: 1px solid #d4d8e3;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=checkbox] {
  vertical-align: top;
}
.pour-mieux  input[type=checkbox]{
  display: none;
}
input[type=radio] {
  height: auto;
  vertical-align: top;
}
.form-control::-webkit-input-placeholder { /* Edge */
  color: #333;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333;
}

.form-control::placeholder {
  color: #333;
}

table {
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

img {
  border: 0 none;
  max-width: 100%;
}

a {
  outline: none !important;
  cursor: pointer;
  text-decoration: none;
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
  color: #ec6707;
  cursor: pointer;
}

#blue-block a {
  color: #FFFFFF;
  text-decoration: underline;
}

#blue-block a:hover {
  color: #EC6707;
}
a:hover, a:focus {
  text-decoration: none;
  color: #0087C1;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.clearfix {
  clear: both;
  display: block;
  font-size: inherit;
  height: 0;
  line-height: 0;
}

h1 {
  font-family: Montserrat,sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #009fe3;
  line-height: 120%;
}

h2 {
  font-family: Montserrat,sans-serif;
  font-size: 80px;
  font-weight: 700;
  color: #009fe3;
  line-height: 120%;
}

h3 {
  font-family: Montserrat,sans-serif;
  font-size: 45px;
  font-weight: 700;
  color: #000;
  line-height: 120%;
}

h4 {
  font-family: Montserrat,sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 120%;
}

h5 {
  font-family: Montserrat,sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  line-height: 120%;
}

h6 {
  font-family: Montserrat,sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 120%;
}

p {
  float: left;
  width: 100%;
  font-family: Montserrat,sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 160%;
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
  display: block;
}

.header {
  float: left;
  width: 100%;
}

#header {
  float: left;
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 999;
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
}

.inner #header.transparent.at-top, #header.transparent.invisible-head,.closed #header.transparent.invisible-head {
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
  padding: 0;
}

#header .container {
  border-bottom: 1px solid rgba(255,255,255,.5);
  width: 95%;
  max-width: 95%;
}

.header_main {
  float: left;
  width: 100%;
}

.logo {
  float: left;
  width: 15%;
  height: auto;
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
  margin-top: 20px;
}

.logo img {
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
}

.inner #header.transparent.at-top .logo img.mob-show, #header.transparent.invisible-head img.mob-show, .logo img.desk-show {
  display: block;
  width: 122px;
}

.inner #header.transparent.at-top .logo img.desk-show, #header.transparent.invisible-head img.desk-show,.logo img.mob-show {
  display: none;
}

.logo a {
  float: left;
  cursor: pointer;
}

.inner #header.transparent.at-top .logo, #header.transparent.invisible-head .logo,.closed #header.transparent.invisible-head .logo {
  margin-top: 15px;
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
}

.inner #header.transparent.at-top .logo img, #header.transparent.invisible-head .logo img,.closed #header.transparent.invisible-head .logo img {
  width: 90px;
}
.inner #header.transparent.at-top .nav_main ul li div, #header.transparent.invisible-head .nav_main ul li div,.closed #header.transparent.invisible-head .nav_main ul li div,
.inner #header.transparent.at-top .nav_main ul li a, #header.transparent.invisible-head .nav_main ul li a,.closed #header.transparent.invisible-head .nav_main ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
}
#header .nav_main ul li.has-sub li a, .inner #header .nav_main ul li.has-sub li a {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  line-height: inherit !important;
}
#header.transparent.invisible-head .call_top,.closed #header.transparent.invisible-head .call_top {
  margin-top: 20px;
}
.closed #header,.closed #header.transparent.invisible-head {
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
}
.inner #header.transparent.at-top, body #header.transparent.invisible-head {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
.inner header#header.transparent.at-top{
    position: absolute;
}
.header_right {
  float: left;
  width: 70%;
  margin-top: 0;
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
  position: relative;
  text-align: center;
  bottom: -2px;
}

.nav {
  float: none;
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
}

.nav_main {
  float: left;
  width: auto;
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
  margin: 0;
}

.nav_main ul {
  float: left;
  width: 100%;
  height: auto;
}

.nav_main ul li {
  float: left;
  width: auto;
  position: relative;
}

.nav_main>ul>li {
  margin: 0 25px;
}
.nav_main ul li div,
.nav_main ul li a {
  float: left;
  width: auto;
  height: auto;
  font-family: Montserrat,sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 120%;
  text-decoration: none;
  padding: 35px 0;
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
  cursor: pointer;
  position: relative;
}
.inner #header.transparent.at-top .nav_main ul li div, #header.transparent.invisible-head .nav_main ul li div,.closed #header.transparent.invisible-head .nav_main ul li div,
.inner #header.transparent.at-top .nav_main ul li a, #header.transparent.invisible-head .nav_main ul li a,.closed #header.transparent.invisible-head .nav_main ul li a {
  line-height: 50px;
}
.nav_main ul li.current-menu-item > div,.nav_main ul li:active > div,.nav_main ul li:focus > div,.nav_main ul li:hover > div,
.inner #header.transparent.at-top .nav_main ul li div:hover,
.nav_main ul li.current-menu-item > a,.nav_main ul li:active > a,.nav_main ul li:focus > a,.nav_main ul li:hover > a,
.inner #header.transparent.at-top .nav_main ul li a:hover {
  color: #009fe3 !important;
}

#header.transparent.invisible-head .nav_main ul li.current-menu-item > a,#header.transparent.invisible-head .nav_main ul li:hover > a,.closed #header.transparent.invisible-head .nav_main ul li.current-menu-item > a,.closed #header.transparent.invisible-head .nav_main ul li:hover > a,
.inner #header.transparent.at-top .nav_main ul li.current-menu-item > a {
  color: #009fe3;
}

ul.sub_nav {
  background-color: #fff;
  width: 250px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 150%;
  box-shadow: 2px 2px 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.2);
  -moz-box-shadow: 2px 2px 3px rgba(0,0,0,.2);
  transition: all .35s ease 0s;
  -webkit-transition: all .35s ease 0s;
  -moz-transition: all .35s ease 0s;
}
.nav_main ul li .sub_nav{
  background-color: transparent;
  border-left: 1px solid transparent;
}
.nav_main ul li .sub_nav li {
  width: 100%;
  height: auto;
  background: #fff;
}
.nav_main ul li .sub_nav li:hover > a{
  color: #009fe3 !important;
}
.nav_main ul li .sub_nav li a {
  float: left;
  background: 0 0;
  width: 100%;
  height: auto;
  font-family: Montserrat,sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  line-height: 140%;
  text-decoration: none;
  padding: 12px 4%;
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
  text-align: left;
}

.nav_main ul li .sub_nav li a:hover,.nav_main ul li .sub_nav li.current-menu-item:first-of-type a:first-of-type {
  background: #ebebeb;
  color: #009fe3;
}

#header.transparent.invisible-head ul>li:hover>ul.sub_nav,.closed #header.transparent.invisible-head ul>li:hover>ul.sub_nav {
  top: 100%;
}

#header.transparent.invisible-head .nav_main ul li .sub_nav li a,.closed #header.transparent.invisible-head .nav_main ul li .sub_nav li a {
  height: auto;
  line-height: inherit;
}

#header.transparent.invisible-head .nav_main ul li ul.sub_nav li .sub_nav,.closed #header.transparent.invisible-head .nav_main ul li ul.sub_nav li .sub_nav,.nav_main ul li ul.sub_nav li .sub_nav {
  display: none;
  opacity: 0;
  visibility: hidden;
  top: 0;
  z-index: -1;
}

#header.transparent.invisible-head .nav_main ul li ul.sub_nav li:hover .sub_nav,.nav_main ul li ul.sub_nav li:hover .sub_nav {
  left: 100%;
  display: block;
  opacity: 1;
  visibility: visible;
}

.nav_main ul li a i {
  width: 6px;
  height: 12px;
  /*background: transparent url(../images/arrow-blue.svg);*/
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
}

.showin-mobile {
  display: none;
}

.res_navigation {
  display: none;
  width: 72px;
  height: 22px;
  position: absolute;
  right: 16px;
  top: 15px;
}

.nav-toggle {
  position: absolute;
  top: 0;
  right: 22px;
  z-index: 999999;
  padding: 5px 28px 13px 0;
  cursor: pointer;
}

.nav-toggle:focus {
  outline: 0;
}

.nav-toggle.active .top {
  -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
  -ms-transform: translateY(7px) translateX(0) rotate(45deg);
  transform: translateY(7px) translateX(0) rotate(45deg);
  background: #009fe3;
}

.nav-toggle.active .middle {
  opacity: 0;
  background: #fff;
}

.nav-toggle.active .bottom {
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  background: #009fe3;
}

.nav-toggle span {
  background: #009fe3;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  -webkit-transition: all .55s ease;
  transition: all .35s ease;
  cursor: pointer;
}

.nav-toggle span:nth-of-type(2) {
  top: 5px;
}

.nav-toggle span:nth-of-type(3) {
  top: 12px;
}

#header.transparent.invisible-head .nav-toggle span,.closed #header.transparent.invisible-head .nav-toggle span {
  background: #009fe3;
}

#header.transparent.invisible-head .nav-toggle.active .bottom,#header.transparent.invisible-head .nav-toggle.active .top,.closed #header.transparent.invisible-head .nav-toggle.active .bottom,.closed #header.transparent.invisible-head .nav-toggle.active .top {
  background: #009fe3;
}

.LanguageSelecter .btn-default {
  background-image: none;
  padding: 0;
  width: auto;
  border: 0!important;
  box-shadow: none!important;
  background-color: transparent!important;
}

.LanguageSelecter {
  float: left;
  width: 15%;
  text-align: right;
}

.LanguageSelecter .btn-group {
  margin-right: -15px;
}

.LanguageSelecter .flag-icon {
  width: 30px;
  background-size: 30px!important;
  height: 20px;
}

.LanguageSelecter .filter-option {
  float: left;
}

.LanguageSelecter .caret {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAICAYAAAAm06XyAAAAm0lEQVQYlY3QIQrCcBiG8YHJZBI8gGEHWDAs2i0DQUwmoxewmExewGDwIGYxiGDT7gEWDAs/g39hiHN74/u9zxO+CAkO6EcNgh5OSCNsvfNAXAPGuIX9LkIH61BcMK4ARziG3Qbdz6GFJZ64Y/YFTnBFgRXav+zzMCgwDV0WpLCoe0gWYNiXZNlfsCRIkQdBjmEjsCRIcMagavMCZg7MBvEE6BYAAAAASUVORK5CYII=);
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  background-size: contain;
  margin: 0;
  padding: 14px 0 0;
  border: 0;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.inner #header.transparent.at-top .LanguageSelecter .caret, .closed .transparent.invisible-head .LanguageSelecter .caret,.transparent.invisible-head .LanguageSelecter .caret {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAICAYAAAAm06XyAAAAl0lEQVQYlY3PIQoCARRF0QMmk0lwAYZZwATDRLtlQBCTyegGLCaTGzAYXIhZDCLYtLuACYYJY/kDIsr44vv3PviQ4oC+/9LDCRlsUeGBpEFMcAt+Bx2so7hg/EMc4RjcBt360MIST9wx+xAnuKLECu1v6/MASkyjy2O0wqLhLXnIFfZvY3mTWCdDEQMFhv+KdVKcMfgFvADxoCGxUlJXTQAAAABJRU5ErkJggg==);
}

.LanguageSelecter .open>.dropdown-menu {
  overflow: inherit!important;
  float: left;
  padding: 0!important;
  width: auto!important;
  left: 0;
  min-width: inherit!important;
  background: 0 0;
  box-shadow: none;
  right: 0;
  margin: 0 auto;
  border: 0!important;
}

.LanguageSelecter .dropdown-menu>li>a {
  padding: 0!important;
  background: 0 0;
  box-shadow: none;
}

.LanguageSelecter .dropdown-menu>li {
  float: left;
  background: 0 0;
  box-shadow: none;
}

.LanguageSelecter .dropdown-menu>li>a i {
  display: none!important;
}

#section {
  float: left;
  width: 100%;
  height: auto;
}

.myraw {
  float: left;
  width: 100%;
  padding: 70px 0;
}

.main-banner {
  background-position: center center!important;
  background-size: cover!important;
  position: relative;
  height: 645px;
  flex-shrink: 0;
  float: left;
  width: 100%;
  overflow: hidden;
  margin-top: 0;
}

/*.main-banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 24px;
  bottom: 0;
  left: 0;
  background: #009fe3;
  -webkit-clip-path: polygon(50% 100%,52% 0,100% 0,100% 100%,0 100%,0 0,48% 0);
  -moz-clip-path: polygon(50% 100%,52% 0,100% 0,100% 100%,0 100%,0 0,48% 0);
  clip-path: polygon(50% 100%,52% 0,100% 0,100% 100%,0 100%,0 0,48% 0);
  z-index: 1;
}*/
.main-banner .container {
  position: relative;
  height: 100%;
}

.main-banner video {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}

.banner_con {
  width: 80%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index: 1;
}

.float {
  float: left;
  width: 100%;
}

.anchor-raw {
  text-align: center;
}

.main-banner h2 {
  font-size: 100px;
  line-height: 90px;
  color: #fff;
  margin: 30px 0 20px;
}

.btn-primary {
  display: inline-block;
  margin-top: 30px;
  box-shadow: none;
  text-shadow: none;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  background: #ec6707;
  color: #ffffff;
  text-transform: uppercase;
  height: 45px;
  line-height: 44px;
  font-size: 12px;
  padding: 0 55px 0 30px;
  position: relative;
  font-family: Montserrat,sans-serif;
  font-weight: 700;
  position: relative;
  vertical-align: middle;
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
}

.btn-primary:before {
  position: absolute;
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAPCAYAAADZCo4zAAAAlElEQVQYlX3QsQrBURiG8d/gYlyARVmUUTEoJRYbFyCz1QUYDAb3waCUTEomgxj+o2RUGJyFzvGuz9PX0wcFTPzZEi+MU0IZazwxTElV7HBDPyU1ccQFnZTURYYD6impHaIz5FPSPEirGGzggbvPj77WwgnnWGgNe1zR+4UVbMLpwS8sYhGiRrGobYDTGIQSZsjF4BsLrCFfWsbLqgAAAABJRU5ErkJggg==);
  background-size: 6px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  content: "";
  right: 10px;
  top: 9px;
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
}

.btn-primary:hover:before {
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.btn-primary.btn-blue {
  background: #009fe3;
  color: #ffffff;
}
.btn-primary.btn-white, .knowmore-raw .btn-primary.btn-white{
  background: #ffffff;
  color: #000000;
  line-height: 44px;
}

.btn-primary.btn-blue:before {
  background-color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAPCAYAAADZCo4zAAAAlElEQVQYlX3QsQrBURiG8d/gYlyARVmUUTEoJRYbFyCz1QUYDAb3waCUTEomgxj+o2RUGJyFzvGuz9PX0wcFTPzZEi+MU0IZazwxTElV7HBDPyU1ccQFnZTURYYD6impHaIz5FPSPEirGGzggbvPj77WwgnnWGgNe1zR+4UVbMLpwS8sYhGiRrGobYDTGIQSZsjF4BsLrCFfWsbLqgAAAABJRU5ErkJggg==);
  background-size: 6px;
}
.btn-primary.btn-white:before, .knowmore-raw .btn-primary.btn-white:before {
  background-color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAPCAYAAADZCo4zAAAAlElEQVQYlX3QsQrBURiG8d/gYlyARVmUUTEoJRYbFyCz1QUYDAb3waCUTEomgxj+o2RUGJyFzvGuz9PX0wcFTPzZEi+MU0IZazwxTElV7HBDPyU1ccQFnZTURYYD6impHaIz5FPSPEirGGzggbvPj77WwgnnWGgNe1zR+4UVbMLpwS8sYhGiRrGobYDTGIQSZsjF4BsLrCFfWsbLqgAAAABJRU5ErkJggg==);
  background-size: 6px;
}
.btn-primary.btn-blue:hover,
.btn-primary.btn-blue:focus,
.knowmore-raw .btn-primary.btn-white:hover,
.knowmore-raw .btn-primary.btn-white:focus{
  background: #009fe3;
}
.btn-primary.btn-white:hover,
.btn-primary.btn-white:focus{
  background: #009fe3;
  color: #ffffff;
}
.btn-primary.btn-orange {
  background: #ec6707;
  color: #fff;
}

.btn-primary.btn-orange:before {
  background-color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAPCAYAAADZCo4zAAAAlElEQVQYlX3QsQrBURiG8d/gYlyARVmUUTEoJRYbFyCz1QUYDAb3waCUTEomgxj+o2RUGJyFzvGuz9PX0wcFTPzZEi+MU0IZazwxTElV7HBDPyU1ccQFnZTURYYD6impHaIz5FPSPEirGGzggbvPj77WwgnnWGgNe1zR+4UVbMLpwS8sYhGiRrGobYDTGIQSZsjF4BsLrCFfWsbLqgAAAABJRU5ErkJggg==);
  background-size: 6px;
}

.btn-primary span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  font-family: Montserrat,sans-serif;
  font-weight: 700;
}

.btn-primary:focus,.btn-primary:hover {
  background: #ec6707;
}

.btn-primary:focus:before,.btn-primary:hover:before {
  background-color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAAyElEQVQYlW3QL2vCURjF8Vt8zpVVg7AkGExL2+tYsQljoN5zcWVx3WhcWxNBm2XR4JvYGxiK/37nCrI8fms/2O6e+vmGw+NOtG6iH7v/LkW/EFEWAc8ZKtavRZsm+nNBxDwI1hGxTMTnOVovD4a1O0WsEvEh2n0WnPpoi9iL2CtYJw9oXRGliPVvGF01RWxEfBWs3VZwHNiNiHcRW9E/VHAY+Fain4u4KOCpgl1wjYJ4S8S3gr38eQJeRZSJmOTron8UbZaBc+4He3pVrHHaadMAAAAASUVORK5CYII=);
  background-size: 6px;
}

.btn-primary.btn-blue:focus,.btn-primary.btn-blue:hover {
  background: #009fe3;
  text-shadow: none;
  box-shadow: none;
}

.btn-primary.btn-orange:focus,.btn-primary.btn-orange:hover {
  background: #ec6707;
  text-shadow: none;
  box-shadow: none;
}
.resultsats .results-raw .distributor-finder .DropDownBtn.btn-primary.dist-btn,
.resultsats .results-raw .distributor-finder .finder-raw .btn-primary.dist-btn{
  background-color: #ec6707 !important;
}
.resultsats .results-raw .distributor-finder .DropDownBtn.Color.btn-primary.dist-btn{
  background-color: #999999 !important;
}
.resultsats .results-raw .distributor-finder .DropDownBtn.btn-primary.dist-btn:before,
.resultsats .results-raw .distributor-finder .finder-raw .btn-primary.dist-btn:before,
.resultsats .results-raw .distributor-finder .DropDownBtn.btn-primary.dist-btn:before{
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAPCAYAAADZCo4zAAAAlElEQVQYlX3QsQrBURiG8d/gYlyARVmUUTEoJRYbFyCz1QUYDAb3waCUTEomgxj+o2RUGJyFzvGuz9PX0wcFTPzZEi+MU0IZazwxTElV7HBDPyU1ccQFnZTURYYD6impHaIz5FPSPEirGGzggbvPj77WwgnnWGgNe1zR+4UVbMLpwS8sYhGiRrGobYDTGIQSZsjF4BsLrCFfWsbLqgAAAABJRU5ErkJggg==);
  background-size: 6px;
}
.btn-primary.btn-orange:focus:before,.btn-primary.btn-orange:hover:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAAyElEQVQYlW3QL2vCURjF8Vt8zpVVg7AkGExL2+tYsQljoN5zcWVx3WhcWxNBm2XR4JvYGxiK/37nCrI8fms/2O6e+vmGw+NOtG6iH7v/LkW/EFEWAc8ZKtavRZsm+nNBxDwI1hGxTMTnOVovD4a1O0WsEvEh2n0WnPpoi9iL2CtYJw9oXRGliPVvGF01RWxEfBWs3VZwHNiNiHcRW9E/VHAY+Fain4u4KOCpgl1wjYJ4S8S3gr38eQJeRZSJmOTron8UbZaBc+4He3pVrHHaadMAAAAASUVORK5CYII=);
  background-size: 6px;
}
.btn-primary.btn-blue:focus:before,.btn-primary.btn-blue:hover:before {
  background-image: url(../images/arrow-blue.svg);
  background-size: 6px;
}
.offres-list .btn-primary.btn-blue:focus:before,.offres-list .btn-primary.btn-blue:hover:before {
  background-size: 8px;
}
.main-banner .btn-primary {
  width: 180px;
  margin-left: 10px;
  margin-right: 10px;
}

/*.main-banner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 24px;
  bottom: -1px;
  left: 0;
  background: #009fe3;
  -webkit-clip-path: polygon(50% 100%,52% 0,100% 0,100% 100%,0 100%,0 0,48% 0);
  -moz-clip-path: polygon(50% 100%,52% 0,100% 0,100% 100%,0 100%,0 0,48% 0);
  clip-path: polygon(50% 100%,52% 0,100% 0,100% 100%,0 100%,0 0,48% 0);
  z-index: 1;
}*/

.main-banner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.55);
}
.switchToggle input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

.switchToggle label {
  cursor: pointer;
  text-indent: -9999px;
  width: 60px;
  max-width: 60px;
  height: 30px;
  background: 0 0;
  display: block;
  border-radius: 100px;
  position: relative;
  border: 1px solid #fff;
}

.switchToggle input:checked+input+label,.switchToggle input:checked+label {
  background: 0 0;
}

.switchToggle input+input+label:before,.switchToggle input+label:before {
  content: ' ';
  position: absolute;
  top: 1px;
  left: 30px;
  width: 26px;
  height: 26px;
  transition: .3s;
  text-indent: 0;
  color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAANCAYAAABLjFUnAAAAzklEQVQokZ3SL3LCQBQH4E8gKsBHVCAjOAICiUAgegCOgMHWIjlCBQdAIJFIBALRG7QSgUBUtCK7Mzvphj/5zexEvLdfXnbD7YywQf9O3810sMAXfjFvC73gIyBxzR54+b+84lCDUqzEMTxjutgL0+8ym5uwKX7wHcACp9Cz8gBU/8wxLgH8TKE2GLwltXVaeBYrkomuYcphLOYOvAlLoXlALnUwpkyac9gqgWIGqvNb1jGqq942YB1MMnuKHBTTwzvOmUlaZ6L6j8p7jfAHyL9kiEXnb88AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}

.switchToggle input:checked+input+label:before,.switchToggle input:checked+label:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 2px;
  width: 26px;
  height: 26px;
  transition: .3s;
  text-indent: 0;
  color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAANCAYAAABLjFUnAAABX0lEQVQokZ2SrU4DQRSFr6ioqCidO73nzFYsCQKBQBCCRCAr+gAViD4AAoHjARAVCGQFjj4CogKBQCAQyIrKCkSDqljEbrv92aWESSaZnDn57q/IP4/30bGCE0d2/+KvKMKdgola6G1+NqKopeBMwZn3/qCU4kI4VOO7gkl6cbsI4JqhU6/HdRERtdDLPG8iUtkCZYZZDsphSp5k2mgZGBwqmDiyK2qh5xAGDmGg5PM6ZCszWXgccCki4pqhk7aCfVFwXgwogQHnKYzDld4lCr7IbtA6zHtfUzDx4EfeGn4pOFs8focZ+3mPcJrq4UlExMz2Ffz2wKso+KDgSMGRA8c7yzT2M+1aRMRZuMgCPq5NMo7jqgfuy2AhBFVw7sBxHMfVNbjxqnDP1Kyt4LQoM0d298yOREQaZmfZACeL3Ss8jShqLdfAwk2BpaLgZ5qVtUtBm1l672ubelbydHU4P/zvkdYaaqZFAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}

.switchToggle input:checked+input+label:after,.switchToggle input:checked+label:after {
  left: calc(100% - 1px);
  transform: translateX(-100%);
}

.switchToggle label:active:after {
  width: 60px;
}

.toggle-switchArea {
  margin: 10px 0 10px 0;
}

.switchToggle {
  position: absolute;
  top: 150px;
  right: 2%;
  z-index: 1;
}

.main-banner .social-con, .social-con {
  position: fixed;
  right: 2%;
  top: 265px;
  width: auto;
  z-index: 2;
}

.social-con {
  display: block;
}

.social-con li {
  display: block;
  margin: 5px 0;
  clear: both;
  float: right;
}

.social-con li a {
  text-align: center;
  display: inline-block;
  background: rgba(0,159,227,.8);
  font-size: 0;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  color: #fff;
  line-height: 49px;
  vertical-align: middle;
  float: right;
  clear: both;
}

.social-con li.social1 a:hover,.social-con li.social2 a:hover,.social-con li.social3 a:hover,.social-con li.social4 a:hover {
  font-size: 12px;
  padding-left: 15px;
}

.social-con li.social4 a {
  background-color: rgba(236,103,7,.8);
}

.social-con li.social4 a span.soc-img {
  background-color: rgba(236,103,7,1);
}

.social-con li a:hover span.txt {
  padding-right: 10px;
}

.social-con li a span {
  display: inline-block;
  line-height: inherit;
}

.social-con li a span.soc-img {
  float: right;
  width: 50px;
  height: 50px;
  line-height: 49px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  text-align: center;
  background: rgba(0,159,227,1);
  position: relative;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.social-con li a span.soc-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

.releve-raw {
  background: #009fe3;
  position: relative;
}
.releve-raw:not(.promo)::before {
  top: -24px;
  left: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 25px;
  background: transparent url(../images/triangle-bottom.png) center bottom no-repeat;
  background-size: cover;
  transition: all .35s ease 0s;
  -webkit-transition: all .35s ease 0s;
  -moz-transition: all .35s ease 0s;
  /*-webkit-clip-path: polygon(50% 100%,52% 0,100% 0,100% 100%,0 100%,0 0,48% 0);
  -moz-clip-path: polygon(50% 100%,52% 0,100% 0,100% 100%,0 100%,0 0,48% 0);
  clip-path: polygon(50% 100%,52% 0,100% 0,100% 100%,0 100%,0 0,48% 0);*/
}
.releve-raw .myraw {
  padding-top: 30px;
}

.releve-raw .container {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}

.releve-raw .row {
  display: block;
}

.releve-raw .btn-default {
  text-transform: uppercase;
}

.releve-raw h2 {
  font-size: 110px;
  line-height: 110%;
  font-weight: 600;
}

.releve-raw * {
  color: #fff;
}

.releve-raw h3 {
  font-weight: 300;
}

.btn-default {
  position: relative;
  font-weight: 600;
  font-size: 12px;
  padding-left: 20px;
  background: url(../images/arw-white.svg) left center no-repeat;
  background-size: 8px;
  margin-top: 20px;
  display: inline-block;
  box-shadow: none;
  border: none;
  text-shadow: none;
  transition: all .35s ease 0s;
  -webkit-transition: all .35s ease 0s;
  -moz-transition: all .35s ease 0s;
}

.btn-default:focus,.btn-default:hover {
  background: url(../images/arw-blue1.svg) left center no-repeat;
  background-size: 8px;
  text-shadow: none;
  box-shadow: none;
  color: #009fe3;
}
#home .btn-default:focus,#home .btn-default:hover {
  color: #ec6707;
  background: url(../images/arw-orange1.svg) left center no-repeat;
  background-size: 8px;
}

.mobile-show {
  display: none;
  position: relative;
}

.breadcrumb-raw{
	background: #F5F5F5;
	margin-top: 72px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
}
.breadcrumb-raw .breadcrumb{
	margin: 0px;
	padding: 15px 0;
}
.breadcrumb-raw .breadcrumb > li{
	margin-right: 40px;
}
.breadcrumb-raw .breadcrumb > li, .breadcrumb-raw .breadcrumb > li a{
	font-family: Montserrat;
	font-weight: 500;
	font-size: 13px;
	color: #545454;
	position: relative;
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
}
.breadcrumb-raw .breadcrumb > li a:hover{
  color: #009fe3;
}
.breadcrumb > li + li::before{
	position: absolute;
	left: -25px;
	top: 4px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAPCAYAAADZCo4zAAAAgUlEQVQYlYWRwQ2FMAxDPQKjdBRGYIS/CZyboDIKgyQKG8AGcCigL2FErn5yHAfIkSDe43XEZqjvUC8cKNFAfIP6DvEfh+qaCo3WfUNqLYfU2jPPihyJQ6N135DadELLu4P49nS4MlAxR4L6yq/4Fx89lGhukTZ5/8ImflK1H7gIHAFab1IhVW3CAAAAAElFTkSuQmCC);
  background-size: contain;
	content: "";
	width: 5px;
	height: 10px;
	background-repeat: no-repeat;
}
  @media (min-width:1281px) {
    /*.container {
      width: 1280px;
      max-width: 1280px;
    }*/
  .main-banner {
    height: 92vh;
  }
  .main-banner video {
    height: inherit;
  }

  .releve-raw:not(.promo)::before {
    /*clip-path: polygon(50% 100%,51.5% 0,100% 0,100% 100%,0 100%,0 0,48.5% 0);
    -moz-clip-path: polygon(50% 100%,51.5% 0,100% 0,100% 100%,0 100%,0 0,48.5% 0);
    -webkit-clip-path: polygon(50% 100%,51.5% 0,100% 0,100% 100%,0 100%,0 0,48.5% 0);*/
    /*top: -24.5px;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 25px;
    background: transparent url(../../images/triangle-bottom.png) center center no-repeat;*/
    /*top: -24px;
    position: absolute;
    content: "";
    width: 100%;
    height: 24px;
    left: 0;*/
  }
  .main-banner .social-con{
    right: 2%;
  }
  .switchToggle {
    right: 2%;
  }
  .block447home .activites-list li .conn{
    padding-right: 20%;
  }
}
@media (max-width:1281px) {
  .main-banner video {
      height: auto;
  }
}
@media (min-width:1921px) {
  /*.releve-raw:not(.promo)::before {
    clip-path: polygon(50% 100%,51% 0,100% 0,100% 100%,0 100%,0 0,49% 0);
    -moz-clip-path: polygon(50% 100%,51% 0,100% 0,100% 100%,0 100%,0 0,49% 0);
    -webkit-clip-path: polygon(50% 100%,51% 0,100% 0,100% 100%,0 100%,0 0,49% 0);
    top: -22.5px;
    position: absolute;
    content: "";
    width: 100%;
    height: 24px;
    left: 0;
  }*/
}

@media only screen and (min-width:992px) and (max-width:1120px) {
  #header .container,.container {
    width: 98%;
    max-width: 98%;
  }

  h1 {
    font-size: 26px;
  }

  .main-banner h2 {
    font-size: 80px;
  }

  .releve-raw h2 {
    font-size: 90px;
  }
  .main-banner .social-con {
    right: 1%;
  }
  .switchToggle {
    right: 1%;
  }

}

@media only screen and (min-width:768px) and (max-width:991px) {
  #header .container,.container {
    width: 98%;
    max-width: 98%;
  }

  .nav_main>ul>li {
    margin: 0 15px;
  }

  .nav_main ul li a {
    padding: 25px 0;
  }
  #header.transparent.invisible-head .nav_main ul li a{
    line-height: 40px;
  }
  .LanguageSelecter .btn-group {
    margin-right: 0;
  }

  #header.transparent.invisible-head .logo img {
    width: 90px;
  }

  /*#header.transparent.invisible-head .nav_main ul li a {
    line-height: 40px;
  }*/

  #header.transparent.invisible-head .LanguageSelecter .btn-default {
    margin-top: 15px;
  }

  /*#header .nav_main ul li a {
    line-height: 40px;
  }*/

  .logo img {
    height: 30px;
  }

  h1 {
    font-size: 20px;
  }

  .main-banner {
    min-height: 550px;
    height: 550px;
  }

  .main-banner h2 {
    font-size: 70px;
    line-height: 70px;
  }

  .main-banner .btn-primary {
    width: 170px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 11px;
  }

  .btn-primary {
    height: 40px;
    line-height: 39px;
    padding: 0 40px 0 20px;
  }

  .btn-primary::before {
    width: 22px;
    height: 22px;
  }

  .releve-raw h2 {
    font-size: 80px;
  }

}

@media (min-width:767px) {
  #nav-tabs-wrapper,.project_type ul.nav-tabs {
    display: block!important;
  }

  .nav_main ul li:hover ul.sub_nav {
    visibility: visible;
    opacity: 1;
    top: 101%;
    display: block!important;
  }
}

@media (max-width:767px) {
  .header_main {
    padding-bottom: 15px;
  }
  .nav_main.open {
    height: 100vh;
    padding-bottom: 60px;
  }
  .nav_main ul li .sub_nav{
    border-left: 0px;
  }
.nav_main ul li .sub_nav li a:hover,
.nav_main ul li .sub_nav li.current-menu-item a{
  background-color: transparent;
}
  .nav_main ul li.has-sub a {
    background-image: none;
  }

  #header .nav_main ul li a {
    line-height: inherit;
  }

  #header {
    padding: 15px 0;
    background-color: transparent!important;
  }

  #header.transparent.invisible-head {
    position: inherit;
    background-color: transparent!important;
  }

  .nav_open #header.transparent.invisible-head {
    position: fixed!important;
  }

  .header_right {
    margin: 0;
  }

  .call_top a {
    font-size: 0;
  }

  .nav_main {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding-right: 0;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transform: skew(40deg);
    transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
  }

  .main-banner h2 {
    font-size: 35px;
    line-height: 40px;
    margin: 0;
  }

  .anchor-raw {
    display: none;
  }
  .inner #header.transparent.at-top, #header.transparent.invisible-head {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    position: absolute;
  }

  .breadcrumb-raw .breadcrumb > li {
    margin-right: 20px;
  }
  .breadcrumb > li + li::before{
    left: -14px;
    background-size: 4px;
  }

  /*.main-banner:before {
      height: 15px;
      background: #ffffff;
      clip-path: polygon(50% 100%, 54% 0px, 100% 0, 100% 100%, 0 100%, 0 0, 46% 0);
      -ms-clip-path: polygon(50% 100%, 54% 0px, 100% 0, 100% 100%, 0 100%, 0 0, 46% 0);
      -moz-clip-path: polygon(50% 100%, 54% 0px, 100% 0, 100% 100%, 0 100%, 0 0, 46% 0);
      -webkit-clip-path: polygon(50% 100%, 54% 0px, 100% 0, 100% 100%, 0 100%, 0 0, 46% 0);
      position: absolute;
      content: "";
      width: 100%;
      bottom: 0px;
      left: 0;
      z-index: 1;
  }*/
  #home .activities-raw:before{
    top: -19px;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    background: transparent url(../images/arrow-white-bottom.png) center bottom no-repeat;
    background-size: cover;
    transition: all .35s ease 0s;
    -webkit-transition: all .35s ease 0s;
    -moz-transition: all .35s ease 0s;
  }
}

@media only screen and (min-width:480px) and (max-width:767px) {
  #header .container,.container {
    width: 96%;
    max-width: 96%;
  }
}

@media (max-width:479px) {
  #header .container,.container {
    width: 94%;
    max-width: 94%;
  }
  h6{
    font-size: 16px;
  }
  .logo img{
    width: 80px;
  }
}
.LanguageSelecter .open>.dropdown-menu li.selected {
  display: none;
}
.activites-list {
  float: left;
  width: 100%;
}

.activites-list li {
  width: 33.33%;
  float: left;
  position: relative;
  height: 447px;
  overflow: hidden;
}

.activites-list li img {
  width: 100%;
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
  object-position: 0 0;
}
.activity-mainTitle{
  color: grey;
  font-size: 14px;
  font-weight: normal;
}

.activites-list li img.on-hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.activites-list li:hover img.on-hover {
  opacity: 1;
}
.activites-list li .conn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,.7);
  padding: 20px;
  cursor: default;
  min-height: 165px;
}


.activities-raw {
  position: relative;
  height: 447px;
}
.activities-raw .left-conn{
  text-align: right;
}




.block447home.activities-raw .left-conn,
.block447nos.activities-raw .left-conn,
.block447site.activities-raw .left-conn {
  padding-top: 6%;
  padding-right: 5%;
}
.block447home.activities-raw .right-conn{
  position: absolute;
  top: 0;
  right: 0 !important;
  padding: 0;
  width: 58%;
}
.block447site.activities-raw .right-conn{
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 64%;
}

.block447activites.activities-raw .left-conn,
.block447activites-ve.activities-raw .left-conn {
  padding-top: 6%;
  padding-right: 6%;
}
.block447activites.activities-raw .right-conn,
.block447activites-ve.activities-raw .right-conn,
.block447nos.activities-raw .right-conn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 53%;
}
.activities-raw.block447nos.viapost-entreprise{
  height: 440px;
}
.block447site.activities-raw.viapost-compris{
  height: 380px;
}
.block447site.activities-raw.viapost-compris .activites-list li {
  height: 550px;
}
.block447activites-ve.activities-raw .activites-list li h5,
.block447activites-ve.activities-raw .activites-list li:hover h5 {
  min-height: 60px;
}
.activities-raw.block447nos.activities-raw h5, .activities-raw.block447nos.activities-raw h3{
  min-height: 100px;
}
.block447site.activities-raw .left-conn{
  margin-left: -60px;
}
.block447site.activities-raw .activites-list li:hover .conn-raw{
  margin-bottom: 55px;
}
.activities-raw.block447site.activities-raw h5{
  min-height: 60px;
}
.activities-raw.block447site.activities-raw .conn-raw p,
.block447activites.activities-raw .conn-raw p{
  min-height: 50px;
}
.activities-raw.block447home .activites-list li .conn-raw p
{
  min-height: 70px;
}







.activities-raw h2,
.nous-avons h2,
.une-solution-raw h2,
.des-moyens-raw h2,
.med-text{
  font-weight: 500;
  font-size: 45px;
  color: #000;
  line-height: 120%;
}
.med-text{
  font-weight: 500;
}
.activities-raw h3,
.activities-raw h2 span,
.nous-avons h3,
.une-solution-raw h3,
.des-moyens-raw h3,
.bg-text,
.des-moyens-raw h2 span {
  line-height: 95%;
  margin-bottom: 20px;
  font-size: 80px;
  font-weight: 700;
  color: #009fe3;
}
.externaliser-raw h3 {
  font-size: 80px;
}
.activities-raw h5, .activities-raw .conn h3 {
  color: #000;
  min-height: 60px;
}
.activites-list li .conn h3 {
  color: #000;
  min-height: 60px;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}
.activities-raw .activiteSubtitle {
  line-height: 95%;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 700;
  color: #009fe3;
}
/*.activites-list li:hover .conn h5{
  min-height: unset;
}*/
.activities-raw .btn-primary {
  margin-top: 20px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
/*.activities-raw .activites-list li:hover .btn-primary{
  position: relative;
  bottom: 0;
  left: 0;
}*/
.bg-orange {
  background: #ec6707;
}

.bg-blue-new {
    background: #009fe3;
}

.trade-slider .circle-orange, .moyens-slider .circle-white {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  height: 212px;
  width: 212px;
  line-height: 212px;
  vertical-align: middle;
  background-size: contain!important;
  background-image: url(../images/Circle.png);
  position: relative;
}
.moyens-slider .circle-white{
  margin: 0 auto;
}
.trade-slider .circle-orange:before,
.moyens-slider .circle-white:before {
  animation: rotate 4s linear;
  -webkit-animation: rotate 4s linear;
  -moz-animation: rotate 4s linear;
  width: 98%;
  height: 98%;
  position: absolute;
  left: 2px;
  top: 2px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 4s ease-in-out;
  -ms-transition: -ms-transform 4s ease-in-out;
  transition: transform 4s ease-in-out;
}

.trade-slider.animated .circle-orange.circle1:before {
  background-image: url(../images/Circle-border.png);
  animation-delay: 4.5s;
}
.trade-slider.animated .circle-orange.circle1:hover:before {
  background-image: url(../images/Circle-border.png);
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}


.moyens-slider.animated .circle-white.circle1:before {
  background-image: url(../images/circle-br-blue1.svg);
  animation-delay: 4.5s;
}
.moyens-slider.animated .circle-white.circle1:hover:before {
  background-image: url(../images/circle-br-blue1.svg);
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.trade-slider.animated .circle-orange.circle2:before {
  background-image: url(../images/Circle-border1.png);
  animation-delay: 9s;
}
.trade-slider.animated .circle-orange.circle2:hover:before {
  background-image: url(../images/Circle-border1.png);
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.moyens-slider.animated .circle-white.circle2:before {
  background-image: url(../images/circle-br-blue2.svg);
  animation-delay: 9s;
}
.moyens-slider.animated .circle-white.circle2:hover:before {
  background-image: url(../images/circle-br-blue2.svg);
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.trade-slider.animated .circle-orange.circle3:before {
  background-image: url(../images/Circle-border2.png);
  animation-delay: 13.5s;
}
.trade-slider.animated .circle-orange.circle3:hover:before {
  background-image: url(../images/Circle-border2.png);
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.moyens-slider.animated .circle-white.circle3:before {
  background-image: url(../images/circle-br-blue3.svg);
  animation-delay: 13.5s;
}
.moyens-slider.animated .circle-white.circle3:hover:before {
  background-image: url(../images/circle-br-blue3.svg);
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.trade-slider.animated .circle-orange.circle4:before {
  background-image: url(../images/Circle-border.png);
  animation-delay: 18s;
}
.trade-slider.animated .circle-orange.circle4:hover:before {
  background-image: url(../images/Circle-border.png);
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.moyens-slider.animated .circle-white.circle4:before {
  background-image: url(../images/circle-br-blue4.svg);
  animation-delay: 18s;
}
.moyens-slider.animated .circle-white.circle4:hover:before {
  background-image: url(../images/circle-br-blue4.svg);
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.trade-slider.animated .circle-orange.circle5:before {
  background-image: url(../images/Circle-border1.png);
  animation-delay: 22.5s;
}

.trade-slider.animated .circle-orange.circle5:hover:before {
  background-image: url(../images/Circle-border1.png);
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.trade-slider.animated .circle-orange.circle6:before {
  background-image: url(../images/Circle-border.png);
  animation-delay: 27s;
}
.trade-slider.animated .circle-orange.circle6:hover:before {
  background-image: url(../images/Circle-border.png);
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.trade-slider.animated .circle-orange.circle7:before {
  background-image: url(../images/Circle-border.png);
  animation-delay: 4,5s;
}
.trade-slider.animated .circle-orange.circle7:hover:before {
  background-image: url(../images/Circle-border.png);
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.trade-slider.animated .circle-orange.circle-type1:before {
  background-image: url(../images/Circle-border.png);
  animation-delay: 4,5s;
}

.trade-slider.animated .circle-orange.circle-type1:hover:before {
  background-image: url(../images/Circle-border.png);
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.trade-slider.animated .circle-orange.circle-type2:before {
  background-image: url(../images/Circle-border1.png);
  animation-delay: 9s;
}
.trade-slider.animated .circle-orange.circle-type2:hover:before {
  background-image: url(../images/Circle-border1.png);
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.trade-slider.animated .circle-orange.circle-type0:before {
  background-image: url(../images/Circle-border2.png);
  animation-delay: 13.5s;
}
.trade-slider.animated .circle-orange.circle-type0:hover:before {
  background-image: url(../images/Circle-border2.png);
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.moyens-slider.animated .circle-white.circle-type1:before {
  background-image: url(../images/circle-br-blue1.svg);
  animation-delay: 4,5s;
}

.moyens-slider.animated .circle-white.circle-type1:hover:before {
  background-image: url(../images/circle-br-blue1.svg);
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.moyens-slider.animated .circle-white.circle-type2:before {
  background-image: url(../images/circle-br-blue2.svg);
  animation-delay: 9s;
}
.moyens-slider.animated .circle-white.circle-type2:hover:before {
  background-image: url(../images/circle-br-blue2.svg);
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.moyens-slider.animated .circle-white.circle-type0:before {
  background-image: url(../images/circle-br-blue1.svg);
  animation-delay: 13.5s;
}
.moyens-slider.animated .circle-white.circle-type0:hover:before {
  background-image: url(../images/circle-br-blue1.svg);
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.moyens-slider.animated .circle-white.circle6:before {
  background-image: url(../images/circle-br-blue1.svg);
  animation-delay: 4.5s;
}
.moyens-slider.animated .circle-white.circle6:hover:before {
  background-image: url(../images/circle-br-blue1.svg);
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

.trade-slider .circle-orange p,
.moyens-slider .circle-white p {
  vertical-align: middle;
  display: inline-block;
  float: none;
  padding: 0 16px;
  font-weight: 700;
  margin-top: 10px;
}

.trade-slider .circle-orange p strong,
.moyens-slider .circle-white p strong,
.moyens-slider .circle-white .circle-no {
  font-size: 58px;
  width: 100%;
  text-align: center;
  color: #fff;
  clear: both;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}
.trade-slider .circle-orange a,
.moyens-slider .circle-white a{
  color: #000;
  width: 100%;
  float: left;
  position: relative;
}
.moyens-slider .circle-white .circle-no,
.moyens-slider .circle-white p strong{
  color: #009fe3;
}
.trade-slider,
.moyens-slider,
.multi-format-slide,
.multi-tous-slide {
  float: left;
  width: 100%;
  overflow: hidden;
}
.moyens-slider{
  margin-top: 30px;
}
.trade-slider .slick-slide,
.moyens-slider .slick-slide {
  text-align: center;
}

.slick-slider {
  width: 100%;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,.slick-slider .slick-track {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.slick-slider .slick-track{
  margin-left: auto;
  margin-right: auto;
}

.slick-slide {
  margin: 0 4px;
}

.post-slider .slick-slide,
.moyens-slider .slick-slide {
  margin: 0 10px;
}

.slick-slide img {
  width: 100%;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:after,.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
/*.externaliser-slider.slick-initialized .slick-slide{
  display: none;
}
.externaliser-slider.slick-initialized .slick-slide.slick-active {
    display: block;
}*/

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: none!important;
}

.slick-arrow {
  font-size: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.slick-arrow.slick-prev {
  background: url(../images/arrow-ol.svg) no-repeat center rgba(255,255,255,1);
  left: 5px;
  top: 47%;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.slick-arrow.slick-next {
  background: url(../images/arrow-o.svg) no-repeat center rgba(255,255,255,1);
  right: 5px;
  top: 47%;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.releve-raw h2 {
  line-height: 45px;
}
.releve-raw .title {
  line-height: 110%;
}
.releve-raw .subtitle {
  font-size: 45px;
  font-weight: 300;
  line-height: 0.7 !important;
  color: #fff;
}

.viapost-post {
  background-size: cover;
  position: relative;
  text-align: center;
}

.viapost-post:before {
  background-color: rgba(0,0,0,.7);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.post-slider {
  float: left;
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
}

.post-slider .slick-slide {
  text-align: left;
}

.post-img {
  height: 250px;
  overflow: hidden;
}

.post-img img {
  /*object-fit: cover;
  height: 100%;*/
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
}

.post-blck:hover .post-img img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-conn {
  background: #fff;
  padding: 20px 14px;
  position: relative;
}
.post-blck .blog-conn p{
  min-height: 70px;
}
.viapost-post h2 {
  color: #fff;
  text-align: left;
  font-size: 45px;
  font-weight: 500;
}
.viapost-post h2 span {
  line-height: 95%;
  margin-bottom: 20px;
  font-size: 80px;
  font-weight: 700;
  color: #009fe3;
}
.viapost-post h3 {
  text-align: left;
  font-size: 80px;
  color: #009fe3;
}

.viapost-post .newSubtitleHome {
  text-align: left;
  font-size: 80px;
  font-weight: 700;
  line-height: 120%;
  color: #009fe3;
}

.viapost-post .newTitle {
  color: #fff;
  text-align: left;
  font-size: 45px;
  font-weight: 500;
  line-height: 120%;
}
.viapost-post .newSubtitle {
  text-align: left;
  font-size: 80px;
  font-weight: 700;
  line-height: 120%;
  color: #fff;

}


.performance-raw h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
}

.margin-bottom {
  margin-bottom: 40px;
}

.performance-raw .subtitle {
  font-size: 80px;
  font-weight: 700;
  line-height: 95%;
  color: #009fe3;
}

.meet-raw h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 80px;
}

.meet-activity h2 {
  margin-bottom: 40px !important;
}

.meet-raw h3, .meet-raw h2 span {
  line-height: 110%;
  color: #000;
  font-size: 78px;
  margin-bottom: 80px;
  font-weight: 700;
}

.meet-raw .recruitSubtitle {
  line-height: 110%;
  color: #000;
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 80px;
}

.viapost-post .container {
  position: relative;
}

.categories-raw {
  background: #009fe3;
  font-size: 11px;
  display: inline-block;
  clear: both;
  color: #fff;
  padding: 2px 5px;
  text-transform: uppercase;
  font-weight: 600;
}

.post-date {
  font-size: 14px;
  clear: both;
  color: #B4B4B4;
  padding: 3px 0;
  font-weight: 600;
}

.blog-conn h2, .blog-conn h3, .blog-conn-title {
  padding: 10px 0;
  min-height: 64px;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #000;
  line-height: 120%;
  text-transform: none !important;
}

.blog-conn p {
  margin-bottom: 10px;
  font-size: 14px;
  min-height: 95px;
}

.blog-conn a {
  position: relative;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.blog-conn a:last-child {
  float: right;
}

.blog-conn-title {
    float: none !important;
}

.blog-conn a:focus,.blog-conn a:hover {
  color: #009fe3;
}
.full-width {
  width: 100% !important;
}
.float-none {
  float: none !important;
}
.post-footer-navbar {
  padding-top: 15px;
  width: 100%;
}
.blog-conn .social {
  text-align: left;
  display: inline-block;
  width: auto;
}
.blog-conn .social li {
  width: 24px;
  float: none;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.blog-conn .social li:last-child{
  margin-right: 0px;
}
.orange {
  color: #ec6707;
}
a.orange:hover {
  color: #ec6707;
}
.blue{
  color: #009FE3;
}
.dblue{
  color: #006996;
}
.yellow{
  color: #F7A705;
}
.gray {
  color: #797979;
}
.lred{
  color: #d6001c;
}

.viapost-post .btn-primary {
  float: none;
  margin: 50px auto 0;
}

.meet-raw {
  background-size: cover;
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
  z-index: 1;
  /*float: left;
  width: 100%;*/
}

.meet-raw .parallex-image {
  width: 110%;
  height: 120%!important;
  object-fit: cover!important;
  position: absolute;
  left: -5%;
  top: -2%;
  z-index: -1;
}

.meet-raw .parallex-image img {
  object-fit: cover!important;
  height: 100%!important;
  width: 100%;
}
.meet-raw .parallex-image.first img {
  width: auto !important;
  object-position: center center !important;
  margin: 0 auto;
}
.meet-raw .left-conn {
  background: rgba(0,127,180,.8);
  padding: 60px;
  width: auto;
  float: left;
}
.meet-raw .left-conn .btn-primary{
  margin-top: 20px;
}
/*#home .meet-raw .left-conn{
  width: 90%;
}*/
.meet-raw .left-conn p{
  font-weight: 400;
}
.meet-raw .right-conn {
  position: absolute;
  right: -5%;
  bottom: 0;
}

.meet-raw p {
  margin-bottom: 15px;
  color: #fff;
  line-height: 147%;
}

.meet-raw p:last-child {
  margin-bottom: 0;
}

.meet-raw .container,.performance-raw .container {
  padding: 0 8%;
}

.performance-raw p {
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 150%;
}

.performance-raw a {
  margin: 5px 0 0;
}

.performance-raw .left-conn {
  padding-right: 0;
  height: 265px;
  overflow: hidden;
  width: 32%
}

.performance-raw .right-conn {
  padding: 25px 30px;
  width: 68%;
  height: 265px;
  overflow: hidden;
  background: #ebebeb;
}

.bg-gray {
  background: #ebebeb;
}

.footer {
  padding: 40px 0 20px;
}

.footer .btm-ftr {
  border-top: 1px solid #c8c8c8;
  margin-top: 30px;
  padding-top: 30px;
  position: relative;
}

.footer-nav {
  float: left;
  width: 20%;
}

.footer-nav h6,.footer-nav h6 a {
  font-size: 14px;
  color: #009fe3;
  font-weight: 500;
}
.footer-nav h6 a:hover, .footer-nav h6 a:focus{
  color: #ec6707;
}
.footer-nav>ul li {
  margin: 15px 0;
}

.footer-nav p {
  font-size: 14px;
  line-height: 140%;
  font-weight: 300;
}

.ftr-logo {
  margin-bottom: 10px;
  float: left;
}

.ftr-logo img {
  width: 122px;
}

.footer-nav>ul li a {
  color: #000;
  position: relative;
  padding-left: 12px;
  font-size: 14px;
  background: transparent url(../images/arrow-blue.svg) left top 3px no-repeat;
  background-size: 6px;
  font-weight: 500;
}
.footer-nav>ul li a:hover {
  color: #ec6707;
}
.footer .btm-ftr strong, .btm-ftr .left-conn p{
  font-weight: 500;
}

.social-list li {
  display: inline-block;
}
.social-list li.mobile-menu-toggle{
  display: none;
}
.social-list li:first-child img {
  max-height: 12px;
}

.social-list li:nth-child(2) img {
  max-height: 18px;
}

.social-list li:nth-child(3) img {
  max-height: 13px;
}

.social-list li:nth-child(4) img {
  max-height: 10px;
}

.social-list li a {
  width: 36px;
  height: 36px;
  line-height: 35px;
  vertical-align: middle;
  display: inline-block;
  background: #fff;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  text-align: center;
}

.social-list li a:focus,.social-list li a:hover {
  line-height: 32px;
}

.social-list {
  width: auto;
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 0 20px;
}

.social-list li a img {
  vertical-align: middle;
  display: inline-block;
}

.btm-ftr .right-conn a {
  display: inline-block;
}

.btm-ftr .right-conn {
  vertical-align: middle;
  text-align: right;
}

.footer-nav.col4 {
  width: 14%;
}

.footer-nav.col5 {
  width: 26%;
}

.blue_link {
    font-weight: 600;
    color: rgb(22, 65, 148);
}

.btm-ftr a,.btm-ftr p {
  font-size: 12px;
}

.btm-ftr p a {
  position: relative;
  color: #000;
  padding-left: 18px;
  margin-left: 12px;
  display: inline-block;
  font-weight: 500;
  text-decoration: underline;
}

.btm-ftr .left-conn p:last-child, #poste-mention {
  margin-top: 25px;
}
/*
.btm-ftr .margin a:last-child {
    margin-top: 25px;
}*/

.btm-ftr .right-conn .social-list {
    float: right;
    margin-top: 10px;
}

.btm-ftr .left-conn p a:before {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 100px;
  border-radius: 100px;
  border-radius: 100px;
  background: #000;
  left: 0;
  top: 8px;
  content: "";
}

.footer a:focus,.footer a:hover {
  color: #009fe3;
}

.main-raw {
  padding: 50px 0;
}

.green {
  color: #8fad15;
}

.red {
  color: #ad1515;
}
.light-red {
    color: red;
}
.activites-list label {
  float: left;
  width: 100%;
  position: relative;
  font-size: 14px;
  color: #000;
  line-height: 120%;
  font-weight: 400;
  padding-left: 30px;
  margin-top: 20px;
}

.activites-list input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.distributor-finder .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  cursor: pointer;
}

.distributor-finder input:checked~.checkmark {
  background-color: #009fe3;
  border-color: #009fe3;
}

.distributor-finder .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.distributor-finder input:checked~.checkmark:after {
  display: block;
}

.distributor-finder .checkmark:after {
  left: 2px;
  top: 4px;
  width: 14px;
  height: 10px;
  background: url(../images/right-tick.svg) no-repeat center;
}

.finder-raw.last {
  width: 100%;
  border: none;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}

.dist-btn {
  width: 100%;
  height: 56px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  position: relative;
  background: #EC6707;
  color: #fff;
}

.dist-btn:before {
  background: #fff url(../images/arrow-b.svg) no-repeat center;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  position: absolute;
  right: 16px;
  top: 14px;
  content: "";
}
.btn-primary.dist-btn {
  margin: -1px 0 0;
}

.hero-con h1 {
  font-weight: 300;
}

.title {
  line-height: 120%;
}

.title span {
  color: #000;
  font-size: 20px;
}

.res-list {
  background: #f6f6f6;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  text-align: center;
  padding: 30px;
}

.reveal {
  opacity: 0;
  -webkit-transform: translate3d(0,100px,0);
  transform: translate3d(0,100px,0);
  transition: opacity .4s,-webkit-transform 2s;
  transition: opacity .4s,transform 2s;
  transition: opacity .4s,transform 2s,-webkit-transform 2s;
}

.reveal_visible {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

#home #wool-paralax{
  padding: 40px 0;
}


/*----------activities page start----------*/
.activites-list.col2 li{
  width: 50%;
}
.sqr-btn{
  background: #009FE3;
  color: #ffffff;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  padding: 8px 20px;
}
.activities-raw .left-conn .sqr-btn{
  margin-bottom: 12px;
  display: inline-block;
}
.voter-logistique .activites-list li{
  height: 447px;
}
.activities-raw.voter-logistique .left-conn{
  padding-top: 6%;
}
/*.activities-raw.voter-logistique{
  min-height: 446px;
}*/
.viapost-post.externaliser-raw .container > p{
  margin-top: 25px;
  text-align: left;
  color: #ffffff;
}
.viapost-post.externaliser-raw:before{
  background-color: rgba(0,0,0,.65);
}
.externaliser-slider, .externaliser-slider1{
  margin-top: 30px;
  float: left;
}
.externaliser-slider .externa-blck,
.externaliser-slider1 .externa-blck{
  background: rgba(255,255,255,0.90);
  padding: 30px;
  min-height: 220px;
}
.externaliser-slider .externa-blck p,
.externaliser-slider1 .externa-blck p{
  font-size: 14px;
  text-align: left;
}
.externaliser-slider1 .externa-blck p{
  font-weight: 500;
}
.externaliser-slider .externa-blck p span,
.externaliser-slider1 .externa-blck h5{
  color: #009FE3;
}
.externaliser-slider1 .externa-blck h5{
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  margin-bottom: 10px;
}
.nous-contracter-raw{
  background: #EC6707;
}
.nous-contracter-raw *{
  color: #ffffff;
}
.nous-contracter-raw .med-text{
  font-weight: normal;
  line-height: 95%;
}
.nous-contracter-raw .myraw{
  padding: 40px 0 45px;
}
.nous-contracter-raw .container{
  background-position: left -70px top;
  background-size: cover;
  background-repeat: no-repeat;
}
.meet-raw.logistique-chez .left-conn{
  padding: 40px 40px 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.meet-raw.logistique-chez .right-conn{
  width: 42%;
  bottom: -25px;
}
.meet-raw.logistique-chez .right-conn img {
  margin: 0 auto;
  position: relative;
}
.nous-contracter-raw .btn-default{
  margin-top: 8px;
}
.meet-raw.logistique-chez .container{
  padding: 0 4%;
  position: relative;
}
.meet-raw.logistique-chez h3{
  margin-bottom: 10px;
}
.meet-raw.logistique-chez.myraw{
  padding: 40px 0 25px;
}
/*.activities-raw.viapost-entreprise .btn-primary {
    margin-top: 10px;
    left: inherit;
    bottom: inherit;
    position: relative;
}*/
.activities-raw.viapost-entreprise .left-conn{
  padding-top: 4%;
}
/*.activities-raw.viapost-entreprise .activites-list li {
  height: 447px;
}
.activities-raw.viapost-entreprise .activites-list li .conn{
  min-height: auto;
}*/
.activities-raw.viapost-entreprise .activites-list li .conn p{
  line-height: 19px;
}
/*-----------activities page end-----------*/
/*---------------nos-solutions start-----------------*/
/*.multi-steps > li.is-active:before{
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
  font-size: 25px;
}*/
/*.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
  background-color: transparent;
  border-bottom: 2px dashed #EC6707;
}*/

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: #fff;
  cursor: pointer;
  font-size: 25px;
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
}
.multi-steps > li:before {
  content: counter(stepNum);
  display: block;
  margin: 0 auto 4px;
  background-color: #FBE1CD;
  color: #ffffff;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
}
.multi-steps > li:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: transparent;
  border-bottom: 2px dashed  #EC6707;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  top: 48%;
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
}
/*.activities-raw.nous-gérons .bg-blue{
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
}*/
.multi-steps > li:last-child:after {
  display: none;
}
.multi-steps > li.is-active::before {
  background-color: #EC6707;
  background-image: url(../images/sm-circle.svg);
  color: #fff;
}
/*.multi-steps > li.is-active ~ li {
  color: #fff;
}
.multi-steps > li.is-active ~ li:before {
  background-color: #FBE1CD;
  color: #fff;
}*/
.activities-raw.nous-gérons{
  min-height: auto;
  height: auto;
}
.activities-raw.nous-gérons .left-conn{
  padding-top: 40px;
  padding-bottom: 30px;
}
.activities-raw.nous-gérons .right-conn-steps {
  padding-top: 13%;
  padding-left: 8%;
}
.activities-raw.nous-gérons .bg-blue *{
  color: #ffffff;
}
.activities-raw.nous-gérons .bg-blue{
  background: #009FE3;
  margin-top: 30px;
  padding: 50px 30px;
  min-height: 220px;
}
.activities-raw.nous-gérons .bg-blue h4, .activities-raw.nous-gérons .bg-blue h3{
  font-size: 25px !important;
  margin-bottom: 20px;
}
/*.activities-raw.nous-gérons .bg-blue .Box {
    float: left;
    width: 100%;
}*/
.multi-format-slide,
.multi-tous-slide{
  margin-top: 20px;
}
.nous-avons .left-conn {
  padding-right: 5px;
}
.nous-avons .right-conn {
  padding-left: 5px;
}
.nous-avons .slick-track > .slick-slide{
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
}
.nous-avons .slick-track > .slick-slide img{
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
}
.nous-avons .slick-track > .slick-slide:hover img{
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.multi-format-slide .slick-slide,
.multi-tous-slide .slick-slide{
  position: relative;
}
/*.multi-format-slide .slick-slide h5,*/
.multi-tous-slide .slick-slide h5{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  float: left;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  font-size: 20px;
  color: #000;
}
.multi-format-slide .slick-slide h5,
.multi-tous-slide .slick-slide h5{
  font-size: 20px;
  color: #000;
}
.nous-avons .tab-content .tab-pane .multi-tous-slide .slick-arrow{
  /* display: none !important; */
  opacity: 0.6;
}
.multi-format-slide .conn{
  /*position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 108px;
  max-height: 108px;*/
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  float: left;
  background: rgba(255, 255, 255, 0.7);
  padding: 40px 20px;
  /* transition: all 3s;
  -moz-transition: all 3s;
  -webkit-transition: all 3s; */
  max-height: 104px;
  height: 108px;
}
.multi-format-slide .conn p{
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.multi-format-slide .slick-slide:hover .conn{
  max-height: 100vh;
  height: auto;
  min-height: 84px;
  transition: all 3s;
  -moz-transition: all 3s;
  -webkit-transition: all 3s;
}
.multi-format-slide .slick-slide:hover .conn p{
  opacity: 1;
  visibility: visible;
  /*height: 1;*/
  /* min-height: 45px; */
  min-height: 10px;
}
/*.multi-format-slide .slick-slide h5{
  padding: 40px 20px;
}*/
.multi-format-slide .slick-arrow.slick-prev,
.multi-tous-slide .slick-arrow.slick-prev{
  background-image: url(../images/back-arrow.svg);
  left: 35px;
  top: 45%;
}
.multi-format-slide .slick-arrow.slick-next,
.multi-tous-slide .slick-arrow.slick-next{
  background-image: url(../images/next-arrow.svg);
  right: 35px;
  top: 45%;
}
.nous-avons{
  background: #F9F9F9;
  padding: 20px 0 40px;
}
.nous-avons h3{
  margin: 10px 0 15px;
}
.nous-avons .nav-tabs{
  float: left;
  width: 100%;
  border: 0px;
  margin: 30px 0;
}
.nous-avons .nav-tabs li{
  width: 49.5%;
  float: left;
  vertical-align: middle;
}
.nous-avons .nav-tabs li:last-child{
  float: right;
}
.nous-avons .nav-tabs > li > a{
  border: 0px;
  border-radius: 0px;
  background: #e5e5e5;
  color: #A8A8A8;
  position: relative;
  min-height: 110px;
}
.nous-avons .nav-tabs > li.active > a{
  border: 0px;
  background: #009FE3;
  color: #ffffff;
  border-radius: 0px;
}
.nous-avons .nav-tabs > li > a span{
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
  left: 40%;
  text-align: left;
  float: left;
}
.nous-avons .nav-tabs > li.active > a span i{
  background: #ffffff url(../images/arrow-down.svg) center no-repeat;
}
.nous-avons .nav-tabs > li > a span i{
  width: 28px;
  height: 28px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  text-align: center;
  background: #A8A8A8 url(../images/arrow-up.svg) center no-repeat;
  background-repeat: no-repeat;
  position: absolute;
  right: -80px;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top:50%;
}
.nous-avons h4{
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.nous-avons .tab-content{
  float: left;
  width: 100%;
  margin-top: 20px;
}
.multi-format-slide {
  margin-bottom: 20px;
}
.trentaine-raw .conn{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 108px;
  max-height: 108px;
}

.nous-avons .left-conn .trentaine-raw:hover .conn,
.nous-avons .right-conn .trentaine-raw:hover .conn{
  max-height: 100vh;
  height: auto;
  min-height: 84px;
  transition: all 3s;
  -moz-transition: all 3s;
  -webkit-transition: all 3s;
}
.trentaine-raw .conn *{
  color: #000;
}
.nous-avons .left-conn .trentaine-raw:hover .conn p,
.nous-avons .right-conn .trentaine-raw:hover .conn p{
  padding-top: 15px;
}
.trentaine-raw .conn h3{
  font-size: 20px;
}
.trentaine-raw .conn p{
  padding-top: 30px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  min-height: 85px;
}
.activites-list li .conn-raw{
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  max-height: 0px;
  height: 0px;
  opacity: 0;
  overflow: hidden;
}
.activites-list li .conn-raw p{
  margin-top: 10px;
}
.activites-list li:hover .conn-raw{
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  max-height: 100vh;
  height: auto;
  opacity: 1;
  overflow: visible;
  margin-bottom: 55px;
}
.make-possible-raw .trentaine-raw .conn p {
  min-height: 60px;
}
/*.block447activites-ve .activites-list li:hover .conn-raw,
.block447nos .activites-list li:hover .conn-raw{
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  max-height: 0px;
  height: 0px;
  opacity: 0;
  overflow: hidden;
}*/
.block447activites-ve .activites-list li:hover .conn-raw,
.block447nos .activites-list li:hover .conn-raw{
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  max-height: 100vh;
  height: auto;
  opacity: 1;
  overflow: visible;
  margin-bottom: 55px;
}
/*.activities-raw.viapost-entreprise .activites-list li:hover .conn-raw{
  margin-bottom: 5px;
}*/
.activities-raw.block447home .activites-list li:hover .conn-raw{
  margin-bottom: 50px;
}
.activities-raw.block447nos .activites-list li .conn-raw{
  margin-bottom: 55px;
}
.nous-avons .trentaine-raw{
  position: relative;
  transition: all 3s;
  -moz-transition: all 3s;
  -webkit-transition: all 3s;
}
.problematique-slider .slick-arrow.slick-next{
  position: absolute;
  left: 50%;
  right: inherit;
  top: inherit;
  bottom: -60px;
  transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  background: url(../images/arrow-down.svg) no-repeat center rgba(255,255,255,1);
  background-size: 20px;
  width: 42px;
  height: 42px;
}

.problematique-slider .slick-arrow.slick-prev{
  /*display: none !important;*/
  position: absolute;
  left: 45.5%;
  right: inherit;
  top: inherit;
  bottom: -60px;
  transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  background: url(../images/arrow-down.svg) no-repeat center rgba(255,255,255,1);
  background-size: 20px;
  width: 42px;
  height: 42px;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.problematique-slider .slick-arrow.slick-next.active,
.problematique-slider .slick-arrow.slick-prev.active{
  display: none;
}




/*.problematique-slider button.slick-arrow.slick-disabled{
  display: none;
}*/
.problematique-slider {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.problematique-slider .slick-list{
  overflow: hidden;
  padding: 0px 0px 45px !important;
}
.problematique-block *, .une-solution-raw *{
  color: #fff;
}
.problematique-block{
  float: left;
  width: 100%;
  padding: 30px 40px;
  background: #007FB6;
}
.problematique-block p{
  font-size: 15px;
  font-weight: normal;
}
.une-solution-raw{
  background: #009FE3;
  padding: 40px 0;
}
.une-solution-raw h2,
.une-solution-raw h3{
  color: #fff;
}
.problematique-slider .slick-slide{
  margin: 2px 0px;
}
.problematique-slider .slick-dots{
  display: block !important;
  width: auto;
  position: absolute;
  right: -50px;
  top: 50%;
  left: inherit;
  transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
}
.problematique-slider .slick-dots button{
  width: 11px;
  height: 11px;
  background: rgba(255,255,255,0.30);
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-size: 0px;
  margin: 6px 0;
}
.problematique-slider .slick-dots .slick-active button{
  background: rgba(255,255,255,1);
}
.une-solution-raw .left-conn {
  padding-top: 6%;
}
.viapost-post.informatiques-robustes h3{
  color: #ffffff;
}
.viapost-post.informatiques-robustes .slick-slide{
  margin: 0 10px;
}
.externaliser-slider1 .externa-blck{
  min-height: 296px;
}
.meet-raw.logistique-chez .parallex-image{
  height: 120% !important;
}
.verifi-main .btn-primary{
  display: none;
}
.verifi-list{
  float: left;
  width: 100%;
  margin-top: 30px;
  column-count: 2;
}
.verifi-list li{
  float: left;
  width: 100%;
  background: #F6F6F6;
  position: relative;
  margin-bottom: 5px;
  padding-left: 100px;
  padding-right: 40px;
  line-height: 120%;
  font-size: 14px;
  counter-increment: stepNum;
  padding-top: 23px;
  padding-bottom: 23px;
}
.activities-raw.la-qualite-raw{
  min-height: auto;
  height: auto;
  padding: 70px 0 50px;
}
/* .verifi-list li:nth-child(odd) {
  float: left;
  padding-top: 23px;
  padding-bottom: 23px;
}
.verifi-list li:nth-child(even) {
  float: right;
  padding-top: 31.5px;
  padding-bottom: 31.5px;
} */
.verifi-list li::before {
  width: 36px;
  height: 36px;
  content: counter(stepNum);
  background: #009FE3;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 45px;
  top: 50%;
  transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
}
.verifi-list li i {
  display: none;
}
.verifi-list li:nth-child(5),
.verifi-list li:nth-child(6),
.verifi-list li:nth-child(7){
  padding-top: 31.5px;
  padding-bottom: 31.5px;
}
.contact-raw{
  padding: 30px 0;
}
.contact-raw .note{
  margin: 30px 0 5px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  text-align: right;
  color: #ADADAD;
}
.note-no-margin {
    margin-top: 0 !important;
}
.help-block.with-errors {
  color: #ff5050;
  margin: 5px;
  font-size: 12px;
  float: left;
  width: 100%;
}

.pour-mieuxm,
.contact-raw .pour-mieux .note {
  margin-top: 20px;
}
.contact-form .row{
  margin-right: -5px;
  margin-left: -5px;
}
.contact-form .row .col-sm-4,
.contact-form .row .col-xs-12{
  padding-right: 5px;
  padding-left: 5px;
}
select.form-control{
  background-image: url(../images/dropdown.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
}




/*.contact-form  textarea.form-control{
  position: relative;
}
.contact-form  textarea.form-control:before{
  position: absolute;
  content: "2000 <br>caractГЁres max."
  font-size:14px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}*/
.img-chk{
  margin-top: 5px;
  margin-bottom: 5px;
}
.simple-chk{
  margin-bottom: 5px;
  float: left;
  width: 100%;
}
.simple-chk .form-group{
  float: left;
  width: 100%;
  margin-top: 5px;
  position: relative
}
.img-chk > label{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.img-chk > label img{
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  z-index: -1;
}
.img-chk > label h6{
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  background: #FFFFFF;
  color: #009FE3;
  padding: 10px;
}
.img-chk > :checked+label h6,
.img-chk > label:hover h6{
  color: #FFFFFF;
  background: #009FE3;
}
.img-chk > :checked+label:before {
  content: "";
  align-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 33px;
  height: 33px;
  background: #009FE3 url("../images/ic-tick.svg") center center no-repeat;
  text-align: center;
  line-height: 38px;
  border-radius: 0 5px 0 5px;
  -moz-border-radius: 0 5px 0 5px;
  -webkit-border-radius: 0 5px 0 5px;
}
.img-chk > :checked+label img{
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.img-chk > :checked+label:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border:2px solid #009FE3;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  content: "";
}

.form-control{
  background-color: #F2F2F5;
  box-shadow: none;
  background-image: none;
  color: #333;
  font-size: 14px;
  border-radius: 0px;
  border:1px solid #F2F2F5;
  height: 43px;
  padding: 6px 20px;
}
.form-control:focus{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type=text].form-control{
  border:0px;
}
.simple-chk label{
  cursor: pointer;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  background: #F2F2F5;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: #A5A5A5;
  padding: 20px 40px 20px 70px;
}
.simple-chk :checked+label{
  color: #000000;
}
.simple-chk label:before{
  position: absolute;
  right: inherit;
  left: 25px;
  top: 50%;
  transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #D6D6D6;
  text-align: center;
  line-height: 28px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  content: "";
}
.simple-chk :checked+label:before {
  content: "";
  background-image: url("../images/ic-tick.svg");
  background-color: #009FE3;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  right: inherit;
  left: 25px;
  top: 50%;
  transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  width: 24px;
  height: 24px;
  border: 1px solid #009FE3;
  text-align: center;
  line-height: 28px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.simple-chk{
  display: none;
}
.simple-chk.active{
  display: block;
}
.form-group {
  margin-bottom: 0;
  position: relative;
}
.char-limit{
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #A5A5A5;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.contact-raw .note:nth-child(2){
  margin-top: 10px;
}
.has-error .form-control{
  box-shadow: none !important;
  border:1px solid #a94442;
}
.contact-raw .btn{
  background: #EC6707 url(../images/button-arrow.svg) right 15px center no-repeat;
  color: #ffffff;
  min-width: 340px;
  text-align: center;
  position: relative;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  height: 54px;
  line-height: 50px;
  padding: 0;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border: 0;
  float: right;
  text-decoration: none;
  text-shadow: none;
  transition: 0.25s all;
  margin-top: 20px;
  opacity: 1 !important;
}
.contact-raw .btn:hover,
.contact-raw .btn:focus{
  background: #EC6507 url(../images/button-arrow.svg) right 12px center no-repeat;
}
#contact-form-button[disabled] {
    background-color: gray;
    cursor: not-allowed;
}
#contact-form-button[disabled]:hover,
#contact-form-button[disabled]:focus{
    background: gray url(../images/button-arrow.svg) right 15px center no-repeat;
}
.d-none{
  display: none;
}
.tab-content>.tab-pane{ display: block; height: 0px; overflow: hidden; }
.tab-content>.active{ height: auto;}
.pour-mieux {
  margin-top: 10px;
}
.form-group.recaptcha-raw {
  width: 100%;
  float: left;
}
/*---------------nos-solutions end-----------------*/

/*--------------store-locator start---------------*/
.store-raw {
  background-repeat: no-repeat!important;
  background-size: cover!important;
  background-position: center center!important;
  position: relative;
  float: left;
  width: 100%;
}
.store-raw h1 {
  margin-top: 40px;
}
/*.store-raw h2{
  line-height: 100%;
}*/
.wecare-logo {
  position: absolute;
  right: 16px;
  top: 40px;
}
.distributor-finder {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
.finder-raw {
  background: #fff;
  float: left;
  width: 100%;
  /*border-right: 1px solid #d2d2d2;*/
  color: #666;
  position: relative;
}
.search-loction {
  float: left;
  width: 100%;
  position: relative;
  border-radius: 30px 0 0 30px;
}
.search-loction.open {
  border-radius: 30px 0 0 0;
}
.search-loction .form-control {
  background: #F2F2F5;
  border: none;
  padding: 0 20px 0 25px;
  height: 55px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  box-shadow: none;
  font-weight: 500;
}


.resultsats .search-loction .form-control,
.resultsats .finder-btn,
.resultsats .finder-raw.open .finder-btn,
.distance.finder-raw.open{
  background-color: #ffffff ;
}

.distance.finder-raw.open{
  border-radius: 30px 30px 0 0;
  z-index: 111;
}
.find-result {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 0 0 30px 30px;
  -webkit-border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  position: absolute;
  top: 54px;
  display: none;
  z-index: 999;
  text-align: left;
  padding: 0 20px 30px;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  overflow: hidden;
  height: 200px;
}
.search-result {
  width: 100%;
  padding: 0 0 25px;
}
.search-result ul li {
  float: left;
  width: 100%;
  margin-top: 2px;
  font-size: 15px;
  color: #666;
  font-weight: 400;
  line-height: 120%;
  position: relative;
}
.search-result ul li a {
  float: left;
  width: 100%;
  padding: 10px 120px 10px 55px;
  color: #666;
  text-decoration: none;
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
}
.search-result ul.locations li a {
  background-image: url(../images/ic-loc.png);
  background-position: center left 30px;
  background-repeat: no-repeat;
}
.search-result ul.distributor li a {
  background-image: url(../images/vp.png);
  background-position: center left 30px;
  background-repeat: no-repeat;
}
.search-result ul li a:hover {
  background-color: #f3f3f3;
}
.search-result span {
  background: #009fe3;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  right: 20px;
  top: 10px;
  min-width: 95px;
  text-align: center;
}
.search-result .distributor {
  padding-top: 5px;
  margin-top: 10px;
  border-top: 1px solid #939393;
}
.search-result .distributor span {
  background: #00a3de;
  color: #fff;
}
.finder-btn {
  float: left;
  width: 100%;
  height: 55px;
  line-height: 56px;
  background: #f2f2f5 url(../images/find-arrow.svg) no-repeat right 25px center;
  padding: 0 25px;
  text-align: left;
  color: #333;
  position: relative;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  font-size: 14px;
  border: 0px;
  box-shadow: none;
  font-weight: 500;
}
.distributor-finder .btn-geolocate {
  margin-top: 20px;
  display: inline-block;
  position: relative;
  padding: 5px 0 5px 50px;
  background: transparent url(../images/geolocate.svg) left 18px center no-repeat;
  font-weight: bold;
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
}
.btn-geolocate:hover, .locations-raw .distributor-finder .btn-geolocate:hover{
  color: #EC6707;
}
.distributor-finder .btn-geolocate:before {
  position: absolute;
  left: 0;
  top: 7px;
  background: transparent url(../images/arrow-b.svg) center center no-repeat;
  width: 7px;
  height: 12px;
  background-size: cover;
  content: "";
}
.noof-activi {
  float: right;
  width: 20px;
  height: 20px;
  margin: 18px 25px 0 0;
  background: #009fe3;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
.finder-raw.open .finder-btn {
  background: #f2f2f5 url(../images/find-arrow-close.svg) no-repeat right 25px center;
  color: #222;
  border-radius: 100px 100px 0 0;
  -webkit-border-radius: 100px 100px 0 0;
}
.finder-raw.open, .notfound-raw .finder-raw.open, .finder-raw.open .find-result, .distance.finder-raw.open {
  background: #f2f2f5;
}
.notfound-home {
  text-align: center;
}
.finder-raw.open .find-result{
  box-shadow: 0px 2px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 2px 0px rgba(0,0,0,0.2);
}
.resultsats .finder-raw.open .find-result,
.resultsats .distance.finder-raw.open{
  background-color: #ffffff;
}
.finder-raw.open .find-result {
  display: block;
}
.store-locater{
  padding: 30px 0;
  /*z-index: -1;*/
  position: relative;
}
.store-locater .row{
  margin-right: -5px;
  margin-left: -5px;
}
.store-locater .row .col-sm-6.col-xs-12{
  padding-right: 5px;
  padding-left: 5px;
}
.loc-list{
  float: left;
  width: 100%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
  padding: 30px 40px;
  background: #ffffff;
  margin-top: 10px;
}
.blue-line{
  border-top: 3px solid #009FE3;
}
.dblue-line{
  border-top: 3px solid #006996;
}
.lred-line{
  border-top: 3px solid #d6001c;
}
.yellow-line{
  border-top: 3px solid #F7A705;
}
.orange-line{
  border-top: 3px solid #EC6707;
}
.loc-list h6{
  font-size: 20px;
}
.loc-list p{
  font-weight: 500;
  line-height: 19px;
  margin-top: 10px;
}
.btn-discover{
  display: inline-block;
  margin-top: 15px;
  padding-left: 30px;
  text-transform: uppercase;
  font-weight: bold;
  background: transparent url(../images/arw-blue.svg) left center no-repeat;
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
  position: relative;
  font-size: 13px;
  background-size: 8px !important;
}
.btn-discover.blue{
  background: transparent url(../images/arw-blue.svg) left center no-repeat;
}
.btn-discover.dblue{
  background: transparent url(../images/arw-dblue.svg) left center no-repeat;
}
.btn-discover.lred{
  background: transparent url(../images/arw-lred.svg) left center no-repeat;
}
.btn-discover.yellow{
  background: transparent url(../images/arw-yellow.svg) left center no-repeat;
}
.btn-discover.orange{
  background: transparent url(../images/arw-orange.svg) left center no-repeat;
}
.btn-discover:hover{
  background-position: left 5px center;
}
.btn-discover.blue:hover{
  background-position: left 5px center;
}
.btn-discover.dblue:hover{
  background-position: left 5px center;
  color: #004976;
}
.btn-discover.lred:hover{
  background-position: left 5px center;
  color: #d6001c;
}
.btn-discover.yellow:hover{
  background-position: left 5px center;
  color: #D78700;
}
.btn-discover.orange:hover{
  background-position: left 5px center;
  color: #cc4700;
}
.milage-box a{
  text-decoration: underline;
}
.milage-box a:hover{
  color: #cc4700;
}
.un-milage, .store-raw{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.store-raw{
  z-index: 1;
  background: #ffffff;
}
.missions-raw{
  background: #ffffff;
}
/*.meet-raw{
  background-color: #ffffff;
}*/
.un-milage.myraw {
  padding: 50px 0;
}
.un-milage h2{
  color: #ffffff;
}
.un-milage .container{
  position: relative;
}
.un-milage:before{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.65);
  content: "";
}
.milage-box{
  padding: 50px 90px;
  background: rgba(255,255,255,0.90);
  margin-top: 15px;
}
.milage-box p{
  line-height: 19px;
  font-weight: 500;
  text-align: justify;
  align-items: center;
  display:inline-block;
  width: auto !important;
  float: none !important;
  margin: 0 auto;
}
.notre-reseau {
  padding: 50px 0 30px;
  position: relative;
  background: #ffffff;
}
.notre-reseau h6 {
  font-size: 16px;
  margin-top: 15px;
  display: inline-block;
}
.region-list {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.region-list li{
  float: left;
  width: 33.333%;
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
}
.region-list li a{
  font-size: 14px;
  font-weight: 500;
  color: #000;
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
}
.region-list li a:hover{
  color: #009fe3;
}
.region-list li:before, .protection-con li:before{
  background: #009FE3 url(../images/arw-white.svg) center center no-repeat;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 16px;
  width: 16px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;

}
/*--------------results start---------------*/
.results-raw{
  padding: 25px 0;
  background: #e2e2e2;
  top: 0;
  position: relative;
  z-index: 111;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.15);
  -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,.15);
  box-shadow: 0 5px 5px 0 rgba(0,0,0,.15);
}
.results-raw .distributor-finder{
  margin: 0px;
}
.results-raw .finder-raw,
.results-raw .finder-raw{
  background: #e2e2e2;
}

#stickThis.stick {

  position: fixed;
  top: 74px;
  z-index: 9999;
}
.distri-det ul li{
  float: left;
  width: 100%;
  padding: 15px 20px;
  position: relative;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
  margin-top: 10px;
}
.distri-det ul li:first-child{
  margin-top: 0;
}
.distri-det{
  position: relative;
}
.distri-list{
  float: left;
  width: 100%;
  height: 480px;
  position: relative;
  overflow: auto;
}
.distri-det:after{
  background: #ffffff;
  content: "";
  height: 100%;
  position: absolute;
  right: 20px;
  top: 0;
  width: 10px;
  z-index: 9;
}
.distri-det .det-no{
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #666666;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
}
.det-left{
  float: left;
  width: 75%;
  position: relative;
}
.det-left .distri-name{
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
}
.det-left .distri-name:hover{
  color: #00a3de;
}



.single-result{
  float: left;
  width: 100%;
  position: absolute;
  top: 30%;
  right: -65px;
}
.result-box{
  background: #fff;
  float: left;
  width: 500px;
  padding: 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-top: 3px solid #006996;
}
.result-main .img-wrap{
  position: relative;
}
.result-box .det-left{
  width: 100%;
  float: left;
}
.result-box .noof-activi{
  background: #00A3DE;
  color: #ffffff;
  font-weight: 500;
  font-style: initial;
  border-radius: 100px;
  margin: 0;
  position: absolute;
  top: -5px;
  right: -3px;
}
.down-btn{
  background: url(../images/scroll-arrow.gif) no-repeat center;
  position: absolute;
  left: -35px;
  bottom: 0;
  width: 50px;
  height: 70px;
  z-index: 1;
  background-size: 100px;
}
#btn_up.down-btn, #btn_up1.down-btn{
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.det-right{
  float: left;
  width: 25%;
  text-align: right;
}
.km-driection{
  float: left;
  width: 100%;
  margin-top: 30px;
}
.km-driection a{
  background: url(../images/driection-arrow.svg) no-repeat left center;
  float: left;
  width: auto;
  padding-left: 30px;
  font-size: 14px;
  color: #00A3DE;
  line-height: 120%;
  margin-top: 5px;
}
.sb-container{
  overflow: hidden;
}
.sb-content {
  height:100%;
  width: 108%;
  padding-right: 10%;
  overflow-y: scroll;
  box-sizing:border-box;
}
.distri-list.scroll-raw .sb-scrollbar-container,
.dropdown-menu.select-items .sb-scrollbar-container {
  height: 100%;
}
.sb-scrollbar-container {
  background: #F7F7F7;
  position: absolute;
  right: 0px;
  bottom: 5px;
  top: 5px;
  width: 6px;
  height: 85%;
}
.sb-scrollbar {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 30px;
  width: 6px;
  background: #afafaf;
}
.sb-scrollbar:hover {
  background: rgba(0, 0, 0, 0.5);
}
.site-montreuil{
  padding: 40px 0;
}
.site-montreuil h1{
  color: #000;
  font-size: 25px;
  font-weight: bold;
}
.distri-det, .img-det{
  margin-top: 30px;
}
.link-raw .right-conn .btn-discover{
  margin-top: 0;
  font-size: 14px;
  font-weight: 600;
}
.dblue-lborder{
  border-left: 4px solid #006996;
}
.blue-lborder{
  border-left: 4px solid #009FE3;
}
.lred-lborder{
  border-left: 4px solid #d6001c;
}
.orange-lborder{
  border-left: 4px solid #EC6707;
}
.link-raw{
  float: left;
  width: 100%;
  margin-top: 5px;
}
.text-wrap {
  float: left;
  width: 100%;
  padding: 0 2px 0 0;
}
.det-left p,
.link-raw p{
  font-weight: 500;
  font-size: 14px;
  color: #777777;
  line-height: normal;
  margin-top: 15px;
}
.link-raw .left-conn a{
  font-size: 14px;
  font-weight: 500;
}
.link-raw .right-conn{
  text-align: right;
}
.det-right h6, .result-box .det-left h6{
  font-weight: 500;
  font-size: 14px;
  color: #777;
}
.result-box .det-left h6{
  text-align: right;
  float: right;
}
.link-raw .right-conn .btn-discover{
  background: none;
  text-transform: inherit;
}
.link-raw .right-conn .btn-discover:before {
  background: #fff url(../images/arw-white.svg) left 6px center no-repeat;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  background-size: 5px;
}
.link-raw .right-conn .btn-discover.dblue:before{
  background-color: #006996;
}
.link-raw .right-conn .btn-discover.blue:before{
  background-color: #009FE3;
}
.link-raw .right-conn .btn-discoverlred:before{
  background-color: #d6001c;
}
.link-raw .right-conn .btn-discover.orange:before{
  background-color: #EC6707;
}
.img-wrap {
  float: left;
  width: 100%;
}
.single-result .link-raw .right-conn{
  margin-top: 50px;
}
/*--------------results end---------------*/

/*-------------site-localite start--------------*/
/*.activities-raw.viapost-compris .activites-list li .conn{
  min-height: 165px;
}*/
.activities-raw.viapost-compris .activites-list li .conn h3{
  font-size: 25px;
  color: black;
  margin-bottom: 0px;
  min-height: unset !important;
}
.activities-raw.viapost-compris .activites-list li .conn h3{
  margin-bottom: 0px;
}
/*.activities-raw.viapost-compris .activites-list li{
  height: 447px;
}*/
.activities-raw.viapost-compris .left-conn{
  padding-top: 28px;
}
.activities-raw.viapost-compris{
  background: #F9F9F9;
}
.site-cont.nous-contracter-raw .btn-default {
  margin-top: 10px;
  text-transform: uppercase;
}
.meet-raw.envie-exe .container{
  padding: 0 5%;
}
.plateforme-raw{
  padding: 40px 0;
}
.adresse-detail{
  border-top: 3px solid #006996;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
  padding: 20px 30px;
  min-height: 137px;
  margin-top: 10px;
}
.adresse-detail h6{
  color: #006996;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.adresse-detail h5{
  font-weight: bold;
  font-size: 30px;
  line-height: normal;
  color: #000000;
}
.adresse-detail h5 span{
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
}
.adresse-detail h5 span sup {
  font-size: 10px;
}
.adresse-detail p{
  font-weight: 500;
  line-height: normal;
  font-size: 16px;
}
.adresse-detail p strong{
  font-weight: bold;
  float: left;
  width: 100%;
}
.adresse-detail .left-conn{
  width: 55%;
  float: left;
}
.adresse-detail .right-conn{
  width: 45%;
  float: left;
  text-align: right;
}
.adresse-detail .right-conn a{
  clear: both;
  float: right;
  margin-top: 5px;
  font-weight: 600;
  font-size: 13px;
  line-height: normal;
}
.row.adresse-raw{
  margin-right: 5px;
  margin-left: 5px;
}
.row.adresse-raw > .col-sm-6,
.row.adresse-raw > .col-xs-12{
  padding-right: 5px;
  padding-left: 5px;
}
.fixed {
  position: fixed;
  z-index: 11;
}
.site-montreuil.nat {
  padding-top: 200px;
}
/*--------------site-localite end---------------*/
/*----------------carrieres start----------------*/
.myraw40{
  float: left;
  width: 100%;
  padding: 40px 0;
}
.myraw50{
  float: left;
  width: 100%;
  padding: 50px 0;
}
.d-flex {
    display: flex;
}
.myraw60{
  float: left;
  width: 100%;
  padding: 40px 0;
  display: flex;
}
.nous-avons .nav-tabs.column3 {
  margin-bottom: 20px;
}
.nous-avons .tab-content.column3 {
  margin-top: 0px;
}
.nous-avons .nav-tabs.column3 li{
  width: 33.333%;
}
.nous-avons .nav-tabs.column3 > li > a{
  min-height: 82px;
}
.nous-avons .nav-tabs.column3 > li > a span{
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 10%;
  width: 80%;
}
.nous-avons .nav-tabs.column3 > li > a span i{
  right: 0;
  left: unset;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.nous-avons .nav-tabs.column3.new-column4 li{
  width: 25%;
}
.nous-avons .nav-tabs.column3.new-column4 > li > a span{
  left: 8%;
  width: 88%;
}
.row.padding5{
  margin-right: -5px;
  margin-left: -5px;
}
.row.padding5 .col-md-3{
  padding-right: 5px;
  padding-left: 5px;
}
.box-hover {
  margin-top: 20px;
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.box-hover .conn{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
  cursor: default;
  display: inline-block;
  height: 61px;
}
.box-hover .conn .conn-raw{
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 100%;
  float: left;
}
.box-hover .conn .Box{
  width: 100%;
  float: left;
}
.box-hover:hover .conn .conn-raw,
.box-hover.roll .conn .conn-raw{
  opacity: 1;
  height: auto;
  visibility: visible;
  margin-top: 10px;
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
}
.box-hover:hover .conn,
.box-hover.roll .conn{
  height: 100%;
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
}

.box-hover:hover .conn {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.list{
  margin-top: 20px;
}
.list li{
  float: left;
  width: 100%;
  background: #ffffff;
  position: relative;
  margin-bottom: 5px;
  padding: 30px 30px 30px 100px;
  line-height: 120%;
  font-size: 14px;

}
.list li i {
  width: 36px;
  height: 36px;
  /*background: #009FE3 url(../images/ic-tick.svg) center center no-repeat;*/
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 45px;
  top: 50%;
  transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
}

.discover-offers .row{
  margin-right: -10px;
  margin-left: -10px;
}
.discover-offers .row .col-sm-4.col-xs-12{
  padding-right: 10px;
  padding-left: 10px;
}
.discover-offers .img-thumb{
  margin-top: 45px;
  height: 280px;
  overflow: hidden;
}
.discover-offers .img-thumb img{
  object-fit: cover;
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
}
.discover-offers .col-sm-4.col-xs-12:hover .img-thumb img{
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.offer-conn h5{
  float: left;
  width: 100%;
  position: relative;
}
.offer-conn h5 a{
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  position: relative;
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
  float: left;
  margin: 0px;
}
.offer-conn h5 a:hover{
  color: #EC6707;
}
.offer-conn h5 .tag{
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 20px;
  background: #EC6707;
  text-transform: uppercase;
  display: inline-block;
  line-height: normal;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.offer-conn {
  margin-top: 20px;
}
.offer-conn a{
  font-size: 16px;
  color:#009fe3;
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
}
.offer-conn h6{
  font-size: 16px;
  font-weight: 500;
  color: #9C9C9C;
  margin-top: 10px;
}
.offer-conn .btn-primary{
  margin-top: 20px;
}
.offer-conn .btn-primary::before{
  background-size: 8px;
}
/*.activites-list.find-result{
  height: 180px;
}*/
.activites-list.find-result .sb-scrollbar-container{
  right: 25px;
}
.activites-list.find-result .sb-content{
  width: 112%;
  padding-right: 12%;
}
.activites-list .sb-scrollbar{
  height: 155px;
}

.bottom-stick{
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 111;
}
.bottom-stick .conn-raw{
  background: #ffffff;
  border-top: 4px solid #ACACAC;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}
.bottom-stick .conn-raw:before,  .conn-raw.offer .col-sm-3:before{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 1px;
  height: 56px;
  background: #BEBEBE;
  content: "";
}
.conn-raw.offer .col-sm-3:before{
  left: inherit;
  right: -20px;
}
.conn-raw.offer .col-sm-3:last-child:before,
.conn-raw.offer .col-sm-3:nth-child(3):before{
  display: none;
}
.bottom-stick .conn-raw .conn{
  padding: 30px;
}
.bottom-stick .conn-raw .conn p{
  float: left;
  width: auto;
  margin: 0px;
}
.bottom-stick .conn-raw .conn a{
  max-width: 255px;
  float: right;
  margin: 0px;
}
/*----------------carrieres end----------------*/



/*----------------protection Start----------------*/
.protection-con{
  padding: 0 120px 70px 0;
}
.protection-con h3{
  float: left;
  width: 100%;
  font-size: 14px;
  color: #009FE3;
  line-height: 140%;
  padding-top: 40px;
  text-transform: uppercase;
}
.protection-con p{
  padding-top: 20px;
  font-weight: 500;
}

.protection-con li{
  float: left;
  width: 100%;
  padding-left: 30px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 140%;
  position: relative;
}
.protection-con li:before{
  top: 2px;
}

.offer-main{
  padding: 20px 0 35px;
}

.offer-box{
  background: #fff;
  padding: 30px 25px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
  border-top: 3px solid #009FE3;
}
.offer-box h6{
  font-size: 16px;
  color: #009FE3;
}
.offer-box p{
  padding-top: 5px;
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

.challenge-raw{
  background: #009FE3;
}

.challenge-con{
  padding: 40px 65px 0;
}
.challenge-con h3{
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}


.mission-list {
  display: inline-block;
  padding-top: 30px;
}
.missions-box{
  float: left;
  width: 100%;
  padding: 0 40px;
  margin: 20px 0 0;
  line-height: 203px;
  border: 2px solid #D6D6D6;
  position: relative;
}
.missions-box::before{
  background: #fff url(../images//arrow-blue.svg) no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  margin: 0 auto;
  content: "";
}
.missions-box p{
  float: none;
  display: inline-block;
  color: #009FE3;
  vertical-align: middle
}


.meet-raw.info .parallex-image{
  top: -70px;
  height: 125% !important;
}
.offer-raw{
  position: relative;
}
.info-box{
  background: rgba(255,255,255,0.90);
  float: left;
  width: 100%;
  margin: 10px 0;
  padding: 40px 25px 15px;
  min-height: 295px;
}
.info-box h6{
  text-transform: uppercase;
  color: #009FE3;
}
.info-box .region-list li{
  width: 100%;
  padding-left: 55px;
  min-height: 30px;
  line-height: 140%;
}
.info-box .region-list li::before{
  background-size: 8px;
  width: 30px;
  height: 30px;
}

.knowmore-raw h2{
  color: #ffffff;
  line-height: 90%;
}
.knowmore-raw a{
  background: url(../images/arrow-w.svg) no-repeat left center;
  float: left;
  width: auto;
  margin-top: 40px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 120%;
  padding-left: 20px;
  text-transform: uppercase;
}
.bmargin{
  margin-bottom: 109px;
}

.bottom-stick .conn-raw.offer::before{
  display: none;
}
.conn-raw.offer .conn p{
  color: #636363
}
.conn-raw.offer .conn h6{
  float: left;
  width: 100%;
}


.offer-socail{
  float: right;
  width: 40px;
  position: fixed;
  right: 2.5%;
  top: 30%;
  z-index: 99;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.offer-socail.active{
  opacity: 0;
  visibility: hidden;
}
.offer-socail ul li{
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
.offer-socail ul li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.offer-socail ul li a img{
  display: inline-block;
  transition: all 0.5s ease;
}
.offer-socail ul li a img:hover{
  transform: scale(1.2);
}
.clear-both {
  clear: both;
  display: table;
}
.protection-con .btn-primary.clear-both{
  margin-top: 10px;
}
/*----------------protection end----------------*/
.discover-offers select.form-control{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.custom-select {
  position: relative;

}

.discover-offers .select-selected{
  padding: 0;
}
.discover-offers .select-selected.open .filter-btn{
  border-radius: 30px 30px 0 0;
}
.discover-offers .select-selected .filter-btn{
  background: #F2F2F5;
  width: 100%;
  padding: 0 20px;
  text-align: left;
  border-radius: 50px;
  position: relative;
  z-index: 9;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.dropdown-menu.select-items{
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
}
/* .dropdown-menu.select-items li,
.dropdown-menu.select-items > div:hover{

} */
.dropdown-menu.select-items li label{
  cursor: pointer
}
.dropdown-menu.select-items .sb-scrollbar-container,
.dropdown-menu.select-items .sb-scrollbar-container:hover{
  background-color: transparent;
}
/* .dropdown-menu.select-items.scroll-raw{
  max-height: 250px;
} */
.dropdown-menu.select-items.scroll-raw .sb-content {
  max-height: 225px !important;
  /* min-height: 135px !important; */
  height: auto !important;
  padding: 0 !important;
}
.select-selected {
  background-color: #F2F2F5;
  height: 55px;
  line-height: 55px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: #F2F2F5;
  color: #A5A5A5;
  padding: 0 20px;
  font-size: 14px;
}

/*style the arrow inside the select element:*/
.select-selected:after, .select-selected .filter-btn:after {
  position: absolute;
  content: "";
  top: 7px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-image: url(../images/ic-dropdown.svg);
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after,
.select-selected.open .filter-btn:after{
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

/*style the items (options), including the selected item:*/
.select-items div {
  color: #A5A5A5;
  cursor: pointer;
  user-select: none;
}
.select-selected {
  color: #000000;
  cursor: pointer;
  user-select: none;
  font-weight: 500;
}
/*style items (options):*/
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #F2F2F5;
  border-radius: 0 0 50px 50px;
  -moz-border-radius: 0 0 50px 50px;
  -webkit-border-radius: 0 0 50px 50px;
}
.select-items > div, .select-items li{
  background-color: #F2F2F5;
  color: #A5A5A5;
  padding: 0 20px;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
  cursor: pointer;
}
.select-items > div:hover, .select-items li:hover{
  background-color: #E2E2E5;
}
.select-items > div:hover{
  background-color: #E2E2E5;
}
.select-selected.select-arrow-active{
  border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  -webkit-border-radius: 30px 30px 0 0;
}
.select-items > div:last-child{
  border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  -webkit-border-radius: 0 0 30px 30px;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}


/*--------our news start--------*/
.our-news-raw{
  background: #009FE3;
}
.our-news-raw.viapost-post::before{
  display: none;
}
.our-news-raw.viapost-post h3{
  color: #ffffff;
}
.our-news-raw .post-img img{
  width: 100%;
}
.our-news-raw .blog-conn{
  text-align: left;
}
.news-raw > div{
  margin-top: 20px;
}
.our-news-raw .nav-tabs.column4{
  width: 100%;
  border: 0px;
  margin: 30px 0;
}
.our-news-raw .nav-tabs.column4 > li{
  width: 23.8%;
  margin-right: 15px;
}
.our-news-raw .nav-tabs.column4 > li:last-child{
  margin-right: 0px;
}
.our-news-raw .nav-tabs > li > a{
  background: #D4D4D4;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #848484;
  margin: 0;
  padding: 20px !important;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  border: 0;
  box-shadow: none;
}
.our-news-raw .nav-tabs > li > a:hover,
.our-news-raw .nav-tabs > li.active > a{
  background: #EC6707;
  color: #ffffff;
  border: 0;
  box-shadow: none;
}
.bold{
  font-weight: bold;
}
.margtop20{
  margin-top: 15px;
}
.margtop30{
  margin-top: 30px;
}
.margBot30{
   margin-bottom: 30px;
 }
.margtop40{
  margin-top: 40px;
}
.margtop50{
  margin-top: 50px;
}
.article-col{
  margin-top: 30px;
}
.article-col p {
  font-size: 12px;
  color: #696969;
  font-weight: 500;
  margin-top: 15px;
}
.article-col iframe, .article-col video{
  background-size: cover;
  object-fit: cover;
  -webkit-background-size: cover;
  -webkit-object-fit: cover;
  height: inherit;
  width: 100%;
}
video{
  cursor: pointer;
}
.article-col img{
  background-size: cover;
  object-fit: cover;
  /*height: 100%;*/
  width: 100%;
}
.article-col .video-col, .article-col .article-img-col{
  overflow: hidden;
}
.article-col .video-col iframe{
  height: 255px;
}
.article-col-raw .article-col iframe{
  height: 335px;
}
.padright20{
  padding-right: 20%;
}
.padright30{
  padding-right: 30%;
}
.article-raw .conn > p,
.article-col-raw .conn > p{
  margin-top: 10px;
  float: none;
  /*letter-spacing: -0.5px !important;*/
}
.article-raw p{
  font-weight: 500;
}
.font16 {
  font-size: 16px;
}
.font20 {
  font-size: 20px;
  line-height: 110%;
  color: #ffffff;
}
.article-col-raw .left-conn {
  top: -40px;
  left: -35px;
}
.article-col-raw .left-conn .article-img {
  height: 440px;
  overflow: hidden;
}
.article-col-raw .left-conn .article-img .img-responsive {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.article-item {
  float: left;
  width: 100%;
  background: #F5F5F5;
  margin-top: 5px;
  padding: 30px;
}
.article-item .article-tag{
  color: #B4B4B4;
  font-size: 14px;
  font-weight: 500;
}
.article-item a{
  color: #009FE3;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  line-height: 150%;
  width: 100%;
  margin: 5px 0 0;
}
/*.article-item a span{
  height: 28px;
  width: 28px;
  background: #009FE3 url(../images/arw-white.svg) center center no-repeat;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  background-size: 8px;
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
}*/
.article-item a:hover{
  color: #009fe3;
}
.article-item a:hover span{
  right: 0;
}
.article-col-raw .right-conn p.bold{
  font-weight: bold;
}
.article-col-raw .right-conn p{
  font-weight: 500;
  margin-top: 10px;
}
.article-col-raw .right-conn .first {
  margin-top: 140px;
}
.comment-raw {
  margin-top: 80px;
  position: relative;
  border-bottom: 3px solid #EC6707;
  padding-bottom: 30px;
}
.comment-raw:before{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 20px;
  width: 3px;
  background: #EC6707;
  content: "";
}
.comment-raw h6 {
  position: relative;
  padding-left: 50px;
  line-height: 120%;
}
.comment-raw span {
  position: absolute;
  left: 0;
  top: 0;
}
.comment-raw blockquote {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 50px;
  line-height: 120%;
}
.article-list {
  border-top: 1px solid #BEBEBE;
}
.article-post .left-conn .article-conn {
  background: #F5F5F5;
  padding: 25px 30px;
  margin-top: 30px;
  overflow: hidden;
}
.article-post .left-conn .article-conn p{
  font-weight:bold;
  line-height: 145%;
}
/*--------our news end--------*/
/*-----------locations start----------*/
.locations-raw{
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.locations-raw .container{
  position: relative;
}
.locations-raw .finder-raw{
  background: transparent;
}
.locations-raw h3.bg-text{
  margin: 0px;
}
.trade-raw.human-resources-raw h2{
  margin-bottom: 20px;
}
.locations-raw h2,
.locations-raw .distributor-finder .btn-geolocate,
.trade-raw.human-resources-raw h2,
.trade-raw.human-resources-raw h3,
.trade-raw.human-resources-raw span
{
  color: #ffffff;
}
.trade-raw.human-resources-raw h3{
  line-height: 120%;
}
.references-section {
  .container {
    padding: 0 100px;
  }

  h2 {
    color: #000;
    font-size: 45px;
    font-weight: 500;
    span {
      color: #009fe3;
      font-size: 45px;
      font-weight: 700;
    }
  }

  #reference-slider {
    padding-top: 50px;
    overflow: hidden;
  }

  .reference-slider__slide {
    background-color: white;
    margin-left: 50px;
    margin-right: 50px;
  }

  .slick-list {
    height: auto !important;
  }

  .slick-arrow.slick-prev {
    background: url(../images/arrow-wl.svg) no-repeat center rgba(0, 159, 227,1);
  }

  .slick-arrow.slick-next {
    background: url(../images/arrow-w.svg) no-repeat center rgba(0, 159, 227,1);
  }
}
.locations-raw .distributor-finder .btn-geolocate:before{
  background: transparent url(../images/arrow-w.svg) center center no-repeat;
}
.locations-raw .search-loction .form-control,
.locations-raw .finder-raw .finder-btn {
  background-color: #fff;
}
.locations-raw:before{
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.65);
  height: 100%;
  width: 100%;
  content: "";
}
.make-possible-raw{
  background: #009FE3 url(../images/pattern-bg1.jpg) left top repeat;
  /*position: relative;  */
}
.make-possible-raw h2 {
  margin-bottom: 20px;
}
.make-possible-raw .trentaine-raw{
  position: relative;
  margin-top: 10px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.make-possible-raw .trentaine-raw .conn{
  height: auto;
  max-height: inherit;
  padding: 20px 30px;
  cursor: default;
}
.make-possible-raw .trentaine-raw .conn-raw {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  max-height: 0px;
  height: 0px;
  opacity: 0;
  overflow: hidden;
}
.make-possible-raw h2,
.make-possible-raw h3,
.make-possible-raw span,
.make-possible-raw .trentaine-raw .conn a span{
  color: #ffffff;
}
.make-possible-raw .trentaine-raw .conn p{
  padding: 10px 0 0;
}
.make-possible-raw .trentaine-raw .conn a {
  margin-top: 10px;
  color: #ffffff;
}
.make-possible-raw .trentaine-raw .conn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,.7);
  padding: 20px;
  cursor: default;
  min-height: 119px;
}
.make-possible-raw .trentaine-raw:hover .conn-raw {
  margin-bottom: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  max-height: 100vh;
  height: auto;
  opacity: 1;
  overflow: visible;
}
/*.make-possible-raw .trentaine-raw.roll .conn-raw {
    margin-bottom: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    max-height: 100vh;
    height: auto;
    opacity: 1;
    overflow: visible;
}*/
/*.make-possible-raw .trentaine-raw .conn p{
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  max-height: 0px;
  height: 0px;
  opacity: 0;
  overflow: hidden;
}
.make-possible-raw .trentaine-raw:hover .conn p{
  padding-top: 10px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  max-height: 100vh;
  min-height: 78px;
  height: auto;
  opacity: 1;
  overflow: visible;
}*/

.playpause {
  background: transparent url(../images/ic-play.png) center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: initial;
  left: 50%;
  top:50%;
  position: absolute;
  right: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  border-radius:100px;
  -webkit-border-radius:100px;
  -moz-border-radius:100px;
  opacity: 0.6;
}
.playpause:hover{
  opacity: 0.8;
}
button.playpause.play{
  display: none;
}
.bg-blue-pattern{
  background: #009FE3 url(../images/blue-pattern.jpg) left top repeat;
  position: relative;
}
.combinable-activities-raw .right-conn .bg-blue-pattern,
.combinable-activities-raw .left-conn .video-raw{
  height: 421.88px;
  overflow-x: hidden;
  overflow-y: auto;
}
.combinable-activities-raw .left-conn .video-raw video{
  float: left;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.combinable-activities-raw .right-conn .bg-blue-pattern{
  padding: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}
.combinable-activities-raw .right-conn .bg-blue-pattern p:not(.combinable-activities-raw .right-conn .career-blue-pattern p) {
  /*position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);*/
  display: block;
  float: none;
  width: 70%;
  color: #fff;
}
.career-blue-pattern p{
  color: #fff;
}
.vispost-area-raw .left-conn{
  text-align: center;
}
.vispost-area-raw .left-conn img{
  margin: 70px auto 0;
  display: inline-block;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
  -webkit-transform: translatey(0px);
  -webkit-animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
    -webkit-transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
  }
}
.vispost-area-raw .right-conn h6{
  color: #009FE3;
  font-size: 14px;
}
.vispost-area-raw .right-conn p{
  line-height: 146%;
  font-size: 14px;
}
.vispost-area-raw .right-conn ul{
  float: left;
  width: 100%;
  position: relative;
  /*border-left: 2px solid #009FE3;*/
}
.vispost-area-raw .right-conn ul:before{
  position: absolute;
  left: 0;
  height: 100%;
  width: 2px;
  content: "";
  background: #009FE3;
  top: 0;
}
.vispost-area-raw .right-conn ul li{
  float: left;
  width: 100%;
  padding-left: 100px;
  margin-top: 50px;
  position: relative;
  background: transparent url(../images/ic-round-arrowblue.svg) left 49px center no-repeat;
  /*border-left: 2px solid #009FE3;*/
}
.vispost-area-raw .right-conn ul li:before{
  position: absolute;
  left: 0;
  height: 2px;
  width: 50px;
  content: "";
  background: #009FE3;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
}
.vispost-area-raw .right-conn ul li:first-child:after{
  background: #ffffff;
  height: 49%;
  width: 55px;
  top: 0;
  left: -5px;
  position: absolute;
  content: "";
}
.vispost-area-raw .right-conn ul li:last-child:after{
  background: #ffffff;
  height: 48.2%;
  width: 55px;
  bottom: 0;
  left: -5px;
  position: absolute;
  content: "";
}
/*.vispost-area-raw .right-conn ul li:after{
width: 18px;
 height: 18px;
 background: transparent url(../images/ic-round-arrowblue.svg) center center no-repeat;
 background-size: contain;
 position: absolute;
 content: "";
 left: 49px;
 top: 50%;
 transform: translate(0,-50%);
 -webkit-transform: translate(0,-50%);
}*/
.vispost-area-raw .right-conn ul li:first-child{
  margin-top: 0px;
}
.new-h3{
  font-family: Montserrat,sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 120%;
}
.combinable-activities-raw h2{
  margin-bottom: 20px;
}
.combinable-activities-raw .missions-box::before{
  background-color: #F8F8F8;
}
.combinable-activities-raw.bg-gray {
  background: #F8F8F8;
}
.combinable-activities-raw .missions-box {
  height: 350px;
  margin: 0;
  position: relative;
}
.combinable-activities-raw .missions-box p{
  color: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  display: block;
  float: none;
  width: 70%;
}
.combinable-activities-raw .missions-box p a{
  color: #EC6707;
}
.combinable-activities-raw .missions-box p a:hover{
  color: #E7620B;
}
.locations-raw .distance.finder-raw.open,
.locations-raw .finder-raw.open .find-result {
  background: #ffffff;
}
.slick-prev.slick-arrow.slick-disabled,
.slick-next.slick-arrow.slick-disabled{
  display: none !important;
}
/*-----------locations end----------*/
.discover-offers{
  background: #ffffff;
  position: relative;
  z-index: 99;
}
.meet-raw.info{
  padding-bottom: 70px;
}
.row.news-raw{
  margin-right: -10px;
  margin-left: -10px;
}
.news-raw > div {
  padding-right: 10px;
  padding-left: 10px;
}




.nav-down{
  top: -1px;
}
.nav-up {
  top: -74px;
}




.activites-list li img{
  transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
}
.block447activites.activities-raw .activites-list li {
  height: 441px;
}
.block447activites.activities-raw{
  height: 440px;
}
.block447activites.activities-raw .activites-list li img,
  /*.activities-raw.block447activites-ve .activites-list li img,*/
.activities-raw.block447nos .activites-list li img,
.activities-raw.block447site .activites-list li img{
  transform: scale(1);
  -webkit-transform: scale(1);
}
.block447activites.activities-raw .activites-list li:hover img,
  /*.activities-raw.block447activites-ve .activites-list li:hover img,*/
.activities-raw.block447nos .activites-list li:hover img,
.activities-raw.block447site .activites-list li:hover img{
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}
.multi-tous-slide h5 {
  text-align: center;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.activities-raw .left-conn p:not(.font-normal){
  font-weight: 600;
}




select::-ms-expand {
  display: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.fix-header {
  position: fixed !important;
  top: 0 !important;
}
input[type=number] {
  -moz-appearance:textfield;
}
input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.protection-con a.btn-primary {
  max-width: 250px;
  min-width: 250px;
}
.offer-socail.active{
  display: none;
}
span.copyright-mobile{
  display: none;
}
.form-group .intl-tel-input{
  width: 100%;
}
.DropDownBtn{
  display: none;
}
.carriere-page .nous-rendons{
  background: #009FE3 url(../images/pattern-bg1.jpg) left top repeat;
}
.inner .nous-rendons{
  background: #009FE3 url(../images/pattern-bg1.jpg) left top repeat;
}
.inner .nous-rendons h2
{
  margin-bottom: 20px;
}
.inner .nous-rendons h1,
.inner .nous-rendons h2,
.inner .nous-rendons p,
.inner .nous-rendons span
{
  color: #fff !important;
}
.inner .nous-rendons .conn-raw p{
  color: #000 !important;
}
.inner .nous-rendons p .orange{
  font-weight: bold;
}
.carriere-page .nous-rendons h1,
.carriere-page .nous-rendons h2,
.carriere-page .nous-rendons p{
  color: #fff !important;
}
.carriere-page .nous-rendons .conn-raw p{
  color: #000 !important;
}
.carriere-page .nous-rendons p .orange{
  font-weight: bold;
}
.btn-primary.ArrowRight{
  padding: 0 30px 0 55px;
}
.btn-primary.ArrowRight:before{
  left: 10px;
  right: initial;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.btn-primary.ArrowRight:before {
  left: 10px;
  right: initial;
  transform: rotate(-180deg);
}
.btn-primary:hover.ArrowRight:before {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.nous-avons .nav-tabs.Mobile{
  display: none !important;
}
.nous-contracter-raw .offset-sm-1,
.knowmore-raw .offset-sm-1{
  padding-top: 20px;
}
.tearms-raw {
  margin: 20px 0;
  position: relative;
}
.tearms-raw .chkbox {
  display: block !important;
  float: left;
  height: auto;
  margin: 0px;
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 11;
}
.tearms-raw label{
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  position: relative;
  color: #5C5C5C;
  padding-left: 15px;

}
.tearms-raw a{
  color: #009FE3;
}
.tearms-raw a:hover{
  text-decoration: underline;
}

.contact-form .intl-tel-input .country-list{
  overflow-x: hidden;
}
.contact-form .intl-tel-input .country-list .country {
  padding: 5px;
}
.contact-form .intl-tel-input .country-list .country span{
  display: none;
}
.contact-form .intl-tel-input .country-list .flag-box{
  margin: 0px;
}

.fz-11 {
  font-size: 11px;
}
.pt-120 {
   padding-top: 90px !important;
 }

.border-b-grey{
  border-bottom: 1px solid lightgrey;
}

.navbar-brand img {
  width: 122px;
}

@media (min-width:1281px) {
  .post-slider .slick-slide,.slick-slide {
    margin: 0 5px;
  }
  .meet-raw .container,.performance-raw .container,.viapost-post .container {
    padding: 0 100px;
  }
  .viapost-post.externaliser-raw .container{
    padding: 0px;
  }
  /*.activities-raw.voter-logistique .left-conn, .activities-raw.viapost-entreprise .left-conn{
    padding-right: 80px;
  } */
  .activities-raw.block447home .activites-list li img {
    object-position: 0 0px;
  }
  .article-col-raw .left-conn {
    width: 49%;
    margin-left: -8%;
    top: -40px;
    left: -30px;
  }
  .padright20 {
    padding-right: 30%;
  }
  /*.meet-raw.logistique-chez .left-conn{
    width: auto;
    float: left;
  }*/
  .externaliser-slider .externa-blck{
    min-height: 224px;
  }
  .activites-list li img{
    width: 100%;
  }
  .block447activites-ve.activities-raw .activites-list li:hover h5, .block447activites-ve.activities-raw .activites-list li:hover h3 {
    min-height: 60px;
  }
  .block447home.activities-raw .right-conn{
    width: 55%;
  }
  .block447site.activities-raw .right-conn{
    width: 59%
  }
  .activities-raw.block447home .activites-list li:hover .conn-raw{
    margin-bottom: 60px;
  }
  .activities-raw.block447nos.activities-raw h5, .activities-raw.block447nos.activities-raw h3{
    min-height: 60px;
  }
  .block447activites-ve.activities-raw h5, .block447activites-ve.activities-raw h3 {
    min-height: 70px;
    font-size: 25px;
  }
  .block447nos.activities-raw.viapost-entreprise .activites-list li .conn p{
    min-height: 115px;
  }
  .block447activites.activities-raw .right-conn, .block447activites-ve.activities-raw .right-conn, .block447nos.activities-raw .right-conn{
    width: 50%;
  }
  .block447site.activities-raw .left-conn{
    padding-right: 5%;
  }
  .block447activites-ve.activities-raw, .block447activites.activities-raw {
    height: 550px;
  }
  .block447activites-ve .activites-list li, .block447activites.activities-raw .activites-list li{
    height: 550px;
  }
  .block447activites-ve.activities-raw.viapost-entreprise .left-conn,
  .block447activites.activities-raw.voter-logistique .left-conn {
    padding-top: 10%;
  }
  /*  #home .meet-raw .right-conn{
      bottom: -5%;
    }*/
  .meet-raw.logistique-chez .right-conn {
    width: 44%;
  }
}

@media (max-width:1281px) {
  #home .meet-raw .left-conn{
    width: 100%;
  }
  .activities-raw p br, .activities-raw .left-conn p br{
    display: none;
  }
  .activities-raw .conn h5 br{
    display: none;
  }
}

@media (min-width:1921px) {
  .activities-raw .right-conn {
    width: 52%;
  }
}


@media (max-width:1121px){
  .performance-raw .right-conn p br,
  .activities-raw.viapost-compris p br,
  .meet-raw .left-conn p br,
  .meet-raw .left-conn h5 br,
  .milage-box p br {
    display: none;
  }
  .performance-raw .left-conn img {
    height: 100%;
    object-fit: cover;
  }
  .activites-list li img{
    height: auto;
  }
}
@media only screen and (min-width:1121px) and (max-width:1300px) {
  /*.meet-raw.logistique-chez .right-conn {
    right: 100px;
    bottom: -30px;
    position: absolute;
  }*/
}
@media only screen and (min-width:1121px) and (max-width:1279px) {
  .container {
    width: 98%;
    max-width: 98%;
  }
  h5{
    font-size: 22px;
  }
  .activities-raw h3, .activities-raw h2 span, .nous-avons h3, .une-solution-raw h3, .des-moyens-raw h3, .bg-text, .meet-raw h3, .des-moyens-raw h2 span, .meet-raw h2 span {
    font-size: 74px;
  }

  .activities-raw .conn h3{
    font-size: 22px !important;
  }

  .down-btn{
    left: -10px;
    bottom: 0;
    width: 20px;
    height: 68px;
  }
  .btm-ftr p a{
    padding-left: 10px;
    margin-left: 10px;
  }
  .btm-ftr .left-conn p:last-child, #poste-mention {
    margin-top: 20px;
  }

  .article-col-raw .left-conn{
    left: -26px;
  }
  .article-item{
    padding: 30px;
  }
  .article-item a{
    margin-top: 20px;
  }

}
@media only screen and (min-width:992px) and (max-width:1120px) {
  .breadcrumb-raw{
    margin-top: 72px;
  }
  .trade-slider .circle-orange p strong,
  .moyens-slider .circle-white p strong {
    font-size: 50px;
  }

  .meet-raw h3, .meet-raw h2 span {
    margin-bottom: 50px;
  }

  .trade-slider .circle-orange {
    height: 180px;
    width: 180px;
    line-height: 180px;
  }

  .blog-conn p,.footer-nav p,.footer-nav>ul li a,.trade-slider .circle-orange p {
    font-size: 12px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }
  .box-hover.roll .conn h6 {
    margin-top: 10px;
  }
  .meet-raw .left-conn {
    padding: 40px;
  }

  .footer .btm-ftr .left-conn {
    padding-right: 0;
    width: 72%;
  }

  .footer .btm-ftr .right-conn {
    width: 28%;
  }

  .btm-ftr p a {
    padding-left: 8px;
    margin-left: 8px;
  }

  .social-list {
    margin-left: 10px;
  }

  .social-list li a {
    width: 30px;
    height: 30px;
    line-height: 29px;
  }

  .btm-ftr .left-conn p:last-child, #poste-mention {
    margin-top: 15px;
  }

/*    .btm-ftr .margin a:last-child {
        margin-top: 15px;
    }*/

  .meet-raw .container,.performance-raw .container,.viapost-post .container {
    padding: 0 5%;
  }

  .blog-conn p {
    min-height: 65px;
  }

  .activites-list li .conn {
    padding: 15px;
    min-height: 135px;
  }
  .activities-raw.block447activites .activites-list li:hover .conn {
    min-height: 190px;
  }
  .activities-raw .btn-primary{
    left: 15px;
  }
  /*.activites-list li{
    height: 580px
  }
  .activities-raw{
    min-height: 580px;
  }*/
  .activities-raw h2,.meet-raw h2,.performance-raw h2,.viapost-post h2,.meet-raw.logistique-chez h2, .nous-avons h2,
  .une-solution-raw h2 {
    font-size: 35px;
  }

  .activities-raw h2 span,.meet-raw h2 span,.performance-raw h2 span,.viapost-post h2 span,.meet-raw.logistique-chez h2 span, .nous-avons h2 span,
  .une-solution-raw h2 span {
    font-size: 35px !important;
  }

  .activities-raw h3, .activities-raw h2 span,.meet-raw h3,.performance-raw h3,.viapost-post h2 span,.meet-raw.logistique-chez h3, .nous-avons h3,
  .une-solution-raw h3, .meet-raw h2 span, .externaliser-raw h3 {
    font-size: 66px;
  }
  /*.activities-raw.viapost-compris .activites-list li .conn {
    min-height: 74px;
  }*/
  .btn-primary{
    font-size: 11px;
    padding: 0 40px 0 18px;
  }
  .btn-primary:before{
    width: 25px;
    height: 25px;
    right: 8px;
    top: 10px;
  }
  /*-----------------------------*/
  .externaliser-slider .externa-blck, .externaliser-slider1 .externa-blck{
    padding: 18px;
  }
  .nous-contracter-raw .myraw {
    padding: 30px 0;
  }
  .med-text {
    font-size: 35px;
  }
  .bg-text {
    font-size: 70px;
  }
  .nous-contracter-raw .btn-default {
    margin-top: 10px;
  }
  .activities-raw.nous-gГ©rons .bg-blue{
    padding: 40px 30px;
    margin-top: 20px;
  }
  .nous-avons .nav-tabs > li > a span{
    font-size: 15px;
    width: 70%;
  }
  .multi-steps > li.is-active::before, .multi-steps > li.is-active ~ li::before{
    font-size: 20px;
    width: 46px;
    height: 46px;
    line-height: 46px;
  }
  /*.multi-format-slide .slick-slide h5 {
    padding: 30px 20px;
  }*/
  .externaliser-slider1 .externa-blck h5{
    font-size: 18px;
    margin-bottom: 5px;
  }
  .externaliser-slider1 .externa-blck {
    min-height: 285px;
  }
  .verifi-list li:nth-child(5), .verifi-list li:nth-child(6), .verifi-list li:nth-child(7) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .img-chk label h6{
    font-size: 16px;
    left: 15px;
    bottom: 15px;
  }
  .milage-box {

    padding: 40px 100px;
  }
  .distributor-finder{
    margin-top: 20px;
  }
  .distri-list{
    height: 420px;
  }
  /*------------------------------*/
  .sb-content{
    padding-right: 9%;
  }
  .result-box{
    width: 450px;
  }
  .single-result{
    right: -35px;
  }
  .det-left p, .link-raw p{
    margin-top: 10px;
  }
  .btn-discover, .link-raw .right-conn .btn-discover{
    padding-left: 25px;
    font-size: 12px;
  }
  .det-left p br, .link-raw p br{
    display: none;
  }
  .down-btn{
    left: -10px;
    bottom: 0;
    width: 20px;
    height: 68px;
  }

  .problematique-slider .slick-dots{
    right: -20px;
  }
  .challenge-con {
    padding: 20px 45px 0;
  }
  .missions-box{
    padding: 0 20px;
    line-height: 190px;
  }
  .knowmore-raw h2{
    font-size: 70px;
  }


  .offer-conn .btn-primary{
    font-size: 14px;
  }



  .our-news-raw .nav-tabs.column4{
    margin: 20px 0;
  }
  .our-news-raw .nav-tabs.column4 > li{
    margin-right: 12px;
  }
  .our-news-raw .nav-tabs > li > a{
    padding: 15px !important;
  }

  .padright20 {
    padding-right: 18%;
  }
  .margtop50 {
    margin-top: 40px;
  }


  .article-col-raw .left-conn{
    left: 0;
  }
  .article-item{
    padding: 30px;
  }
  .article-item a br{
    display: none;
  }
  .comment-raw {
    margin-top: 60px;
  }
  .comment-raw h6{
    padding-left: 40px;
  }
  .article-col-raw .right-conn .first {
    margin-top: 170px;
  }


  .article-post .left-conn .article-conn{
    padding: 20px 25px;
  }




  .vispost-area-raw .right-conn ul li{
    padding-left: 90px;
    margin-top: 30px;
  }
  .combinable-activities-raw .right-conn .bg-blue-pattern, .combinable-activities-raw .left-conn .video-raw {
    height: 300px;
  }
  .adresse-detail p{
    font-size: 14px;
  }
  .activities-raw.block447home, .activities-raw.block447home .activites-list li{
    height: 400px;
  }
  .activities-raw.block447activites, .activities-raw.block447activites .activites-list li{
    height: 345px;
  }
  .block447site.activities-raw .right-conn{
    width: 60%;
  }
  .block447site.activities-raw .left-conn {
    margin-left: 0;
    padding-top: 25px;
  }
  .block447site.activities-raw.viapost-compris{
    height: 310px;
  }
  .block447site.activities-raw.viapost-compris .activites-list li{
    height: 311px;
  }
  .activities-raw.block447home h5 {
    min-height: 40px;
  }
  .block447site.activities-raw .right-conn h5{
    min-height: 40px;
  }
  .block447site.activities-raw .activites-list li .conn-raw p {
    min-height: 70px;
  }
  .activities-raw.block447home .activites-list li:hover .conn-raw {
    margin-bottom: 60px;
  }
  .make-possible-raw .trentaine-raw .conn h5 {
    min-height: 50px;
  }
  /*.make-possible-raw .trentaine-raw:hover .conn h5 {
    min-height: 50px;
  }*/
  .activities-raw h5, .activities-raw .conn h3{
    min-height: 45px;
  }
  .block447activites-ve.activities-raw h5 {
    min-height: 50px;
  }
  .activites-list li .conn-raw p{
    min-height: 110px;
  }
  .activities-raw.block447home .activites-list li .conn-raw p{
    min-height: 90px;
  }
  .post-img {
    height: 240px;
  }
  .post-blck .blog-conn p {
    min-height: 60px;
  }
  .activities-raw.voter-logistique .left-conn {
    padding-top: 3%;
  }
  /*.activities-raw.voter-logistique, .voter-logistique .activites-list li{
    min-height: 345px;
    height: 345px;
  }*/
  .activities-raw.voter-logistique .activites-list li .conn-raw p {
    min-height: 50px;
  }
  /*.activities-raw.viapost-entreprise {
    min-height: 355px;
    height: 355px;
  }
  .activities-raw.viapost-entreprise .activites-list li{
    height: 355px;
  }*/

  .activities-raw.block447nos.viapost-entreprise,
  .activities-raw.block447nos.viapost-entreprise .activites-list li{
    height: 400px;
  }
  .activities-raw.block447nos.viapost-entreprise .activites-list li img {
    height: 100%;
    object-fit: cover;
  }
  .activities-raw.block447nos.activities-raw h5, .activities-raw.block447nos.activities-raw h3 {
    min-height: 65px;
  }
  .activities-raw{
    height: 356px;
  }
  .activites-list li{
    height: 356px;
  }
  .activities-raw.nous-gГ©rons .right-conn-steps {
    padding-top: 10%;
    padding-left: 6%;
  }
  .meet-raw.logistique-chez .right-conn{
    width: 45%;
  }
  .meet-raw.logistique-chez .left-conn{
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .main-banner video{
    height: 100%;
  }
  .make-possible-raw .trentaine-raw .conn p {
    min-height: 78px;
  }
}

@media (max-width:991px) {
  .activities-raw .btn-primary {
    bottom: 10px;
    left: 10px;
  }
  .challenge-con h3 br{
    display: none;
  }
  .trade-slider .circle-orange p br {
    display: none;
  }
  .down-btn{
    left: -10px;
    bottom: 0;
    width: 20px;
    height: 68px;
  }
  .trentaine-raw .conn h5 br{
    display: none;
  }
  .protection-con h3{
    padding-top: 20px;
  }
  .protection-con p {
    padding-top: 15px;
  }
  .protection-con {
    padding: 0 60px 50px 0;
  }
  .store-raw h1 {
    margin-top: 30px;
  }
  .vispost-area-raw .left-conn img {
    margin: 50px auto 0;
  }

}

@media only screen and (min-width:768px) and (max-width:991px) {
  .social-con li a span.soc-img {
    width: 40px;
    height: 40px;
    line-height: 39px;
  }

  .social-con li a {
    line-height: 39px;
  }

  .social-con li a span.soc-img img {
    width: 20px;
  }

  .trade-slider .circle-orange p strong,
  .moyens-slider .circle-white p strong {
    font-size: 34px;
  }

  .meet-raw h3, .meet-raw h2 span {
    margin-bottom: 40px;
  }

  .trade-slider .circle-orange {
    height: 160px;
    width: 160px;
    line-height: 160px;
  }

  .trade-slider .slick-arrow.slick-prev {
    left: 0;
  }

  .trade-slider .slick-arrow.slick-next {
    right: 0;
  }

  .trade-slider .slick-arrow.slick-next,.trade-slider .slick-arrow.slick-prev {
    top: 45%;
  }

  .blog-conn p,.trade-slider .circle-orange p {
    font-size: 11px;
  }

  .footer-nav>ul li a {
    background-position: left top 0;
  }

  .footer-nav p,.footer-nav>ul li a {
    font-size: 10px;
  }
  h4{
    font-size: 24px;
  }
  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 16px;
  }

  p {
    font-size: 12px;
  }

  .meet-raw .left-conn {
    padding: 40px;
  }

  .post-slider {
    padding-top: 30px;
  }

  .blog-conn {
    min-height: 200px;
  }

  .performance-raw .left-conn,.performance-raw .right-conn {
    height: 260px;
  }

  .footer .btm-ftr .left-conn {
    padding-right: 0;
    width: 70%;
  }

  .footer-nav>ul li {
    margin: 10px 0;
  }

  .footer .btm-ftr .right-conn {
    width: 30%;
  }

  .btm-ftr p a {
    padding-left: 10px;
    margin-left: 10px;
  }

  .btm-ftr a,.btm-ftr p {
    font-size: 10px;
  }

  .social-list {
    margin-left: 0;
  }

  .social-list li a {
    width: 30px;
    height: 30px;
    line-height: 29px;
  }

  .btm-ftr .left-conn p:last-child, #poste-mention {
    margin-top: 10px;
  }

    /*.btm-ftr .margin a:last-child {
        margin-top: 10px;
    }*/

  .meet-raw .container,.performance-raw .container,.viapost-post .container {
    padding: 0 5%;
  }

  .btm-ftr .left-conn p a::before {
    top: 6px;
  }

  .myraw {
    padding: 50px 0;
  }
  .activities-raw h3, .activities-raw h2 span, .nous-avons h3, .une-solution-raw h3, .des-moyens-raw h3, .bg-text, .des-moyens-raw h2 span{
    margin-bottom: 15px;
  }
  .activites-list li .conn {
    padding: 10px;
    min-height: 110px;
  }
  .activities-raw.block447home .activites-list li .conn,
  .activities-raw.block447activites .activites-list li .conn {
    padding: 10px;
    min-height: 105px;
  }
  .activities-raw.block447home .activites-list li:hover .conn-raw {
    margin-bottom: 45px;
  }
  /*.activites-list li:hover .conn-raw{
    margin-bottom: 0;
  }*/
  .activities-raw h5, .activities-raw .conn h3{
    min-height: 35px;
    font-size: 13px;
  }
  .activites-list li .conn-raw p{
    min-height: 100px;
  }
  .activites-list li,.activities-raw {
    height: 410px;
  }
  .activities-raw.block447activites, .activities-raw.block447activites .activites-list li{
    height: 260px;
  }
  .block447activites-ve.activities-raw h5{
    min-height: unset;
  }
  .block447activites-ve.activities-raw .activites-list li h5,
  .block447activites-ve.activities-raw .activites-list li:hover h5{
    min-height: 35px;
  }
  .block447activites-ve.activities-raw .activites-list li .conn-raw p{
    min-height: 135px;
  }
  /*.voter-logistique .activites-list li, .activities-raw.voter-logistique{
    height: 265px;
    min-height: 265px;
  }*/
  .activities-raw.voter-logistique .activites-list li .conn-raw p {
    min-height: 60px;
  }
  .activities-raw.block447activites.voter-logistique .activites-list li .conn-raw p {
    min-height: 45px;
  }
  .activities-raw .right-conn {
    width: 50%;
  }
  .activities-raw.voter-logistique .left-conn {
    padding-top: 2%;
  }
  .activities-raw .left-conn .sqr-btn {
    margin-bottom: 10px;
    font-size: 12px;
    padding: 5px 15px;
  }
  .blog-conn p {
    min-height: 55px;
  }

  .activites-list li .btn-primary {
    height: 40px;
    line-height: 40px;
    font-size: 10px;
    padding: 0 38px 0 15px;
  }
  h3{
    font-size: 40px;
  }
  .externaliser-slider .externa-blck, .externaliser-slider1 .externa-blck{
    padding: 15px;
  }
  .activities-raw h2, .meet-raw h2, .nous-avons h2, .une-solution-raw h2, .des-moyens-raw h2, .med-text, .viapost-post h2, .viapost-post h3 {
    font-size: 26px;
  }
  .activities-raw h2 span, .meet-raw h2 span, .nous-avons h2 span, .une-solution-raw h2 span, .des-moyens-raw h2 span, .med-text span, .viapost-post h2 span, .viapost-post h3 span {
    font-size: 26px !important;
  }
  .activities-raw h3, .activities-raw h2 span, .meet-raw h3, .nous-avons h3, .une-solution-raw h3, .des-moyens-raw h3, .bg-text, .viapost-post h2 span, .des-moyens-raw h2 span, .meet-raw h2 span {
    font-size: 50px;
  }
  .nous-contracter-raw .myraw {
    padding: 30px 0;
  }
  .nous-contracter-raw .btn-default {
    margin-top: 10px;
  }
  .meet-raw.logistique-chez .left-conn {
    padding: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .meet-raw p br{
    display: none;
  }
  .activities-raw.viapost-entreprise .activites-list li, .activities-raw.viapost-entreprise {
    height: 350px;
    min-height: 350px;
  }
  .activities-raw.block447nos.viapost-entreprise,
  .activities-raw.block447nos.viapost-entreprise .activites-list li{
    height: 380px;
  }
  .activities-raw.block447nos.viapost-entreprise .left-conn{
    padding-top: 6%;
  }
  .activities-raw.block447nos.viapost-entreprise .activites-list li img {
    height: 100%;
    object-fit: cover;
  }
  .activities-raw.block447nos.activities-raw h5, .activities-raw.block447nos.activities-raw h3 {
    min-height: 50px;
  }
  .viapost-post.externaliser-raw .container > p {
    margin-top: 15px;
  }
  .activities-raw.nous-gГ©rons .right-conn-steps {
    padding-top: 8%;
    padding-left: 2%;
  }
  .multi-steps > li.is-active::before, .multi-steps > li.is-active ~ li::before{
    font-size: 20px;
  }
  .multi-steps > li::before{
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
  .activities-raw.nous-gГ©rons .bg-blue{
    margin-top: 20px;
    padding: 30px 20px;
  }
  .activities-raw .left-conn{
    padding-right: 4%;
  }
  .activities-raw.viapost-compris .left-conn {
    padding-top: 60px;
  }
  .nous-avons .nav-tabs > li > a span{
    font-size: 14px;
  }
  /*  .multi-format-slide .slick-slide h5 {
      padding: 20px
    }*/
  .multi-format-slide .conn{
    max-height: 74px;
    height: 88px;
    padding: 30px 20px;
  }
  .multi-format-slide .slick-slide h5, .multi-tous-slide .slick-slide h5, .externaliser-slider1 .externa-blck h5{
    font-size: 16px;
  }
  .problematique-block{
    padding: 20px 30px;
  }
  .problematique-block p {
    font-size: 14px;
  }
  .viapost-post.informatiques-robustes .slick-slide {
    margin: 0 5px;
  }
  .externaliser-slider .externa-blck p, .externaliser-slider1 .externa-blck p{
    font-size: 13px;
  }
  .externaliser-slider1 .externa-blck {
    min-height: 285px;
  }
  .verifi-list li{
    padding-left: 60px;
    padding-right: 20px;
  }
  .verifi-list li::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    left: 20px;
    font-size: 16px;
  }
  /*   .verifi-list li i {
    width: 30px;
    height: 30px;
    background-size: 16px;
    left: 20px;
  } */
  .verifi-list li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .verifi-list li:nth-child(5),
  .verifi-list li:nth-child(6),
  .verifi-list li:nth-child(7) {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .activities-raw.viapost-entreprise .left-conn{
    padding-right: 6%;
    padding-top: 6%;
  }
  .img-chk label h6{
    font-size: 13px;
    left: 10px;
    bottom: 10px;
    padding: 5px;
  }
  .simple-chk label{
    padding: 20px 20px 20px 40px;
  }
  .simple-chk label::before{
    width: 20px;
    height: 20px;
    left: 12px;
  }
  .simple-chk label{
    font-size: 12px;
  }
  .contact-raw .note{
    margin-top: 20px;
  }
  .form-control{
    font-size: 13px;
  }
  .contact-raw .note{
    font-size: 12px;
  }

  .trade-slider .circle-orange, .moyens-slider .circle-white{
    height: 202px;
    width: 202px;
    line-height: 202px;
  }
  .des-moyens-raw .moyens-slider .slick-arrow.slick-prev{
    left: 0;
  }
  .des-moyens-raw .moyens-slider .slick-arrow.slick-next{
    right: 0;
  }
  .activities-raw.viapost-compris .activites-list li {
    height: 360px;
  }
  /*.activities-raw.viapost-compris .activites-list li .conn {
      min-height: 60px;
  }*/
  .activities-raw.viapost-compris{

    height: 359px;
  }
  .plateforme-raw {
    padding: 30px 0;
  }
  .adresse-detail{
    padding: 15px 20px;
  }
  .adresse-detail p{
    font-size: 14px;
  }
  .adresse-detail h6{
    margin-bottom: 10px;
  }
  .distributor-finder{
    margin-top: 20px;
  }
  .loc-list{
    padding: 20px 25px;
  }
  .loc-list h6 {
    font-size: 18px;
  }
  .milage-box {
    padding: 40px 60px;
  }
  .notre-reseau h6 {
    font-size: 14px;
    margin-top: 10px;
  }
  .notre-reseau {
    padding: 30px 0 25px;
  }
  .distributor-finder form > row{
    margin-right: -5px;
    margin-left: -5px;
  }
  .distributor-finder .left-conn, .distributor-finder .center-conn, .distributor-finder .right-conn{
    padding-right: 5px;
    padding-left: 5px;
  }
  .footer-nav.col2 {
    width: 18%;
  }
  .footer-nav.col4 {
    width: 16%;
  }
  .store-raw h1 {
    margin-top: 30px;
  }
  .sb-content{
    padding-right: 10%;
  }
  .result-box{
    width: 100%;
  }
  .single-result{
    right: 0px;
  }
  .det-left p, .link-raw p{
    margin-top: 10px;
    font-size: 13px;
  }
  .btn-discover, .link-raw .right-conn .btn-discover{
    padding-left: 20px;
    font-size: 12px;
  }
  .det-left p br, .link-raw p br{
    display: none;
  }
  .det-left .distri-name{
    font-size: 14px;
  }
  .link-raw .row{
    margin-right: -5px;
    margin-left: -5px;
  }
  .link-raw .row .col-sm-7.col-xs-12, .link-raw .row .col-sm-5.col-xs-12, .link-raw .row .col-sm-6.col-xs-12{
    padding-right: 5px;
    padding-left: 5px;
  }
  .result-box{
    padding: 15px;
  }
  .link-raw .row .col-sm-7.col-xs-12{
    width: 55%;
  }
  .link-raw .row .col-sm-5.col-xs-12{
    width: 45%;
  }
  .sb-content{
    width: 103%;
  }
  .distri-list{
    height: 320px;
  }



  .offer-box p{
    font-size: 18px;
  }
  .challenge-con {
    padding: 20px 45px 0;
  }
  .missions-box{
    padding: 0 15px;
    line-height: 170px;
  }
  .challenge-con h3{
    font-size: 24px;
  }
  .knowmore-raw h2{
    font-size: 50px;
  }
  .info-box{
    padding: 30px 15px 15px;
    min-height: 290px;
  }
  .info-box .region-list li::before {
    background-size: 6px;
    width: 25px;
    height: 25px;
  }
  .info-box .region-list li{
    padding-left: 35px;
  }


  .discover-offers .img-thumb{
    height: 180px;
  }
  .offer-conn h5 a{
    font-size: 15px;
  }
  .offer-conn a{
    font-size: 14px;
  }
  .offer-conn .btn-primary{
    font-size: 11px;
    padding: 0 40px 0 15px;
  }
  .offer-conn h5 .tag{
    font-size: 10px;
    padding: 4px 10px;
  }
  .bottom-stick .conn-raw .conn {
    padding: 20px 10px;
  }
  .bottom-stick .conn-raw .conn p{
    width: 100%;
  }
  .bottom-stick .conn-raw .conn p br{
    display: none;
  }
  .bottom-stick .conn-raw .conn a{
    float: left;
    margin-top: 10px;
  }


  .protection-con h3{
    padding-top: 10px;
  }
  .protection-con p {
    padding-top: 10px;
  }
  .protection-con {
    padding: 0 30px 50px 0;
  }
  .store-raw h1 {
    margin-top: 30px;
  }



  .offer-conn h6{
    margin-top: 5px;
    font-size: 15px;
  }
  .discover-offers select.form-control, .select-selected {
    height: 50px;
    line-height: 50px;
    background-size: 30px;
    font-size: 14px;
  }
  .select-items > div{
    font-size: 14px;
  }
  .select-selected::after{
    width: 36px;
    height: 36px;
    top: 8px;
    background-size: contain;
  }
  .select-selected.select-arrow-active {
    border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -webkit-border-radius: 25px 25px 0 0;
  }
  .discover-offers .img-thumb {
    margin-top: 30px;
  }



  .our-news-raw .nav-tabs.column4{
    margin: 20px 0;
  }
  .our-news-raw .nav-tabs.column4 > li{
    margin-right: 10px;
  }
  .our-news-raw .nav-tabs > li > a{
    padding: 15px 10px !important;
    font-size: 12px;
  }
  .row.news-raw{
    margin-right: -10px;
    margin-left: -10px;
  }
  .row.news-raw{
    margin-right: -10px;
    margin-left: -10px;
  }
  .row.news-raw .col-sm-4.col-xs-12{
    padding-right: 10px;
    padding-left: 10px;
  }
  .blog-conn h6{
    min-height: 80px;
  }



  .padright20 {
    padding-right: 10%;
  }
  .margtop50 {
    margin-top: 30px;
  }




  .article-col-raw .left-conn{
    left: 0;
  }
  .article-item{
    padding: 20px;
  }
  .margtop40 {
    margin-top: 30px;
  }
  .myraw40{
    padding: 30px 0;
  }
  .article-list.myraw60 {
    padding-bottom: 20px;
  }
  .article-item a{
    font-size: 13px;
  }
  .article-item a br{
    display: none;
  }
  .comment-raw {
    margin-top: 60px;
  }
  .comment-raw h6 {
    padding-left: 30px;
    font-size: 14px;
  }
  .article-col-raw .right-conn .first {
    margin-top: 70px;
  }
  .article-col-raw .left-conn .article-img{
    height: 300px;
  }
  .font16 {
    font-size: 13px;
  }
  .article-item .article-tag{
    font-size: 12px;
  }
  /* .article-col-raw .article-col iframe,
   .article-col.video-col {
     height: 235px;
   }*/

  .article-col .video-col iframe{
    height: 240px;
  }

  .article-item a span{
    height: 24px;
    width: 24px;
    background-size: 7px;
  }


  .vispost-area-raw .right-conn ul li{
    padding-left: 90px;
    margin-top: 20px;
  }
  .combinable-activities-raw .right-conn .bg-blue-pattern, .combinable-activities-raw .left-conn .video-raw {
    height: 250px;
  }
  .playpause{
    width: 50px;
    height: 50px;
  }
  .combinable-activities-raw .right-conn .bg-blue-pattern p br {
    display: none;
  }
  .make-possible-raw .trentaine-raw .conn{
    padding: 15px 20px;
  }
  .activites-list.find-result .sb-content{
    width: 114%;
  }
  .performance-raw p {
    margin-bottom: 10px;
  }
  .performance-raw .left-conn{
    width: 40%;
  }
  .performance-raw .right-conn{
    width: 60%;
  }
  /*.box-hover img{
    width: 100%;
  }
  .box-hover.roll .conn h6 {
    margin-top: 100px;
  }*/
  .box-hover .conn{
    padding: 10px;
    height: 40px;
  }
  .box-hover .conn p {
    font-size: 10px;
  }
  .box-hover:hover .conn h6, .box-hover.roll .conn h6 {
    margin-top: 5px;
  }
  .box-hover.roll .conn h6 {
    margin-top: 0;
  }
  .conn-raw.offer .col-sm-3:before {
    right: 0;
  }
  .activites-list li:hover .conn-raw{
    margin-bottom: 45px
  }
  .block447site.activities-raw .right-conn{
    width: 60%;
  }
  .block447site.activities-raw .left-conn {
    margin-left: -10px;
    padding-top: 25px;
  }
  .block447site.activities-raw.viapost-compris{
    height: 240px;
  }
  .block447site.activities-raw.viapost-compris .activites-list li {
    height: 241px;
  }
  .activities-raw.block447site.activities-raw h5{
    min-height: 35px;
  }
  .block447site.activities-raw .activites-list li:hover .conn-raw {
    margin-bottom: 50px;
  }
  .activities-raw.block447home .activites-list li .conn-raw p {
    min-height: 96px;
  }
  .meet-raw.logistique-chez .right-conn {
    width: 40%;
  }
  .post-img {
    height: 210px;
  }

  .main-banner video{
    height: 100%;
  }
  .make-possible-raw .trentaine-raw .conn p {
    min-height: 78px;
  }
}

@media (min-width:767px) {
  .footer .btm-ftr strong br{
    display: none;
  }
}

@media only screen and (min-width:824px) and (max-width:942px){
  .nous-avons .nav-tabs.column3.new-column4 li > a span  {
    width: 75%;
  }
}

@media (max-width:767px) {
  .nous-avons .nav-tabs > li{
    background: #e5e5e5;
    color: #A8A8A8;
  }
  .nous-avons .nav-tabs > li.active {
    background: #009FE3;
  }
  .main-banner video{
    height: 100%;
  }
  .reveal {
    opacity: 1;
    -webkit-transform: inherit !important;
    transform: inherit !important;
  }
  .inner header#header.transparent.at-top{
    background: #ffffff !important;
    position: fixed;
  }
  #header,/*
  ,*/
  #header.transparent.invisible-head {
    position: absolute;
    transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
  }

  #home #header.transparent.invisible-head, .inner #header.transparent.invisible-head {
    position: fixed !important;
    top: 0!important;
    background-color: #ffffff !important;
  }

  .nav_open #header,
  .nav_open .inner #header.transparent.at-top,
  .nav_open #header.transparent.invisible-head,
  .nav_open #header.transparent.at-top {
    position: fixed !important;
    top: 0 !important;
  }

  .nav_open #header:after {
    position: absolute;
    height: 110px;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    background: #fff;
    z-index: 1111;
    transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
  }

  .nav_main.open {
    opacity: 1;
    visibility: visible;
    transform: skew(0);
  }

  .nav_main.open,.nav_main.open ul li {
    opacity: 1;
  }

  .nav_main ul li a::before {
    bottom: 10px;
  }

  .nav_main.open>ul>li:nth-child(1) {
    transform: translate3d(0,0,0);
    transition: all .3s ease-out .2s;
  }

  .nav_main.open>ul>li:nth-child(2) {
    transform: translate3d(0,0,0);
    transition: all .3s ease-out .3s;
  }

  .nav_main.open>ul>li:nth-child(3) {
    transform: translate3d(0,0,0);
    transition: all .3s ease-out .4s;
  }

  .nav_main.open>ul>li:nth-child(4) {
    transform: translate3d(0,0,0);
    transition: all .3s ease-out .5s;
  }

  .nav_main.open>ul>li:nth-child(5) {
    transform: translate3d(0,0,0);
    transition: all .3s ease-out .6s;
  }

  .nav_main.open>ul>li:nth-child(6) {
    transform: translate3d(0,0,0);
    transition: all .3s ease-out .7s;
  }

  .nav_main.open>ul>li:nth-child(7) {
    transform: translate3d(0,0,0);
    transition: all .3s ease-out .8s;
  }

  .nav_main.open .header_right.mobile ul li:nth-child(1) {
    transform: translate3d(0,0,0);
    transition: all .3s ease-out .7s;
  }

  .nav_main.open .header_right.mobile ul li:nth-child(2) {
    transform: translate3d(0,0,0);
    transition: all .3s ease-out .8s;
  }

  .nav_main>ul {
    padding: 115px 0 0px 0;
  }

  .nav_main ul li {
    margin: 0;
    transform: translate3d(-80px,0,0);
    -moz-transform: translate3d(-80px,0,0);
    -webkit-transform: translate3d(-80px,0,0);
    transition: all .2s ease-out .2s;
    opacity: 0;
    width: 100%;
    height: auto;
    text-align: center;
    border-top: 1px solid #ecf1f5;
  }

  .nav_main ul li ul,.nav_main ul li ul li,.nav_main ul li ul li a {
    transform: none;
    transition: none;
  }

  .nav_main ul li div,
  .nav_main ul li a {
    float: none;
    height: auto;
    line-height: 110%;
    display: block;
    font-size: 14px;
    padding: 15px 30px 15px 15px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    text-align: left;
    color: #000;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-weight: 600;
  }
  #header .nav_main ul li div,#header.affix .nav_main ul li div,
  .inner #header.transparent.at-top .nav_main ul li div,
  #header.transparent.invisible-head .nav_main ul li div,
  .closed #header.transparent.invisible-head .nav_main ul li div,
  #header .nav_main ul li a,#header.affix .nav_main ul li a,
  .inner #header.transparent.at-top .nav_main ul li a,
  #header.transparent.invisible-head .nav_main ul li a,
  .closed #header.transparent.invisible-head .nav_main ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: inherit;
  }
  .nav_main ul li.has-sub.open > div,
  .nav_main ul li.has-sub.open .sub_nav li.has-sub-drop div,
  .nav_main ul li.has-sub.open > a,
  .nav_main ul li.has-sub.open .sub_nav li.has-sub-drop a{
    width: auto;
    float: left;
    padding-right: 0px;
    position: relative;
    z-index: 999;
  }

  #header .nav_main ul li.has-sub a{
    padding-right: 0px;
  }
  .nav_main ul li .sub_nav li a {
    font-family: Montserrat,sans-serif;
    font-weight: 600;
  }

  .nav_main .has-sub.current-menu-item>a,.nav_main ul li .sub_nav li a:hover,.nav_main ul li .sub_nav li.current-menu-item a,.nav_main ul li.current-menu-item a,.nav_main ul li.has-sub.open .sub_nav li.current-menu-item a,.nav_main ul li.has-sub.open .sub_nav li>a.active,.nav_main ul li.has-sub.open .sub_nav li>a:hover {
    color: #009fe3;
  }

  .nav_open #header.affix .logo a img.mob-show {
    display: block;
  }

  .nav_main ul li span,.nav_main ul.dropdown li span {
    background: url(../images/menu-drop-down.svg) no-repeat right 25px center;
    position: absolute;
    width: 100%;
    height: 45px;
    top: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
  }

  .nav_main ul li.has-sub.open>span,.nav_main ul.dropdown .open>span {
    background: #ebebeb url(../images/menu-drop-up.svg) no-repeat right 25px center!important;
  }



  #header.affix ul>li:hover>ul.sub_nav {
    top: inherit;
  }

  .has-sub.open {
    background: #ebebeb;
  }
  .has-sub.open a {
    background-color: transparent;
  }
  .nav_main ul li.has-sub.open .sub_nav li div,
  .nav_main ul li.has-sub.open .sub_nav li a {
    width: 100%;
    font-size: 14px;
    color: #00527f;
    padding: 10px 10%;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }

  #header .nav_main ul li.has-sub li a {
    color: #000;
  }

  ul.sub_nav {
    background: #ebebeb;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }

  .nav-toggle {
    right: -5px;
    height: 100%;
    width: 100%;
    padding: 0;
  }

  .res_navigation {
    /*width: 100%;
    height: 50px;
    display: block;
    transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;*/
    width: 25%;
    height: 50px;
    display: inline-block;
    transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    top: inherit;
    right: 0;
    left: inherit;
    margin: 0 auto;
    bottom: 0;
    position: fixed;
    z-index: 999;
    background: #fff;
  }

  .nav_main ul li.has-sub.open>ul.sub_nav {
    display: block!important;
    visibility: visible;
    opacity: 1;
    top: 0;
    z-index: 1;
  }

  #header.affix .nav_main ul li.has-sub.open>ul.sub_nav,.nav_main ul li.has-sub.open>ul.sub_nav {
    visibility: visible;
    z-index: 111;
  }

  .nav_main.open>ul .current-menu-item {
    background: #ebebeb;
  }

  .call_top {
    margin-top: 0;
    margin-right: 50px;
  }

  .logo {
    float: none;
    position: relative;
    z-index: 9999;
    margin: 0 auto;
    width: 80px;
    display: block;
  }

  .banner_con {
    width: 90%;
    top: 62%;
  }

  #header::before {
    width: 46%;
  }

  .home.nav_open #header::after,.home.nav_open #header::before {
    z-index: 1;
  }

  .home.nav_open .call_top {
    position: relative;
    z-index: 1;
  }

  .sub_nav.dropdown .sub_nav {
    display: none!important;
  }
  .sub_nav.dropdown .open .sub_nav {
    display: block!important;
  }

  .sub_nav.dropdown .sub_nav li a {
    padding-left: 15%!important;
  }

  #header.affix .sub_nav.dropdown .open .sub_nav,.sub_nav.dropdown .open .sub_nav,
  .nav_open .nav_main ul li ul.sub_nav li .sub_nav {
    display: block;
    opacity: 1;
    z-index: 11;
    left: 0!important;
    visibility: visible;
  }
  .nav_open #header.transparent.invisible-head ul > li:hover > ul.sub_nav{
    top: 0;
  }

  .nav_main ul li a i {
    display: none;
  }

  .showin-mobile {
    display: block;
  }

  .btm-ftr .right-conn .social-list {
    /*position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 5px rgba(64,100,138,.5);
    -moz-box-shadow: 0 0 5px rgba(64,100,138,.5);
    -webkit-box-shadow: 0 0 5px rgba(64,100,138,.5);
    z-index: 11;*/
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 5px rgba(64,100,138,.5);
    -moz-box-shadow: 0 0 5px rgba(64,100,138,.5);
    -webkit-box-shadow: 0 0 5px rgba(64,100,138,.5);
    z-index: 999;
  }

  .mobile-hide {
    display: none!important;
  }

  .btm-ftr .right-conn .social-list li {
    float: left;
    width: 25%;
    position: relative;
  }

  .btm-ftr .right-conn .social-list li:before {
    width: 1px;
    height: 42px;
    background: #dde6ef;
    position: absolute;
    content: "";
    right: 0;
    top: 4px;
  }

  .footer {
    position: relative;
    padding-bottom: 80px;
  }

  .header_right {
    position: fixed;
    text-align: center;
    bottom: 0;
    right: 0;
    width: 25%;
    height: 50px;
    z-index: 999;
  }

  .btm-ftr .right-conn a {
    width: 100%;
    height: 100%;
    line-height: 50px;
  }

  .social-list li a:focus,.social-list li a:hover {
    line-height: 50px;
  }

  .nav-toggle span {
    width: 30px;
    top: 16px;
    left: 32%;
  }

  .nav-toggle span:nth-of-type(2) {
    top: 25px;
  }

  .nav-toggle span:nth-of-type(3) {
    top: 34px;
  }

  .nav-toggle.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    -ms-transform: translateY(11px) translateX(0) rotate(45deg);
    -moz-transform: translateY(11px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  }
  .nav_open #header.transparent.invisible-head .nav_main ul li ul.sub_nav li .sub_nav{
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }
  .nav_open .logo img.desk-show {
    display: none;
  }

  .nav_open .logo img.mob-show {
    display: block;
  }

  .main-banner {
    height: 30vh;
    min-height: 250px;
  }

  .main-banner .social-con, .releve-raw:not(.promo), .social-con {
    display: none;
  }

  .releve-raw:not(.promo)::before {
    height: 15px;
    background: #fff;
    clip-path: polygon(50% 100%,54% 0,100% 0,100% 100%,0 100%,0 0,46% 0);
    -ms-clip-path: polygon(50% 100%,54% 0,100% 0,100% 100%,0 100%,0 0,46% 0);
    -moz-clip-path: polygon(50% 100%,54% 0,100% 0,100% 100%,0 100%,0 0,46% 0);
    -webkit-clip-path: polygon(50% 100%,54% 0,100% 0,100% 100%,0 100%,0 0,46% 0);
  }

  h1 {
    font-size: 17px;
    color: #a2d8f5;
  }

  .activities-raw .right-conn {
    position: relative;
    padding-top: 5%;
    text-align: left!important;
  }
  .block447home.activities-raw .right-conn,
  .block447activites.activities-raw .right-conn,
  .block447activites-ve.activities-raw .right-conn,
  .activities-raw.block447nos .right-conn,
  .block447site.activities-raw .right-conn{
    position: relative;
    padding-top: 5% !important;
    text-align: left!important;
    width: 100%;
    padding: 0 15px;
  }
  .block447activites-ve.activities-raw h5,
  .activities-raw.block447nos h5,
  .block447site.activities-raw h5,
  .activities-raw.block447site.activities-raw h5,
  .activities-raw.block447site.activities-raw .conn-raw p,
  .activities-raw.block447nos.activities-raw h5, .activities-raw.block447nos.activities-raw h3,
  .activities-raw.block447nos.activities-raw p {
    min-height: unset;
  }
  .block447site.activities-raw .left-conn {
    margin-left: 0;
  }
  .activities-raw.block447nos .activites-list li .conn-raw{
    margin: 0;
  }
  .activities-raw.viapost-entreprise .activites-list li:hover .conn-raw,
  .block447site.activities-raw .activites-list li:hover .conn-raw {
    margin-bottom: 0;
  }
  .activites-list li {
    width: 100%;
    margin-top: 15px;
  }
  .activities-raw.block447nos.viapost-entreprise,
  .block447site.activities-raw.viapost-compris{
    height: auto;
  }
  .activites-list li img {
    width: 100%!important;
    object-position: 0 0;
  }

  .activites-list li .conn {
    min-height: inherit;
    padding: 15px;
    height: auto;
  }

  .myraw {
    padding: 30px 0;
  }

  .activities-raw h2,.meet-raw h2,.performance-raw h2,.viapost-post h2,.med-text,.des-moyens-raw h2,.nous-avons h2,.une-solution-raw h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .activities-raw h3, .activities-raw h2 span,.meet-raw h3,.performance-raw h3,.viapost-post h2 span,.bg-text,.des-moyens-raw h3,.nous-avons h3,.une-solution-raw h3, .des-moyens-raw h2 span, .meet-raw h2 span {
    font-size: 36px;
  }


  #home .activities-raw h2 {
    margin-bottom: 0px;
  }
  .social-list li:first-child img {
    max-height: inherit;
  }

  .social-list li:nth-child(2) img {
    max-height: inherit;
  }

  .social-list li:nth-child(3) img {
    max-height: inherit;
  }

  .social-list li:nth-child(4) img {
    max-height: inherit;
  }

  h5 {
    font-size: 20px;
  }

  .activities-raw .btn-primary {
    margin-top: 10px;
    position: relative;
    left: 0;
    bottom: 0;
  }

  .activities-raw .left-conn,  .activities-raw .left-conn, .activities-raw.viapost-entreprise .left-conn {
    padding-top: 30px;
    text-align: left!important;
  }
  #home .activities-raw .left-conn {
    padding-top: 20px;
  }
  .activities-raw.nous-gГ©rons .left-conn {
    padding-top: 30px;
  }
  .activities-raw.voter-logistique .left-conn {
    padding-top: 30px;
  }
  .trade-slider .circle-orange {
    float: none;
    display: inline-block;
  }

  .post-slider {
    padding-top: 20px;
  }

  .meet-raw .container,.performance-raw .container,.viapost-post .container {
    padding: 0 15px;
  }

  .post-slider .slick-arrow.slick-next,.post-slider .slick-arrow.slick-prev {
    top: 40%;
  }

  .blog-conn {
    min-height: inherit;
  }

  .blog-conn a {
    position: static;
  }

  .viapost-post .btn-primary {
    margin-top: 25px;
  }

  .meet-raw h3,.performance-raw h3, .meet-raw h2 span {
    margin-bottom: 20px;
  }

  .meet-raw .left-conn {
    padding: 30px;
  }

  .meet-raw .right-conn {
    position: static;
    margin: 20px 0 -42px;
  }
  .meet-raw.logistique-chez .right-conn{
    right: unset;
    width: 100%;
    bottom: 0;
  }
  .meet-raw .left-conn h5 {
    font-size: 25px;
  }

  .btn-primary {
    margin-top: 20px;
    height: 45px;
  }

  .performance-raw .left-conn {
    padding-right: 15px;
    height: auto;
  }

  .performance-raw .right-conn {
    height: inherit;
    background: 0 0;
    padding: 15px;
    margin-top: -15px;
    text-align: center;
  }

  .performance-raw .right-conn p {
    text-align: left;
  }

  .performance-raw .left-conn img {
    height: inherit;
    width: 100%;
    object-position: top center;
  }

  .performance-raw .right-conn .bg-gray {
    padding: 20px 10px;
  }

  .footer-nav.col1,.footer-nav.col2,.footer-nav.col3,.footer-nav.col4 {
    display: none;
  }

  .footer-nav.col5 {
    width: 100%;
  }

  .ftr-logo {
    margin-bottom: 15px;
  }

  .footer .btm-ftr {
    margin-top: 20px;
    padding-top: 20px;
  }

  .btm-ftr p a {
    display: none;
  }

  .btm-ftr p {
    font-weight: 500;
  }

  .copyright {
    text-align: center;
  }

  .company-det {
    width: auto;
    text-align: left;
  }

    .footer .btm-ftr .left-conn .company-det  {
        float: none;
    }

  .footer .btm-ftr .right-conn {
      position: relative !important;
      text-align: center;
      width: 100%;
  }

    .footer .btm-ftr .right-conn a:last-child {
        margin-top: 0 !important;
    }

  .btm-ftr .right-conn {
    width: auto;
    position: absolute;
    right: 0;
    top: 20px;
  }

  .LanguageSelecter {
    display: none;
  }

  .mobile-show {
    margin-top: 15px;
    border-top: 1px solid #ecf1f5;
    padding-top: 15px;
  }

  .nav_open .mobile-show {
    display: block;
    z-index: 111111;
  }

  .mobile-show .col-6 {
    width: 50%;
    float: left;
  }

  .mobile-show .col-6 .flag-icon {
    margin-right: 10px;
    font-size: 20px;
    float: left;
    margin-top: -2px;
  }

  .mobile-show .flags {
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    font-size: 12px;
    float: left;
    vertical-align: middle;
    font-weight: 600;
  }

  .mobile-show .flags.active {
    color: #32394d;
    filter: grayscale(0);
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
  }

  .trade-slider .slick-arrow.slick-next,.trade-slider .slick-arrow.slick-prev {
    top: 45%;
  }

  .banner_con h1 {
    text-transform: inherit;
  }

  .blog-conn h6,.blog-conn p, .post-blck .blog-conn p {
    min-height: 65px;
  }

  .trade-slider .circle-orange p strong,
  .moyens-slider .circle-white p strong {
    font-size: 46px;
  }
  .breadcrumb-raw{
    margin-top: 65px;
  }
  .breadcrumb-raw .breadcrumb{
    padding: 10px 0;
  }
  .breadcrumb-raw .breadcrumb > li, .breadcrumb-raw .breadcrumb > li a{
    font-size: 10px;
  }
  .sqr-btn{
    font-size: 10px;
    padding: 6px 15px;
  }
  .activities-raw.voter-logistique .activites-list li img,
  .activities-raw.viapost-entreprise .activites-list li img{
    object-position: 0 0 !important;
  }
  .activities-raw.voter-logistique .activites-list li .conn{
    min-height: auto;
  }
  .externaliser-slider .externa-blck, .externaliser-slider1 .externa-blck{
    padding: 15px;
  }
  /*  .nous-contracter-raw .row{
      padding-top: 140px;
    }*/
  /*  .nous-contracter-raw .container {
      background-image: url(../images/decouvrez-viapost.png) !important;
      background-size: 360px;
      background-position: left 10px top 0;
    }*/
  .activities-raw h2 br, .activities-raw h3 br, .activities-raw h2 span br {
    display: none;
  }
  .activities-raw h2 span {
    display: block;
  }
  .activities-raw.nous-gГ©rons .right-conn-steps {
    padding-top: 0;
    padding-left: 15px;
  }
  .activities-raw.nous-gГ©rons .bg-blue{
    padding: 20px 20px;
    margin-top: 20px;
    min-height: 145px;
  }
  .activities-raw.nous-gГ©rons .bg-blue h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .activities-raw.nous-gГ©rons{
    padding-bottom: 20px;
  }
  h4{
    font-size: 20px;
  }
  .nous-avons .nav-tabs > li > a span{
    left: 8%;
    font-size: 12px;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    width: 92%;
    padding-right: 45px;
  }
  .nous-avons .nav-tabs > li.active > a span i,
  .nous-avons .nav-tabs > li > a span i{
    right: 0px;
  }
  .nous-avons .nav-tabs > li > a{
    min-height: 90px;
  }
  .nous-avons .nav-tabs > li > a span i {
    width: 25px;
    height: 25px;
  }
  .nous-avons .nav-tabs{
    margin: 20px 0 10px;
  }
  .multi-format-slide .slick-arrow.slick-next, .multi-tous-slide .slick-arrow.slick-next{
    top: 40.3%;
  }
  .nous-avons .left-conn .multi-format-slide .slick-arrow.slick-next{
    right: 35px;
  }
  .nous-avons .right-conn .multi-format-slide .slick-arrow.slick-next{
    right: 25px;
  }
  .nous-avons .left-conn .multi-format-slide .slick-arrow.slick-prev{
    left: 25px;
  }
  /*.multi-format-slide .slick-slide h5 {
    padding: 20px 20px;
  }*/
  .multi-tous-slide .slick-slide h5{
    font-size: 16px;
  }
  .multi-tous-slide .slick-slide h5{
    padding: 15px;
  }
  .multi-format-slide .slick-arrow.slick-prev, .multi-tous-slide .slick-arrow.slick-prev{
    top: 40%;
  }
  .une-solution-raw{
    padding: 20px 0 30px;
  }
  .externaliser-slider1 .externa-blck h5{
    font-size: 16px;
  }
  .activities-raw.la-qualite-raw{
    padding: 40px 0 20px;
  }
  .verifi-list{
    column-count: 1;
  }
  .verifi-list li{
    width: 100%;
    padding-left: 65px;
    padding-right: 20px;
  }
  .verifi-list li:nth-child(5), .verifi-list li:nth-child(6), .verifi-list li:nth-child(7){
    padding-top: 22px;
    padding-bottom: 22px;
  }
  /* .verifi-list li i{
    width: 26px;
    height: 26px;
    left: 25px;
    background-size: 14px;
  } */
  .verifi-list li::before {
    width: 26px;
    height: 26px;
    line-height: 26px;
    left: 25px;
    font-size: 14px;
  }
  .activites-list.col2 li{
    width: 100%;
  }
  .multi-steps > li.is-active::before, .multi-steps > li.is-active ~ li::before{
    font-size: 18px;
  }
  .multi-steps > li::before{
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 18px;
  }
  .contact-raw .btn{
    min-width: 240px;
    height: 46px;
    font-size: 12px;
    line-height: 44px;
    background-size: 26px;
  }
  .form-group, .form-control{
    float: left;
    width: 100%;
  }
  .form-control{
    padding: 6px 10px;
  }

  .char-limit{
    font-size: 10px;
    bottom: 28px;
  }
  .contact-raw .pour-mieux .note, .note{
    margin-top: 10px;
  }
  .img-chk label h6{
    left: 10px;
    bottom: 10px;
    font-size: 14px;
    padding: 8px;
  }

  .adresse-detail{
    min-height: inherit;
  }
  .adresse-detail h5{
    font-size: 24px;
  }
  .adresse-detail{
    padding: 15px 25px;
  }
  .activities-raw.viapost-compris .activites-list li .conn {
    min-height: inherit;
  }
  .store-raw h1{
    margin-top: 30px;
  }
  .plateforme-raw {
    padding: 30px 0;
  }
  .distributor-finder {
    margin-top: 10px;
  }
  .distributor-finder form > .row, .adresse-detail .row{
    margin-right: -5px;
    margin-left: -5px;
  }
  .distributor-finder .left-conn, .distributor-finder .center-conn{
    padding-right: 5px;
    padding-left: 5px;
    width: 50%;
  }
  .distributor-finder .right-conn{
    padding-right: 5px;
    padding-left: 5px;
    width: 100%;
    margin-top: 15px;
  }
  .adresse-detail .row .col-xs-6.col-xs-12{
    padding-right: 5px;
    padding-left: 5px;
  }
  .activities-raw h3, .activities-raw h2 span, .nous-avons h3, .des-moyens-raw h3, .bg-text, .des-moyens-raw h2 span{
    margin-bottom: 10px;
  }
  .une-solution-raw h3{
    margin-bottom: 15px;
  }

  .loc-list{
    padding: 20px 25px;
  }
  .loc-list h6 {
    font-size: 18px;
  }
  .loc-list h6 br{
    display: none;
  }
  .activities-raw.viapost-compris .activites-list li{
    height: 350px;
    margin-top: 15px;
  }
  .activities-raw.viapost-compris .activites-list li:first-child, .activites-list li:first-child {
    margin-top: 0px;
  }
  .activities-raw.viapost-compris .activites-list li img{
    object-position: 0 0;
  }
  .adresse-detail h6{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .site-cont h2 br{
    display: none;
  }
  .trentaine-raw .conn{
    height: 62px;
  }
  .trentaine-raw .conn p,
  .nous-avons .left-conn .trentaine-raw:hover .conn p,
  .nous-avons .right-conn .trentaine-raw:hover .conn p {
    padding-top: 10px;
  }
  /* .nous-avons .left-conn .trentaine-raw:hover .conn, .nous-avons .right-conn .trentaine-raw:hover .conn{
     max-height: inherit;
     min-height: inherit;
   }
 */

  .contact-raw .note{
    margin-top: 20px;
    font-size: 12px;
  }
  .contact-raw .note .glyphicon{
    font-size: 10px;
  }
  /*.fixed{
    position: inherit;
  }*/
  .single-result{
    width: 80%;
    right: 40px;
  }
  .result-box{
    width: 100%;
  }
  .result-box .det-left h6 {
    text-align: left;
    float: left;
  }
  .sb-content, .activites-list.find-result .sb-content{
    width: 116%;
    padding-right: 14%;
  }
  .det-left p, .link-raw p{
    margin-top: 10px;
  }
  .down-btn {
    left: -8px;
  }
  .site-montreuil h1{
    font-size: 20px;
  }
  .distri-det ul li{
    padding: 10px 15px;
  }
  .det-left .distri-name{
    font-size: 16px;
    float: left;
  }
  .det-right{
    width: 100%;
    text-align: left;
    padding: 8px 0;
  }
  .result-box .det-left h6{
    font-size: 12px;
  }
  .link-raw .left-conn a{
    font-size: 16px;
  }
  .det-right h6{
    font-size: 14px;
  }
  .det-left{
    width: 100%;
    padding-right: 5px;
  }
  .det-left p{
    font-size: 14px;
  }
  .link-raw p{
    font-size: 12px;
  }
  .det-left p br, .link-raw p br{
    display: none;
  }
  .link-raw .right-conn {
    text-align: left;
    width: 100%;
    margin-top: 10px;
  }
  .distri-list{
    height: 400px;
  }
  .single-result .link-raw .right-conn{
    margin-top: 5px;
  }
  .distri-det, .img-det {
    margin-top: 20px;
  }
  .site-montreuil.nat {
    padding-top: 40px;
  }
  .find-result{
    top: 45px;
    padding-bottom: 20px;
  }
  .activites-list label{
    font-size: 12px;
    padding-left: 25px;
    margin-top: 15px;
  }
  .distributor-finder .checkmark, .noof-activi{
    height: 18px;
    width: 18px;
  }
  .noof-activi{
    font-size: 12px;
    line-height: 18px;
    margin-top: 16px;
  }
  .search-loction .form-control{
    padding: 0 20px 0 20px;
  }
  .find-result {
    box-shadow: none;
  }


  .offer-box{
    margin-top: 15px;
    padding: 15px 20px;
  }
  .offer-box p{
    font-size: 18px;
  }
  .challenge-con {
    padding: 30px 15px 0;
  }
  .missions-box{
    padding: 30px 15px;
    line-height: inherit;
  }
  .challenge-con h3{
    font-size: 24px;
  }
  .knowmore-raw h2{
    padding-top: 20px;
    font-size: 36px;
  }
  .info-box{
    padding: 30px 15px;
    min-height: inherit;
  }
  .info-box .region-list li::before {
    background-size: 6px;
    width: 25px;
    height: 25px;
  }
  .info-box .region-list li{
    padding-left: 35px;
  }




  .list li{
    padding: 20px 20px 20px 80px;
  }
  .list li i{
    background-size: 16px;
    width: 30px;
    height: 30px;
    left: 30px;
  }
  .discover-offers .row .col-sm-4.col-xs-12{
    margin-top: 10px;
  }
  .discover-offers .img-thumb{
    height: auto;
  }
  .offer-conn h5 a{
    font-size: 16px;
  }
  .offer-conn a{
    font-size: 14px;
  }
  .offer-conn .btn-primary{
    font-size: 12px;
  }
  .offer-conn h5 .tag{
    font-size: 12px;
    padding: 5px 12px;
  }
  .bottom-stick .conn-raw .conn {
    padding: 10px;
  }
  .bottom-stick .conn-raw .conn p br{
    display: none;
  }
  /*.bottom-stick{
    display: none;
  }*/

  .protection-con h3{
    padding-top: 10px;
  }
  .protection-con p {
    padding-top: 10px;
  }
  .protection-con {
    padding: 0 0px 30px 0;
  }
  .store-raw h1 {
    margin-top: 30px;
  }
  .myraw40, .myraw50{
    padding: 30px 0;
  }
  .discover-offers select.form-control, .select-selected {
    height: 50px;
    line-height: 50px;
    background-size: 30px;
    font-size: 14px;
  }
  .select-items > div{
    font-size: 14px;
  }
  .select-selected::after{
    width: 36px;
    height: 36px;
    top: 8px;
    background-size: contain;
  }
  .select-selected.select-arrow-active {
    border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -webkit-border-radius: 25px 25px 0 0;
  }

  .btn-primary::before{
    width: 24px;
    height: 24px;
    top: 11px;
  }

  .nous-avons .nav-tabs.column3 > li > a{
    min-height: 60px;
  }
  .nous-avons .nav-tabs.column3.new-column4 li {
    width: 100%;
  }
  .discover-offers .img-thumb {
    margin-top: 30px;
  }
  .nous-avons .nav-tabs.column3 > li > a span{
    padding: 0;
    left: 5%;
    width: 90%;
  }
  .nous-avons .nav-tabs.column3 > li > a span br{
    display: none;
  }
  .bmargin {
    /*margin-bottom: 0;*/
  }

  .our-news-raw .nav-tabs.column4{
    margin: 20px 0 0;
  }
  .row.news-raw{
    margin-right: -10px;
    margin-left: -10px;
  }
  .row.news-raw{
    margin-right: -10px;
    margin-left: -10px;
  }
  .row.news-raw .col-sm-4.col-xs-12{
    padding-right: 10px;
    padding-left: 10px;
  }
  /*.blog-conn h6{
    min-height: 80px;
  }*/
  .padright20 {
    padding-right: 0;
  }
  .margtop50 {
    margin-top: 20px;
  }
  .offer-socail{
    width: 30px;
  }
  .article-col p{
    margin-top: 10px;
  }
  .article-col img{
    height: auto;
  }




  .article-col-raw .left-conn{
    left: 0;
    top: 0;
  }
  .article-item{
    padding: 20px;
  }
  .article-item a{
    font-size: 13px;
  }
  .article-list.myraw60 {
    padding-bottom: 10px;
  }
  .article-col img, .article-col iframe, .article-col video{
    height: auto;
  }
  .margtop40 {
    margin-top: 30px;
  }
  .myraw60{
    display: block;
    padding: 30px 0;
  }
  .margtop30 {
    margin-top: 20px;
  }
  .article-post .left-conn .article-conn{
    padding: 20px 25px;
  }
  .article-item a br{
    display: none;
  }
  .comment-raw {
    margin-top: 4px;
    border-bottom: 2px solid #EC6707;
    padding-bottom: 20px;
  }
  .comment-raw::before{
    width: 2px;
  }
  .comment-raw h6 {
    padding-left: 25px;
    font-size: 14px;
  }
  .article-col-raw .right-conn .first {
    margin-top: 20px;
  }
  .article-col-raw .left-conn .article-img{
    height: auto;
  }
  .font16 {
    font-size: 14px;
  }
  .article-item .article-tag{
    font-size: 12px;
  }
  .article-col-raw .article-col iframe {
    height: 235px;
  }
  .article-item a span{
    height: 24px;
    width: 24px;
    background-size: 7px;
  }
  .article-col-raw .right-conn{
    margin-top: 20px;
  }
  .med-text br{
    display: none;
  }
  .comment-raw {
    border-bottom: 2px solid #EC6707;
    padding-bottom: 20px;
    margin-top: 30px;
  }
  .comment-raw::before{
    width: 2px;
  }
  .article-post .left-conn .article-conn{
    height: auto;
  }



  .combinable-activities-raw .right-conn .bg-blue-pattern, .combinable-activities-raw .left-conn .video-raw {
    height: auto;
  }
  .combinable-activities-raw .right-conn .bg-blue-pattern{
    margin-top: 30px;
  }
  .combinable-activities-raw .right-conn .bg-blue-pattern p{
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
    width: auto;
  }
  .playpause{
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .combinable-activities-raw .right-conn .bg-blue-pattern p br{
    display: none;
  }
  .make-possible-raw .trentaine-raw .conn{
    padding: 15px 20px;
  }
  .vispost-area-raw .left-conn img{
    margin-top: 20px;
    width: 180px;
  }
  .vispost-area-raw .right-conn {
    margin-top: 30px;
  }
  .vispost-area-raw .right-conn p br{
    display: none;
  }
  .make-possible-raw .trentaine-raw .conn p{
    max-height: inherit;
    height: auto;
    opacity: 1;
    overflow: visible;
  }
  .make-possible-raw .trentaine-raw img.img-responsive {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .make-possible-raw .trentaine-raw{
    height: 300px;
  }
  .article-col .video-col, .article-col img {
    height: auto;
    overflow: hidden;
  }
  .find-result{
    height: 180px;
  }
  .nous-avons .tab-content.column3 p br{
    display: none;
  }
  .offer-conn .btn-primary {
    margin-top: 15px;
  }
  .performance-raw .left-conn, .performance-raw .right-conn{
    width: 100%;
  }
  .box-hover.roll .conn h6 {
    margin-top: 0;
  }
  .bottom-stick .container{
    width: 100%;
    padding: 0;
    max-width: 100%;
  }
  /*.bottom-stick .conn-raw:before, .conn-raw.offer .col-sm-3:before{
    display: none;
  }*/
  .conn-raw.offer .col-sm-3:before {
    left: inherit;
    right: -3px;
    height: 48px;
  }
  .nous-rendons{
    background: #ffffff;
  }
  .box-hover > img{
    width: 100%;
  }
  .activities-raw h5, .activities-raw .conn h3{
    min-height: auto;
  }
  .make-possible-raw .trentaine-raw:hover .conn p{
    min-height: unset;
  }
  .news-slider1.row.news-raw,
  .news-slider2.row.news-raw,
  .news-slider3.row.news-raw{
    margin-right: 0;
    margin-left: 0;
  }
  .knowmore-raw a{
    margin-top: 20px;
  }
  .results-raw {
    padding: 15px 0;
    transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
  }
  .distributor-finder .btn-geolocate {
    margin-top: 10px;
    font-size: 12px;
    padding: 5px 0 5px 40px;
    background-position: left 12px center;
  }
  .dist-btn{
    float: left;
  }
  .activites-list li .conn-raw p, .activities-raw.block447home .activites-list li .conn-raw p,
  .block447activites.activities-raw .conn-raw p{
    min-height: unset;
  }
  .activites-list li .conn-raw{
    display: none;
  }
  .activites-list li:hover .conn-raw{
    display: block;
  }
  #home .meet-raw .left-conn p:first-child{
    display: none;
  }
  .post-img img{
    height: auto;
  }
  .nav_main ul li.has-sub a, .nav_main ul li.has-sub a {
    width: auto;
    float: left;
    position: relative;
    z-index: 999;
  }
  .make-possible-raw .trentaine-raw .conn p{
    padding-top: 10px;
  }



  .activities-raw.block447home .activites-list li:hover .conn-raw {
    margin-bottom: 0px;
  }
  .activities-raw, .block447activites.activities-raw{
    height: auto;
  }
  .activities-raw .activites-list li:last-child{
    margin-bottom: 5%;
  }
  .viapost-post.externaliser-raw .container > p {
    margin-top: 15px;
  }
  .externaliser-slider, .externaliser-slider1 {
    margin-top: 20px;
  }
  .externaliser-slider.slick-slider .slick-list{
    visibility: hidden;
  }

  .box-hover:hover .conn{
    bottom: 0;
    left: 0;
    top: inherit;
    padding: 20px;
  }
  .bottom-stick .conn-raw:before{
    display: none;
  }
  /*.box-hover:hover .conn .conn-raw,
  .box-hover .conn .conn-raw{
    height: 0px;
    opacity: 0;
    visibility: hidden;
  }*/
  .box-hover:hover .conn h6, .box-hover.roll .conn h6 {
    margin-top: 0px;
  }
  .box-hover.roll .conn{
    height: 100%;
    bottom: 0;
    left: 0;
    padding-top: 22px;
  }
  .box-hover.roll .conn .conn-raw {
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .nous-avons .trentaine-raw:first-child{
    margin-bottom: 20px;
    overflow: hidden;
  }
  p.copyright{
    display: none;
  }
  span.copyright-mobile {
    display: block;
    margin-top: 20px;
    padding-right: 0;
    text-align: center;
  }
  .social-list li.mobile-menu-toggle{
    display: block;
  }
  #header.transparent.invisible-head.nav-down{
    top: -1px !important;
  }
  #header.transparent.invisible-head.nav-up {
    top: -74px !important;
  }
  .nav_open #header.transparent.invisible-head.nav-up {
    top: 0 !important;
  }

  .locations-raw h2.med-text {
    margin: 0;
  }

  .verifi-main .btn-primary{
    display: block;
    margin-top: 20px;
  }

  .verifi-list{
    display: none;
  }
  .nous-avons .left-conn {
    padding-right: 15px;
  }
  .nous-avons .right-conn {
    padding-left: 15px;
  }
  .DropDownBtn{
    display: block;
  }
  .DropDownBox{
    height: 0px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .DropDownBox.open{
    padding-top: 10px;
    opacity: 1;
    visibility: visible;
    height: 154px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .block447activites.voter-logistique .activites-list li:hover .conn-raw{
    margin-bottom: 0;
  }
  .trade-raw.human-resources-raw.bg-orange .med-text {
    margin-bottom: 5px;
  }
  .references-section {
    .container {
      padding: 0 15px;
    }

    h2 {
      font-size: 16px;
      span {
        font-size: 36px;
        line-height: 120%;
      }
    }
  }
  .make-possible-raw .trentaine-raw .conn p {
    min-height: 78px;
  }
  .make-possible-raw .trentaine-raw .conn-raw{
    display: none;
  }
  .make-possible-raw .trentaine-raw .conn{
    min-height: 109px;
  }
  .make-possible-raw .trentaine-raw:hover .conn-raw{
    display: block;
  }
  .nous-avons .nav-tabs.Mobile{
    display: block !important;
  }




  .nous-avons.sorting.fadeInUp{
    animation-delay:unset !important;
    -moz-animation-delay: unset !important;
    -webkit-animation-delay: unset !important;
  }
  .problematique-slider{
    touch-action: auto;
    -ms-touch-action: auto;
    -webkit-touch-action: auto;
  }
  /* .problematique-slider{
     margin: 15px 0 0!important;
   }
   .problematique-slider .slick-list,
   .problematique-slider .slick-track{
     height: 250px !important;
     padding: 0 !important;
     overflow: auto !important;
   }
   .problematique-slider .slick-arrow.slick-next{
     display: none !important;
   }*/
  /*  .nous-contracter-raw{
      padding-top: 30px;
    }*/
  .nous-contracter-raw .pull-right {
    padding-top: 30px;
  }
  .problematique-slider .slick-list {
    padding: 0 !important;
    height: 200px !important;
    overflow-y: auto;
  }
  .problematique-slider .slick-track{
    height: 100% !important;
  }
  .problematique-slider .slick-list{
    padding: 0 !important;
  }
  .problematique-slider{
    margin: 0 !important;
  }
  .une-solution-raw .right-conn {
    padding-bottom: 40px;
    margin-top: 30px;
  }

  /*.problematique-slider .slick-arrow{
    display: none !important;
  }

  .problematique-slider{
    margin: 0 !important;
  }
  .problematique-slider .slick-list {
    height: 250px !important;
    margin-top: 25px !important;
    overflow: auto !important;
  }
  .problematique-slider .slick-track {
    height: 250px !important;
    overflow: auto !important;
  }*/
  .nous-contracter-raw .offset-sm-1, .knowmore-raw .offset-sm-1 {
    padding-top: 0px;
  }
  .font20 {
    font-size: 16px;
  }
  .knowmore-raw p br {
    display: none;
  }
}

@media only screen and (max-device-width:480px) {
  html {
    -webkit-text-size-adjust: none;
  }
}

@media only screen and (min-width:480px) and (max-width:767px) {
  .trade-slider .circle-orange p strong,
  .moyens-slider .circle-white p strong {
    font-size: 40px;
  }

  .trade-slider .circle-orange {
    height: 200px;
    width: 200px;
    line-height: 190px;
  }
  .externaliser-slider .externa-blck, .externaliser-slider1 .externa-blck {
    min-height: 180px;
  }
  .region-list li{
    width: 50%;
  }
  .notre-reseau {

    padding: 30px 0 20px;

  }
  .milage-box {
    padding: 30px 50px;
  }
  .region-list li{
    padding-left: 25px;
    font-size: 13px;
  }
  .externaliser-slider1 .externa-blck{
    min-height: 410px;
  }

  /*.nous-avons .nav-tabs.column3 > li > a span i{
    display: none;
  }*/
  .nous-avons .nav-tabs.column3 > li > a span i{
    width: 20px;
    height: 20px;
    background-size: 10px;
    right: -5px;
  }
  .nous-avons .nav-tabs > li > a{
    padding: 10px 10px;
  }
  .nous-avons .nav-tabs.column3 > li > a span{
    width: 85%;
    left: 5%;
  }
  .our-news-raw .nav-tabs.column4 > li{
    margin-right: 10px;
    width: 48%;
    margin-bottom: 5px;
  }
  .our-news-raw .nav-tabs.column4 > li:nth-child(2){
    margin-right: 0px;
  }
  .our-news-raw .nav-tabs > li > a{
    padding: 15px 10px !important;
    font-size: 12px;
  }
  .article-col iframe{
    height: 250px;
  }



  .vispost-area-raw .right-conn ul li{
    padding-left: 90px;
    margin-top: 20px;
  }
  .region-list li::before{
    top: -3px;
  }

  .results-up .results-raw.fixed {
    top: 0px !important;
  }
  .results-raw.fixed {
    top: 64px !important;
    transition: all 0.3s;
  }



  .bottom-stick{
    bottom: 50px;
  }
  .bmargin {
    margin-bottom: 165px;
  }
  .bottom-stick .conn-raw .conn {
    padding: 8px 15px;
  }
  .bottom-stick .conn-raw .conn a {
    float: none;
    margin-top: 0;
    font-size: 11px;
    height: 40px;
    min-width: 220px;
    line-height: 40px;
    padding: 0 45px 0 25px;
  }
  .bottom-stick .conn-raw .conn .btn-primary::before{
    top: 8px;
  }
  .bottom-stick .conn-raw .conn p {
    width: 50%;
    float: none;
    vertical-align: middle;
    margin: 0 auto;
    display: inline-block;
  }
  .bmargin .footer{
    padding-bottom: 40px;
  }

  .bottom-stick .conn-raw .colmn3 {
    width: 33.33%;
    padding: 0px;
  }
  .bottom-stick .conn-raw .colmn3 p{
    width: 100%;
  }
  .bottom-stick .conn-raw .colmn3:first-child {
    padding-left: 15px;
  }
  .bottom-stick .conn-raw .colmn3:last-child {
    padding-right: 15px;
  }
  .conn-raw.offer .conn h6{
    font-size: 16px;
  }







  .post-img{
    height: 280px;
  }
  /*.news-slider1.row.news-raw .blog-conn h6,
  .news-slider2.row.news-raw .blog-conn h6,
  .news-slider3.row.news-raw .blog-conn h6 {
    min-height: 105px;
  }
  .news-slider1.row.news-raw .blog-conn p,
  .news-slider2.row.news-raw .blog-conn p,
  .news-slider3.row.news-raw .blog-conn p {
    min-height: 135px;
  }*/
  .news-slider1.row.news-raw .col-sm-4.col-xs-12,
  .news-slider2.row.news-raw .col-sm-4.col-xs-12,
  .news-slider3.row.news-raw .col-sm-4.col-xs-12{
    padding-right: 00px;
    padding-left: 00px;
  }
  .search-loction .form-control{
    height: 50px;
  }
  .finder-btn{
    height: 50px;
    line-height: 51px;
    padding: 0 20px;
  }
  .meet-raw.info {
    padding-bottom: 50px;
  }
  .switchToggle{
    top: 80px;
  }
  .multi-format-slide .slick-slide:hover .conn p,
  .multi-format-slide .slick-slide .conn p {
    opacity: 1;
    visibility: visible;
    /*height: 1;*/
    min-height: 45px;
  }
  .multi-format-slide .slick-slide:hover .conn,
  .multi-format-slide .slick-slide .conn {
    max-height: 100vh;
    height: auto;
    min-height: 84px;
    transition: all 3s;
    -moz-transition: all 3s;
    -webkit-transition: all 3s;
  }
  .multi-format-slide .conn{
    padding: 30px 20px;
  }
  .block447activites-ve.activities-raw .activites-list li h5, .block447activites-ve.activities-raw .activites-list li:hover h5,
  .block447activites-ve.activities-raw .activites-list li h3, .block447activites-ve.activities-raw .activites-list li:hover h3 {
    min-height: 50px;
  }
  .activities-raw.block447activites-ve.viapost-entreprise .activites-list li img,
  .activities-raw.block447home .activites-list li img{
    object-position: 0 -80px !important;
  }
  .nous-avons.sorting .trentaine-raw .conn{
    padding: 20px;
    height: 82px;
    max-height: 82px;
  }


  /*.box-hover .conn{
    padding: 15px;
  }
  .box-hover .conn p {
    min-height: 135px;
  }
  .box-hover.roll .conn{
    height: 100%;
    padding: 15px;
  }*/
  .problematique-slider .slick-arrow.slick-prev,
  .problematique-slider .slick-arrow.slick-next{
    bottom: -50px;
  }
  .problematique-slider .slick-arrow.slick-prev{
    left: 45%;
  }
}


@media (max-width:479px) {
  #header .container,.container {
    width: 94%;
    max-width: 94%;
  }
  .activites-list.col2 li {
    width: 100%;
  }
  /*.voter-logistique .activites-list li, .activities-raw.voter-logistique {
    height: 330px;
  }*/
  .left-center.img-responsive {
    object-position: 0 0;
  }

  .right-center.img-responsive {
    object-position: 0 0;
  }

  .trade-slider .circle-orange {
    height: 195px;
    width: 195px;
    line-height: 195px;
  }

  .slick-slide, .viapost-post.informatiques-robustes .slick-slide, .post-slider .slick-slide, .moyens-slider .slick-slide {
    margin: 0 30px;
  }

  .slick-arrow.slick-next{
    right: -15px;
  }
  .slick-arrow.slick-prev{
    left: -15px;
  }
  .post-slider .slick-arrow.slick-next,
  .moyens-slider .slick-arrow.slick-next,
  .trade-slider .slick-arrow.slick-next{
    right: 2px;
  }
  .post-slider .slick-arrow.slick-prev,
  .moyens-slider .slick-arrow.slick-prev,
  .trade-slider .slick-arrow.slick-prev{
    left: 2px;
  }
  .activities-raw h3, .activities-raw h2 span, .nous-avons h3, .une-solution-raw h3, .des-moyens-raw h3, .bg-text, .des-moyens-raw h2 span{
    margin-bottom: 12px;
  }
  .activities-raw.nous-gГ©rons .bg-blue{
    min-height: 215px;
  }
  .externaliser-slider .externa-blck{
    min-height: 200px;
  }
  .externaliser-slider1 .externa-blck{
    min-height: 278px;
  }
  .breadcrumb-raw .breadcrumb > li, .breadcrumb-raw .breadcrumb > li a {
    font-size: 10px;
  }
  .breadcrumb-raw .breadcrumb > li {
    margin-right: 15px;
  }
  .breadcrumb > li + li::before{
    left: -12px;
    width: 4px;
    height: 9px;
  }
  .meet-raw.logistique-chez .left-conn {
    padding: 25px;
  }
  .meet-raw p br,
  .meet-raw .left-conn h5 br{
    display: none;
  }
  .btn-primary{
    padding-right: 45px;
    height: 45px;
    line-height: 45px;
  }
  .btn-primary::before{
    width: 22px;
    height: 22px;
    top: 13px;
  }
  .activities-raw.nous-gГ©rons .left-conn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nous-avons .nav-tabs > li > a span{
    font-size: 14px;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    min-height: 85px;
    width: 100%;
  }
  .nous-avons .nav-tabs.column3 > li > a span{
    font-size: 13px;
    padding: 15px 20px;
    left: 5%;
    width: 90%;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    min-height: inherit;
  }
  .nous-avons.sorting .nav-tabs > li > a span i,
  .nous-avons.sorting .nav-tabs > li.active > a span i {
    width: 20px;
    height: 20px;
    background-size: 10px;
    position: absolute;
    left: 0;
    transform: none;
    right: 0;
    margin: 0 auto;
    top: 108px;
  }
  .nous-avons .nav-tabs > li > a {
    min-height: 150px;
    padding: 10px 10px 0;
  }
  .nous-avons .nav-tabs > li > a span{
    padding: 0;
  }
  .trentaine-raw .conn h5 {
    font-size: 16px;
    min-height: 40px;
  }
  .trentaine-raw .conn{
    padding: 10px 15px;
  }
  .simple-chk label{
    font-size: 12px;
    padding: 20px 10px 20px 50px;
  }
  .simple-chk label::before{
    left: 15px;
  }
  .multi-format-slide .slick-arrow.slick-next, .multi-tous-slide .slick-arrow.slick-next{
    top: 40%;
  }
  .plateforme-raw {

    padding: 25px 0;

  }
  .adresse-detail{
    padding: 15px;
  }
  .adresse-detail .left-conn, .adresse-detail .right-conn{
    width: 100%;
    text-align: left;
  }
  .adresse-detail .right-conn a{
    float: left;
  }
  .adresse-detail p{
    font-size: 12px;
  }
  .activities-raw.viapost-compris .right-center.img-responsive,
  .activities-raw.viapost-compris .activites-list li img{
    object-position: 0 0;
  }
  .notre-reseau {

    padding: 30px 0 20px;

  }
  .notre-reseau h6 {
    font-size: 14px;
    margin-top: 10px;
  }
  .region-list li{
    width: 100%;
  }
  .distributor-finder .left-conn, .distributor-finder .center-conn{
    width: 100%;
    margin-bottom: 10px;
  }
  .distributor-finder .right-conn{
    margin-top: 0px;
  }
  .search-loction .form-control, .finder-btn{
    height: 45px;
  }
  .finder-btn{
    line-height: 46px;
  }
  .finder-raw{
    height: 45px;
    line-height: 46px;
  }
  .loc-list h6{
    font-size: 16px;
  }
  .loc-list {

    padding: 15px 20px;

  }
  .btn-discover{
    padding-left: 20px;
  }
  .milage-box {

    padding: 30px 40px;
  }
  .un-milage.myraw {

    padding: 30px 0;

  }
  .form-control, .finder-btn {
    font-size: 12px;
  }
  .contact-raw .note{
    font-size: 12px;
  }
  .problematique-block{
    padding: 15px 25px;
  }
  .problematique-slider .slick-arrow.slick-next,
  .problematique-slider .slick-arrow.slick-prev{
    width: 35px;
    height: 35px;
  }
  .problematique-block p {

    font-size: 14px;
  }
  /*.form-group.recaptcha-raw .g-recaptcha > div, .form-group.recaptcha-raw .g-recaptcha > div iframe {
      width: 280px !important;
      float: left;
  }*/


  .offer-main .col-sm-4{
    width: 100%;
  }
  .challenge-con h3{
    font-size: 20px;
  }
  .info-box h6{
    font-size: 16px;
  }
  .row.padding5{
    margin: 0 -15px;
  }
  .row.padding5 .col-md-3{
    width: 100%;
    padding: 0 15px;
  }

  .nous-avons .nav-tabs.column3 li {
    width: 100%;
  }
  .nous-avons .nav-tabs.column3.new-column4 li {
    width: 100%;
  }
  .nous-avons .nav-tabs.column3 > li > a span i{
    display: block;
  }
  .nous-avons .nav-tabs.column3 > li > a {
    min-height: 50px;
    margin-top: 5px;
    padding: 0;
  }

  .list li {
    padding: 15px 15px 15px 50px;
  }
  .list li i {
    background-size: 12px;
    width: 24px;
    height: 24px;
    left: 12px;
  }

  .activities-raw h3, .activities-raw h2 span, .meet-raw h3, .performance-raw h3, .viapost-post h2 span, .bg-text, .des-moyens-raw h3, .nous-avons h3, .une-solution-raw h3, .des-moyens-raw h2 span, .meet-raw h2 span {
    font-size: 32px;
  }
  /*.our-news-raw .nav-tabs.column4 > li{
    margin-right: 0px;
    width: auto;
    margin-bottom: 5px;
    min-width: 60%;
    float: none;
    text-align: center;
    display: inline-block;
  }*/
  .our-news-raw .nav-tabs.column4 > li {
    margin-right: 10px;
    width: 48%;
    margin-bottom: 5px;
    float: left;
  }
  .our-news-raw .nav-tabs.column4 > li:nth-child(2){
    margin-right: 0px;
  }
  .our-news-raw .nav-tabs > li > a {
    padding: 14px 10px !important;
    font-size: 10px;
  }
  .article-col iframe{
    height: 200px;
  }
  .article-col-raw .right-conn p{
    font-size: 12px;
  }
  .margtop40 {
    margin-top: 20px;
  }



  .vispost-area-raw .right-conn ul li{
    padding-left: 50px;
    margin-top: 20px;
    background-position: left 19px center;
    background-size: 16px;
  }
  .vispost-area-raw .right-conn ul li:first-child:after{
    height: 48%;
    width: 25px;
  }
  .combinable-activities-raw .right-conn .bg-blue-pattern {
    padding: 20px;
  }
  .trade-raw.human-resources-raw h3 {
     word-break: break-all;
     font-size: 28px;
  }
  .vispost-area-raw .right-conn ul li:before{
    width: 20px;
  }
  .vispost-area-raw .left-conn img {
    width: 150px;
  }
  .vispost-area-raw .right-conn ul li:last-child::after{
    height: 48.5%;
    width: 25px;
  }
  .region-list li::before{
    top: -1px;
  }
  .finder-raw.open .finder-btn{
    border-radius: 50px 50px 0 0;
    -webkit-border-radius: 50px 50px 0 0;
  }
  .distance.finder-raw.open {
    border-radius: 25px 25px 0 0;
  }
  .post-img {
    height: 190px;
  }
  .blog-conn h6{
    min-height: 60px;
  }
  .blog-conn p {
    min-height: 90px;
  }
  .meet-raw .left-conn .btn-primary{
    margin-top: 15px;
  }
  .meet-raw .left-conn h5 {
    font-size: 20px;
  }
  .results-up .results-raw.fixed {
    top: 0px !important;
  }
  .results-raw.fixed {
    top: 64px !important;
  }
  /*.box-hover .conn{
    padding: 20px;
  }
  .box-hover .conn p {
    min-height: 100px;
  }
  .box-hover.roll .conn{
    height: 100%;
    padding: 24% 20px;
  }
  .box-hover{
    height: 260px;
    overflow: hidden;
  }*/




  .bottom-stick{
    bottom: 50px;
  }
  .bmargin {
    margin-bottom: 0;
  }
  .bottom-stick .conn-raw .conn {
    padding: 10px;
  }
  .bottom-stick .conn-raw .conn a{
    float: left;
    margin-top: 10px;
  }
  .activites-list li, .activities-raw.viapost-entreprise .activites-list li {
    width: 100%;
    height: 330px;
  }

  .activities-raw.block447activites .activites-list li,
  .activities-raw.viapost-entreprise .activites-list li{
    height: 330px;
  }
  .activities-raw.block447nos.activities-raw .activites-list li,
  .activities-raw.block447home .activites-list li{
    height: 380px;
  }
  .activities-raw .activites-list li img {
    object-position: 0 0 !important;
  }
  .activities-raw.block447home .activites-list li img {
    object-position: 0 0px !important;
  }
  .news-slider1.row.news-raw .col-sm-4.col-xs-12,
  .news-slider2.row.news-raw .col-sm-4.col-xs-12,
  .news-slider3.row.news-raw .col-sm-4.col-xs-12{
    padding-right: 3px;
    padding-left: 3px;
  }
  .meet-raw.info {
    padding-bottom: 40px;
  }



  .bottom-stick{
    bottom: 50px;
  }
  .bmargin {
    margin-bottom: 149px;
  }
  .carriere-page.bmargin {
    margin-bottom: 154px;
  }
  .bottom-stick .conn-raw{
    padding-bottom: 10px;
  }
  .bottom-stick .conn-raw .conn {
    padding: 10px 15px 0;
  }
  .bottom-stick .conn-raw .conn a {
    float: none;
    margin-top: 0;
    font-size: 10px;
    height: 35px;
    min-width: 195px;
    line-height: 35px;
    padding: 0 40px 0 20px;
  }
  .bottom-stick .conn-raw .conn .btn-primary::before{
    top: 8px;
  }
  .bottom-stick .conn-raw .conn p {
    width: 100%;
    float: none;
    vertical-align: middle;
    margin: 0 auto;
    display: inline-block;
    font-size: 12px;
    display: none;
  }
  .bottom-stick .conn-raw .colmn3 .conn p{
    display: block;
  }
  .bmargin .footer{
    padding-bottom: 40px;
  }

  .bottom-stick .conn-raw .colmn3 {
    width: 33.33%;
    padding: 0px;
  }
  .bottom-stick .conn-raw .colmn3 p{
    width: 100%;
    font-size: 10px;
  }
  .bottom-stick .conn-raw .colmn3:first-child {
    padding-left: 15px;
  }
  .bottom-stick .conn-raw .colmn3:first-child .conn{
    padding-right: 0px;
  }
  .bottom-stick .conn-raw .colmn3:last-child {
    padding-right: 15px;
  }
  .bottom-stick .conn-raw .colmn3:last-child .conn{
    padding-left: 0px;
  }
  .conn-raw.offer .conn h6{
    font-size: 14px;
  }
  .switchToggle{
    top: 70px;
  }
  .switchToggle label{
    width: 50px;
    max-width: 50px;
    height: 25px;
  }
  .switchToggle input+input+label:before, .switchToggle input+label:before{
    width: 20px;
    height: 20px;
    left: 26px;
    background-size: 14px;
  }
  .switchToggle input:checked+input+label:before, .switchToggle input:checked+label:before{
    width: 20px;
    height: 20px;
    left: 2px;
    background-size: 14px;
  }
  .company-det{
    padding: 5px 4px 0 0;
  }
  .block447site.activities-raw.viapost-compris .activites-list li {
    height: 330px;
  }
  .conn-raw.offer .col-sm-3:before {
    height: 42px;
  }
  .box-hover.roll .conn{
    padding-top: 28%;
  }
  .protection-con a.btn-primary {
    max-width: 240px;
    min-width: 240px;
  }
  .activities-raw.block447home .activites-list li .conn-raw p{
    min-height: 50px;
  }
  .activities-raw.block447site.activities-raw .conn-raw p{
    min-height: 45px;
  }

  span.copyright-mobile{
    margin-top: 15px;
  }
  .multi-format-slide .slick-slide:hover .conn p,
  .multi-format-slide .slick-slide .conn p {
    opacity: 1;
    visibility: visible;
    /*height: 1;*/
    min-height: 45px;
  }
  .multi-format-slide .slick-slide:hover .conn,
  .multi-format-slide .slick-slide .conn {
    max-height: 100vh;
    height: auto;
    min-height: inherit;
    transition: all 3s;
    -moz-transition: all 3s;
    -webkit-transition: all 3s;
  }
  .multi-format-slide .conn{
    padding: 20px;
  }
  .multi-format-slide .slick-slide .conn p{
    display: none;
  }
  .DropDownBox.open {
    height: 201px;
  }
  .multi-format-slide .slick-slide h5, .multi-tous-slide .slick-slide h5{
    font-size: 16px;
  }
  .box-hover:hover .conn h6, .box-hover.roll .conn h6 {
    margin-top: 60px;
  }
  .problematique-slider .slick-arrow.slick-prev,
  .problematique-slider .slick-arrow.slick-next{
    bottom: -40px;
  }
  .problematique-slider .slick-arrow.slick-prev{
    left: 45%;
  }
}
@media only screen and (min-width:350px) and (max-width:479px) {
  .activities-raw.nous-gГ©rons .bg-blue{
    min-height: 180px;
  }
}
@media (max-width:380px) {
  .slick-slide, .viapost-post.informatiques-robustes .slick-slide, .post-slider .slick-slide, .moyens-slider .slick-slide {
    margin: 0 30px;
  }
}




@media (max-width:359px) {
  .externaliser-slider1 .externa-blck {
    min-height: 305px;
  }
  .btn-primary{
    padding-left: 25px;
    font-size: 10px;
  }

  /*.blog-conn p {
      min-height: 112px;
  }
  .blog-conn h6 {
      min-height: 80px;
  }
  .box-hover .conn {
    padding: 21% 10px;
  }*/

  .nous-avons .nav-tabs.column3 > li > a span{
    font-size: 12px;
  }
  .box-hover.roll .conn{
    padding-top: 20%;
  }
  .conn-raw.offer .conn h6{
    font-size: 12px;
  }
  .box-hover{
    height: 250px;
    overflow: hidden;
  }
  .protection-con a.btn-primary {
    max-width: 210px;
    min-width: 210px;
  }
  .activities-raw.block447home .activites-list li .conn-raw p{
    min-height: 70px;
  }
  .nous-avons .trentaine-raw img {
    height: 225px;
  }
  .block447site.activities-raw h5, .activities-raw.block447site.activities-raw h5{
    min-height: 50px;
  }
  .nous-contracter-raw .container {
    background-size: 270px;
  }
  /*.nous-contracter-raw .row {
    padding-top: 100px;
  }*/
  .box-hover:hover .conn h6, .box-hover.roll .conn h6 {
    margin-top: 30px;
  }
}

@media (max-width:330px){
  .nous-avons .nav-tabs > li > a span{
    font-size: 13px;
  }
  .nous-avons .nav-tabs > li > a {
    min-height: 140px;
  }
  .nous-avons.sorting .nav-tabs > li > a span i, .nous-avons.sorting .nav-tabs > li.active > a span i {
    top: 100px;
  }
}
#promo_content {
  z-index: 1;
  position: relative;
}
.opacity-35:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.35);
}

.intl-tel-input {
  position: relative;
  display: inline-block; }
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
.intl-tel-input .hide {
  display: none; }
.intl-tel-input .v-hide {
  visibility: hidden; }
.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0; }
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px; }
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px; }
.intl-tel-input .selected-flag .iti-arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555; }
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555; }
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px; }
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px; }
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal; } }
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC; }
.intl-tel-input .country-list .country {
  padding: 5px 10px; }
.intl-tel-input .country-list .country .dial-code {
  color: #999; }
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05); }
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
  vertical-align: middle; }
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
  margin-right: 6px; }
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0; }
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0; }
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer; }
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05); }
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default; }
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent; }
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05); }
.intl-tel-input.separate-dial-code .selected-dial-code {
  margin-left: 6px; }
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px; }
.intl-tel-input.iti-container:hover {
  cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti-flag {
  width: 20px; }
.iti-flag.be {
  width: 18px; }
.iti-flag.ch {
  width: 15px; }
.iti-flag.mc {
  width: 19px; }
.iti-flag.ne {
  width: 18px; }
.iti-flag.np {
  width: 13px; }
.iti-flag.va {
  width: 15px; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-size: 5652px 15px; } }
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px; }
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px; }
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px; }
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px; }
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px; }
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px; }
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px; }
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px; }
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px; }
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px; }
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px; }
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px; }
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px; }
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px; }
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px; }
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px; }
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px; }
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px; }
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px; }
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px; }
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px; }
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px; }
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px; }
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px; }
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px; }
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px; }
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px; }
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px; }
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px; }
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px; }
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px; }
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px; }
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px; }
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px; }
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px; }
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px; }
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px; }
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px; }
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px; }
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px; }
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px; }
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px; }
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px; }
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px; }
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px; }
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px; }
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px; }
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px; }
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px; }
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px; }
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px; }
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px; }
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px; }
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px; }
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px; }
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px; }
.iti-flag.cy {
  height: 14px;
  background-position: -1225px 0px; }
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px; }
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px; }
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px; }
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px; }
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px; }
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px; }
.iti-flag.do {
  height: 14px;
  background-position: -1379px 0px; }
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px; }
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px; }
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px; }
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px; }
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px; }
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px; }
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px; }
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px; }
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px; }
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px; }
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px; }
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px; }
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px; }
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px; }
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px; }
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px; }
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px; }
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px; }
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px; }
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px; }
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px; }
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px; }
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px; }
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px; }
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px; }
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px; }
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px; }
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px; }
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px; }
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px; }
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px; }
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px; }
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px; }
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px; }
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px; }
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px; }
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px; }
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px; }
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px; }
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px; }
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px; }
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px; }
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px; }
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px; }
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px; }
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px; }
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px; }
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px; }
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px; }
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px; }
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px; }
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px; }
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px; }
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px; }
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px; }
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px; }
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px; }
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px; }
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px; }
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px; }
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px; }
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px; }
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px; }
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px; }
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px; }
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px; }
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px; }
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px; }
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px; }
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px; }
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px; }
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px; }
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px; }
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px; }
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px; }
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px; }
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px; }
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px; }
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px; }
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px; }
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px; }
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px; }
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px; }
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px; }
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px; }
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px; }
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px; }
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px; }
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px; }
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px; }
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px; }
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px; }
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px; }
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px; }
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px; }
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px; }
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px; }
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px; }
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px; }
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px; }
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px; }
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px; }
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px; }
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px; }
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px; }
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px; }
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px; }
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px; }
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px; }
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px; }
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px; }
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px; }
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px; }
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px; }
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px; }
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px; }
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px; }
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px; }
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px; }
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px; }
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px; }
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px; }
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px; }
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px; }
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px; }
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px; }
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px; }
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px; }
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px; }
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px; }
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px; }
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px; }
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px; }
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px; }
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px; }
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px; }
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px; }
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px; }
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px; }
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px; }
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px; }
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px; }
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px; }
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px; }
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px; }
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px; }
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px; }
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px; }
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px; }
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px; }
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px; }
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px; }
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px; }
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px; }
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px; }
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px; }
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px; }
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px; }
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px; }
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px; }
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px; }
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px; }
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px; }
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px; }
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px; }
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px; }
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px; }
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px; }
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px; }
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px; }
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px; }
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px; }
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px; }
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px; }
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px; }
.iti-flag.un {
  height: 14px;
  background-position: -5241px 0px; }
.iti-flag.us {
  height: 11px;
  background-position: -5263px 0px; }
.iti-flag.uy {
  height: 14px;
  background-position: -5285px 0px; }
.iti-flag.uz {
  height: 10px;
  background-position: -5307px 0px; }
.iti-flag.va {
  height: 15px;
  background-position: -5329px 0px; }
.iti-flag.vc {
  height: 14px;
  background-position: -5346px 0px; }
.iti-flag.ve {
  height: 14px;
  background-position: -5368px 0px; }
.iti-flag.vg {
  height: 10px;
  background-position: -5390px 0px; }
.iti-flag.vi {
  height: 14px;
  background-position: -5412px 0px; }
.iti-flag.vn {
  height: 14px;
  background-position: -5434px 0px; }
.iti-flag.vu {
  height: 12px;
  background-position: -5456px 0px; }
.iti-flag.wf {
  height: 14px;
  background-position: -5478px 0px; }
.iti-flag.ws {
  height: 10px;
  background-position: -5500px 0px; }
.iti-flag.xk {
  height: 15px;
  background-position: -5522px 0px; }
.iti-flag.ye {
  height: 14px;
  background-position: -5544px 0px; }
.iti-flag.yt {
  height: 14px;
  background-position: -5566px 0px; }
.iti-flag.za {
  height: 14px;
  background-position: -5588px 0px; }
.iti-flag.zm {
  height: 14px;
  background-position: -5610px 0px; }
.iti-flag.zw {
  height: 10px;
  background-position: -5632px 0px; }

.iti-flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-image: url("../images/flags@2x.png"); } }

.iti-flag.np {
  background-color: transparent; }
.activities-raw.block447nos .activites-list li .conn-raw {
    margin-bottom: 0;
}

.activities-raw.viapost-entreprise .activites-list li .conn p {
    margin-bottom: 55px;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .activities-raw .conn h3 {
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 1120px) and (min-width: 992px) {
    .activities-raw .conn h3 {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 1279px) and (min-width: 1121px) {
    .activities-raw .conn h3 {
        font-size: 20px !important;
    }
}

@media (min-width: 1281px) {
    .activities-raw.block447nos.activities-raw h5 {
        font-size: 20px;
    }
}




.knowmore-raw h2 {
    line-height: 115% !important;
}

@media (max-width:767px) {
    #home .meet-raw .left-conn p:first-child{
        display: block !important;
    }
}

.activities-raw h3, .activities-raw h2 span, .externaliser-raw h3 {
    font-size: 46px;
}
.vertical-align {
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .activities-raw h3, .activities-raw h2 span, .meet-raw h3, .performance-raw h3, .viapost-post h2 span, .bg-text, .des-moyens-raw h3, .nous-avons h3, .une-solution-raw h3, .des-moyens-raw h2 span, .meet-raw h2 span {
        font-size: 36px;
    }

    .activities-raw .conn h3 {
        font-size: 20px !important;
    }

    .vertical-align {
        display: block;
        align-items: unset;
    }
}
.job-paragraph li {
    float: left;
    width: 100%;
    padding-left: 30px;
    margin-top: 10px;
    font-size: 14px;
    color: #000;
    line-height: 140%;
    position: relative;
}

.job-paragraph li:before {
    background: #009FE3 url(../images/arw-white.svg) center center no-repeat;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 16px;
    width: 16px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.post-short-content {
    min-height: 110px;
    float: left;
    width: 100%;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 160%;
}

.search-result {
    height: inherit !important;
}

.search-result ul li {
    font-size: 12px;
}

.search-result ul li a {
    padding: 10px 120px 10px 30px;
}

.search-result ul.distributor li a {
    padding: 10px 120px 10px 55px;
}

.search-result span {
    min-width: 100px;
    color: #F6F6F6;
}

.find-result {
    height: auto !important;
}
.slide {
    height: 200px;
}
.problematique-block {
    height: 100%;
}
.slick-list {
    height: 250px !important;
}
.activities-raw.nous-gérons .right-conn-steps {
    padding-top: 0 !important;
}

.multi-format-slide .slick-slide h5 p, .multi-tous-slide .slick-slide h5 p {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    line-height: 120%;
}
.nous-avons h4 p {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-family: Montserrat,sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    line-height: 120%;
}
.trentaine-raw .conn h5 p {
    font-size: 20px;
    color: #000;
    line-height: 120%;
    font-weight: 700;
    font-family: Montserrat,sans-serif;
}
.knowmore-raw h2 {
    font-size: 70px !important;
}
.informatiques-robustes .externa-blck {
    height: 100%;
}
.multi-format-slide .conn p {
    opacity: unset !important;
    visibility: unset !important;
    height: unset !important;
}
.trentaine-raw .conn p {
    padding-top: 0 !important;
}
.slick-slide:hover .slick-cancel-hover, .slick-slide:hover .slick-cancel-hover p {
    height: unset !important;
    max-height: unset !important;
    min-height: unset !important;
}
.meet-raw h3, .meet-raw h2 span {
    font-size: 70px !important;
}
.protection-con li {
    font-weight: unset !important;
}

.flex-block .container .row {
    display: flex;
}
.flex-block .container .row .info-box {
    height: 100%;
}

@media (max-width: 479px) {
    .multi-format-slide .slick-slide .conn h5 p {
        display: block;
    }
}
@media (max-width: 479px) {
    .multi-format-slide .slick-slide:hover .conn p {
        display: block;
    }
}
@media (max-width: 767px) {
    .problematique-slider .slick-list {
        height: 250px !important;
    }
}
.nous-contracter-raw a:hover, .knowmore-raw a:hover {
    color: #000000 !important;
    background: url(../images/arw-blue1.svg) left center no-repeat !important;
}
@media (max-width: 767px) {
    .verifi-list {
        /*display: block !important;*/
    }
}
.verifi-list li i {
    width: 36px;
    height: 36px;
    background: #009FE3 url(../images/ic-tick.svg) center center no-repeat;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    margin-right: 20px;
    display: inline-block !important;
    vertical-align: middle;
    position: absolute;
    left: 45px;
    top: 50%;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
.verifi-list li::before {
    content: unset !important;
}
@media(max-width: 990px){
    .verifi-list li i{
        margin-left: -28px;
    }
}
.discover-offers img {
    height: 315px !important;
    width: 100% !important;
}
.job-title-wrapper {
    min-height: 60px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.6em;
}
.job-title-wrapper h5 a {
    font-size: 20px;
}
.une-solution-raw .left-conn {
     padding-top: unset !important;
}
@media (max-width: 767px) {
    .knowmore-raw h2 {
        font-size: 36px !important;
    }
}
.vispost-area-raw .right-conn h6 p {
    color: #009FE3;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
}

.vispost-area-raw .right-conn h3 p {
    color: #009FE3;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
}
@media (max-width: 767px) {
    .activities-raw h3, .activities-raw h2 span, .bg-text, .des-moyens-raw h3, .meet-raw h3, .nous-avons h3, .performance-raw h3, .une-solution-raw h3, .externaliser-raw h3, .viapost-post h2 span, .des-moyens-raw h2 span, .meet-raw h2 span{
        font-size: 36px !important;
    }
}
/*.activities-3 .left-conn {*/
/*    margin-left: -60px !important;*/
/*}*/
@media (min-width: 1921px) {
    .block447site.activities-raw.viapost-compris .right-conn {
        width: 56%;
    }
}
@media (min-width: 1281px) {
    .block447site.activities-raw .right-conn {
        width: 59%;
    }
}
@media (max-width: 767px) {
    #home .activities-raw:before {
        top: unset !important;
        position:  unset !important;
    }
}
.btn-primary.btn-blue:hover, .btn-primary.btn-blue:focus, .knowmore-raw .btn-primary.btn-white:hover, .knowmore-raw .btn-primary.btn-white:focus {
    background: #009fe3 !important;
}
.btn-primary.btn-white:hover, .btn-primary.btn-white:focus {
    background: #009fe3 !important;
    color: #ffffff !important;
}
.activities-raw .activites-list {
    display: flex;
}
@media (max-width: 767px) {
    .activities-raw .activites-list {
        display: block;
    }
}
.activities-raw .activites-list li {
    width: 100%;
}
.protection-con p {
    padding-top: 20px !important;
    font-weight: 500;
}
@media (max-width: 767px) {
    .myraw {
        padding: 70px 0;
    }
}
.tree-data a {
    color: #009FE3 !important;
}
.protection-con h3:first-child {
    padding-top: 20px;
}
@media (max-width: 479px) {
    .slick-arrow.slick-prev {
        left: 0px;
    }
}
@media (max-width: 479px) {
    .slick-arrow.slick-next {
         right: 0px;
    }
}
.nav_main ul li .sub_nav li.current-menu-item:first-of-type a:first-of-type {
    background: unset !important;
}
.paragraph ul, .paragraph ol {
    float: none !important;
    width: 100%;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 160%;
}
.paragraph ul li, .paragraph ol li {
    font-size: 14px;
    font-weight: 500;
    margin-left: 40px;
    padding-left: 10px;
}
.paragraph ul li {
    list-style-type: '>';
}
.paragraph ol li {
    list-style-type: decimal;
}
.paragraph h2 {
    font-size: 18px;
}

.paragraph h3 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}

.paragraph h4 {
    font-size: 15px;
    font-weight: 700;
}

.paragraph h5 {
    color: black;
    font-size: 14px;
    font-weight: 700;
}

.paragraph h6 {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}

 .paragraph h4, .paragraph h5, .paragraph h6 {
    margin-top: 10px;
}

/*.block447site.activities-raw.viapost-compris .activites-list li {
    height: 421px;
}*/
@media (min-width: 1281px) {
    /*.block447activites-ve .activites-list li, .block447site.activities-raw.viapost-compris .activites-list li, */
    .block447activites.activities-raw .activites-list li {
        height: 550px;
    }
}
@media (min-width: 1921px) {
    /*.block447site.activities-raw.viapost-compris .activites-list li,
    .block447site.activities-raw.viapost-compris {
        height: 550px;
    }*/
}
@media (min-width: 1281px) {
    .two-activity-blocks{
        width: 50% !important;
    }
}
@media (min-width: 1921px) {
    .two-activity-blocks {
        width: 52%;
    }
}
.two-activity-blocks-left {
    margin-left: 0px !important;
}
@media (min-width: 1281px) {
    .block447site.activities-raw.viapost-compris {
        height: 550px;
    }
}
.two-activity-blocks {
    width: 50% !important;
}
@media (max-width: 767px) {
    .two-activity-blocks {
        width: 100% !important;
    }
}
@media only screen and (max-width: 1120px) and (min-width: 992px) {
    .block447site.activities-raw.viapost-compris {
         height: 380px;
    }
}
@media only screen and (min-width: 985px) and (max-width: 1281px) {
  .special-height, .special-height li {
    height: 650px !important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .block447site.activities-raw.viapost-compris {
         height: 380px;
    }
}
@media (max-width: 1281px) {
    .block447site.activities-raw.viapost-compris .activites-list li {
        height: 380px;
    }
}
.moyens-slider .slick-list {
    height: unset !important;
}
.nous-avons .slick-track > .slick-slide {
    padding: 0 2px 0 2px;
}
.related-articles .row .article-item {
    height: 100%;
}
.footer-la-poste{
    width: 50px;
    height: 60px;
}
.med-text p {
    font-weight: 500;
    font-size: 45px;
    color: #000;
    line-height: 120%;
}
.med-text-mb {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .med-text-mb span {
        font-size: 32px !important;
    }
}
.med-text-mb br{
    display: block !important;
}
.bg-text p {
    line-height: 95%;
    margin-bottom: 20px;
    font-size: 80px;
    font-weight: 700;
    color: #009fe3;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .protection-con h3
    {
        padding-top: 40px;
    }
}
@media (max-width: 767px) {
    .protection-con h3
    {
        padding-top: 40px;
    }
}
.blog-conn a h6 {
    text-transform: none;
}
@media (max-width: 767px) {
    .nav_main.open > ul > li:nth-child(n+7) {
        transform: translate3d(0, 0, 0);
        transition: all .3s ease-out .8s;
    }
}
.outsource-raw {
    padding: 30px 0;
}
@media (max-width: 767px) {
    .flex-block .container .row {
        display: block;
    }
}
.verifi-list li {
    overflow: hidden; /* fix for Firefox */
    break-inside: avoid-column;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
}
.protection-con li p {
    padding-top: 0 !important;
}
.wool-layer {
    bottom: -15px !important;
}
/* Cookie */
.cookies-banner .container {
    padding-right: 55px;
    position: relative;
}
.cookies-banner{
    background-color: rgba(0,127,180,.8);
    bottom: 0;
    color: #ffffff;
    font-size: 12px;
    left: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    position: fixed;
    right: 0;
    z-index: 99;
    display: none;
}
.cookies-banner p {
    color: #ffffff;
    font-size: 12px;

    line-height: 170%;
}
.cookies-banner a {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
}
.cookies-banner .btn.close{
    background-color: rgba(0, 0, 0, 0.15);
    border: 1px solid;
    border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
    font-weight: normal;
    height: 40px;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.35s ease 0s;
    width: 40px;
}
.cookies-banner .btn.close:after{
    transform: translate(-50%, -50%) rotateZ(45deg);
}
.cookies-banner .btn.close:before{
    transform: translate(-50%, -50%) rotateZ(-45deg);
}
.cookies-banner .btn.close:after, .cookies-banner .btn.close:before{
    border-top: 1px solid;
    content: "";
    display: inline-block;
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 20px;
}
#cookieInfo {
    display: block;
    z-index: 999;
    padding: 20px 30px;
}
#cookieInfo .cookie__container__text {
    float: left;
    width: 60%;
}
#cookieInfo .cookie__container__button {
    float: left;
    width: 40%;
}
#cookieInfo .cookie__container__button button {
    float: right;
}
#cookieInfo .cookie__container__text p {
    font-size: 14px;
}
#cookieInfo .cookie__container__text strong {
    font-weight: 800;
}
#cookieInfo .cookie__container__button button#cookieYes {
    /*border-radius: 0;*/
    /*color: #222222;*/
    text-transform: none;
    font-weight: bold;
    line-height: 42px;
}

#cookieInfo .cookie__container__button button#cookieYes {
    margin-right: 50px;
    margin-top: 0 !important;
}
#cookieInfo .cookie__container__button button#cookieNo {
    margin-right: 30px;
    height: 30px;
    width: 30px;
}

@media (max-width: 850px) {
    #cookieInfo {
        padding: 30px;
    }
    #cookieInfo .cookie__container__text, #cookieInfo .cookie__container__button {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    #cookieInfo .cookie__container__text {
        margin-bottom: 20px;
        text-align: left;
    }
    #cookieInfo .cookie__container__text p {
        line-height: 1.5em;
        font-size: 16px;
    }
    .cookies-banner .container {
        padding-right: 0;
    }
    #cookieInfo .cookie__container__button button {
        float: none;
        /*margin-right: 0;*/
    }
    .cookies-banner .btn.close {
        position: relative;
    }
    #cookieInfo .cookie__container__button #cookieYes {
        margin-right: 20px;
        float: left;
    }

    #cookieInfo .cookie__container__button #cookieNo {
        margin: 20px 0 0 0;
        float: right;
    }
}
.offer-social-mobile {
    /*display: flex;*/
    justify-content: space-evenly;
    margin-top: 25px;
    display: none;
}
@media (max-width: 480px) {
    #socail-hide {
        display: none;
    }
    .offer-social-mobile {
        display: flex;
    }
}

.home-parallax .row .col-sm-12 {
    z-index: 999;
}
.home-parallax .wool-layer {
    height: 600px;
}
@media (max-width: 1120px) {
    .home-parallax .wool-layer {
        height: 500px;
    }
}
@media (max-width: 900px) {
    .home-parallax .wool-layer {
        height: auto;
    }
}
@media only screen and (max-width: 1279px) and (min-width: 1121px)
{
    .bg-text p {
        font-size: 74px;
    }
}
@media only screen and (max-width: 1120px) and (min-width: 992px) {
    .bg-text p {
        font-size: 70px;
    }
    .med-text p {
        font-size: 35px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .bg-text p {
        font-size: 50px;
    }
    .med-text p {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .bg-text p {
        font-size: 36px;
    }
    .med-text p {
        font-size: 18px;
        margin-bottom: 10px;
    }
}
@media (max-width: 479px) {
    .bg-text p {
        font-size: 32px;
    }
}
.viapost-post .blog-conn
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.activites-list li .conn h5, .activites-list li .conn h3 {
    min-height: unset !important;
    line-height: 120% !important;
}
#home .activites-list li .conn:not(#hearder-promo-bloc .activites-list li .conn) {
    min-height: 150px;
}
#hearder-promo-bloc .activites-list li .conn {
     /*min-height: 50px;*/
 }
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .activites-list li .conn {
        padding: 10px;
        min-height: 100px;
    }
}
.activites-list li .conn-more-margin {
    min-height: 150px !important;
}
@media only screen and (max-width: 1670px) {
    .activites-list li .conn {
        min-height: 150px;
    }
}
@media only screen and (max-width: 1100px) {
    .activites-list li .conn {
        min-height: 120px;
    }
}
@media only screen and (max-width: 1680px) and (min-width: 768px)
{
    .activites-list li img {
        min-height: 100%;
    }
}
@media (max-width: 767px) {
    .activites-list li .conn {
        min-height: unset;
    }
}
.det-left p br, .link-raw p br {
    display: block !important;
}
.post-short-content {
    max-height: 110px;
}

.our-news-raw .nav-tabs.column4 > li {
    padding: 5px;
}

@media screen and (max-width: 767px) {
    #tarteaucitronRoot {
        .tarteaucitronIconBottomLeft {
            margin-bottom: 60px !important;
        }
    }
}

.background-image-responsive {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}



