@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@font-face {
  font-family: "Archer Book";
  font-style: normal;
  font-weight: normal;
  src: local("Archer Book"), url("fonts/Archer-Book-Pro.woff") format("woff");
}
@font-face {
  font-family: "Archer Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Archer Bold"), url("fonts/Archer-Bold-Pro.woff") format("woff");
}
body.page-id-130 .team-box:after, body.page-id-935 .team-box:after, body.page-id-130 .team-box:before, body.page-id-935 .team-box:before, body.home .slider-recommandation .wp-block-column:after, #nav-mobile #site-navigation #primary-menu .contact-menu a i:after, #nav-mobile #site-navigation button.menu-toggle:after, #nav-mobile #site-navigation button.menu-toggle:before, .footer .contact i:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  height: 100%;
  width: 100%;
}

body.home .slider-logo .wp-block-image figure img, #masthead #menu-top a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.lang {
  font-size: 18px !important;
  text-transform: uppercase;
}

.advgb-blocks-container.brand-bg {
  top: -2px;
  position: relative;
}

article {
  margin-bottom: 0 !important;
}

html {
  overflow-x: hidden;
}

body {
  margin-bottom: 0 !important;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

h1, h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 17px;
}

h4 {
  font-size: 17px;
}

h1 {
  font-size: 26px;
  text-transform: uppercase;
}

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

a, a:active, a:hover, a:visited {
  color: #00B6E8;
  text-decoration: none;
}

ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul li {
  position: relative;
  padding-top: 10px;
}
ul li::before {
  content: "•";
  color: #00B6E8 !important;
  font-size: 40px !important;
  padding-right: 10px;
  line-height: 0;
  position: absolute;
  top: 9px;
}

.nav-no-visible {
  top: -140px !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.nav-visible {
  top: 0 !important;
  -webkit-box-shadow: 0 0 14px -1px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 0 14px -1px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 14px -1px rgba(0, 0, 0, 0.28);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.custom-logo {
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 100%;
  max-width: 120px;
  height: 100%;
  min-width: 80px;
}

h1 {
  margin-top: 0;
}

.parentTitle {
  position: relative;
}
.parentTitle h2.title {
  position: relative;
  padding-left: 20px;
  margin-top: 40px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.5s ease-out;
}
.parentTitle span.puce {
  display: block;
  background-color: #00B6E8;
  width: 8px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -1px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

h3 {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.footer {
  position: relative;
  background-color: #232323;
  color: #fff;
  padding: 20px;
  margin-top: 0;
  margin-bottom: 55px;
}
@media screen and (min-width: 768px) {
  .footer {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .content-footer {
    display: block !important;
  }
  .footer aside {
    grid-area: auto !important;
  }
}
.footer .content-footer {
  max-width: 1000px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(50px, auto);
  grid-template-areas: "menu-1 menu-2 address" ". privacy .";
}
.footer .privacy {
  grid-area: privacy;
  text-align: center;
  font-size: 11px;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  color: #BBBBBB;
  border-top: 1px solid #393939;
}
@media screen and (min-width: 768px) {
  .footer .privacy {
    display: none;
  }
}
.footer .contact {
  clear: both;
}
.footer .contact .location {
  font-size: 13px;
  margin-top: 20px;
}
.footer .contact a {
  color: #ffffff !important;
  font-size: 14px;
}
.footer .contact h5 {
  margin-bottom: 10px;
}
.footer .contact .address {
  margin-bottom: 20px;
  font-size: 13px;
}
.footer .contact .address h4 {
  margin-bottom: 0;
  font-size: 15px;
}
.footer .contact .email {
  margin-bottom: 15px;
}
.footer .contact i {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 17px;
  color: #fff;
  background: #232323;
  position: relative;
  height: 30px;
  width: 30px;
  padding: 7px;
  z-index: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.footer .contact i:after {
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: -2;
  top: 2px;
  left: 2px;
}
.footer .contact .fab:before, .footer .contact .fas:before, .footer .contact .far:before {
  background: #232323;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border: 1px solid #fff;
  padding: 5px;
  text-align: center;
}
.footer #text-2 {
  clear: both;
}
.footer #text-2 .textwidget p:first-child {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer {
    display: block;
  }
  .footer #nav_menu-2 {
    width: 50%;
    float: left;
  }
  .footer #nav_menu-3 {
    width: 50%;
    float: right;
  }
  .footer .contact {
    border-top: 1px solid #393939;
    padding-top: 20px;
  }
}
.footer a {
  color: #bbbbbb !important;
}
.footer ul {
  list-style: none;
}
.footer ul li::before {
  content: none;
}
.footer .parentTitle {
  clear: both;
}
.footer .parentTitle h2.title {
  opacity: 1 !important;
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
  margin-top: 10px;
}
.footer .parentTitle .puce {
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
}
.footer #nav_menu-2 {
  grid-area: menu-1;
  margin-bottom: 0;
}
.footer #nav_menu-3 {
  grid-area: menu-2;
}
.footer .address {
  grid-area: address;
  clear: both;
}
.footer .address h4 {
  color: #00B6E8;
}

#nav-mobile .menu-item-387 a {
  font-weight: 500 !important;
}

header {
  display: grid;
  text-align: center;
  grid-template-columns: 100%;
}
header ul li a {
  padding: 0 5px;
}
header ul li::before {
  content: none;
}

#masthead > div.site-branding > a {
  grid-row: 2 span;
}

@media screen and (max-width: 768px) {
  #masthead .site-branding {
    padding: 20px 10px 0 15px !important;
  }
}
@media screen and (max-width: 400px) {
  #masthead .site-branding {
    padding-bottom: 40px !important;
  }
  #masthead .site-branding #get_btn {
    display: block;
  }
  #masthead .site-branding #get_btn a {
    width: 135px;
  }
}

@media screen and (min-width: 768px) {
  #masthead {
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    display: block;
    padding: 0 0 0 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
}
@media screen and (max-width: 768px) {
  #masthead {
    box-shadow: none !important;
    position: static !important;
  }
}
#masthead .site-branding {
  padding: 20px 10px 0 15px;
  text-align: left;
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-template-rows: 1fr 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #masthead .site-branding {
    display: block;
  }
  #masthead .site-branding > a {
    height: 50px;
    width: 30%;
    display: block;
    float: left;
  }
  #masthead .site-branding #menu-top {
    height: 80px;
    margin-left: 30%;
    display: block;
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  #masthead .site-branding {
    padding: 0 10px 0 15px;
  }
}
#masthead #sub-menu-nav {
  grid-column: 2;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #masthead #sub-menu-nav ul.menu {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #masthead #sub-menu-nav ul.menu {
    padding: 0;
    margin-bottom: 0;
    margin-top: -10px;
    display: inline-block;
    background: white;
    -webkit-box-shadow: 0 10px 12px -4px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0 10px 12px -4px rgba(0, 0, 0, 0.27);
    box-shadow: 0 10px 12px -4px rgba(0, 0, 0, 0.27);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  #masthead #sub-menu-nav ul.menu li:first-child a:hover {
    color: #9d58d3;
  }
  #masthead #sub-menu-nav ul.menu li:nth-child(2) a:hover {
    color: #e4008c;
  }
  #masthead #sub-menu-nav ul.menu li:nth-child(3) a:hover {
    color: #2891b2;
  }
  #masthead #sub-menu-nav ul.menu li {
    display: inline-block;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
  }
  #masthead #sub-menu-nav ul.menu li a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
#masthead .custom-logo-link {
  grid-area: logo;
  padding: 0 5px 0 0;
}
#masthead #menu-top {
  grid-row: 1;
  grid-column: 2;
  text-align: right;
  height: 80px;
}
#masthead #menu-top a {
  border: 1px solid #00B6E8;
  background: #fff;
  color: #00B6E8;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 23px;
  margin: 5px 2px;
  vertical-align: text-top;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#masthead #menu-top a:nth-child(3) {
  color: #00B6E8;
  background: #fff;
  font-size: 15px;
  font-weight: bold;
}
#masthead #menu-top a:focus {
  outline: none;
}
#masthead #menu-top #nav-main {
  padding-right: 20px;
}
#masthead #menu-top #nav-main li {
  display: inline-block;
}
#masthead #menu-top #nav-main a {
  border: 0;
  font-size: 17px;
  padding: 0 15px;
  width: auto;
}
#masthead #menu-top #nav-main .sub-menu {
  text-align: center;
}
#masthead #menu-top #nav-main .sub-menu a {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
#masthead #menu-top div {
  display: inline-block;
}
#masthead #menu-top div a {
  width: 90px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 12px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
#masthead #menu-top div a:hover {
  color: #00B6E8;
}
@media screen and (max-width: 768px) {
  #masthead #menu-top #nav-main {
    display: none;
  }
}

#content {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.is-active {
  display: block !important;
}

.grey-bg {
  margin-left: -20px;
  margin-right: -20px;
  background: #F6F7FB;
  padding: 40px 20px;
}
.grey-bg h2 {
  margin-top: 0 !important;
}
.grey-bg p {
  margin: 0;
}

.brand-bg {
  background: #00B6E8;
  color: #fff;
  margin-left: -20px;
  margin-right: -20px;
  padding: 30px 15px 35px;
  text-align: center;
}
.brand-bg p {
  margin-bottom: 10px;
  margin-top: 0;
}
.brand-bg a {
  color: #fff;
  font-size: 14px;
  background: #00B6E8;
  -webkit-box-shadow: 6px 5px 0 0 #fff;
  -moz-box-shadow: 6px 5px 0 0 #fff;
  box-shadow: 6px 5px 0 0 #fff;
  border: 1px solid #fff !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  padding: 6px 17px;
  /* &:before{
     background: $brandcolor;
     @include border-radius(20px);
     @extend %box-after;
     z-index: -1;
     top: 0;
     left: 0;
     border: 1px solid #fff;
   }
   &:after{
     background: #fff;
     @include border-radius(20px);
     @extend %box-after;
     z-index: -2;
   }*/
}

.entry-header {
  color: #fff;
  margin: auto;
  padding: 30px 15px;
  position: relative;
  top: 20px;
  z-index: -2;
}

.site-content {
  position: relative;
  top: 70px;
}
@media screen and (max-width: 768px) {
  .site-content {
    top: auto !important;
  }
}

.entry-content {
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 20px;
  margin: auto;
  max-width: 1100px;
  padding: 0 20px 0;
  z-index: 1;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .entry-content {
    max-width: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

.cta a {
  padding: 5px 15px;
  font-size: 17px;
  min-width: 200px;
  color: #00B6E8 !important;
  border: 1px solid #00B6E8 !important;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff !important;
  -webkit-box-shadow: 6px 5px 0 0 #00B6E8;
  -moz-box-shadow: 6px 5px 0 0 #00B6E8;
  box-shadow: 6px 5px 0 0 #00B6E8;
}
.social a {
  display: inline-block !important;
}
.social a:nth-child(2) {
  padding: 0 5px;
}

/*=============================
============= MENU ==========
================================*/
.current-menu-item a {
  color: #00B6E8;
  font-weight: bold;
}

#nav-main ul#primary-menu {
  text-align: left;
  padding: 15px;
}
#nav-main ul#primary-menu li {
  display: inline-block;
}
#nav-main ul#primary-menu li a {
  color: #222;
}
#nav-main ul#primary-menu li .sub-menu {
  display: none !important;
  position: absolute;
  z-index: 100;
  background: white;
  padding: 10px;
  min-width: 200px;
  margin-left: 0;
  border: 1px solid #222;
}
#nav-main ul#primary-menu .current-menu-item a {
  color: #00B6E8;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #nav-main {
    display: none !important;
  }
}

