.faster {
  animation-duration: 0.2s;
  animation-delay: 0.25s;
}
.fast {
  animation-duration: 0.2s;
  animation-delay: 0.5s;
}
.normal {
  animation-duration: 0.2s;
  animation-delay: 1s;
}
.slow {
  animation-duration: 0.2s;
  animation-delay: 1.5s;
}
.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Open Sans', sans-serif;
}
body h1 {
  font-size: 38px;
  line-height: normal;
}
body h2 {
  font-size: 34px;
  line-height: normal;
}
body h3 {
  font-size: 31px;
  line-height: normal;
}
body h4 {
  font-size: 27px;
  line-height: normal;
}
body h5 {
  font-size: 23px;
  line-height: normal;
}
body h6 {
  font-size: 20px;
  line-height: normal;
}
body .list-checkbox-wrap .nf-field-element li label {
  font-size: 12px;
  cursor: pointer;
}
body #texte-confidentialite a {
  color: #333333;
  text-decoration: underline;
}
body #texte-confidentialite a:hover {
  color: #2daae1;
}
body #modal-form {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: none;
  position: fixed;
  width: 70%;
  margin: 0 15%;
  top: 60px;
  z-index: 1005;
}
body #modal-form #forms {
  display: block;
  position: relative;
  width: 100%;
  background: #0661a1;
  box-shadow: 0px 6px 18px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 6px 18px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 6px 18px rgba(0,0,0,0.5);
  -o-box-shadow: 0px 6px 18px rgba(0,0,0,0.5);
  z-index: 1007;
}
body #modal-form #forms .title {
  text-align: center;
  font-size: 180%;
  font-weight: 600;
  margin-top: 32px;
}
body #modal-form #forms #left {
  display: inline-block;
  position: relative;
  width: 30%;
  height: 100%;
  float: left;
  padding: 24px;
  background: #0661a1;
  color: #fff;
}
body #modal-form #forms #left .questions {
  text-align: center;
}
body #modal-form #forms #left .questions span {
  display: block;
  width: 100%;
}
body #modal-form #forms #left .hook {
  text-align: center;
  margin-top: 24px;
  padding-top: 20px;
  border-top: solid 1px #fff;
}
body #modal-form #forms #left .nf-before-form-content {
  display: none;
}
body #modal-form #forms #left .nf-form-content {
  display: block;
  position: relative;
  padding: 0;
}
body #modal-form #forms #left .nf-form-content .submit-wrap button {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  margin: 0 auto;
  background: #282828;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
