<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* navigation */

@media (max-width: 991px){
  header#header .logobox{
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    left: 0;
  }

  header#header .logobox .inner{
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    padding-right: 0;
    padding-left: 0;
  }
}

.accessplan {
  margin-top: 7px;
}

.accessplan a{
  background-color: white;
  color: #007fe8 !important;
  padding:3px;
  margin-top:5px;
}

.accessplan2 a{
  background-color: white;
  color: #007fe8 !important;
}


/* home projects */

.projects-header h1{
 	font-size: 1.5em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-family: 'brandon-grotesque', Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  color: black;
	margin-top: 25px;
  margin-bottom: 55px;
}

/* home video */

.video-container {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 0 55px 0;
}

.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
}

/* footer social media */

.footer-links &gt; li{
  display: inline-block;
}

/* news share button */

.fb-share-button{
	position: relative !important;
	/* top: -5px !important; */
}


/* realisation video */

.videobox{
  width: 100%;
  margin: 20px 0 0 0;
}

/* main default box*/

main #wrapper .mainbox .maindefaultbox{
	padding: 60px 0 90px 0;
}
@media(max-width:479px){
    main #wrapper .mainbox .maindefaultbox{
        padding: 40px 0;
    }
    main #wrapper .homebox .headercontainer{ height: 300px; }
    main #wrapper .homebox .headercontainer .owl-carousel{ height: 300px; }
    main #wrapper .homebox .headercontainer .owl-carousel .owl-item{ height: 300px; }
    main #wrapper .homebox .headercontainer .owl-carousel .owl-item .item{ height: 300px; }
    main #wrapper .homebox .headercontainer .owl-carousel .owl-item .txtbox{ bottom: -2px; }
}

/* solutions services */

.services{
  margin: 0 0 40px 0;
}

.service{
  text-align: center;
}

.service:hover{
  text-decoration: none;
}

.service .service-title{
  font-size: 1.1em;
  font-weight: 700;
  color: #0492d4;
  margin: 0;
}

.service:hover .service-icon{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.service .service-icon{
  position: relative;
  display: block;
  background: #0492d4;
  width: 120px;
  height: 120px;
  border-radius: 120px;
  margin: 0 auto 20px auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service .service-icon .icon{
  position: absolute;
  font-size: 1.8em;
  color: #ffffff;
  text-align: center;
  line-height: 115px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.service .service-icon .icon-worker{ font-size: 1.8em }
.service .service-icon .icon-solution-1{ font-size: 1.6em }

.icon {
    width: auto !important;
    height: auto !important;
    transform: none !important;
}

.contactlist .icon {
  display: block !important;
}

.headerbox header span.icon {
  text-align: center;
}

main #wrapper .nosrealisationsbox .realisationsdetailbox section .row section.col-lg-6 .txtbox ul li,
main #wrapper .nosrealisationsdetailbox .realisationsdetailbox section .row section.col-lg-6 .txtbox ul li {
  display: block;
}

main #wrapper .actualitesdetailbox .newsitembox .container .row section.newsitem .image-preview {
  margin-top: 10px;
}

main #wrapper .actualitesdetailbox .newsitembox .container .row section.newsitem .image-preview img {
  width: 100%;
}

.location-selector {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.location-selector input {
    display: none;
}

.location-selector .checkbox-field {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/images/svg/unchecked.svg');
    background-size: cover;
    cursor: pointer;
}

.location-selector input:checked + .checkbox-field {
    background-image: url('/images/svg/checked.svg');
}
</pre></body></html>