#nav-mobile {
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 20px;
  -webkit-box-shadow: 0 0 14px -1px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 0 14px -1px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 14px -1px rgba(0, 0, 0, 0.28);
  background: #fff;
  position: fixed;
  -webkit-backface-visibility: hidden;
  width: 100%;
  bottom: 0;
  z-index: 1000;
  display: grid;
  grid-template-areas: "btn menu-left";
}
@media screen and (min-width: 768px) {
  #nav-mobile {
    display: none !important;
  }
}
#nav-mobile a {
  color: #4e4e4e;
}
#nav-mobile .menu-submenu-container {
  grid-area: menu-left;
}
#nav-mobile .menu-submenu-container ul.menu {
  padding: 20px 7px 15px 0;
  margin-bottom: 0;
  text-align: center;
}
#nav-mobile .menu-submenu-container ul.menu li {
  display: inline-block;
  width: 91px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  padding-bottom: 0;
  padding-top: 0;
}
#nav-mobile .menu-submenu-container ul.menu li a {
  padding: 0;
  color: #202020 !important;
}
#nav-mobile .menu-submenu-container ul.menu li:nth-child(2) {
  border-left: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
  width: 83px;
}
@media screen and (max-width: 355px) {
  #nav-mobile .menu-submenu-container ul.menu li {
    width: 74px;
    font-size: 9px;
  }
}
#nav-mobile #site-navigation {
  padding: 20px 0 15px 20px;
  clear: none;
  grid-area: btn;
}
#nav-mobile #site-navigation button.menu-toggle {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: white;
  font-size: 13px;
  bottom: 4px;
  color: #00B6E8;
  padding: 10px;
  cursor: pointer;
  position: relative;
  z-index: 10;
  border: 0;
}
#nav-mobile #site-navigation button.menu-toggle:focus {
  outline: none;
}
#nav-mobile #site-navigation button.menu-toggle:before {
  border: 1px solid #00B6E8;
  content: "menu";
  color: #00B6E8;
  line-height: 35px;
  background: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  z-index: 1;
  left: 0;
  top: 0;
}
#nav-mobile #site-navigation button.menu-toggle:after {
  background: #00B6E8;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  z-index: -1;
  left: 3px;
  top: 3px;
}
@media screen and (max-width: 768px) {
  #nav-mobile #site-navigation button.menu-toggle {
    display: block !important;
  }
}
#nav-mobile #site-navigation #primary-menu {
  margin-bottom: 0;
  text-align: left;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  height: 510px;
  width: 80%;
  display: block !important;
  transform: matrix(0, 0, 0, 0, 0, 0);
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: 0 0 14px -1px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 0 14px -1px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 14px -1px rgba(0, 0, 0, 0.28);
}
#nav-mobile #site-navigation #primary-menu h5 {
  margin-bottom: 5px;
}
#nav-mobile #site-navigation #primary-menu .contact-menu {
  border-top: 1px solid;
  padding: 20px 0 0;
}
#nav-mobile #site-navigation #primary-menu .contact-menu .fa-envelope:before, #nav-mobile #site-navigation #primary-menu .contact-menu .fa-phone:before {
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border: 1px solid #fff;
  padding: 5px;
}
#nav-mobile #site-navigation #primary-menu .contact-menu a {
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: lowercase;
  font-size: 16px;
  display: block;
}
#nav-mobile #site-navigation #primary-menu .contact-menu a i {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 17px;
  border: 1px solid #4A4A4A;
  color: #4D4D4D;
  background: #fff;
  position: relative;
  height: 30px;
  width: 30px;
  padding: 7px;
  z-index: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#nav-mobile #site-navigation #primary-menu .contact-menu a i:after {
  background: #4D4D4D;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: -2;
  top: 3px;
  left: 3px;
}
#nav-mobile #site-navigation #primary-menu li {
  line-height: 35px;
  display: block;
  float: none;
}
#nav-mobile #site-navigation #primary-menu li .sub-menu {
  font-size: 13px;
  background: #fff;
  float: none;
  border: 0;
  box-shadow: none;
  padding-left: 25px;
  display: none;
  position: static;
}
#nav-mobile #site-navigation #primary-menu li .sub-menu li {
  line-height: 30px;
  padding-top: 5px;
}
#nav-mobile #site-navigation #primary-menu li a {
  color: #4D4D4D;
}
#nav-mobile #site-navigation #primary-menu .current-menu-item a {
  color: #00B6E8;
}
#nav-mobile #site-navigation #primary-menu #menu-menu-1 {
  display: block !important;
}

#site-navigation.toggled button {
  color: #00B6E8;
}

#nav-mobile #site-navigation.toggled button:before {
  content: "close";
  background: #fff;
  border: 1px solid #00B6E8;
  color: #00B6E8;
}

/*=============================
============= FIN MENU ==========
================================*/
.whatnext {
  position: relative;
  text-align: center;
  padding: 10px 15px 50px;
  margin-top: 200px;
  background: #00B6E8;
  margin-left: -20px;
  margin-right: -20px;
  color: #fff;
  top: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 0;
}
@media screen and (min-width: 768px) {
  .whatnext {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.whatnext:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 20px;
  width: 100%;
  background: #232323;
}
.whatnext .topimg {
  position: absolute;
  height: 100%;
  width: 110%;
  left: -25px;
  background: url("../images/bg.png");
  background-repeat: repeat no-repeat;
  background-position: bottom;
  background-size: 75%;
  transform: rotate(186deg);
  top: -129px;
}
@media screen and (min-width: 410px) {
  .whatnext .topimg {
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .whatnext .topimg {
    transform: rotate(180deg);
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .whatnext .topimg {
    top: -137px;
  }
}
.whatnext .box-whatnext {
  position: relative;
}
.whatnext .cta a {
  border-color: #fff !important;
  color: #fff !important;
  position: relative;
  background-color: #00B6E8 !important;
  z-index: 1;
  -webkit-box-shadow: 6px 5px 0 0 #fff;
  -moz-box-shadow: 6px 5px 0 0 #fff;
  box-shadow: 6px 5px 0 0 #fff;
}
.whatnext h3 {
  font-weight: 500;
  font-size: 16px;
}
.whatnext p {
  font-size: 16px;
}
.whatnext .parentTitle {
  display: none;
}
.whatnext .cta {
  margin-bottom: 0;
}

/*
.whatnext{
  margin-top: 50px;
  .box-whatnext{
    border: 1px solid $grey;
    @include border-radius(20px);
    background: #fff;
    position: relative;
    padding: 10px;
    z-index: 1;

    &:before{
      background: #fff;
      @include border-radius(20px);
      @extend %box-after;
      left: 0;
      top: 0;
      z-index: -1;
    }

    &:after{
      background: $grey;
      @include border-radius(20px);
      @extend %box-after;
      z-index: -2;
    }

    h3{
      color: $brandcolor;
    }
  }
}*/
.hide {
  display: none;
}

.content-small {
  max-width: 500px !important;
  margin: auto;
}

.content-medium {
  max-width: 1000px !important;
  margin: auto !important;
}

.content-large {
  max-width: 1200px !important;
  margin: auto;
}

.box-blue {
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px 20px 15px;
  position: relative;
  top: -15px;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .box-blue {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 0;
  }
}
.box-blue p {
  margin-bottom: 0;
}

.no-anim {
  opacity: 1 !important;
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
}

.no-anim + .puce {
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
}

body.home {
  /*=============================
  ============= SLIDER ==========
  ================================*/
}
body.home .entry-header {
  display: none;
}
body.home .header-img {
  margin-left: -20px;
  margin-right: -20px;
}
body.home .header-img div {
  margin-top: 0;
}
body.home .wp-block-video {
  text-align: center;
  overflow: hidden;
  max-height: 600px;
  margin: 0 -20px;
}
body.home .wp-block-video video {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}
body.home .slider-logo {
  margin-left: -15px;
  margin-right: -15px;
}
body.home .slider-logo .wp-block-image {
  min-width: 150px;
  margin: 0;
}
body.home .slider-logo .wp-block-image:focus {
  outline: none;
}
body.home .slider-logo .wp-block-image figure {
  height: 120px;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  position: relative;
}
body.home .slider-logo .wp-block-image figure img {
  max-height: 90%;
  max-width: 90%;
  width: auto;
  height: auto;
}
body.home .client {
  margin-top: 40px;
  padding: 10px 15px;
}
body.home .client h2 {
  margin: 10px 0 0 0;
}
body.home .slider-recommandation .draggable {
  padding: 0 !important;
  overflow: visible;
}
@media screen and (min-width: 900px) {
  body.home .slider-recommandation .slick-slide div {
    margin: auto;
    max-width: 500px;
  }
  body.home .slider-recommandation .slick-slide div .wp-block-column p:last-child {
    display: block !important;
  }
}
body.home .slider-recommandation .star {
  text-align: center;
  color: #ffba00;
}
body.home .slider-recommandation h4 {
  margin-top: 10px;
}
body.home .slider-recommandation .slick-dots {
  bottom: -20px;
}
body.home .slider-recommandation .slick-dots button:before {
  font-size: 0;
}
body.home .slider-recommandation .slick-dots li:hover:before {
  color: #aeaeae !important;
}
body.home .slider-recommandation .slick-dots li:before {
  color: #E1E1E1 !important;
  font-size: 45px !important;
}
body.home .slider-recommandation .slick-dots .slick-active:hover:before {
  color: #00B6E8 !important;
}
body.home .slider-recommandation .slick-dots .slick-active:before {
  color: #00B6E8 !important;
}
body.home .slider-recommandation .slick-slide {
  margin: 10px;
}
body.home .slider-recommandation .wp-block-column {
  position: relative;
  background: #fff;
  border: 1px solid #00B6E8;
  padding: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
body.home .slider-recommandation .wp-block-column:focus {
  outline: none;
}
body.home .slider-recommandation .wp-block-column:after {
  background: #00B6E8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  z-index: -2;
}
body.home .slider-recommandation .wp-block-column h4 {
  margin-bottom: 0;
}
body.home .slider-recommandation .wp-block-column p:nth-child(3) {
  color: #00B6E8;
  margin: 0;
  font-size: 12px;
}
body.home .slider-recommandation .wp-block-column p:last-child {
  display: none;
}
@media screen and (min-width: 768px) {
  body.home .slider-recommandation .wp-block-column p:last-child {
    display: block !important;
  }
}

#slick-slide10 > div > div p:last-child {
  display: block;
}

body.page-id-130 .has-2-columns .cta a, body.page-id-935 .has-2-columns .cta a {
  max-width: 265px;
  width: 100%;
}
body.page-id-130 h1, body.page-id-935 h1 {
  margin-bottom: 20px;
}
body.page-id-130 div.cta, body.page-id-935 div.cta {
  margin: 20px 0;
}
body.page-id-130 .entry-header, body.page-id-935 .entry-header {
  padding-bottom: 0;
}
body.page-id-130 .entry-content, body.page-id-935 .entry-content {
  padding-top: 0;
}
body.page-id-130 .entry-content .brand-bg, body.page-id-935 .entry-content .brand-bg {
  padding-top: 15px;
  padding-bottom: 40px;
}
body.page-id-130 .entry-content .box-blue h2, body.page-id-935 .entry-content .box-blue h2 {
  margin-top: 20px;
}
body.page-id-130 .wp-block-columns, body.page-id-935 .wp-block-columns {
  margin-top: 30px;
}
body.page-id-130 .wp-block-columns.has-2-columns, body.page-id-935 .wp-block-columns.has-2-columns {
  margin-top: 25px;
}
body.page-id-130 .team-box, body.page-id-935 .team-box {
  border: 1px solid #E1E1E1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  padding: 5px 10px;
  padding-left: 0;
  z-index: 1;
  display: grid;
  grid-template-areas: "img desc";
  grid-template-columns: 120px 1fr;
  margin-top: 10px;
}
body.page-id-130 .team-box:before, body.page-id-935 .team-box:before {
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  left: 0;
  top: 0;
  z-index: -1;
}
body.page-id-130 .team-box:after, body.page-id-935 .team-box:after {
  background: #E1E1E1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  z-index: -2;
}
body.page-id-130 .team-box .wp-block-image, body.page-id-935 .team-box .wp-block-image {
  margin: 0;
}
body.page-id-130 .team-box figure, body.page-id-935 .team-box figure {
  grid-area: img;
  margin: 0 auto;
  height: 76px;
  width: 76px;
}
body.page-id-130 .team-box figure img, body.page-id-935 .team-box figure img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 76px;
  width: 76px;
  border: 1px solid #F9F9F9;
}
body.page-id-130 .team-box .team-desc, body.page-id-935 .team-box .team-desc {
  grid-area: desc;
}
body.page-id-130 .team-box .team-desc h4, body.page-id-935 .team-box .team-desc h4 {
  margin: 0;
  color: #00B6E8;
  font-family: "Montserrat", sans-serif;
}
body.page-id-130 .team-box .team-desc h5, body.page-id-935 .team-box .team-desc h5 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 11px;
  position: relative;
  padding-left: 17px;
}
body.page-id-130 .team-box .team-desc h5:after, body.page-id-935 .team-box .team-desc h5:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  height: 4px;
  width: 12px;
  background: #00B6E8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
body.page-id-130 .team-box .team-desc p, body.page-id-935 .team-box .team-desc p {
  margin: 15px 0 0 0;
  font-weight: 400;
  font-size: 11px;
  position: relative;
}

@media screen and (min-width: 768px) {
  body.page-id-289 form #slider-range-min {
    margin: 0;
  }
  body.page-id-289 h2 {
    margin-bottom: 5px;
  }
  body.page-id-289 p {
    text-align: center;
  }
  body.page-id-289 h1 {
    font-size: 60px;
    font-weight: bold;
  }
  body.page-id-289 h4 {
    color: #00B6E8;
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
  }
}