body #modal-form #forms #left .nf-form-content .submit-wrap button:hover {
  background: #2daae1;
}
body #modal-form #forms #left .nf-form-content .nf-after-field {
  display: block;
  position: absolute;
  margin-top: -6px;
  font-size: 13px;
}
body #modal-form #forms #left .nf-form-content .nf-after-form-content {
  display: block;
  position: absolute;
  margin-top: -20px;
}
body #modal-form #forms #left .nf-form-content input {
  background: #fff;
  border: none;
}
body #modal-form #forms #left #nf-form-errors-4 {
  text-align: center;
}
body #modal-form #forms #left .nf-error-msg {
  color: #2daae1;
}
body #modal-form #forms #right {
  display: inline-block;
  position: relative;
  width: 70%;
  height: 100%;
  padding: 24px 48px;
  background: #fff;
}
body #modal-form #forms #right .title {
  color: #0661a1;
}
body #modal-form #forms #right .note {
  text-align: center;
}
body #modal-form #forms #right .nf-before-form-content {
  display: none;
}
body #modal-form #forms #right .nf-form-content {
  display: block;
  position: relative;
  padding: 0;
}
body #modal-form #forms #right .nf-form-content .submit-wrap button {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  margin: 0 auto;
  background: #0661a1;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
}
body #modal-form #forms #right .nf-form-content .submit-wrap button i {
  display: none;
}
body #modal-form #forms #right .nf-form-content .submit-wrap button:hover {
  background: #2daae1;
}
body #modal-form #forms #right .nf-form-content .nf-after-field {
  display: block;
  position: absolute;
  margin-top: -6px;
  font-size: 13px;
}
body #modal-form #forms #right .nf-form-content .nf-after-form-content {
  display: block;
  position: absolute;
  margin-top: -20px;
}
body #modal-form #forms #right .nf-form-content .lastname-container,
body #modal-form #forms #right .nf-form-content .firstname-container,
body #modal-form #forms #right .nf-form-content .phone-container,
body #modal-form #forms #right .nf-form-content .email-container {
  width: 48%;
}
body #modal-form #forms #right .nf-form-content .lastname-container input,
body #modal-form #forms #right .nf-form-content .firstname-container input,
body #modal-form #forms #right .nf-form-content .phone-container input,
body #modal-form #forms #right .nf-form-content .email-container input {
  background: #f2f2f2;
  border: none;
}
body #modal-form #forms #right .nf-form-content .firstname-container,
body #modal-form #forms #right .nf-form-content .email-container {
  position: absolute;
  right: 0;
}
body #modal-form #forms #right .nf-form-content .firstname-container {
  top: 0;
}
body #modal-form #forms #right .nf-form-content .email-container {
  top: 76px;
}
body #modal-form #forms #right .nf-form-content .textarea-container textarea {
  background: #f2f2f2;
  border: none;
}
body #modal-form #forms #right #nf-form-errors-3 {
  text-align: center;
}
body #modal-form #forms #close {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #2daae1;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  margin-left: -32px;
  font-size: 140%;
}
body #modal-form #forms #close:hover {
  color: #282828;
}
body #modal-form #button {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: relative;
  padding: 4px 10px;
  background: #0661a1;
  color: #fff;
  border: none;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
  -o-box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
  top: -340px;
  left: -76px;
  font-size: 15px;
  height: 32px;
  cursor: pointer;
  outline: none;
  z-index: 1006;
}
body #modal-form #button:hover {
  background: #2daae1;
}
body #blackbg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  z-index: 1004;
  top: 0;
  left: 0;
}
body #searchthesite {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  background: #ffffff;
  background: rgba(255,255,255,0.95);
  color: #0661a1;
  z-index: 1010;
}
body #searchthesite #sitesearch {
  display: block;
  position: absolute;
  width: 60%;
  margin: 30% 20% auto 20%;
}
body #searchthesite #sitesearch input {
  display: block;
  width: 100%;
  border: none;
  background: rgba(235,235,235,0.15);
  text-align: center;
  padding: 24px;
  outline: none;
  font-size: 32px;
  color: ;
  border-bottom: solid 2px #0661a1;
}
body #searchthesite #sitesearch input::-webkit-input-placeholder,
body #searchthesite #sitesearch input:-ms-input-placeholder,
body #searchthesite #sitesearch input::-ms-input-placeholder,
body #searchthesite #sitesearch input::placeholder {
  color: #666;
  opacity: 1;
}
body #searchthesite #sitesearch i {
  font-size: 36px;
  cursor: pointer;
  margin-top: 48px;
  opacity: 0.75;
}
body #gototop {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  position: fixed;
  background: #0661a1;
  color: #fff;
  right: 20px;
  bottom: 20px;
  padding: 4px 10px 8px 10px;
  border: none;
  cursor: pointer;
  z-index: 1000;
  display: none;
}
body #gototop:hover {
  background: #2daae1;
  color: #fff;
}
body header #supheader {
  display: block;
  position: relative;
  width: 100%;
  background: #0661a1;
  color: #fff;
}
body header #supheader .col20 {
  width: 20%;
}
body header #supheader .col20.col5 {
  width: 5%;
}
body header #supheader .col20.col10 {
  width: 10%;
}
body header #supheader .col20.col15 {
  width: 15%;
}
body header #supheader .col20.col25 {
  width: 25%;
}
body header #supheader .col20.col30 {
  width: 30%;
}
body header #supheader .col20.col35 {
  width: 35%;
}
body header #supheader .col20 .link {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 85%;
  margin-top: 8px;
}
body header #supheader .col20 .link a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #fff;
}
body header #supheader .col20 .link a:hover {
  color: #f2f2f2;
}
body header #supheader .col20 #bpsn-social-links p {
  text-align: right;
  margin-bottom: 0;
}
body header #supheader .col20 #bpsn-social-links p a.facebook,
body header #supheader .col20 #bpsn-social-links p a.linkedin {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  background: #fff;
  color: #0661a1;
  margin: 4px;
}
body header #supheader .col20 #bpsn-social-links p a.facebook:hover,
body header #supheader .col20 #bpsn-social-links p a.linkedin:hover {
  background: #2daae1;
  color: #fff;
  border-radius: 14px;
}
body header #supheader .col20.delimiter {
  border-left: solid 1px #2daae1;
}
body header #supheader #search {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  background: #fff;
  color: #0661a1;
  margin: 4px;
}
body header #supheader #search:hover {
  background: #2daae1;
  color: #fff;
  border-radius: 14px;
}
body header #siteheader {
  margin: 16px auto;
  z-index: 1001;
  position: relative;
  display: block;
}
body header #main-menu {
  display: block;
  float: right;
  font-family: 'PT Sans', sans-serif;
}
body header #main-menu #bs4navbar #close-menu {
  display: none;
}
body header #main-menu #bs4navbar li {
  padding: 16px 6px;
}
body header #main-menu #bs4navbar li a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #282828;
  display: block;
  width: 100%;
}
body header #main-menu #bs4navbar li a.active,
body header #main-menu #bs4navbar li a:hover {
  color: #0661a1;
}
body header #main-menu #bs4navbar li .dropdown-menu {
  position: absolute;
  background: #0661a1;
  color: #fff;
  border-radius: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  width: auto;
  text-align: center;
  padding: 0;
  margin-top: 24px;
}
body header #main-menu #bs4navbar li .dropdown-menu a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #fff;
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  font-size: 75%;
  margin: 0;
  padding: 8px 12px;
  vertical-align: top;
  height: 52px;
}
body header #main-menu #bs4navbar li .dropdown-menu a.bar {
  border-left: solid 1px #2daae1;
}
body header #main-menu #bs4navbar li .dropdown-menu a:hover,
body header #main-menu #bs4navbar li .dropdown-menu a.active {
  background: transparent;
  color: #2daae1;
  text-decoration: none;
}
body header .dropdown-toggle::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2daae1;
  margin: 0 auto;
}
body header #main-menu #bs4navbar #close-menu {
  display: none;
}
body main .thecontent {
  margin: 48px auto;
}
body main .thecontent .row {
  margin-right: 0;
  margin-left: 0;
}
body main .thecontent .row .item {
  margin-bottom: 30px;
}
body main a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #0661a1;
}
body main a:hover {
  color: #2daae1;
  text-decoration: none;
}
body main .text-big {
  font-size: 160%;
  padding: 72px 0;
}
body main #titlebar {
  padding: 20px 0 20px 0;
  background: #0661a1;
  color: #fff;
  text-align: center;
}
body main #titlebar h1 {
  display: inline-block;
}
body main #titlebar h1::after {
  content: '';
  display: block;
  position: relative;
  width: 30%;
  height: 8px;
  background: #2daae1;
  margin: 10px 35% 0 35%;
  color: #fff;
}
body main #site-breadcrumb {
  font-size: 13.6px;
  padding: 10px 0;
  display: block;
  position: relative;
  clear: both;
}
body main #site-breadcrumb .breadcrumbs {
  text-align: center;
}
body main #site-breadcrumb .breadcrumbs a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #0661a1;
}
body main #site-breadcrumb .breadcrumbs a:hover {
  color: #2daae1;
  text-decoration: none;
}
body main #site-breadcrumb .breadcrumbs .fa-chevron-right {
  margin: 0 6px;
  color: #b4b4b4;
}
body main #headband {
  display: block;
  position: relative;
  width: 100%;
  height: 420px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  background: #021f33;
}
body main #headband img {
  width: 100%;
  height: auto;
}
body main #headband .data {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.85);
  color: #fff;
  padding: 24px;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  z-index: 1000;
}
body main #headband .data .title {
  margin-top: 20%;
}
body main #headband .data .title h1 {
  font-weight: 700;
}
body main #headband .data .title h1::after {
  content: '';
  display: block;
  position: relative;
  width: 32px;
  height: 3px;
  background: #0661a1;
}
body main #headband .data .title h2 {
  font-weight: 300;
}
body main #headband.home {
  height: 50vh;
  min-height: 500px;
}
body main #partners {
  display: block;
  position: relative;
  width: 100%;
  background: #fff;
}
body main #partners .white {
  padding: 12px 0;
}
body main #partners .headgray {
  padding: 24px 0;
  color: #0661a1;
  text-align: center;
  background: #f2f2f2;
  text-transform: uppercase;
}
body main #partners .headgray h3 {
  font-size: 120%;
}
body main #partners .footgray {
  height: 64px;
  background: #f2f2f2;
}
body main #partners a {
  display: block;
  position: relative;
  height: 135px;
  line-height: 135px;
  text-align: center;
}
body main #partners a img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
}
body main #partners .owl-nav .owl-prev,
body main #partners .owl-nav .owl-next {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: absolute;
  font-size: 300%;
  margin-top: -100px;
  color: #0661a1;
}
body main #partners .owl-nav .owl-prev:hover,
body main #partners .owl-nav .owl-next:hover {
  color: #2daae1;
}
body main #partners .owl-nav .owl-prev {
  left: -20px;
}
body main #partners .owl-nav .owl-next {
  right: -20px;
}
body main #homepres {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
body main #homepres .data {
  display: block;
  position: relative;
  width: 100%;
  background: #0661a1;
  color: #fff;
  margin-left: -15px;
  padding: 42px;
  margin-top: 72px;
  margin-bottom: 72px;
}
body main #homepres .data .pres {
  display: block;
  position: relative;
  width: 70%;
}
body main #homepres .data .pres .icon-mmi {
  font-size: 800%;
  margin-bottom: 24px;
  display: block;
}
body main #homepres .data .pres .spec ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 32px;
}
body main #homepres .data .pres .spec ul li {
  text-transform: uppercase;
  font-size: 120%;
  margin-bottom: 16px;
}
body main #homepres .data .pres .spec ul li i {
  color: #8fa6cf;
}
body main #homepres .data .contact {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
body main #homepres .data .contact::before {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  content: '[';
  color: #2daae1;
  margin-right: 5px;
  top: -1px;
  position: relative;
}
body main #homepres .data .contact::after {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  content: ']';
  color: #2daae1;
  margin-left: 5px;
  top: -1px;
  position: relative;
}
body main #homepres .data .contact:hover {
  color: #2daae1;
  text-decoration: none;
}
body main #homepres .data .contact:hover::before {
  content: '[';
  color: #fff;
  margin-right: 5px;
  top: -1px;
  position: relative;
}
body main #homepres .data .contact:hover::after {
  content: ']';
  color: #fff;
  margin-left: 5px;
  top: -1px;
  position: relative;
}
body main #homepres .picture {
  display: block;
  position: relative;
  max-width: 280%;
  height: auto;
  margin-top: 32px;
  margin-left: -220px;
}
body main #sectors {
  background: #021f33;
}
body main #sectors h3 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 120%;
  margin: 32px auto;
}
body main #sectors .sector {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: relative;
  width: 20%;
  border-left: solid 1px #2daae1;
}
body main #sectors .sector .img {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
}
body main #sectors .sector .img .overlay {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.75);
  text-align: center;
  opacity: 0;
}
body main #sectors .sector .img .overlay i {
  font-size: 500%;
  color: #fff;
  display: block;
  margin-top: 90px;
}
body main #sectors .sector .desc {
  display: block;
  position: relative;
  padding: 12px;
  color: #fff;
}
body main #sectors .sector .desc h4 {
  text-transform: uppercase;
  font-size: 105%;
  margin-bottom: 20px;
}
body main #sectors .sector .desc h4::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: #2daae1;
  margin-top: 12px;
}
body main #sectors .sector .desc strong {
  color: #2daae1;
}
body main #sectors .sector .desc a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #2daae1;
}
body main #sectors .sector .desc a:hover {
  color: #fff;
  text-decoration: none;
}
body main #sectors .sector::before {
  content: '';
  display: block;
  position: absolute;
  height: 91px;
  border-left: solid 1px #2daae1;
  left: -1px;
  top: -91px;
}
body main #sectors .sector.last {
  border-right: solid 1px #2daae1;
}
body main #sectors .sector.last::after {
  content: '';
  display: block;
  position: absolute;
  height: 91px;
  border-right: solid 1px #2daae1;
  right: -1px;
  top: -91px;
}
body main #sectors .sector:hover .img .overlay {
  opacity: 1;
}
body main #sitenav {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
body main #sitenav .container {
  margin: 64px auto;
}
body main #sitenav .item {
  display: block;
  position: relative;
  width: 100%;
}
body main #sitenav .item .img {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
body main #sitenav .item .img img {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}
body main #sitenav .item .img:hover img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transform: translateZ(0) perspective(1px) scale3d(1.2,1.2,1);
  -webkit-transform: translateZ(0) perspective(1px) scale3d(1.2,1.2,1);
  -moz-transform: translateZ(0) perspective(1px) scale3d(1.2,1.2,1);
  -o-transform: translateZ(0) perspective(1px) scale3d(1.2,1.2,1);
}
body main #sitenav .item .desc {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: relative;
  width: 100%;
  background: #0661a1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 0;
}
body main #sitenav .item .desc h4 {
  font-size: 120%;
}
body main #sitenav .item .desc:hover {
  background: #2daae1;
  color: #fff;
  text-decoration: none;
}
body main #entr1,
body main #entr2,
body main #entr3,
body main #entr4 {
  display: block;
  position: relative;
  width: 100%;
}
body main #entr1 {
  padding-top: 48px;
}
body main #entr1 .img {
  display: block;
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
body main #entr2 {
  background: #05497a;
  padding-top: 48px;
  padding-bottom: 0;
  color: #fff;
}
body main #entr2 a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #2daae1;
}
body main #entr2 a:hover {
  color: #fff;
  text-decoration: none;
}
body main #entr2 img {
  margin-top: -80px;
}
body main #entr3 {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
body main #entr3 .container {
  margin: 48px auto;
}
body main #entr3 .container .hook {
  color: #0661a1;
  text-transform: uppercase;
  font-size: 110%;
  font-weight: 600;
}
body main #entr3 .container .contact {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  background: #0661a1;
  color: #fff;
  border-radius: 4px;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 32px;
}
body main #entr3 .container .contact:hover {
  background: #2daae1;
  color: #fff;
  text-decoration: none;
}
body main #entr4 .img {
  display: block;
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
}
body main #entr4 .data {
  margin: 50px;
}
body main #entr1 .data strong,
body main #entr1 .data a,
body main #entr3 .data strong,
body main #entr3 .data a,
body main #entr4 .data strong,
body main #entr4 .data a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #0661a1;
}
body main #entr1 .data a:hover,
body main #entr1 .data a:hover strong,
body main #entr3 .data a:hover,
body main #entr3 .data a:hover strong,
body main #entr4 .data a:hover,
body main #entr4 .data a:hover strong {
  color: #2daae1;
  text-decoration: none;
}
body main #prestation .text {
  border-left: solid 1px #dcdcdc;
  border-right: solid 1px #dcdcdc;
}
body main #prestation .text .data {
  padding: 48px 24px;
}
body main #prestation .text .data h3 {
  color: #0661a1;
  font-size: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