form {
  max-width: 700px;
  margin: auto;
  padding-bottom: 45px;
  /*==========================
  =======INPUT MATERIAL========
  ============================*/
}
form h2 {
  margin-bottom: 30px;
}
form #slider-range-min {
  margin: 0 30px;
  height: 5px;
  border: 0;
  background: #E1E1E1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
}
form #slider-range-min .step {
  display: none;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #E1E1E1;
  position: absolute;
  bottom: -2px;
}
form #slider-range-min .step:nth-child(1) {
  left: 16%;
}
form #slider-range-min .step:nth-child(2) {
  left: 33%;
}
form #slider-range-min .step:nth-child(3) {
  left: 48%;
}
form #slider-range-min .ui-slider-range-min {
  background: #00B6E8;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
form #slider-range-min .ui-state-active {
  background: #fff;
}
form #slider-range-min .ui-slider-handle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  height: 18px;
  width: 18px;
  -ms-touch-action: none;
  touch-action: none;
  border: 5px solid #00B6E8;
}
form #slider-range-min .ui-slider-handle:focus {
  outline: none;
  background: #fff;
}
form input[type=text], form input[type=email], form input[type=tel] {
  border: 0 !important;
  border-bottom: 1px solid #aeaeae !important;
  color: #00B6E8;
  width: 100%;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
form input[type=text]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder, form input[type=tel]::-webkit-input-placeholder {
  color: #aeaeae;
}
form input[type=text]:-moz-placeholder, form input[type=email]:-moz-placeholder, form input[type=tel]:-moz-placeholder {
  color: #aeaeae;
}
form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=tel]::-moz-placeholder {
  color: #aeaeae;
}
form input[type=text]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form input[type=tel]:-ms-input-placeholder {
  color: #aeaeae;
}
form input[type=text]:focus::-webkit-input-placeholder, form input[type=email]:focus::-webkit-input-placeholder, form input[type=tel]:focus::-webkit-input-placeholder {
  color: #00B6E8;
}
form input[type=text]:focus:-moz-placeholder, form input[type=email]:focus:-moz-placeholder, form input[type=tel]:focus:-moz-placeholder {
  color: #00B6E8;
}
form input[type=text]:focus::-moz-placeholder, form input[type=email]:focus::-moz-placeholder, form input[type=tel]:focus::-moz-placeholder {
  color: #00B6E8;
}
form input[type=text]:focus:-ms-input-placeholder, form input[type=email]:focus:-ms-input-placeholder, form input[type=tel]:focus:-ms-input-placeholder {
  color: #00B6E8;
}
form input[type=text]:focus, form input[type=email]:focus, form input[type=tel]:focus {
  outline: none;
  color: #00B6E8;
  border-bottom: 1px solid #00B6E8 !important;
}
form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus,
form select:-webkit-autofill,
form select:-webkit-autofill:hover,
form select:-webkit-autofill:focus {
  -webkit-text-fill-color: #00B6E8;
  transition: background-color 5000s ease-in-out 0s;
}
@media screen and (max-width: 530px) {
  form fieldset:nth-child(7) {
    margin-top: 35px;
  }
  form fieldset:nth-child(7) label {
    top: -15px;
  }
  form fieldset:nth-child(7) label.focuson {
    top: -30px;
  }
}
form fieldset {
  position: relative;
  margin-top: 25px;
}
form fieldset label {
  position: absolute;
  color: #aeaeae;
  z-index: -1;
  font-size: 14px;
  top: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
form fieldset label.focuson {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  top: -20px;
  font-size: 12px;
}
form #submit {
  border: 1px solid #00B6E8;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #fff;
  color: #00B6E8;
  padding: 10px;
  z-index: 1;
  font-size: 14px;
  width: 100%;
  max-width: 250px;
  cursor: pointer;
  position: relative;
  margin-top: 20px;
}
form #submit:focus {
  outline: none;
}
form .after {
  background: #00B6E8;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  content: "";
  position: absolute;
  top: 25px;
  left: 49%;
  transform: translateX(-49%);
  height: 34px;
  width: 100%;
  max-width: 250px;
}
form #amount {
  color: #00B6E8;
  text-align: right;
  border: 0 !important;
}

.slick-slide {
  margin: 10px;
}

/*========= PAGE Social Media Content ==========*/
@media screen and (max-width: 768px) {
  body.page-id-197 #sub-menu-nav a, body.page-id-963 #sub-menu-nav a {
    color: #2891b2;
  }
  body.page-id-197 #primary-menu .current-menu-item a, body.page-id-963 #primary-menu .current-menu-item a {
    color: #2891b2 !important;
  }
  body.page-id-197 button.menu-toggle, body.page-id-963 button.menu-toggle {
    color: #2891b2 !important;
  }
  body.page-id-197 button.menu-toggle:before, body.page-id-963 button.menu-toggle:before {
    border: 1px solid #2891b2 !important;
    color: #2891b2 !important;
  }
  body.page-id-197 button.menu-toggle:after, body.page-id-963 button.menu-toggle:after {
    background: #2891b2 !important;
  }
  body.page-id-197 .custom-logo, body.page-id-963 .custom-logo {
    background-image: url("../images/logo_media.png");
  }
  body.page-id-197 h4, body.page-id-963 h4 {
    color: #2891b2 !important;
  }
  body.page-id-197 #masthead #menu-top a, body.page-id-963 #masthead #menu-top a {
    border-color: #2891b2;
    color: #2891b2;
  }
  body.page-id-197 .brand-bg, body.page-id-197 .puce, body.page-id-197 .after, body.page-id-197 .ui-slider-range-min, body.page-id-963 .brand-bg, body.page-id-963 .puce, body.page-id-963 .after, body.page-id-963 .ui-slider-range-min {
    background: #2891b2 !important;
  }
  body.page-id-197 .p, body.page-id-197 li:before, body.page-id-197 input, body.page-id-963 .p, body.page-id-963 li:before, body.page-id-963 input {
    color: #2891b2 !important;
  }
  body.page-id-197 .brand-bg a, body.page-id-963 .brand-bg a {
    background: #2891b2;
  }
  body.page-id-197 .brand-bg a:before, body.page-id-963 .brand-bg a:before {
    background: #2891b2;
  }
  body.page-id-197 #submit, body.page-id-963 #submit {
    border-color: #2891b2;
    color: #2891b2 !important;
  }
  body.page-id-197 input:focus, body.page-id-963 input:focus {
    border-color: #2891b2 !important;
  }
  body.page-id-197 .ui-slider-handle, body.page-id-963 .ui-slider-handle {
    border-color: #2891b2 !important;
  }
  body.page-id-197 .wp-block-advgb-container.advgb-blocks-container ul li, body.page-id-963 .wp-block-advgb-container.advgb-blocks-container ul li {
    padding-left: 15px;
  }
  body.page-id-197 .wp-block-advgb-container.advgb-blocks-container ul li:before, body.page-id-963 .wp-block-advgb-container.advgb-blocks-container ul li:before {
    position: absolute;
    left: 0;
    top: 18px;
  }
  body.page-id-197 .slider-process, body.page-id-963 .slider-process {
    margin-bottom: 50px;
  }
  body.page-id-197 .slider-process .draggable, body.page-id-963 .slider-process .draggable {
    overflow: visible;
    padding-left: 0 !important;
  }
  body.page-id-197 .slider-process .slick-dots, body.page-id-963 .slider-process .slick-dots {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  body.page-id-197 .slider-process .slick-dots li:before, body.page-id-963 .slider-process .slick-dots li:before {
    font-size: 55px;
  }
  body.page-id-197 .slider-process .slick-dots::before, body.page-id-963 .slider-process .slick-dots::before {
    content: "";
    display: block;
    height: 3px;
    width: 85%;
    position: absolute;
    left: 13px;
    background: #E1E1E1;
    bottom: -3px;
  }
  body.page-id-197 .slider-process .slick-dots button:before, body.page-id-963 .slider-process .slick-dots button:before {
    font-size: 0;
  }
  body.page-id-197 .slider-process .slick-dots li:hover:before, body.page-id-963 .slider-process .slick-dots li:hover:before {
    color: #aeaeae !important;
  }
  body.page-id-197 .slider-process .slick-dots li:before, body.page-id-963 .slider-process .slick-dots li:before {
    color: #E1E1E1 !important;
    font-size: 55px !important;
  }
  body.page-id-197 .slider-process .slick-dots .slick-active:hover:before, body.page-id-963 .slider-process .slick-dots .slick-active:hover:before {
    color: #2891b2 !important;
  }
  body.page-id-197 .slider-process .slick-dots .slick-active:before, body.page-id-963 .slider-process .slick-dots .slick-active:before {
    color: #2891b2 !important;
  }
  body.page-id-197 .slider-process div.wp-block-advgb-container, body.page-id-963 .slider-process div.wp-block-advgb-container {
    border: 1px solid #2891b2;
    padding: 10px;
    position: relative;
    margin: 20px 10px 0;
    width: 220px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  body.page-id-197 .slider-process div.wp-block-advgb-container:focus, body.page-id-963 .slider-process div.wp-block-advgb-container:focus {
    outline: none;
  }
  body.page-id-197 .slider-process div.wp-block-advgb-container .icon-process, body.page-id-963 .slider-process div.wp-block-advgb-container .icon-process {
    position: absolute;
    top: -30px;
    left: 50%;
    text-align: center;
    background: #fff;
    transform: translateX(-50%);
  }
  body.page-id-197 .slider-process div.wp-block-advgb-container .icon-process i, body.page-id-963 .slider-process div.wp-block-advgb-container .icon-process i {
    color: #2891b2;
    border: 1px solid #2891b2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    font-size: 30px;
    padding: 10px;
  }
  body.page-id-197 .slider-process div.wp-block-advgb-container p, body.page-id-963 .slider-process div.wp-block-advgb-container p {
    display: none;
  }
  body.page-id-197 .slider-process div.wp-block-advgb-container h4, body.page-id-963 .slider-process div.wp-block-advgb-container h4 {
    color: #2891b2;
  }
}

/*========= Content strategy ==========*/
@media screen and (max-width: 768px) {
  body.page-id-326 #sub-menu-nav a, body.page-id-976 #sub-menu-nav a {
    color: #e4008c;
  }
  body.page-id-326 #primary-menu .current-menu-item a, body.page-id-976 #primary-menu .current-menu-item a {
    color: #e4008c !important;
  }
  body.page-id-326 button.menu-toggle, body.page-id-976 button.menu-toggle {
    color: #e4008c !important;
  }
  body.page-id-326 button.menu-toggle:before, body.page-id-976 button.menu-toggle:before {
    border: 1px solid #e4008c !important;
    color: #e4008c !important;
  }
  body.page-id-326 button.menu-toggle:after, body.page-id-976 button.menu-toggle:after {
    background: #e4008c !important;
  }
  body.page-id-326 .custom-logo, body.page-id-976 .custom-logo {
    background-image: url("../images/logo_strat.png");
  }
  body.page-id-326 h4, body.page-id-976 h4 {
    color: #e4008c !important;
  }
  body.page-id-326 #masthead #menu-top a, body.page-id-976 #masthead #menu-top a {
    border-color: #e4008c;
    color: #e4008c;
  }
  body.page-id-326 .brand-bg, body.page-id-326 .puce, body.page-id-326 .after, body.page-id-326 .ui-slider-range-min, body.page-id-976 .brand-bg, body.page-id-976 .puce, body.page-id-976 .after, body.page-id-976 .ui-slider-range-min {
    background: #e4008c !important;
  }
  body.page-id-326 .brand-bg a, body.page-id-976 .brand-bg a {
    background: #e4008c;
  }
  body.page-id-326 .brand-bg a:before, body.page-id-976 .brand-bg a:before {
    background: #e4008c;
  }
  body.page-id-326 .p, body.page-id-326 li:before, body.page-id-326 input, body.page-id-976 .p, body.page-id-976 li:before, body.page-id-976 input {
    color: #e4008c !important;
  }
  body.page-id-326 #submit, body.page-id-976 #submit {
    border-color: #e4008c;
    color: #e4008c !important;
  }
  body.page-id-326 input:focus, body.page-id-976 input:focus {
    border-color: #e4008c !important;
  }
  body.page-id-326 .ui-slider-handle, body.page-id-976 .ui-slider-handle {
    border-color: #e4008c !important;
  }
  body.page-id-326 .entry-content li:before, body.page-id-976 .entry-content li:before {
    position: relative;
    top: 6px;
  }
  body.page-id-326 .slider-process, body.page-id-976 .slider-process {
    margin-bottom: 50px;
  }
  body.page-id-326 .slider-process .draggable, body.page-id-976 .slider-process .draggable {
    overflow: visible;
    padding-left: 0 !important;
  }
  body.page-id-326 .slider-process .slick-dots, body.page-id-976 .slider-process .slick-dots {
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
  }
  body.page-id-326 .slider-process .slick-dots li:before, body.page-id-976 .slider-process .slick-dots li:before {
    font-size: 55px;
  }
  body.page-id-326 .slider-process .slick-dots::before, body.page-id-976 .slider-process .slick-dots::before {
    content: "";
    display: block;
    height: 3px;
    width: 85%;
    position: absolute;
    left: 14px;
    background: #E1E1E1;
    bottom: 32px;
  }
  body.page-id-326 .slider-process .slick-dots button:before, body.page-id-976 .slider-process .slick-dots button:before {
    font-size: 0;
  }
  body.page-id-326 .slider-process .slick-dots li:hover:before, body.page-id-976 .slider-process .slick-dots li:hover:before {
    color: #aeaeae !important;
  }
  body.page-id-326 .slider-process .slick-dots li:before, body.page-id-976 .slider-process .slick-dots li:before {
    color: #E1E1E1 !important;
    font-size: 55px !important;
  }
  body.page-id-326 .slider-process .slick-dots .slick-active:hover:before, body.page-id-976 .slider-process .slick-dots .slick-active:hover:before {
    color: #e4008c !important;
  }
  body.page-id-326 .slider-process .slick-dots .slick-active:before, body.page-id-976 .slider-process .slick-dots .slick-active:before {
    color: #e4008c !important;
  }
  body.page-id-326 .slider-process div.wp-block-advgb-container, body.page-id-976 .slider-process div.wp-block-advgb-container {
    border: 1px solid #e4008c;
    padding: 10px;
    position: relative;
    margin: 20px 10px 0;
    width: 220px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  body.page-id-326 .slider-process div.wp-block-advgb-container:focus, body.page-id-976 .slider-process div.wp-block-advgb-container:focus {
    outline: none;
  }
  body.page-id-326 .slider-process div.wp-block-advgb-container .icon-process, body.page-id-976 .slider-process div.wp-block-advgb-container .icon-process {
    position: absolute;
    top: -30px;
    left: 50%;
    text-align: center;
    background: #fff;
    transform: translateX(-50%);
  }
  body.page-id-326 .slider-process div.wp-block-advgb-container .icon-process i, body.page-id-976 .slider-process div.wp-block-advgb-container .icon-process i {
    color: #e4008c;
    border: 1px solid #e4008c;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    font-size: 30px;
    padding: 10px;
  }
  body.page-id-326 .slider-process div.wp-block-advgb-container p, body.page-id-976 .slider-process div.wp-block-advgb-container p {
    display: none;
  }
  body.page-id-326 .slider-process div.wp-block-advgb-container h4, body.page-id-976 .slider-process div.wp-block-advgb-container h4 {
    color: #e4008c;
  }
}

/*========= Video production ==========*/
@media screen and (max-width: 768px) {
  body.page-id-238 #sub-menu-nav a, body.page-id-972 #sub-menu-nav a {
    color: #9d58d3;
  }
  body.page-id-238 #primary-menu .current-menu-item a, body.page-id-972 #primary-menu .current-menu-item a {
    color: #9d58d3 !important;
  }
  body.page-id-238 button.menu-toggle, body.page-id-972 button.menu-toggle {
    color: #9d58d3 !important;
  }
  body.page-id-238 button.menu-toggle:before, body.page-id-972 button.menu-toggle:before {
    border: 1px solid #9d58d3 !important;
    color: #9d58d3 !important;
  }
  body.page-id-238 button.menu-toggle:after, body.page-id-972 button.menu-toggle:after {
    background: #9d58d3 !important;
  }
  body.page-id-238 .custom-logo, body.page-id-972 .custom-logo {
    background-image: url("../images/logo_vid.png");
  }
  body.page-id-238 h4, body.page-id-972 h4 {
    color: #9d58d3 !important;
  }
  body.page-id-238 #masthead #menu-top a, body.page-id-972 #masthead #menu-top a {
    border-color: #9d58d3;
    color: #9d58d3;
  }
  body.page-id-238 .brand-bg, body.page-id-238 .puce, body.page-id-238 .after, body.page-id-238 .ui-slider-range-min, body.page-id-972 .brand-bg, body.page-id-972 .puce, body.page-id-972 .after, body.page-id-972 .ui-slider-range-min {
    background: #9d58d3 !important;
  }
  body.page-id-238 .p, body.page-id-238 li:before, body.page-id-238 input, body.page-id-972 .p, body.page-id-972 li:before, body.page-id-972 input {
    color: #9d58d3 !important;
  }
  body.page-id-238 .brand-bg a, body.page-id-972 .brand-bg a {
    background: #9d58d3;
  }
  body.page-id-238 .brand-bg a:before, body.page-id-972 .brand-bg a:before {
    background: #9d58d3;
  }
  body.page-id-238 #submit, body.page-id-972 #submit {
    border-color: #9d58d3;
    color: #9d58d3 !important;
  }
  body.page-id-238 input:focus, body.page-id-972 input:focus {
    border-color: #9d58d3 !important;
  }
  body.page-id-238 .ui-slider-handle, body.page-id-972 .ui-slider-handle {
    border-color: #9d58d3 !important;
  }
  body.page-id-238 .slider-process, body.page-id-972 .slider-process {
    margin-bottom: 50px;
  }
  body.page-id-238 .slider-process .draggable, body.page-id-972 .slider-process .draggable {
    overflow: visible;
    padding-left: 0 !important;
  }
  body.page-id-238 .slider-process .slick-dots, body.page-id-972 .slider-process .slick-dots {
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
  body.page-id-238 .slider-process .slick-dots::before, body.page-id-972 .slider-process .slick-dots::before {
    content: "";
    display: block;
    height: 3px;
    width: 85%;
    position: absolute;
    left: 22px;
    background: #E1E1E1;
    bottom: 10px;
  }
  body.page-id-238 .slider-process .slick-dots button:before, body.page-id-972 .slider-process .slick-dots button:before {
    font-size: 0;
  }
  body.page-id-238 .slider-process .slick-dots li:hover:before, body.page-id-972 .slider-process .slick-dots li:hover:before {
    color: #aeaeae !important;
  }
  body.page-id-238 .slider-process .slick-dots li:before, body.page-id-972 .slider-process .slick-dots li:before {
    color: #E1E1E1 !important;
    font-size: 55px !important;
  }
  body.page-id-238 .slider-process .slick-dots .slick-active:hover:before, body.page-id-972 .slider-process .slick-dots .slick-active:hover:before {
    color: #9d58d3 !important;
  }
  body.page-id-238 .slider-process .slick-dots .slick-active:before, body.page-id-972 .slider-process .slick-dots .slick-active:before {
    color: #9d58d3 !important;
  }
  body.page-id-238 .slider-process ul.slick-dots:before, body.page-id-972 .slider-process ul.slick-dots:before {
    bottom: 6px;
  }
  body.page-id-238 .slider-process div.wp-block-advgb-container, body.page-id-972 .slider-process div.wp-block-advgb-container {
    border: 1px solid #9d58d3;
    padding: 10px;
    position: relative;
    margin: 20px 10px 0;
    width: 220px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  body.page-id-238 .slider-process div.wp-block-advgb-container:focus, body.page-id-972 .slider-process div.wp-block-advgb-container:focus {
    outline: none;
  }
  body.page-id-238 .slider-process div.wp-block-advgb-container .icon-process, body.page-id-972 .slider-process div.wp-block-advgb-container .icon-process {
    position: absolute;
    top: -30px;
    left: 50%;
    text-align: center;
    background: #fff;
    transform: translateX(-50%);
  }
  body.page-id-238 .slider-process div.wp-block-advgb-container .icon-process i, body.page-id-972 .slider-process div.wp-block-advgb-container .icon-process i {
    color: #9d58d3;
    border: 1px solid #9d58d3;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    font-size: 30px;
    padding: 10px;
  }
  body.page-id-238 .slider-process div.wp-block-advgb-container p, body.page-id-972 .slider-process div.wp-block-advgb-container p {
    display: none;
  }
  body.page-id-238 .slider-process div.wp-block-advgb-container h4, body.page-id-972 .slider-process div.wp-block-advgb-container h4 {
    color: #9d58d3;
  }
}

.mfp-title {
  position: absolute;
  color: #626262 !important;
  background: #fff;
  padding: 15px;
  width: 100%;
  margin-top: -1px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 0;
}

iframe .vp-center {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 11px -4px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 0 5px 11px -4px rgba(0, 0, 0, 0.51);
  box-shadow: 0 5px 11px -4px rgba(0, 0, 0, 0.51);
}

.isotope-pager .pager {
  display: inline-block;
}

body.post-type-archive-portfolio .box-blue {
  margin: auto;
  padding: 20px 0 0;
  top: 5px;
}
body.post-type-archive-portfolio .content-cat {
  max-width: 1000px;
  margin: auto;
}
body.post-type-archive-portfolio .whatnext {
  padding: 50px 25px 35px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  top: 0;
  position: relative;
}
body.post-type-archive-portfolio .whatnext:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 20px;
  width: 100%;
  background: #232323;
}
@media screen and (max-width: 950px) {
  body.post-type-archive-portfolio .whatnext {
    top: -52px;
  }
}
@media screen and (max-width: 768px) {
  body.post-type-archive-portfolio .whatnext {
    top: 0;
  }
}
body.post-type-archive-portfolio h1 {
  margin-bottom: 0;
}

div.list-video main #options {
  text-align: center;
  margin: 10px 0 0;
}
div.list-video main #options .draggable {
  padding-left: 20px !important;
}
div.list-video main #options input {
  display: none;
}
div.list-video main #options button, div.list-video main #options label, div.list-video main #options .slick-slide {
  cursor: pointer;
}
div.list-video main #options button:focus, div.list-video main #options label:focus, div.list-video main #options .slick-slide:focus {
  outline: none;
}
div.list-video main #options .categories {
  border-bottom: 1px solid #E1E1E1;
  padding: 0 15px 10px;
}
div.list-video main #options .categories .is-checked {
  color: #00B6E8;
  font-weight: bold;
  position: relative;
}
div.list-video main #options .categories .is-checked:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  bottom: -15px;
  left: 0;
  background: #00B6E8;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
div.list-video main #options .categories button {
  font-family: "Montserrat", sans-serif;
  color: #C2C2C2;
  font-size: 12px;
  padding: 0;
  display: inline-block;
  width: 33%;
  border: 0;
  background: transparent;
}
@media screen and (max-width: 360px) {
  div.list-video main #options .categories button {
    font-size: 10px;
  }
}
div.list-video main #options .categories button:after {
  content: "";
  height: 0;
  width: 100%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
div.list-video main #options .tags {
  padding: 15px 0;
  margin: auto;
  max-width: 1000px;
}
div.list-video main #options .tags .slick-slide {
  margin: 10px 5px;
}
div.list-video main #options .tags button {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  border: 1px solid #D9F4FC;
  background: #fff;
  color: #00B6E8;
  padding: 5px 10px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 0;
  font-weight: 300;
}
div.list-video main #options .tags .is-checked {
  background: #D9F4FC;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