body main #prestation .text .data h3::after {
  content: '';
  display: block;
  position: relative;
  margin-top: 12px;
  width: 24px;
  height: 2px;
  background: #0661a1;
}
body main #prestation .text .data strong,
body main #prestation .text .data a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #0661a1;
}
body main #prestation .text .data a:hover,
body main #prestation .text .data a:hover strong {
  color: #2daae1;
  text-decoration: none;
}
body main #prestation .text .data ul {
  list-style-type: none;
  padding-left: 24px;
}
body main #prestation .text .data ul li::before {
  content: '';
  border-color: transparent #0661a1;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1.05em;
  position: relative;
}
body main #prestation .text::before {
  content: '';
  display: block;
  position: absolute;
  height: 60px;
  border-left: solid 1px #dcdcdc;
  left: -1px;
  top: -60px;
}
body main #prestation .text::after {
  content: '';
  display: block;
  position: absolute;
  height: 60px;
  border-left: solid 1px #dcdcdc;
  right: -1px;
  top: -60px;
}
body main #prestation .img {
  margin-left: 100px;
  max-width: 150%;
  width: 150%;
}
body main #prestation .button {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  background: #0661a1;
  color: #fff;
  display: inline-block;
  padding: 0 12px;
  border-radius: 4px;
  margin-left: 100px;
  margin-top: 32px;
}
body main #prestation .button i {
  font-size: 240%;
  display: inline-block;
}
body main #prestation .button span {
  display: inline-block;
  height: 100%;
  border-left: solid 1px #fff;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