div.list-video main #container {
  background: #F6F7FB;
  padding: 25px 15px 200px;
}
div.list-video main #container .topimg {
  z-index: 1;
  top: -200px;
}
@media screen and (max-width: 410px) {
  div.list-video main #container .topimg {
    top: -230px;
  }
}
div.list-video main #container #content-video {
  margin: auto;
  overflow: hidden;
}
div.list-video main #container #content-video .box-video {
  display: inline-block;
  height: 270px;
  margin: 0;
  overflow: hidden;
  text-align: center;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 670px) {
  div.list-video main #container #content-video .box-video {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
div.list-video main #container #content-video .box-video .item-video {
  position: relative;
  /*img{
    height: 200px;
    @include border-radius(20px);
    -webkit-box-shadow: 0 5px 11px -4px rgba(0,0,0,0.51);
    -moz-box-shadow: 0 5px 11px -4px rgba(0,0,0,0.51);
    box-shadow: 0 5px 11px -4px rgba(0,0,0,0.51);
  }*/
}
div.list-video main #container #content-video .box-video .item-video a:focus {
  outline: none;
}
div.list-video main #container #content-video .box-video .item-video .play {
  content: "";
  position: absolute;
  background-image: url("../images/play.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  width: 60px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
div.list-video main #container #content-video .box-video .item-video .imgBgPortfolio {
  height: 200px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 11px -4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 11px -4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 11px -4px rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
div.list-video main #container #content-video .box-video .box-desc {
  padding: 30px 10px 10px;
  margin-top: -20px;
  text-align: left;
  background: #fff;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 0;
}
div.list-video main #container #content-video .box-video .box-desc h4 {
  color: #626262;
  margin: 0;
  font-size: 11px;
}
div.list-video main #container #content-video .box-video .box-desc p {
  font-weight: 300;
  margin: 0;
  font-size: 12px;
  color: #8C8E8E;
}

body.post-type-archive-blog .coming {
  text-align: center;
  font-size: 50px;
  height: 500px;
  font-weight: bold;
  padding: 60px 20px 0;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  body.post-type-archive-blog .whatnext .topimg {
    background-size: 75% !important;
  }
}
body.post-type-archive-blog .box-blue {
  margin: auto;
  padding: 20px 0 0;
  top: 5px;
}
body.post-type-archive-blog h1 {
  margin-bottom: 0;
}
body.post-type-archive-blog .whatnext {
  padding: 50px 25px 35px;
  margin-top: 250px;
  margin-left: 0;
  margin-right: 0;
}
body.post-type-archive-blog #container-blog {
  padding: 15px 15px 0;
}
body.post-type-archive-blog #container-blog .topimg {
  top: -225px;
  z-index: 1;
}
body.post-type-archive-blog #container-blog .box-whatnext {
  z-index: 2;
}
body.post-type-archive-blog #container-blog #content-blog {
  margin: auto;
  max-width: 1000px;
  padding: 30px 0;
}
body.post-type-archive-blog #container-blog #content-blog .box-blog {
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
  height: 300px;
  max-width: 300px;
  width: 100%;
  position: relative;
}
body.post-type-archive-blog #container-blog #content-blog .box-blog:after {
  background: #E1E1E1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 7px;
  left: 7px;
}
body.post-type-archive-blog #container-blog #content-blog .box-blog .item-blog {
  position: relative;
}
body.post-type-archive-blog #container-blog #content-blog .box-blog .item-blog a:focus {
  outline: none;
}
body.post-type-archive-blog #container-blog #content-blog .box-blog .item-blog .imgblog {
  height: 200px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body.post-type-archive-blog #container-blog #content-blog .box-blog .box-desc {
  padding: 10px 25px 10px 15px;
  margin-top: -20px;
  text-align: left;
  background: #fff;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 0;
  border: 1px solid #E1E1E1;
  position: relative;
}
body.post-type-archive-blog #container-blog #content-blog .box-blog .box-desc .arrow-post i {
  height: 11px;
  width: 19px;
  background: url("../images/arrow.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  behavior: url(/template/js/backgroundsize.min.htc);
  position: relative;
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
body.post-type-archive-blog #container-blog #content-blog .box-blog .box-desc h5 {
  position: relative;
  padding-left: 20px;
  text-align: left;
  font-size: 10px;
  text-transform: uppercase;
  color: #8C8E8E;
  margin-top: 0;
  margin-bottom: 10px;
}
body.post-type-archive-blog #container-blog #content-blog .box-blog .box-desc h5::before {
  content: "";
  display: inline-block;
  background-color: #00B6E8;
  width: 15px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 3px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
body.post-type-archive-blog #container-blog #content-blog .box-blog .box-desc h4 {
  color: #626262;
  margin: 0;
  font-size: 16px;
  font-family: "Archer Book", serif;
}

body.single-blog .content-single-post {
  max-width: 1000px;
  margin: auto;
  padding: 20px 15px;
}
body.single-blog .content-single-post h1 {
  font-size: 15px;
  background: #00B6E8;
  color: white;
  margin-left: -15px;
  padding: 15px;
  margin-right: -15px;
  margin-bottom: 0;
}
body.single-blog .content-single-post .img-video {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}
body.single-blog .content-single-post .img-video iframe {
  min-height: 200px;
  width: 100%;
  background: #00B6E8;
}
body.single-blog .content-single-post h5 {
  position: relative;
  padding-left: 20px;
  text-align: left;
  font-size: 10px;
  text-transform: uppercase;
  color: #8C8E8E;
  margin-bottom: 10px;
  margin-top: 10px;
}
body.single-blog .content-single-post h5::before {
  content: "";
  display: inline-block;
  background-color: #00B6E8;
  width: 15px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 4px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
body.single-blog .cta {
  text-align: center;
  padding: 0 15px 30px;
}
body.single-blog .cta a {
  padding: 5px 15px;
  font-size: 15px;
  border: 1px solid;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff !important;
}

/*======= Page Video production & Page Content Studio =======*/
body.page-id-157 #sub-menu-nav a, body.page-id-980 #sub-menu-nav a {
  color: #9d58d3;
}
body.page-id-157 button.menu-toggle, body.page-id-980 button.menu-toggle {
  color: #9d58d3 !important;
}
body.page-id-157 button.menu-toggle:before, body.page-id-980 button.menu-toggle:before {
  border: 1px solid #9d58d3 !important;
  color: #9d58d3 !important;
}
body.page-id-157 button.menu-toggle:after, body.page-id-980 button.menu-toggle:after {
  background: #9d58d3 !important;
}
body.page-id-157 h4, body.page-id-980 h4 {
  color: #9d58d3 !important;
}
body.page-id-157 #masthead #menu-top a, body.page-id-980 #masthead #menu-top a {
  border-color: #9d58d3;
  color: #9d58d3;
}
body.page-id-157 .brand-bg, body.page-id-980 .brand-bg {
  padding: 15px 15px 50px;
}
body.page-id-157 .bg2, body.page-id-980 .bg2 {
  padding: 40px 15px 40px;
}
body.page-id-157 .go-portfolio, body.page-id-980 .go-portfolio {
  padding-bottom: 220px !important;
}
body.page-id-157 .whatnext, body.page-id-980 .whatnext {
  background: #9d58d3;
  margin-top: 0;
}
body.page-id-157 .whatnext .topimg, body.page-id-980 .whatnext .topimg {
  background-image: url("../images/bg_vid.png");
}
body.page-id-157 .whatnext .cta a, body.page-id-980 .whatnext .cta a {
  background-color: #9d58d3 !important;
  border-color: #fff !important;
  -webkit-box-shadow: 6px 5px 0 0 #fff;
  -moz-box-shadow: 6px 5px 0 0 #fff;
  box-shadow: 6px 5px 0 0 #fff;
}
body.page-id-157 .custom-logo, body.page-id-980 .custom-logo {
  background-image: url("../images/logo_vid.png");
}
body.page-id-157 .brand-bg, body.page-id-157 .puce, body.page-id-157 .after, body.page-id-157 .ui-slider-range-min, body.page-id-980 .brand-bg, body.page-id-980 .puce, body.page-id-980 .after, body.page-id-980 .ui-slider-range-min {
  background: #9d58d3 !important;
}
body.page-id-157 .brand-bg a, body.page-id-980 .brand-bg a {
  background: #9d58d3;
}
body.page-id-157 .brand-bg a:before, body.page-id-980 .brand-bg a:before {
  background: #9d58d3;
}
body.page-id-157 .p, body.page-id-157 li:before, body.page-id-157 input, body.page-id-980 .p, body.page-id-980 li:before, body.page-id-980 input {
  color: #9d58d3 !important;
}
body.page-id-157 .go-portfolio a, body.page-id-980 .go-portfolio a {
  color: #9d58d3 !important;
  border-color: #9d58d3 !important;
  text-transform: uppercase;
  background-color: #F6F7FB !important;
  margin-top: 10px;
  font-size: 14px;
  -webkit-box-shadow: 6px 5px 0 0 #9d58d3;
  -moz-box-shadow: 6px 5px 0 0 #9d58d3;
  box-shadow: 6px 5px 0 0 #9d58d3;
  z-index: 1;
  /*&:before{
    background: $greylight;
    @include border-radius(20px);
    @extend %box-after;
    z-index: -1;
    top: 0;
    left: 0;
    border: 1px solid $brandcolor;
  }
  &:after{
    background: $brandcolor;
    z-index: -2;
  }*/
}

body.page-id-190 #sub-menu-nav a, body.page-id-978 #sub-menu-nav a {
  color: #2891b2;
}
body.page-id-190 button.menu-toggle, body.page-id-978 button.menu-toggle {
  color: #2891b2 !important;
}
body.page-id-190 button.menu-toggle:before, body.page-id-978 button.menu-toggle:before {
  border: 1px solid #2891b2 !important;
  color: #2891b2 !important;
}
body.page-id-190 button.menu-toggle:after, body.page-id-978 button.menu-toggle:after {
  background: #2891b2 !important;
}
body.page-id-190 h4, body.page-id-978 h4 {
  color: #2891b2 !important;
}
body.page-id-190 #masthead #menu-top a, body.page-id-978 #masthead #menu-top a {
  border-color: #2891b2;
  color: #2891b2;
}
body.page-id-190 .grey-bg, body.page-id-978 .grey-bg {
  padding-bottom: 220px !important;
}
body.page-id-190 .whatnext, body.page-id-978 .whatnext {
  background: #2891b2;
  margin-top: 0;
}
body.page-id-190 .whatnext .topimg, body.page-id-978 .whatnext .topimg {
  background-image: url("../images/bg_media.png");
}
body.page-id-190 .whatnext .cta a, body.page-id-978 .whatnext .cta a {
  background-color: #2891b2 !important;
  -webkit-box-shadow: 6px 5px 0 0 #fff;
  -moz-box-shadow: 6px 5px 0 0 #fff;
  box-shadow: 6px 5px 0 0 #fff;
}
body.page-id-190 .custom-logo, body.page-id-978 .custom-logo {
  background-image: url("../images/logo_media.png");
}
body.page-id-190 .brand-bg, body.page-id-190 .puce, body.page-id-190 .after, body.page-id-190 .ui-slider-range-min, body.page-id-978 .brand-bg, body.page-id-978 .puce, body.page-id-978 .after, body.page-id-978 .ui-slider-range-min {
  background: #2891b2 !important;
}
body.page-id-190 .brand-bg a, body.page-id-978 .brand-bg a {
  background: #2891b2;
  text-transform: uppercase;
}
body.page-id-190 .brand-bg a:before, body.page-id-978 .brand-bg a:before {
  background: #2891b2;
}
body.page-id-190 .p, body.page-id-190 li:before, body.page-id-190 input, body.page-id-978 .p, body.page-id-978 li:before, body.page-id-978 input {
  color: #2891b2 !important;
}
body.page-id-190 .go-portfolio a, body.page-id-978 .go-portfolio a {
  color: #2891b2 !important;
  border-color: #2891b2 !important;
  text-transform: uppercase;
  background-color: #F6F7FB !important;
  margin-top: 10px;
  font-size: 14px;
  z-index: 1;
  -webkit-box-shadow: 6px 5px 0 0 #2891b2;
  -moz-box-shadow: 6px 5px 0 0 #2891b2;
  box-shadow: 6px 5px 0 0 #2891b2;
  /*&:before{
    background: $greylight;
    @include border-radius(20px);
    @extend %box-after;
    z-index: -1;
    top: 0;
    left: 0;
    border: 1px solid $brandcolor;
  }
  &:after{
    background: $brandcolor;
    z-index: -2;
  }*/
}

body.page-id-157 .has-text-color, body.page-id-190 .has-text-color, body.page-id-978 .has-text-color, body.page-id-980 .has-text-color {
  margin-bottom: 0;
}
body.page-id-157 p, body.page-id-190 p, body.page-id-978 p, body.page-id-980 p {
  margin-top: 0;
}
body.page-id-157 .entry-content, body.page-id-190 .entry-content, body.page-id-978 .entry-content, body.page-id-980 .entry-content {
  padding-top: 0;
}
body.page-id-157 .entry-content .brand-bg, body.page-id-190 .entry-content .brand-bg, body.page-id-978 .entry-content .brand-bg, body.page-id-980 .entry-content .brand-bg {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
body.page-id-157 .entry-content .box-blue, body.page-id-190 .entry-content .box-blue, body.page-id-978 .entry-content .box-blue, body.page-id-980 .entry-content .box-blue {
  padding-bottom: 0;
}
body.page-id-157 .entry-content .box-blue h2, body.page-id-190 .entry-content .box-blue h2, body.page-id-978 .entry-content .box-blue h2, body.page-id-980 .entry-content .box-blue h2 {
  margin-top: 20px;
  margin-bottom: 0;
}

.list-content-strat li {
  margin-left: 15px;
  font-size: 16px;
  font-weight: bold;
}
.list-content-strat li span {
  display: block;
  color: #404040;
  font-weight: 300;
}
.list-content-strat li:before {
  top: 19px;
  left: -16px;
  font-weight: 400;
}

/*========= Page Content strategy ==========*/
body.page-id-175 h1, body.page-id-943 h1 {
  margin-bottom: 20px;
}
body.page-id-175 .list-content-strat li, body.page-id-943 .list-content-strat li {
  margin-left: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #e4008c;
}
body.page-id-175 #sub-menu-nav a, body.page-id-943 #sub-menu-nav a {
  color: #e4008c;
}
body.page-id-175 button.menu-toggle, body.page-id-943 button.menu-toggle {
  color: #e4008c !important;
}
body.page-id-175 button.menu-toggle:before, body.page-id-943 button.menu-toggle:before {
  border: 1px solid #e4008c !important;
  color: #e4008c !important;
}
body.page-id-175 button.menu-toggle:after, body.page-id-943 button.menu-toggle:after {
  background: #e4008c !important;
}
body.page-id-175 h4, body.page-id-943 h4 {
  color: #e4008c !important;
}
body.page-id-175 #masthead #menu-top a, body.page-id-943 #masthead #menu-top a {
  border-color: #e4008c;
  color: #e4008c;
}
body.page-id-175 .grey-bg, body.page-id-943 .grey-bg {
  padding-bottom: 200px !important;
}
body.page-id-175 .box-blue, body.page-id-943 .box-blue {
  padding-bottom: 0;
}
body.page-id-175 .whatnext, body.page-id-943 .whatnext {
  background: #e4008c;
  margin-top: 0;
}
body.page-id-175 .whatnext .topimg, body.page-id-943 .whatnext .topimg {
  background-image: url("../images/bg_strat.png");
}
body.page-id-175 .whatnext .cta a, body.page-id-943 .whatnext .cta a {
  background-color: #e4008c !important;
  -webkit-box-shadow: 6px 5px 0 0 #fff;
  -moz-box-shadow: 6px 5px 0 0 #fff;
  box-shadow: 6px 5px 0 0 #fff;
}
body.page-id-175 .custom-logo, body.page-id-943 .custom-logo {
  background-image: url("../images/logo_strat.png");
}
body.page-id-175 .brand-bg, body.page-id-175 .puce, body.page-id-175 .after, body.page-id-175 .ui-slider-range-min, body.page-id-943 .brand-bg, body.page-id-943 .puce, body.page-id-943 .after, body.page-id-943 .ui-slider-range-min {
  background: #e4008c !important;
}
body.page-id-175 .brand-bg a, body.page-id-943 .brand-bg a {
  background: #e4008c;
}
body.page-id-175 .brand-bg a:before, body.page-id-943 .brand-bg a:before {
  background: #e4008c;
}
body.page-id-175 .p, body.page-id-175 li:before, body.page-id-175 input, body.page-id-943 .p, body.page-id-943 li:before, body.page-id-943 input {
  color: #e4008c !important;
}
body.page-id-175 .entry-header, body.page-id-943 .entry-header {
  padding-bottom: 0;
}
body.page-id-175 .has-3-columns, body.page-id-943 .has-3-columns {
  padding-bottom: 20px;
}
body.page-id-175 .grey-bg, body.page-id-943 .grey-bg {
  padding-bottom: 20px;
}
body.page-id-175 .box-strategie figure, body.page-id-943 .box-strategie figure {
  margin: 25px auto;
  width: 50px;
}
body.page-id-175 .box-strategie .strategie-desc h4, body.page-id-943 .box-strategie .strategie-desc h4 {
  color: #e4008c;
  margin-bottom: 0;
  margin-top: 0;
}
body.page-id-175 .box-strategie .strategie-desc p, body.page-id-943 .box-strategie .strategie-desc p {
  margin: 0;
}
body.page-id-175 .entry-content, body.page-id-943 .entry-content {
  padding-top: 0;
}
body.page-id-175 .entry-content p.brand-bg, body.page-id-943 .entry-content p.brand-bg {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
}
body.page-id-175 .go-portfolio, body.page-id-943 .go-portfolio {
  padding: 30px 15px 0 !important;
  background: #fff !important;
}
body.page-id-175 .go-portfolio a, body.page-id-943 .go-portfolio a {
  color: #e4008c !important;
  border-color: #e4008c !important;
  text-transform: uppercase;
  background-color: #fff !important;
  margin-top: 10px;
  font-size: 14px;
  z-index: 1;
  -webkit-box-shadow: 6px 5px 0 0 #e4008c;
  -moz-box-shadow: 6px 5px 0 0 #e4008c;
  box-shadow: 6px 5px 0 0 #e4008c;
  /*&:before{
    background: #fff;
    @include border-radius(20px);
    @extend %box-after;
    z-index: -1;
    top: 0;
    left: 0;
    border: 1px solid $brandcolor;
  }
  &:after{
    background: $brandcolor;
    z-index: -2;
  }*/
}

#gotop {
  display: none;
  position: fixed;
  opacity: 0.9;
  bottom: 85px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #00B6E8;
  color: white;
  cursor: pointer;
  padding: 15px 5px;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

/*
html{
  overflow: hidden;
  height: 100%;
}

body {
  height: 100%;
  perspective: 350px;
  margin: 0;
  font-family: $title;
  overflow-y: scroll;
}

div.btn{
  transform-style: preserve-3d;
}

.test {
  position: relative;
  display: inline-block;
  padding: 4px 16px;
  min-width: 48px;
  margin: 10px;
  font-size: 24px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid $brandcolor;
  background-image: radial-gradient(ellipse at top, rgba(255,255,255,0.15) 50%, transparent);
  transform-style: preserve-3d;
  color: #222;
  transform: translateZ( 18px );
  cursor: pointer;
  user-select: none;

  &:focus {outline: none;}
  &::before, &::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: $brandcolor;
    transform-origin: 0 0;
  }
  &::before {
    content:"";
    height: 18px;
    background:$brandcolor;
    transform: rotateX(-90deg);
  }
  &::after {
    content:"";
    width: 18px;
    transform: rotateY(90deg);
  }

  &.top-half::before {
    top: auto;
    bottom: 0;
    background: darken($blue, 35%);
    transform-origin: 100% 100%;
    transform: rotateX(90deg);
  }

  &.left-half::after {
    left: auto;
    right: 0;
    transform-origin: 100% 100%;
    transform: rotateY(-90deg);
  }


  &:active {
    animation: button 80ms steps(20) both;;
    &::before {
      animation: buttonbefore 80ms steps(20) both;;
    }
    &::after {
      animation: buttonafter 80ms steps(20) both;;
    }
  }
}

@keyframes button {
  to { transform: translateZ( 18px/2 ) }
}
@keyframes buttonbefore {
  to { height: 18px/2; }
}
@keyframes buttonafter {
  to { width: 18px/2; }
}


@media screen and (min-width:0\0) {
  .test::before, .test::after {
    display: none;
  }
}

x:-o-prefocus, .test::before, .test::after {
  display: none;
}
*/
.brand-bg a {
  transition: all 0.2s ease;
}
.brand-bg a:hover {
  box-shadow: 2px 2px 0 0 #fff;
  text-decoration: none;
  color: #fff;
}

.cta a {
  transition: all 0.2s ease;
}
.cta a:hover {
  box-shadow: 2px 2px 0 0 #00B6E8;
  text-decoration: none;
}

/* MOBILE */
@media screen and (max-width: 768px) {
  body .blob-text-media li {
    padding-left: 11px;
  }
  body .blob-text-media li::before {
    top: 18px;
    left: 0;
  }
  body .blob-text-video li {
    padding-left: 11px;
  }
  body .blob-text-video li::before {
    top: 21px;
    left: 0;
  }
  body .get-quote-btn {
    display: none;
  }
  body .hide-mobile {
    display: none;
  }
}