body main #prestation .button:hover {
  background: #2daae1;
  color: #fff;
  text-decoration: none;
}
body main #prestation .technic {
  margin-left: 100px;
  padding: 48px 24px;
}
body main #prestation .technic h3 {
  color: #0661a1;
  font-size: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
body main #prestation .technic h3::after {
  content: '';
  display: block;
  position: relative;
  margin-top: 12px;
  width: 24px;
  height: 2px;
  background: #0661a1;
}
body main #prestation .technic strong,
body main #prestation .technic a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #0661a1;
}
body main #prestation .technic a:hover,
body main #prestation .technic a:hover strong {
  color: #2daae1;
  text-decoration: none;
}
body main #prestation .technic ul {
  list-style-type: none;
  padding-left: 24px;
}
body main #prestation .technic ul li::before {
  content: '';
  border-color: transparent #0661a1;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1.05em;
  position: relative;
}
body main #prestation .triptique {
  margin-left: 85px;
}
body main #prestation .product {
  margin-left: -15px;
  margin-right: 15px;
}
body main #prestation .product .img {
  display: block;
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin: 41px auto 0 auto;
}
body main #prestation .product .data {
  display: block;
  position: relative;
  width: 100%;
  background: #0661a1;
  color: #fff;
  padding: 20px;
  margin-bottom: 24px;
}
body main #prestation .product .data h3 {
  font-size: 110%;
  text-transform: uppercase;
}
body main #prestation .product .data .link {
  margin-bottom: 0;
  text-align: right;
  display: block;
  position: relative;
  width: 100%;
}
body main #prestation .product .data .link a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #fff;
  font-size: 90%;
}
body main #prestation .product .data .link a:hover {
  color: #2daae1;
  text-decoration: none;
}
body main #prestation .product::before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 0;
  left: 15px;
  top: 0;
  border-left: solid 1px #dcdcdc;
  z-index: 10;
}
body main #prestation .product::after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 0;
  right: 15px;
  top: 0;
  border-left: solid 1px #dcdcdc;
  z-index: 10;
}
body main .theproducts {
  margin-top: -41px;
}
body main #realisations {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
body main #realisations #mixitupcontrols {
  margin: 32px auto;
}
body main #realisations .grid-item .item-gallery {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  margin-bottom: 30px;
}
body main #realisations .grid-item .item-gallery img {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}
body main #realisations .grid-item .item-gallery .overlay {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(2,31,51,0.75);
  opacity: 0;
}
body main #realisations .grid-item .item-gallery .overlay .block {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
body main #realisations .grid-item .item-gallery .overlay .block i {
  display: block;
  position: absolute;
  right: 16px;
  bottom: 10px;
  font-size: 200%;
  color: #fff;
}
body main #realisations .grid-item .item-gallery:hover img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transform: translateZ(0) perspective(1px) scale3d(1.2,1.2,1);
  -webkit-transform: translateZ(0) perspective(1px) scale3d(1.2,1.2,1);
  -moz-transform: translateZ(0) perspective(1px) scale3d(1.2,1.2,1);
  -o-transform: translateZ(0) perspective(1px) scale3d(1.2,1.2,1);
}
body main #realisations .grid-item .item-gallery:hover .overlay {
  opacity: 1;
}
body main #pagination span.page-numbers {
  padding: 8px 12px;
  color: #0661a1;
  background: #fff;
}
body main #pagination a.page-numbers {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  padding: 8px 12px;
  color: #fff;
  background: #0661a1;
}
body main #pagination a.page-numbers:hover {
  background: #2daae1;
  text-decoration: none;
}
body main #mixitupcontrols a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #282828;
  padding: 6px 12px;
  margin: 12px 0;
}
body main #mixitupcontrols a:hover {
  color: #2daae1;
  text-decoration: none;
}
body main #mixitupcontrols a.selected {
  color: #0661a1;
}
body main #contact-page {
  display: block;
  position: relative;
  width: 100%;
}
body main #contact-page #blue {
  display: block;
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0661a1;
}
body main #contact-page #contact-coord {
  background: #0661a1;
  color: #fff;
}
body main #contact-page #contact-coord h3 {
  font-size: 100%;
  text-transform: uppercase;
  margin: 32px auto;
}
body main #contact-page #contact-coord .coord .link {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
body main #contact-page #contact-coord .coord .link a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #fff;
}
body main #contact-page #contact-coord .coord .link a i {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
body main #contact-page #contact-coord .coord .link a span {
  display: inline-block;
}
body main #contact-page #contact-coord .coord .link a:hover {
  color: #2daae1;
  text-decoration: none;
}
body main #contact-page #contact-coord .social {
  display: block;
  position: relative;
  width: 100%;
  margin: 32px auto;
}
body main #contact-page #contact-coord .social #bpsn-social-links {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
body main #contact-page #contact-coord .social #bpsn-social-links a.bpsn-link {
  background: #fff;
  color: #0661a1;
  margin: 0 4px;
}
body main #contact-page #contact-coord .social #bpsn-social-links a.bpsn-link:hover {
  background: #2daae1;
  color: #fff;
  border-radius: 20px;
}
body main #contact-page #contact-form {
  padding: 32px;
}
body main #contact-page #contact-form .title {
  font-weight: 700;
  color: #0661a1;
}
body main #contact-page #contact-form .nf-before-form-content {
  display: none;
}
body main #contact-page #contact-form .nf-form-content {
  display: block;
  position: relative;
  padding: 0;
}
body main #contact-page #contact-form .nf-form-content .submit-wrap button {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  margin: 0 auto;
  background: #0661a1;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
}
body main #contact-page #contact-form .nf-form-content .submit-wrap button i {
  display: none;
}
body main #contact-page #contact-form .nf-form-content .submit-wrap button:hover {
  background: #2daae1;
}
body main #contact-page #contact-form .nf-form-content .nf-after-field {
  display: block;
  position: absolute;
  margin-top: -6px;
  font-size: 13px;
}
body main #contact-page #contact-form .nf-form-content .nf-after-form-content {
  display: block;
  position: absolute;
  margin-top: -20px;
}
body main #contact-page #contact-form .nf-form-content .lastname-container,
body main #contact-page #contact-form .nf-form-content .firstname-container,
body main #contact-page #contact-form .nf-form-content .phone-container,
body main #contact-page #contact-form .nf-form-content .email-container {
  width: 48%;
}
body main #contact-page #contact-form .nf-form-content .lastname-container input,
body main #contact-page #contact-form .nf-form-content .firstname-container input,
body main #contact-page #contact-form .nf-form-content .phone-container input,
body main #contact-page #contact-form .nf-form-content .email-container input {
  background: transparent;
  border: none;
  border-bottom: solid 1px #dcdcdc;
}
body main #contact-page #contact-form .nf-form-content .firstname-container,
body main #contact-page #contact-form .nf-form-content .email-container {
  position: absolute;
  right: 0;
}
body main #contact-page #contact-form .nf-form-content .firstname-container {
  top: 0;
}
body main #contact-page #contact-form .nf-form-content .email-container {
  top: 76px;
}
body main #contact-page #contact-form .nf-form-content .textarea-container textarea {
  background: transparent;
  border: solid 1px #dcdcdc;
  border-radius: 4px;
}
body main #contact-page #contact-form #nf-form-errors-2 {
  text-align: center;
}
body footer {
  background: #575656 url(../img/lines120.png) repeat;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
body footer #footer-logo {
  max-width: 310px;
}
body footer .link {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
body footer .link a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #fff;
  font-size: 85%;
}
body footer .link a i,
body footer .link a span {
  display: inline-block;
}
body footer .link a i {
  vertical-align: top;
  padding-top: 6px;
}
body footer .link a:hover {
  color: #2daae1;
  text-decoration: none;
}
body footer #bpsn-social-links p {
  margin-bottom: 0;
}
body footer #bpsn-social-links p a.facebook,
body footer #bpsn-social-links p a.linkedin {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  background: #fff;
  color: #575656;
  margin: 4px;
}
body footer #bpsn-social-links p a.facebook:hover,
body footer #bpsn-social-links p a.linkedin:hover {
  background: #2daae1;
  color: #fff;
  border-radius: 14px;
}
body footer #footer-menu ul {
  margin-top: 12px;
}
body footer #footer-menu ul li a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  padding-bottom: 0;
  color: #fff;
}
body footer #footer-menu ul li a:hover {
  color: #2daae1;
  text-decoration: none;
}
body footer #credits {
  font-size: 65%;
  margin-top: 146px;
}
body footer #credits .separator {
  color: #2daae1;
  margin: 0;
}
body footer #credits .data #idcom-credits {
  margin: 0 8px;
}
body footer #credits .data a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #fff;
}
body footer #credits .data a:hover {
  color: #2daae1;
  text-decoration: none;
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body h1 {
    font-size: 36.1px;
    line-height: normal;
  }
  body h2 {
    font-size: 32.3px;
    line-height: normal;
  }
  body h3 {
    font-size: 29.45px;
    line-height: normal;
  }
  body h4 {
    font-size: 25.65px;
    line-height: normal;
  }
  body h5 {
    font-size: 21.85px;
    line-height: normal;
  }
  body h6 {
    font-size: 19px;
    line-height: normal;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body h1 {
    font-size: 34.2px;
    line-height: normal;
  }
  body h2 {
    font-size: 30.6px;
    line-height: normal;
  }
  body h3 {
    font-size: 27.9px;
    line-height: normal;
  }
  body h4 {
    font-size: 24.3px;
    line-height: normal;
  }
  body h5 {
    font-size: 20.7px;
    line-height: normal;
  }
  body h6 {
    font-size: 18px;
    line-height: normal;
  }
  body header #main-menu #bs4navbar li {
    padding: 10px 2px;
  }
  body footer .link a {
    font-size: 75%;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  body h1 {
    font-size: 30.4px;
    line-height: normal;
  }
  body h2 {
    font-size: 27.2px;
    line-height: normal;
  }
  body h3 {
    font-size: 24.8px;
    line-height: normal;
  }
  body h4 {
    font-size: 21.6px;
    line-height: normal;
  }
  body h5 {
    font-size: 18.4px;
    line-height: normal;
  }
  body h6 {
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 13.6px;
  }
  body h1 {
    font-size: 28.5px;
    line-height: normal;
  }
  body h2 {
    font-size: 25.5px;
    line-height: normal;
  }
  body h3 {
    font-size: 23.25px;
    line-height: normal;
  }
  body h4 {
    font-size: 20.25px;
    line-height: normal;
  }
  body h5 {
    font-size: 17.25px;
    line-height: normal;
  }
  body h6 {
    font-size: 15px;
    line-height: normal;
  }
  body #modal-form {
    width: 80%;
    margin: 0 10%;
    top: 40px;
  }
  body #modal-form #forms #left {
    display: inline-block;
    position: relative;
    width: 100%;
    float: left;
    padding: 24px;
    background: #0661a1;
    color: #fff;
  }
  body #modal-form #forms #right {
    display: none;
  }
  body #modal-form #forms #right .nf-form-content .lastname-container,
  body #modal-form #forms #right .nf-form-content .firstname-container,
  body #modal-form #forms #right .nf-form-content .phone-container,
  body #modal-form #forms #right .nf-form-content .email-container {
    width: 100%;
  }
  body #modal-form #forms #right .nf-form-content .firstname-container,
  body #modal-form #forms #right .nf-form-content .email-container {
    position: relative;
    right: none;
  }
  body #modal-form #forms #right .nf-form-content .firstname-container {
    top: 0;
  }
  body #modal-form #forms #right .nf-form-content .email-container {
    top: 0;
  }
  body #modal-form #forms #right .nf-form-content .textarea-container textarea {
    height: 120px;
  }
  body #searchthesite #sitesearch {
    width: 90%;
    margin: 35% 5% auto 5%;
  }
  body #searchthesite #sitesearch input {
    padding: 12px;
    font-size: 20px;
  }
  body header #supheader .col20 {
    width: 15% !important;
  }
  body header #supheader .col20 .link {
    font-size: 100%;
  }
  body header #supheader .col20 .link span {
    display: none;
  }
  body header #supheader .col20.social {
    width: 30% !important;
  }
  body header #main-menu #site-mobile-menu {
    transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    background: #0661a1;
    font-size: 14.4px;
    color: #fff;
    outline: none;
    border-radius: 0;
    padding: 12px;
    margin-top: 5px;
  }
  body header #main-menu #site-mobile-menu:hover {
    background: #2daae1;
  }
  body header #main-menu #bs4navbar {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #0661a1;
    color: #fff;
    padding: 36px 24px 0 24px;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
  }
  body header #main-menu #bs4navbar ul li {
    text-align: center;
    margin: 0;
    padding: 0;
  }
  body header #main-menu #bs4navbar ul li a {
    color: #fff;
    display: block;
    width: 100%;
  }
  body header #main-menu #bs4navbar ul li a br {
    content: "";
    width: 3px;
    display: inline-block;
  }
  body header #main-menu #bs4navbar ul li a.active,
  body header #main-menu #bs4navbar ul li a:hover {
    color: #2daae1;
  }
  body header #main-menu #bs4navbar ul li .dropdown-menu {
    position: relative;
    background: #fff;
    color: #0661a1;
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: auto;
    text-align: center;
    padding: 0;
    font-size: 90%;
    margin-top: 0;
  }
  body header #main-menu #bs4navbar ul li .dropdown-menu a {
    transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    color: #0661a1;
    display: block;
    width: 100%;
    font-size: 85%;
    margin: 0;
    padding: 8px 0;
    height: auto;
  }
  body header #main-menu #bs4navbar ul li .dropdown-menu a:hover,
  body header #main-menu #bs4navbar ul li .dropdown-menu a.active {
    background: #fff;
    color: #2daae1;
    text-decoration: none;
  }
  body header #main-menu #bs4navbar ul li .dropdown-menu a.bar {
    border-left: solid 1px transparent;
  }
  body header #main-menu #bs4navbar ul #close-menu {
    display: block;
  }
  body main #headband {
    height: 340px;
  }
  body main #headband .data {
    left: 0;
    top: 50%;
    width: 100%;
    height: 50%;
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
    border-top: solid 1px #fff;
  }
  body main #headband .data .title {
    margin-top: 0;
    text-align: center;
  }
  body main #headband .data .title h1::after {
    content: '';
    display: block;
    position: relative;
    width: 32px;
    height: 3px;
    background: #0661a1;
    margin: 0 auto;
  }
  body main #headband.home {
    height: 50vh;
    min-height: 380px;
  }
  body main #partners .owl-nav .owl-prev {
    left: -10px;
  }
  body main #partners .owl-nav .owl-next {
    right: -10px;
  }
  body main #homepres .data {
    margin-left: 0;
  }
  body main #homepres .data .pres {
    display: block;
    position: relative;
    width: 100%;
  }
  body main #homepres .picture {
    display: block;
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 72px;
  }
  body main #sectors .sector {
    width: 100%;
    border-left: solid 1px #2daae1;
    border-right: solid 1px #2daae1;
  }
  body main #sectors .sector .img {
    width: 100%;
  }
  body main #sectors .sector .desc {
    width: 100%;
  }
  body main #sectors .sector::before {
    content: '';
    display: block;
    position: absolute;
    height: 91px;
    border-left: solid 1px transparent;
    left: -1px;
    top: -91px;
  }
  body main #sectors .sector.last {
    border-right: solid 1px #2daae1;
  }
  body main #sectors .sector.last::after {
    content: '';
    display: block;
    position: absolute;
    height: 91px;
    border-right: solid 1px transparent;
    right: -1px;
    top: -91px;
  }
  body main #sitenav .item {
    margin-bottom: 30px;
  }
  body main #prestation .text {
    border-left: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 32px;
  }
  body main #prestation .text::before {
    content: '';
    display: block;
    position: absolute;
    height: 60px;
    border-left: solid 1px transparent;
    left: -1px;
    top: -60px;
  }
  body main #prestation .text::after {
    content: '';
    display: block;
    position: absolute;
    height: 60px;
    border-left: solid 1px transparent;
    right: -1px;
    top: -60px;
  }
  body main #prestation .img {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
  body main #prestation .button {
    margin-left: 0;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  body main #prestation .normal {
    text-align: center;
  }
  body main #prestation .triptique img {
    margin-bottom: 30px;
  }
  body main #prestation .technic,
  body main #prestation .triptique {
    margin-left: 0;
  }
  body main #prestation .product {
    margin-left: 0;
    margin-right: 0;
  }
  body main #prestation .product .img {
    height: 350px;
    overflow: hidden;
    margin: 0 auto;
  }
  body main #prestation .product .data {
    margin-bottom: 30px;
  }
  body main #prestation .product .data h3 {
    font-size: 110%;
    text-transform: uppercase;
  }
  body main #prestation .product::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 0;
    left: 15px;
    top: 0;
    border-left: solid 1px transparent;
    z-index: 10;
  }
  body main #prestation .product::after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 0;
    right: 15px;
    top: 0;
    border-left: solid 1px transparent;
    z-index: 10;
  }
  body main .theproducts {
    margin-top: 0;
  }
  body main #realisations .grid-item .item-gallery {
    height: 280px;
  }
  body main #mixitupcontrols a {
    display: block;
    position: relative;
  }
  body main #contact-page #blue {
    display: none;
  }
  body main #contact-page #contact-coord h3 {
    text-align: center;
  }
  body main #contact-page #contact-coord .coord .link {
    text-align: center;
  }
  body main #contact-page #contact-form {
    padding: 0;
    margin-top: 48px;
    margin-bottom: 32px;
  }
  body main #contact-page #contact-form .title {
    font-weight: 700;
    color: #0661a1;
  }
  body main #contact-page #contact-form .nf-form-content .lastname-container,
  body main #contact-page #contact-form .nf-form-content .firstname-container,
  body main #contact-page #contact-form .nf-form-content .phone-container,
  body main #contact-page #contact-form .nf-form-content .email-container {
    width: 100%;
    position: relative;
  }
  body main #contact-page #contact-form .nf-form-content .firstname-container,
  body main #contact-page #contact-form .nf-form-content .email-container {
    right: 0;
  }
  body main #contact-page #contact-form .nf-form-content .firstname-container,
  body main #contact-page #contact-form .nf-form-content .email-container {
    top: 0;
  }
  body footer #footer-logo {
    margin: 0 auto;
  }
  body footer .link {
    text-align: center;
  }
  body footer #bpsn-social-links p {
    text-align: center;
  }
  body footer #footer-menu ul {
    display: block;
    margin-top: 12px;
    text-align: center;
  }
  body footer #credits {
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  body h1 {
    font-size: 26.6px;
    line-height: normal;
  }
  body h2 {
    font-size: 23.8px;
    line-height: normal;
  }
  body h3 {
    font-size: 21.7px;
    line-height: normal;
  }
  body h4 {
    font-size: 18.9px;
    line-height: normal;
  }
  body h5 {
    font-size: 16.1px;
    line-height: normal;
  }
  body h6 {
    font-size: 14px;
    line-height: normal;
  }
  body main #headband {
    height: 320px;
  }
  body main #headband.home {
    height: 50vh;
    min-height: 360px;
  }
}
@media (max-width: 480px) {
  body main #headband {
    height: 300px;
  }
  body main #headband.home {
    height: 50vh;
    min-height: 340px;
  }
}
@media (max-width: 380px) {
  body {
    font-size: 12.8px;
  }
  body h1 {
    font-size: 24.7px;
    line-height: normal;
  }
  body h2 {
    font-size: 22.1px;
    line-height: normal;
  }
  body h3 {
    font-size: 20.15px;
    line-height: normal;
  }
  body h4 {
    font-size: 17.55px;
    line-height: normal;
  }
  body h5 {
    font-size: 14.95px;
    line-height: normal;
  }
  body h6 {
    font-size: 13px;
    line-height: normal;
  }
  body main #headband {
    height: 280px;
  }
  body main #headband.home {
    height: 50vh;
    min-height: 320px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body {
    font-size: 14.4px;
  }
  body h1 {
    font-size: 32.3px;
    line-height: normal;
  }
  body h2 {
    font-size: 28.9px;
    line-height: normal;
  }
  body h3 {
    font-size: 26.35px;
    line-height: normal;
  }
  body h4 {
    font-size: 22.95px;
    line-height: normal;
  }
  body h5 {
    font-size: 19.55px;
    line-height: normal;
  }
  body h6 {
    font-size: 17px;
    line-height: normal;
  }
  body #modal-form {
    width: 80%;
    margin: 0 10%;
    top: 50px;
  }
  body #modal-form #forms #left {
    width: 45%;
  }
  body #modal-form #forms #right {
    width: 55%;
  }
  body #modal-form #forms #right .nf-form-content .lastname-container,
  body #modal-form #forms #right .nf-form-content .firstname-container,
  body #modal-form #forms #right .nf-form-content .phone-container,
  body #modal-form #forms #right .nf-form-content .email-container {
    width: 100%;
  }
  body #modal-form #forms #right .nf-form-content .firstname-container,
  body #modal-form #forms #right .nf-form-content .email-container {
    position: relative;
    right: none;
  }
  body #modal-form #forms #right .nf-form-content .firstname-container {
    top: 0;
  }
  body #modal-form #forms #right .nf-form-content .email-container {
    top: 0;
  }
  body #modal-form #forms #right .nf-form-content .textarea-container textarea {
    height: 120px;
  }
  body #searchthesite #sitesearch {
    width: 80%;
    margin: 35% 10% auto 10%;
  }
  body #searchthesite #sitesearch input {
    padding: 18px;
    font-size: 26px;
  }
  body header #supheader .col20 {
    width: 20% !important;
  }
  body header #supheader .col20 .link {
    font-size: 100%;
  }
  body header #supheader .col20 .link span {
    display: none;
  }
  body header #site-logo {
    max-width: 400px;
    margin: 0 auto;
  }
  body header #main-menu {
    display: block;
    float: none;
    margin: 0 auto;
  }
  body header #main-menu #bs4navbar ul {
    margin: 0 auto;
  }
  body header #main-menu #bs4navbar #close-menu {
    display: none;
  }
  body header #main-menu #bs4navbar li {
    padding: 16px 6px 0 6px;
  }
  body main #headband {
    height: 380px;
  }
  body main #headband.home {
    height: 50vh;
    min-height: 420px;
  }
  body main #homepres .data {
    margin-left: 0;
  }
  body main #homepres .data .pres {
    display: block;
    position: relative;
    width: 100%;
  }
  body main #homepres .picture {
    display: block;
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 72px;
  }
  body main #sectors .sector {
    width: 100%;
    border-left: solid 1px #2daae1;
    border-right: solid 1px #2daae1;
  }
  body main #sectors .sector .img {
    width: 100%;
  }
  body main #sectors .sector .desc {
    width: 100%;
  }
  body main #sectors .sector::before {
    content: '';
    display: block;
    position: absolute;
    height: 91px;
    border-left: solid 1px transparent;
    left: -1px;
    top: -91px;
  }
  body main #sectors .sector.last {
    border-right: solid 1px #2daae1;
  }
  body main #sectors .sector.last::after {
    content: '';
    display: block;
    position: absolute;
    height: 91px;
    border-right: solid 1px transparent;
    right: -1px;
    top: -91px;
  }
  body main #entr4 .img {
    height: 480px;
  }
  body main #prestation .text {
    border-left: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 32px;
  }
  body main #prestation .text::before {
    content: '';
    display: block;
    position: absolute;
    height: 60px;
    border-left: solid 1px transparent;
    left: -1px;
    top: -60px;
  }
  body main #prestation .text::after {
    content: '';
    display: block;
    position: absolute;
    height: 60px;
    border-left: solid 1px transparent;
    right: -1px;
    top: -60px;
  }
  body main #prestation .img {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
  body main #prestation .button {
    margin-left: 0;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  body main #prestation .normal {
    text-align: center;
  }
  body main #prestation .triptique img {
    margin-bottom: 30px;
  }
  body main #prestation .technic,
  body main #prestation .triptique {
    margin-left: 0;
  }
  body main #prestation .product {
    margin-left: 0;
    margin-right: 0;
  }
  body main #prestation .product .img {
    height: 280px;
    overflow: hidden;
    margin: 0 auto;
  }
  body main #prestation .product .data {
    margin-bottom: 30px;
  }
  body main #prestation .product .data h3 {
    font-size: 110%;
    text-transform: uppercase;
  }
  body main #prestation .product::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 0;
    left: 15px;
    top: 0;
    border-left: solid 1px transparent;
    z-index: 10;
  }
  body main #prestation .product::after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 0;
    right: 15px;
    top: 0;
    border-left: solid 1px transparent;
    z-index: 10;
  }
  body main .theproducts {
    margin-top: 0;
  }
  body main #realisations .grid-item .item-gallery {
    height: 260px;
  }
  body main #contact-page #blue {
    display: none;
  }
  body main #contact-page #contact-coord h3 {
    text-align: center;
  }
  body main #contact-page #contact-coord .coord .link {
    text-align: center;
  }
  body main #contact-page #contact-form {
    padding: 0;
    margin-top: 48px;
    margin-bottom: 32px;
  }
  body main #contact-page #contact-form .title {
    font-weight: 700;
    color: #0661a1;
  }
  body main #contact-page #contact-form .nf-form-content .lastname-container,
  body main #contact-page #contact-form .nf-form-content .firstname-container,
  body main #contact-page #contact-form .nf-form-content .phone-container,
  body main #contact-page #contact-form .nf-form-content .email-container {
    width: 100%;
    position: relative;
  }
  body main #contact-page #contact-form .nf-form-content .firstname-container,
  body main #contact-page #contact-form .nf-form-content .email-container {
    right: 0;
  }
  body main #contact-page #contact-form .nf-form-content .firstname-container,
  body main #contact-page #contact-form .nf-form-content .email-container {
    top: 0;
  }
  body footer #footer-menu ul {
    display: block;
    margin-top: 12px;
    text-align: center;
  }
  body footer #footer-menu ul li {
    display: inline-block;
    margin: 0 6px;
  }
  body footer #credits {
    margin-top: 24px;
  }
}