/* DESKTOP */
@media screen and (min-width: 768px) {
  body body p {
    color: #666666 !important;
  }
  body #get_btn {
    display: none !important;
  }
  body .slider-recommandation p {
    margin-top: 15px;
  }
  body .box-video {
    display: inline-block;
    height: 270px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    max-width: 300px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 670px) {
  body .box-video {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  body .box-video h4 {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  body .box-video .item-video {
    position: relative;
    /*img{
      height: 200px;
      @include border-radius(20px);
      -webkit-box-shadow: 0 5px 11px -4px rgba(0,0,0,0.51);
      -moz-box-shadow: 0 5px 11px -4px rgba(0,0,0,0.51);
      box-shadow: 0 5px 11px -4px rgba(0,0,0,0.51);
    }*/
  }
  body .box-video .item-video a:focus {
    outline: none;
  }
  body .box-video .item-video .play {
    content: "";
    position: absolute;
    background-image: url("../images/play.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    width: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  body .box-video .item-video .imgBgPortfolio {
    height: 200px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 5px 11px -4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 5px 11px -4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 11px -4px rgba(0, 0, 0, 0.25);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (min-width: 768px) {
  body .box-video .box-desc {
    padding: 30px 10px 10px;
    margin-top: -20px;
    text-align: left;
    background: #fff;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 0;
  }
  body .box-video .box-desc h4 {
    color: #626262;
    margin: 0;
    font-size: 11px;
  }
  body .box-video .box-desc p {
    font-weight: 300;
    margin: 0;
    font-size: 12px;
    color: #8C8E8E;
  }
}
@media screen and (min-width: 768px) {
  body .logo-home {
    margin-top: -95px;
  }
}
@media screen and (min-width: 768px) {
  body #text-2 h2 {
    padding-left: 20px !important;
    font-size: 16px !important;
  }
  body #text-2 h4 {
    text-align: left;
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  body .entry-content {
    background: transparent;
  }
}
@media screen and (min-width: 768px) {
  body header.brand-bg {
    background: transparent;
  }
  body header.brand-bg h1 {
    color: #00B6E8;
  }
}
@media screen and (min-width: 768px) {
  body li:before {
    color: #222 !important;
  }
}
@media screen and (min-width: 768px) {
  body .get-quote-btn {
    display: block;
    background: #00B6E8;
    position: fixed;
    right: -30px;
    top: 30%;
    color: #fff;
    text-transform: uppercase;
    z-index: 10;
    border: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    font-size: 12px;
    cursor: pointer;
    padding-right: 30px;
    font-weight: bold;
  }
  body .get-quote-btn:hover {
    color: #fff;
    text-decoration: none;
  }
  body .get-quote-btn span {
    display: block;
    position: relative;
    padding-top: 12px;
    left: 20px;
  }
  body .get-quote-btn i {
    display: block;
    height: 35px;
    width: 25px;
    margin: 5px auto 0;
    margin-left: 30px;
    background-image: url("../images/getaquote.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (min-width: 768px) {
  body .blue-bg {
    background: #00B6E8;
    height: 150px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  body .lastpost {
    background: #00B6E8 !important;
    margin-top: 300px;
    height: 250px;
    position: relative;
  }
  body .lastpost .content-video-footer {
    position: absolute;
    top: -240px;
    text-align: center;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  body .lastpost .content-video-footer .box-video {
    margin: 0 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1075px) {
  body .lastpost .content-video-footer .box-video:last-child {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body .lastpost a.cta-last {
    position: absolute;
    top: 70%;
    left: 50%;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    background: #00B6E8;
    -webkit-box-shadow: 6px 5px 0 0 #fff;
    -moz-box-shadow: 6px 5px 0 0 #fff;
    box-shadow: 6px 5px 0 0 #fff;
    border: 1px solid #fff !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 1;
    padding: 6px 17px;
    transition: all 0.2s ease;
  }
  body .lastpost a.cta-last:hover {
    box-shadow: 2px 2px 0 0 #fff;
    text-decoration: none;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  body .footer {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  body footer h3 {
    font-size: 20px;
  }
  body footer h5 {
    margin-top: 25px;
  }
  body footer .parentTitle {
    text-align: left;
  }
  body footer .parentTitle h2.title {
    color: #fff;
    font-size: 20px;
    padding: 0;
  }
  body footer .parentTitle .puce {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  body .hide-desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body .parentTitle {
    text-align: center;
  }
  body .parentTitle h2.title {
    color: #00B6E8;
    font-size: 27px;
    padding: 0;
  }
  body .parentTitle .puce {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body .whatnext {
    display: none;
  }
}

/*======== HOME =======*/
@media screen and (min-width: 768px) {
  body.home .logo-home {
    position: relative;
  }
  body.home .logo-home #content-blob-home {
    z-index: -1;
    position: absolute;
    top: -180px;
    left: -30px;
  }
  body.home .wp-block-video {
    margin-bottom: 60px !important;
  }
  body.home .client {
    margin-top: 60px !important;
    margin-bottom: 60px;
  }
  body.home .slider-recommandation .wp-block-column {
    border-color: #E1E1E1 !important;
    margin-bottom: 60px;
  }
  body.home .slider-recommandation .wp-block-column:after {
    background: #E1E1E1 !important;
  }
  body.home .star {
    text-align: center;
    color: #00B6E8 !important;
    font-size: 35px;
  }
}

/*======== About =======*/
@media screen and (min-width: 768px) {
  body.page-id-130 #advgb-col-d9542f6f-4daa-4f75-9238-28e836f93b3a, body.page-id-935 #advgb-col-d9542f6f-4daa-4f75-9238-28e836f93b3a {
    margin-right: auto !important;
  }
  body.page-id-130 h1, body.page-id-935 h1 {
    color: #00B6E8;
    font-size: 55px;
  }
  body.page-id-130 .brand-bg, body.page-id-935 .brand-bg {
    background: transparent;
    color: #222;
  }
  body.page-id-130 .team-box, body.page-id-935 .team-box {
    border: 0;
    display: block;
    background: transparent;
  }
  body.page-id-130 .team-box .team-desc, body.page-id-935 .team-box .team-desc {
    text-align: center;
  }
  body.page-id-130 .team-box .team-desc h4, body.page-id-935 .team-box .team-desc h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
  }
  body.page-id-130 .team-box .team-desc h5, body.page-id-935 .team-box .team-desc h5 {
    padding-left: 0;
    font-weight: bold;
  }
  body.page-id-130 .team-box .team-desc h5:after, body.page-id-935 .team-box .team-desc h5:after {
    content: none;
  }
  body.page-id-130 .team-box .team-desc p, body.page-id-935 .team-box .team-desc p {
    margin: 0;
  }
  body.page-id-130 .team-box:after, body.page-id-935 .team-box:after {
    content: none;
  }
  body.page-id-130 .team-box:before, body.page-id-935 .team-box:before {
    content: none;
  }
  body.page-id-130 .team-box figure, body.page-id-935 .team-box figure {
    height: auto;
    width: auto;
  }
  body.page-id-130 .team-box figure img, body.page-id-935 .team-box figure img {
    height: auto;
    width: auto;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

@media screen and (min-width: 768px) {
  body.page-id-214 #content-blob-strat, body.page-id-214 #content-blob-media, body.page-id-966 #content-blob-strat, body.page-id-966 #content-blob-media {
    height: 400px;
  }
  body.page-id-214 .anchor-link, body.page-id-966 .anchor-link {
    padding-bottom: 30px;
  }
  body.page-id-214 .anchor-link a, body.page-id-966 .anchor-link a {
    color: #C2C2C2;
    position: relative;
    font-weight: bold;
    font-size: 12px;
  }
  body.page-id-214 .anchor-link a:after, body.page-id-966 .anchor-link a:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 215%;
    height: 2px;
    background: #C2C2C2;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  body.page-id-214 .anchor-link a:first-child:focus, body.page-id-966 .anchor-link a:first-child:focus {
    color: #00B6E8;
    text-decoration: none;
    outline: none;
  }
  body.page-id-214 .anchor-link a:first-child:focus:after, body.page-id-966 .anchor-link a:first-child:focus:after {
    height: 3px;
    bottom: -16px;
    background: #00B6E8;
    z-index: 1;
  }
  body.page-id-214 .anchor-link a:hover, body.page-id-966 .anchor-link a:hover {
    color: #00B6E8;
    text-decoration: none;
  }
  body.page-id-214 .anchor-link a:hover:after, body.page-id-966 .anchor-link a:hover:after {
    height: 3px;
    bottom: -16px;
    background: #00B6E8;
    z-index: 1;
  }
  body.page-id-214 .content-small, body.page-id-966 .content-small {
    max-width: 700px !important;
  }
  body.page-id-214 h2, body.page-id-966 h2 {
    padding: 0 !important;
    margin-top: 0 !important;
  }
  body.page-id-214 .cta, body.page-id-966 .cta {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  body.page-id-238 h1, body.page-id-972 h1, body.page-id-326 h1, body.page-id-976 h1, body.page-id-197 h1, body.page-id-963 h1 {
    font-size: 60px;
    font-weight: bold;
  }
  body.page-id-238 h4, body.page-id-972 h4, body.page-id-326 h4, body.page-id-976 h4, body.page-id-197 h4, body.page-id-963 h4 {
    text-transform: uppercase;
  }
  body.page-id-238 .step-desktop, body.page-id-972 .step-desktop, body.page-id-326 .step-desktop, body.page-id-976 .step-desktop, body.page-id-197 .step-desktop, body.page-id-963 .step-desktop {
    background: #FAFAFA;
  }
  body.page-id-238 .bg-img-video, body.page-id-972 .bg-img-video, body.page-id-326 .bg-img-video, body.page-id-976 .bg-img-video, body.page-id-197 .bg-img-video, body.page-id-963 .bg-img-video {
    background-image: url("../images/bg-video.png");
    background-repeat: no-repeat;
    background-position: -100px;
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  body.page-id-238 .bg-img-video li:before, body.page-id-972 .bg-img-video li:before, body.page-id-326 .bg-img-video li:before, body.page-id-976 .bg-img-video li:before, body.page-id-197 .bg-img-video li:before, body.page-id-963 .bg-img-video li:before {
    left: -15px;
    top: 20px;
  }
  body.page-id-238 #advgb-col-dd0f8a9f-cec0-4e24-8145-f473768b16e4, body.page-id-972 #advgb-col-dd0f8a9f-cec0-4e24-8145-f473768b16e4, body.page-id-326 #advgb-col-dd0f8a9f-cec0-4e24-8145-f473768b16e4, body.page-id-976 #advgb-col-dd0f8a9f-cec0-4e24-8145-f473768b16e4, body.page-id-197 #advgb-col-dd0f8a9f-cec0-4e24-8145-f473768b16e4, body.page-id-963 #advgb-col-dd0f8a9f-cec0-4e24-8145-f473768b16e4 {
    margin-left: 55px;
  }
  body.page-id-238 .box-text-video, body.page-id-972 .box-text-video, body.page-id-326 .box-text-video, body.page-id-976 .box-text-video, body.page-id-197 .box-text-video, body.page-id-963 .box-text-video {
    background-image: url("../images/txt-video.png");
    background-size: 104%;
    background-position: right top;
    background-repeat: no-repeat;
    padding: 25px 25px 15px 15px;
    transform: scale(0);
  }
  body.page-id-238 .box-text-video div.advgb-column-inner, body.page-id-972 .box-text-video div.advgb-column-inner, body.page-id-326 .box-text-video div.advgb-column-inner, body.page-id-976 .box-text-video div.advgb-column-inner, body.page-id-197 .box-text-video div.advgb-column-inner, body.page-id-963 .box-text-video div.advgb-column-inner {
    color: #fff;
    max-width: 350px;
    margin: auto;
    margin-top: 85px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  body.page-id-238 .box-text-video, body.page-id-972 .box-text-video, body.page-id-326 .box-text-video, body.page-id-976 .box-text-video, body.page-id-197 .box-text-video, body.page-id-963 .box-text-video {
    background: #00B6E8;
  }
}
@media screen and (min-width: 768px) {
  body.page-id-238 .box-video-video, body.page-id-972 .box-video-video, body.page-id-326 .box-video-video, body.page-id-976 .box-video-video, body.page-id-197 .box-video-video, body.page-id-963 .box-video-video {
    margin-left: -70px;
    margin-top: 90px;
    z-index: -1;
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  body.page-id-238 .blob-text-video, body.page-id-972 .blob-text-video, body.page-id-326 .blob-text-video, body.page-id-976 .blob-text-video, body.page-id-197 .blob-text-video, body.page-id-963 .blob-text-video {
    background-image: url("../images/blob-vid.png");
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
  }
  body.page-id-238 .blob-text-video div.wp-block-advgb-columns, body.page-id-972 .blob-text-video div.wp-block-advgb-columns, body.page-id-326 .blob-text-video div.wp-block-advgb-columns, body.page-id-976 .blob-text-video div.wp-block-advgb-columns, body.page-id-197 .blob-text-video div.wp-block-advgb-columns, body.page-id-963 .blob-text-video div.wp-block-advgb-columns {
    margin-left: 45px;
  }
  body.page-id-238 .blob-text-video h2, body.page-id-972 .blob-text-video h2, body.page-id-326 .blob-text-video h2, body.page-id-976 .blob-text-video h2, body.page-id-197 .blob-text-video h2, body.page-id-963 .blob-text-video h2 {
    color: #fff;
  }
  body.page-id-238 .blob-text-video li, body.page-id-972 .blob-text-video li, body.page-id-326 .blob-text-video li, body.page-id-976 .blob-text-video li, body.page-id-197 .blob-text-video li, body.page-id-963 .blob-text-video li {
    padding: 0;
    font-size: 13px;
  }
  body.page-id-238 .blob-text-video li:before, body.page-id-972 .blob-text-video li:before, body.page-id-326 .blob-text-video li:before, body.page-id-976 .blob-text-video li:before, body.page-id-197 .blob-text-video li:before, body.page-id-963 .blob-text-video li:before {
    color: #fff !important;
    font-size: 20px;
    top: 9px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1090px) {
  body.page-id-238 .blob-text-video, body.page-id-972 .blob-text-video, body.page-id-326 .blob-text-video, body.page-id-976 .blob-text-video, body.page-id-197 .blob-text-video, body.page-id-963 .blob-text-video {
    background: #00B6E8;
  }
}
@media screen and (min-width: 768px) {
  body.page-id-238 .bg-img-strat, body.page-id-972 .bg-img-strat, body.page-id-326 .bg-img-strat, body.page-id-976 .bg-img-strat, body.page-id-197 .bg-img-strat, body.page-id-963 .bg-img-strat {
    background-image: url("../images/bg-strat.png");
    background-repeat: no-repeat;
    background-position: -50px;
    margin-left: -20px !important;
    margin-right: -20px !important;
    margin-top: 80px;
  }
  body.page-id-238 .bg-img-strat li:before, body.page-id-972 .bg-img-strat li:before, body.page-id-326 .bg-img-strat li:before, body.page-id-976 .bg-img-strat li:before, body.page-id-197 .bg-img-strat li:before, body.page-id-963 .bg-img-strat li:before {
    left: -15px;
    top: 20px;
  }
}
@media screen and (min-width: 768px) {
  body.page-id-238 .blob-text-strat, body.page-id-972 .blob-text-strat, body.page-id-326 .blob-text-strat, body.page-id-976 .blob-text-strat, body.page-id-197 .blob-text-strat, body.page-id-963 .blob-text-strat {
    background-image: url("../images/blob-strat.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 135px;
    color: #fff;
  }
  body.page-id-238 .blob-text-strat div.advgb-column-inner, body.page-id-972 .blob-text-strat div.advgb-column-inner, body.page-id-326 .blob-text-strat div.advgb-column-inner, body.page-id-976 .blob-text-strat div.advgb-column-inner, body.page-id-197 .blob-text-strat div.advgb-column-inner, body.page-id-963 .blob-text-strat div.advgb-column-inner {
    max-width: 350px;
    margin: auto;
  }
  body.page-id-238 .blob-text-strat h2, body.page-id-972 .blob-text-strat h2, body.page-id-326 .blob-text-strat h2, body.page-id-976 .blob-text-strat h2, body.page-id-197 .blob-text-strat h2, body.page-id-963 .blob-text-strat h2 {
    color: #fff;
    font-size: 15px;
  }
  body.page-id-238 .blob-text-strat ul, body.page-id-972 .blob-text-strat ul, body.page-id-326 .blob-text-strat ul, body.page-id-976 .blob-text-strat ul, body.page-id-197 .blob-text-strat ul, body.page-id-963 .blob-text-strat ul {
    margin-left: 15px;
  }
  body.page-id-238 .blob-text-strat ul li, body.page-id-972 .blob-text-strat ul li, body.page-id-326 .blob-text-strat ul li, body.page-id-976 .blob-text-strat ul li, body.page-id-197 .blob-text-strat ul li, body.page-id-963 .blob-text-strat ul li {
    padding: 0;
    font-size: 13px;
  }
  body.page-id-238 .blob-text-strat ul li:before, body.page-id-972 .blob-text-strat ul li:before, body.page-id-326 .blob-text-strat ul li:before, body.page-id-976 .blob-text-strat ul li:before, body.page-id-197 .blob-text-strat ul li:before, body.page-id-963 .blob-text-strat ul li:before {
    color: #fff !important;
    font-size: 20px;
    top: 9px;
  }
}
@media screen and (min-width: 768px) and (max-width: 945px) {
  body.page-id-238 .blob-text-strat, body.page-id-972 .blob-text-strat, body.page-id-326 .blob-text-strat, body.page-id-976 .blob-text-strat, body.page-id-197 .blob-text-strat, body.page-id-963 .blob-text-strat {
    background: #00B6E8;
    margin: 30px;
    padding: 100px 20px;
  }
}
@media screen and (min-width: 768px) {
  body.page-id-238 .box-video-strat, body.page-id-972 .box-video-strat, body.page-id-326 .box-video-strat, body.page-id-976 .box-video-strat, body.page-id-197 .box-video-strat, body.page-id-963 .box-video-strat {
    margin-left: -70px;
    margin-top: 90px;
    z-index: -1;
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  body.page-id-238 .box-text-strat, body.page-id-972 .box-text-strat, body.page-id-326 .box-text-strat, body.page-id-976 .box-text-strat, body.page-id-197 .box-text-strat, body.page-id-963 .box-text-strat {
    background-image: url("../images/txt-strat.png");
    background-size: 105%;
    background-position: right top;
    background-repeat: no-repeat;
    padding: 0 0 15px 15px;
    transform: scale(0);
  }
  body.page-id-238 .box-text-strat div.advgb-column-inner, body.page-id-972 .box-text-strat div.advgb-column-inner, body.page-id-326 .box-text-strat div.advgb-column-inner, body.page-id-976 .box-text-strat div.advgb-column-inner, body.page-id-197 .box-text-strat div.advgb-column-inner, body.page-id-963 .box-text-strat div.advgb-column-inner {
    color: #fff;
    margin-top: 95px;
    font-size: 12px;
    margin-left: 53px;
    max-width: 350px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  body.page-id-238 .box-text-strat, body.page-id-972 .box-text-strat, body.page-id-326 .box-text-strat, body.page-id-976 .box-text-strat, body.page-id-197 .box-text-strat, body.page-id-963 .box-text-strat {
    background: #00B6E8;
  }
  body.page-id-238 .box-text-strat div.advgb-column-inner, body.page-id-972 .box-text-strat div.advgb-column-inner, body.page-id-326 .box-text-strat div.advgb-column-inner, body.page-id-976 .box-text-strat div.advgb-column-inner, body.page-id-197 .box-text-strat div.advgb-column-inner, body.page-id-963 .box-text-strat div.advgb-column-inner {
    max-width: 350px;
    width: 100%;
    margin: auto;
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  body.page-id-238 .bg-img-media, body.page-id-972 .bg-img-media, body.page-id-326 .bg-img-media, body.page-id-976 .bg-img-media, body.page-id-197 .bg-img-media, body.page-id-963 .bg-img-media {
    background-image: url("../images/bg-media.png");
    background-repeat: no-repeat;
    background-position: -110px;
    margin-left: -20px !important;
    margin-right: -20px !important;
    margin-top: 80px;
  }
  body.page-id-238 .bg-img-media li:before, body.page-id-972 .bg-img-media li:before, body.page-id-326 .bg-img-media li:before, body.page-id-976 .bg-img-media li:before, body.page-id-197 .bg-img-media li:before, body.page-id-963 .bg-img-media li:before {
    left: -15px;
    top: 20px;
  }
}
@media screen and (min-width: 768px) {
  body.page-id-238 .blob-text-media, body.page-id-972 .blob-text-media, body.page-id-326 .blob-text-media, body.page-id-976 .blob-text-media, body.page-id-197 .blob-text-media, body.page-id-963 .blob-text-media {
    background-image: url("../images/blob-media.png") !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    padding: 135px !important;
    color: #fff;
  }
  body.page-id-238 .blob-text-media div.advgb-column-inner, body.page-id-972 .blob-text-media div.advgb-column-inner, body.page-id-326 .blob-text-media div.advgb-column-inner, body.page-id-976 .blob-text-media div.advgb-column-inner, body.page-id-197 .blob-text-media div.advgb-column-inner, body.page-id-963 .blob-text-media div.advgb-column-inner {
    margin-left: 25px;
  }
  body.page-id-238 .blob-text-media h2, body.page-id-972 .blob-text-media h2, body.page-id-326 .blob-text-media h2, body.page-id-976 .blob-text-media h2, body.page-id-197 .blob-text-media h2, body.page-id-963 .blob-text-media h2 {
    color: #fff;
    font-size: 15px;
    text-align: left;
  }
  body.page-id-238 .blob-text-media ul, body.page-id-972 .blob-text-media ul, body.page-id-326 .blob-text-media ul, body.page-id-976 .blob-text-media ul, body.page-id-197 .blob-text-media ul, body.page-id-963 .blob-text-media ul {
    margin-left: 15px;
  }
  body.page-id-238 .blob-text-media ul li, body.page-id-972 .blob-text-media ul li, body.page-id-326 .blob-text-media ul li, body.page-id-976 .blob-text-media ul li, body.page-id-197 .blob-text-media ul li, body.page-id-963 .blob-text-media ul li {
    padding: 0;
    font-size: 13px;
  }
  body.page-id-238 .blob-text-media ul li:before, body.page-id-972 .blob-text-media ul li:before, body.page-id-326 .blob-text-media ul li:before, body.page-id-976 .blob-text-media ul li:before, body.page-id-197 .blob-text-media ul li:before, body.page-id-963 .blob-text-media ul li:before {
    color: #fff !important;
    font-size: 20px;
    top: 9px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  body.page-id-238 .blob-text-media, body.page-id-972 .blob-text-media, body.page-id-326 .blob-text-media, body.page-id-976 .blob-text-media, body.page-id-197 .blob-text-media, body.page-id-963 .blob-text-media {
    background: #00B6E8;
    margin: 30px;
    padding: 100px 20px;
  }
}
@media screen and (min-width: 768px) {
  body.page-id-238 .box-text-media, body.page-id-972 .box-text-media, body.page-id-326 .box-text-media, body.page-id-976 .box-text-media, body.page-id-197 .box-text-media, body.page-id-963 .box-text-media {
    background-image: url("../images/txt-strat.png");
    background-size: 108%;
    background-position: -27px top;
    background-repeat: no-repeat;
    padding: 0 0 15px 15px;
    transform: scale(0);
  }
  body.page-id-238 .box-text-media div.advgb-column-inner, body.page-id-972 .box-text-media div.advgb-column-inner, body.page-id-326 .box-text-media div.advgb-column-inner, body.page-id-976 .box-text-media div.advgb-column-inner, body.page-id-197 .box-text-media div.advgb-column-inner, body.page-id-963 .box-text-media div.advgb-column-inner {
    color: #fff;
    font-size: 12px;
    max-width: 335px;
    margin: auto;
    margin-top: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  body.page-id-238 .box-text-media, body.page-id-972 .box-text-media, body.page-id-326 .box-text-media, body.page-id-976 .box-text-media, body.page-id-197 .box-text-media, body.page-id-963 .box-text-media {
    background: #00B6E8;
  }
  body.page-id-238 .box-text-media div.advgb-column-inner, body.page-id-972 .box-text-media div.advgb-column-inner, body.page-id-326 .box-text-media div.advgb-column-inner, body.page-id-976 .box-text-media div.advgb-column-inner, body.page-id-197 .box-text-media div.advgb-column-inner, body.page-id-963 .box-text-media div.advgb-column-inner {
    max-width: 350px;
    width: 100%;
    margin: auto;
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  body.page-id-238 .ctastrat, body.page-id-972 .ctastrat, body.page-id-326 .ctastrat, body.page-id-976 .ctastrat, body.page-id-197 .ctastrat, body.page-id-963 .ctastrat {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body.page-id-238 .has-text-color, body.page-id-972 .has-text-color, body.page-id-326 .has-text-color, body.page-id-976 .has-text-color, body.page-id-197 .has-text-color, body.page-id-963 .has-text-color {
    color: #222 !important;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  body.page-id-238 .grey-bg, body.page-id-972 .grey-bg, body.page-id-326 .grey-bg, body.page-id-976 .grey-bg, body.page-id-197 .grey-bg, body.page-id-963 .grey-bg {
    background: transparent;
    padding: 80px 20px;
  }
}
@media screen and (min-width: 768px) {
  body.page-id-238 .box-recommand, body.page-id-972 .box-recommand, body.page-id-326 .box-recommand, body.page-id-976 .box-recommand, body.page-id-197 .box-recommand, body.page-id-963 .box-recommand {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body.page-id-238 .brand-bg, body.page-id-972 .brand-bg, body.page-id-326 .brand-bg, body.page-id-976 .brand-bg, body.page-id-197 .brand-bg, body.page-id-963 .brand-bg {
    background: transparent;
  }
}
@media screen and (min-width: 768px) {
  body.page-id-238 .header h3, body.page-id-972 .header h3, body.page-id-326 .header h3, body.page-id-976 .header h3, body.page-id-197 .header h3, body.page-id-963 .header h3 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body.page-id-238 h4, body.page-id-972 h4, body.page-id-326 h4, body.page-id-976 h4, body.page-id-197 h4, body.page-id-963 h4 {
    color: #00B6E8;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  body.page-id-238 .content-small, body.page-id-972 .content-small, body.page-id-326 .content-small, body.page-id-976 .content-small, body.page-id-197 .content-small, body.page-id-963 .content-small {
    max-width: 800px !important;
  }
}
@media screen and (min-width: 768px) {
  body.page-id-238 #post-326 > div > div.wp-block-advgb-container.advgb-blocks-container.grey-bg, body.page-id-238 #post-943 > div > div.wp-block-advgb-container.advgb-blocks-container.grey-bg, body.page-id-972 #post-326 > div > div.wp-block-advgb-container.advgb-blocks-container.grey-bg, body.page-id-972 #post-943 > div > div.wp-block-advgb-container.advgb-blocks-container.grey-bg, body.page-id-326 #post-326 > div > div.wp-block-advgb-container.advgb-blocks-container.grey-bg, body.page-id-326 #post-943 > div > div.wp-block-advgb-container.advgb-blocks-container.grey-bg, body.page-id-976 #post-326 > div > div.wp-block-advgb-container.advgb-blocks-container.grey-bg, body.page-id-976 #post-943 > div > div.wp-block-advgb-container.advgb-blocks-container.grey-bg, body.page-id-197 #post-326 > div > div.wp-block-advgb-container.advgb-blocks-container.grey-bg, body.page-id-197 #post-943 > div > div.wp-block-advgb-container.advgb-blocks-container.grey-bg, body.page-id-963 #post-326 > div > div.wp-block-advgb-container.advgb-blocks-container.grey-bg, body.page-id-963 #post-943 > div > div.wp-block-advgb-container.advgb-blocks-container.grey-bg {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  body.page-id-238 #post-238 > div > div:nth-child(5), body.page-id-238 #post-980 > div > div:nth-child(5), body.page-id-972 #post-238 > div > div:nth-child(5), body.page-id-972 #post-980 > div > div:nth-child(5), body.page-id-326 #post-238 > div > div:nth-child(5), body.page-id-326 #post-980 > div > div:nth-child(5), body.page-id-976 #post-238 > div > div:nth-child(5), body.page-id-976 #post-980 > div > div:nth-child(5), body.page-id-197 #post-238 > div > div:nth-child(5), body.page-id-197 #post-980 > div > div:nth-child(5), body.page-id-963 #post-238 > div > div:nth-child(5), body.page-id-963 #post-980 > div > div:nth-child(5) {
    padding-bottom: 0 !important;
  }
}

h2.hide-mobile + span.puce {
  display: none;
}

/*# sourceMappingURL=screen.css.map */

/*# sourceMappingURL=screen.css.map */
