/*!
 * Custom CSS Stylesheet for SIG
 *
 */
/*_typography.scss*/
@font-face {
  font-family: "Work Sans";
  src: url("../font/WorkSans-Bold.eot");
  src: url("../font/WorkSans-Bold.eot?#iefix") format("embedded-opentype"), url("../font/WorkSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Work Sans";
  src: url("../font/WorkSans-Medium.eot");
  src: url("../font/WorkSans-Medium.eot?#iefix") format("embedded-opentype"), url("../font/WorkSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../font/BebasNeue.eot");
  src: url("../font/BebasNeue.eot?#iefix") format("embedded-opentype"), url("../font/BebasNeue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 60%;
}
span {
  line-height: normal;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Work Sans";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: normal;
  opacity: 1;
  transition: 1s opacity;
  color: #fff;
}
body.fade-out {
  opacity: 0;
  transition: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Bebas Neue";
  line-height: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
}
a.btn-decouvrir:hover, a.btn-decouvrir:focus, a.btn-decouvrir:active {
  color: #fff;
}
.bold {
  font-weight: 900;
}
.sc12 {
  font-size: 1.2rem;
}
.sc13 {
  font-size: 1.3rem;
}
.sc14 {
  font-size: 1.4rem;
}
.sc15 {
  font-size: 1.5rem;
}
.sc16 {
  font-size: 1.6rem;
}
.sc17 {
  font-size: 1.7rem;
}
.sc18 {
  font-size: 1.8rem;
}
.sc19 {
  font-size: 1.9rem;
}
.sc20 {
  font-size: 2rem;
  line-height: 20px;
}
.sc22 {
  font-size: 2.2rem;
}
.sc23 {
  font-size: 2.3rem;
}
.sc24 {
  font-size: 2.4rem;
}
.sc26 {
  font-size: 2.6rem;
}
.sc28 {
  font-size: 2.8rem;
}
.sc30 {
  font-size: 3rem;
}
.sc31 {
  font-size: 3.1rem;
}
.sc32 {
  font-size: 3.2rem;
}
.sc34 {
  font-size: 3.4rem;
}
.sc36 {
  font-size: 3.6rem;
}
.center {
  text-align: center;
}
a {
  text-decoration: none !important;
}
a:visited {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
  text-decoration: none !important;
}
a:active, a:hover {
  outline: 0 !important;
}
html {
  scroll-behavior: smooth;
  overflow: auto;
}
body[data-aos-duration="4000"] [data-aos], [data-aos][data-aos][data-aos-duration="4000"] {
  transition-duration: 4000ms;
}
.container {
  max-width: 1540px !important;
}
a.logout {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  font-size: 1.6rem;
  text-transform: uppercase;
  z-index: 9999;
}
.btn-decouvrir {
  background: #e84f13;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px 22px;
  margin-top: 1.5rem;
  border-radius: 25px;
  width: max-content;
  font-family: "Poppins";
  display: block;
}
.btn-decouvrir:hover {
  background-color: #6759a3;
  color: #fff;
}
.btn-decouvrir .arrow {
  position: relative;
  width: 50px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.btn-decouvrir .arrow .shaft {
  width: 50px;
  background-color: #fff;
  display: block;
  height: 1px;
  position: relative;
}
.btn-decouvrir .arrow .shaft::before, .btn-decouvrir .arrow .shaft::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
}
.btn-decouvrir .arrow .shaft::before {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.btn-decouvrir .arrow .shaft::after {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.owl-carousel.home .owl-nav .owl-next, .owl-carousel.actu .owl-nav .owl-next {
  right: 0;
}
.owl-carousel.home .owl-nav .owl-prev, .owl-carousel.home .owl-nav .owl-next, .owl-carousel.actu .owl-nav .owl-prev, .owl-carousel.actu .owl-nav .owl-next {
  height: 100%;
  position: absolute;
  display: flex;
  top: 0;
  width: 140px;
}
.owl-carousel.home .owl-nav .owl-prev .chevron-left, .owl-carousel.home .owl-nav .owl-prev .chevron-right, .owl-carousel.actu .owl-nav .owl-prev .chevron-left, .owl-carousel.actu .owl-nav .owl-prev .chevron-right {
  background-image: url(../images/chevron-slider.svg);
  width: 45px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 100%;
  top: 0;
}
.owl-carousel.home .owl-nav .owl-next .chevron-left, .owl-carousel.home .owl-nav .owl-next .chevron-right, .owl-carousel.actu .owl-nav .owl-next .chevron-left, .owl-carousel.actu .owl-nav .owl-next .chevron-right {
  background-image: url(../images/chevron-slider.svg);
  width: 45px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 100%;
  top: 0;
}
.owl-carousel.home .owl-nav .owl-prev .chevron-left, .owl-carousel.home .owl-nav .owl-next .chevron-left, .owl-carousel.actu .owl-nav .owl-prev .chevron-left, .owl-carousel.actu .owl-nav .owl-next .chevron-left {
  left: 15px;
}
.owl-carousel.home .owl-nav .owl-prev .chevron-right, .owl-carousel.home .owl-nav .owl-next .chevron-right, .owl-carousel.actu .owl-nav .owl-prev .chevron-right, .owl-carousel.actu .owl-nav .owl-next .chevron-right {
  right: 15px;
  transform: rotate(180deg);
}
section#error {
  height: 80vh;
  display: flex;
  align-items: center;
  padding: 100px 0;
}
section#error p.top {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
section#error p.bottom {
  margin-bottom: 4rem;
  text-align: center;
}
section#error button {
  margin: 0 auto 0;
  padding: 15px 30px;
  line-height: normal;
  text-align: center;
  border-radius: 15px;
  background-color: #1c3962;
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  display: block;
  position: relative;
  z-index: 99;
}
section#error button:hover {
  background-color: #000;
}
body.privacy-policy .entry-header, body.privacy-policy .entry-content {
  max-width: 1230px;
}
body.privacy-policy h1 {
  text-align: center;
  margin: 10px 0 35px;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #34424c;
}
body.privacy-policy header {
  display: none;
}
body.privacy-policy h3 {
  text-align: center;
  margin: 10px 0 35px;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #34424c;
}
body.privacy-policy h4 {
  margin: 35px 0 25px;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #34424c;
}
body.privacy-policy p {
  margin-bottom: 15px;
  font-size: 1.6rem;
  color: #34424c;
}
body.privacy-policy .container ul {
  color: #34424c;
  margin-bottom: 35px;
}
body.privacy-policy .container ul.disc {
  list-style: disc;
  padding-left: 15px;
  font-size: 1.6rem;
}
body.privacy-policy .container strong {
  font-weight: 900;
}
body.privacy-policy .button {
  margin: 0 auto 0;
  padding: 15px 30px;
  line-height: normal;
  text-align: center;
  border-radius: 15px;
  background-color: #E10514;
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  display: block;
  position: relative;
  z-index: 99;
}
body.privacy-policy .button:hover {
  background-color: #000;
}
img.noumea {
  position: fixed;
  width: 180px;
  height: auto;
  bottom: 10px;
  right: 10px;
  z-index: 999999;
}
img.club {
  position: fixed;
  width: 180px;
  height: auto;
  bottom: 10px;
  left: 10px;
  z-index: 999;
  max-width: 100px;
}
header.site-header {
  position: relative;
  z-index: 99999;
}
header.site-header video {
  width: 100vw;
  object-fit: cover;
  left: 0px;
  top: 0px;
  z-index: -1;
  position: absolute;
}
header.site-header section#logo {
  height: 100vh;
}
header.site-header section#logo .dark {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100vh;
}
header.site-header section#logo .dark .flex {
  width: 100%;
  max-width: 600px;
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
header.site-header section#logo .dark .flex img.gisday {
  width: 100%;
  max-width: 300px;
  height: auto;
}
header.site-header section#logo .dark .flex img.partenaires {
  width: 100%;
  max-width: 440px;
  height: auto;
}
header.site-header section#logo .dark .flex span.btn {
  font-size: 2.6rem;
  background-color: #029FCE;
  color: #fff;
  padding: 10px 25px;
  border-radius: 35px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  width: min-content;
  margin-bottom: 4rem;
}
header.site-header section#logo .dark .flex h3 {
  font-family: "Work Sans";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 6rem;
  color: #fff;
  text-align: left;
  line-height: 6rem;
}
header.site-header section#logo .flex {
  width: 100%;
  max-width: 600px;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
header.site-header section#logo .flex #logo-nav {
  display: block;
  width: 100%;
  z-index: 9;
}
header.site-header section#logo .flex #logo-nav a.home-link h1 {
  color: transparent !important;
  background-image: url(../images/logo-sig.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  float: right;
  line-height: 135px;
  width: 300px;
}
header.site-header section#logo .flex h3 {
  font-size: 8rem;
  text-align: right;
  color: #fff;
  line-height: 8rem;
}
header.site-header a.next {
  display: block;
  position: absolute;
  z-index: 999;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 55px;
}
header.site-header a.next img {
  width: 100%;
  height: auto;
}
nav {
  display: none;
  position: fixed;
  z-index: 99999;
}
nav #menuToggle {
  display: block;
  position: relative;
  top: 4rem;
  left: 4rem;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
nav #menuToggle a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}
nav #menuToggle a:hover {
  color: tomato;
}
nav #menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
nav #menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
nav #menuToggle span:first-child {
  transform-origin: 0% 0%;
}
nav #menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
nav #menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}
nav #menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
nav #menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
nav #menuToggle #menu {
  position: absolute;
  width: 300px;
  padding: 25px;
  background: rgba(250, 250, 250, 0.8);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-350px, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
nav #menuToggle #menu a {
  padding: 10px;
  font-size: 22px;
  display: block;
}
nav #menuToggle #menu a:hover {
  color: #029fce;
}
nav #menuToggle #menu a.btn {
  background: #029FCE;
  border-radius: 45px;
  margin: 10px 0;
  color: white !important;
  padding: 5px !important;
}
nav #menuToggle input:checked ~ div#menu {
  transform: none;
}
.menu-header {
  overflow: hidden;
  top: 35px;
  width: 100%;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.menu-header a {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.5rem;
  padding: 12px;
}
.menu-header a:hover {
  color: #029fce;
}
.menu-header a.btn {
  background-color: #029FCE;
  color: #fff;
  padding: 10px 25px;
  border-radius: 35px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  width: min-content;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
section#service {
  background-image: url(../images/bg-section2-sig.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
section#service .container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section#service h3 {
  font-size: 8rem;
  line-height: 8rem;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  float: right;
  margin: 4.5rem 0 6rem;
}
section#service .dark {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5rem 4rem 12rem;
  left: 2.5%;
  max-width: 47.5%;
}
section#service .dark h5 {
  font-size: 4rem;
  font-family: "Work Sans";
  line-height: 4.2rem;
  margin-bottom: 4rem;
}
section#service .dark ul {
  list-style-image: url(../images/liststyleimage.png);
}
section#service .dark ul li {
  font-size: 2.4rem;
  margin-bottom: 4rem;
}
section#service a.next {
  display: block;
  position: absolute;
  z-index: 9999;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 55px;
}
section#service a.next img {
  width: 100%;
  height: auto;
}
section#service .half {
  display: flex;
}
section#service .half .dos {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section#service .half .dos:first-of-type {
  border-right: 2px solid #fff;
}
section#service .half .dos img {
  width: 100%;
  max-width: 145px;
  height: auto;
}
section#service .half .dos span {
  font-size: 20rem;
  display: block;
  font-family: "Bebas Neue";
  font-weight: normal;
}
section#service .half .dos h4 {
  font-size: 4rem;
  font-family: "Work Sans";
  font-weight: 500;
  text-align: center;
  line-height: 4rem;
}
section#missions {
  background-image: url(../images/bg-section3-sig.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
section#missions .container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section#missions h3 {
  font-size: 8rem;
  line-height: 8rem;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  float: right;
  margin: 4.5rem 0 6rem;
}
section#missions a.next {
  display: block;
  position: absolute;
  z-index: 999;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 55px;
}
section#missions a.next img {
  width: 100%;
  height: auto;
}
section#missions .right {
  padding-right: 15%;
}
section#missions .left {
  padding-left: 15%;
  padding-bottom: 8rem;
}
section#missions .right, section#missions .left {
  display: flex;
  align-items: flex-start;
}
section#missions .right .mission, section#missions .left .mission {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  flex: 1;
}
section#missions .right .mission img, section#missions .left .mission img {
  width: 100%;
  max-width: 100px;
  height: auto;
  margin: auto;
  display: block;
}
section#missions .right .mission h4, section#missions .left .mission h4 {
  font-size: 2.6rem;
  text-align: center;
  margin: 2rem 0;
  font-family: "Work Sans";
  font-weight: 500;
}
section#missions .right .mission .plus img.show, section#missions .left .mission .plus img.show {
  max-width: 25px;
  height: 25px;
  cursor: pointer;
}
section#missions .right .mission .plus img.hide, section#missions .left .mission .plus img.hide {
  display: none !important;
}
section#missions .right .mission .plus p, section#missions .left .mission .plus p {
  display: none;
  background-color: #252e33;
  border: 2px solid #029fce;
  padding: 10px;
  text-align: center;
}
section#missions .right .mission .plus p.active, section#missions .left .mission .plus p.active {
  display: block;
}
section#logiciels {
  background-image: url(../images/bg-section4-sig.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
section#logiciels .container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section#logiciels h3 {
  font-size: 6rem;
  line-height: 6rem;
  text-align: center;
  text-transform: uppercase;
  color: #34424c;
  margin: 4.5rem 0 5rem;
}
section#logiciels h4 {
  color: #34424c;
  text-align: center;
  font-size: 4.4rem;
}
section#logiciels .bord {
  border-right: 2px solid #34424c;
}
section#logiciels h5 {
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #34424c;
  font-family: "Work Sans";
  font-weight: 500;
  text-align: center;
}
section#logiciels .pad {
  padding-bottom: 10rem;
}
section#logiciels .pad .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section#logiciels .pad .flex .logiciel {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 50%;
  padding: 10px;
}
section#logiciels .pad .flex .logiciel img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 10px;
}
section#logiciels .pad .flex .traitement {
  flex: 33%;
}
section#logiciels a.next {
  display: block;
  position: absolute;
  z-index: 999;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 55px;
}
section#logiciels a.next img {
  width: 100%;
  height: auto;
}
div#materiel {
  position: relative;
  display: inline-grid;
}
div#materiel .fullheight {
  height: 100vh;
}
div#materiel .fullheight video {
  width: 100vw;
  object-fit: cover;
  left: 0px;
  top: 0px;
  z-index: -1;
}
div#materiel section#drones {
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
div#materiel section#drones .flex {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding: 6rem 0;
}
div#materiel section#drones .flex h3 {
  font-size: 12rem;
  color: #fff;
  line-height: 10.5rem;
  margin-bottom: 4rem;
}
div#materiel section#drones .flex h4 {
  font-family: "Work Sans";
  font-weight: 500;
  text-transform: unset;
  font-size: 4rem;
  color: #fff;
  text-align: left;
  line-height: 4rem;
  margin-bottom: 4rem;
}
div#materiel section#drones .flex div.drones a.btn {
  font-size: 2.4rem;
  background-color: #029FCE;
  color: #fff;
  padding: 10px 25px;
  border-radius: 35px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  width: min-content;
  margin-bottom: 2rem;
}
div#materiel div#listedrones {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9;
}
div#materiel div#listedrones .drone {
  height: 100vh;
  position: relative;
}
div#materiel div#listedrones .drone .full {
  height: 100vh;
}
div#materiel div#listedrones .drone .full video {
  width: 100vw;
  object-fit: cover;
  left: 0px;
  top: 0px;
  z-index: -1;
}
div#materiel div#listedrones .drone .absolute {
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
}
div#materiel div#listedrones .drone h3 {
  font-family: "Work Sans";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 6rem;
  color: #fff;
  text-align: left;
  line-height: 6rem;
  margin-bottom: 1rem;
}
div#materiel div#listedrones .drone h3 span {
  font-size: 2.6rem;
  background-color: #029FCE;
  color: #fff;
  padding: 15px 25px;
  border-radius: 35px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  width: min-content;
  vertical-align: middle;
}
div#materiel div#listedrones .drone span.acquisition {
  display: block;
  font-size: 2rem;
  margin-bottom: 3rem;
}
div#materiel div#listedrones .drone .half {
  display: flex;
}
div#materiel div#listedrones .drone .half .left, div#materiel div#listedrones .drone .half .right {
  flex: 1;
  padding: 0 4rem 5% 4rem;
}
div#materiel div#listedrones .drone .half .left .spec, div#materiel div#listedrones .drone .half .right .spec {
  padding-bottom: 4rem;
}
div#materiel div#listedrones .drone .half .left .spec span.value, div#materiel div#listedrones .drone .half .right .spec span.value {
  font-size: 3.2rem;
  line-height: 3rem;
  margin-bottom: 0;
  display: block;
}
div#materiel div#listedrones .drone .half .left .spec span.info, div#materiel div#listedrones .drone .half .right .spec span.info {
  display: block;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 2rem;
}
div#materiel div#listedrones .drone .half .left {
  border-right: 2px solid #fff;
  padding-left: 0;
}
div#materiel div#listedrones .drone .half .right {
  padding-right: 0;
}
div#materiel div#listedrones .drone .infos .spec {
  padding-bottom: 4rem;
}
div#materiel div#listedrones .drone .infos .spec span.info {
  font-size: 4rem;
  line-height: 5rem;
  margin-bottom: 2rem;
  display: block;
  text-transform: uppercase;
}
div#materiel div#listedrones .drone .infos .spec ul li {
  margin-bottom: 1rem;
  font-size: 2rem;
}
div#materiel section#produits {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9;
  position: relative;
}
div#materiel section#produits .full {
  height: 100vh;
}
div#materiel section#produits .full video {
  width: 100vw;
  object-fit: cover;
  left: 0px;
  top: 0px;
  z-index: -1;
}
div#materiel section#produits .absolute {
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
}
div#materiel section#produits .flex {
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
div#materiel section#produits .flex h4 {
  font-family: "Work Sans";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 6rem;
  color: #fff;
  text-align: left;
  line-height: 6.5rem;
  margin-bottom: 4rem;
}
div#materiel section#produits .flex h4 span {
  font-size: 2.6rem;
  background-color: #029FCE;
  color: #fff;
  padding: 15px 25px;
  border-radius: 35px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  width: min-content;
  vertical-align: middle;
}
div#materiel section#produits .flex ul {
  list-style: none;
  padding-left: 0;
  padding-bottom: 10%;
}
div#materiel section#produits .flex ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
div#materiel section#produits .flex ul li img {
  width: 100%;
  max-width: 80px;
  height: auto;
  margin-right: 4rem;
}
div#materiel section#produits .flex ul li h5 {
  font-size: 2.6rem;
  font-family: "Work Sans";
  font-weight: 500;
}
div#materiel a.next {
  display: block;
  position: absolute;
  z-index: 999;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 55px;
}
div#materiel a.next img {
  width: 100%;
  height: auto;
}
section#etapes {
  background-image: url(../images/bg-section3-sig.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
section#etapes .container {
  height: 100vh;
}
section#etapes h3 {
  font-size: 8rem;
  line-height: 8rem;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  float: right;
  margin: 8rem 0 6rem;
}
section#etapes a.next {
  display: block;
  position: absolute;
  z-index: 999;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 55px;
}
section#etapes a.next img {
  width: 100%;
  height: auto;
}
section#etapes .flex {
  display: flex;
  margin-bottom: 15px;
}
section#etapes .flex h4 {
  flex: 1;
  text-align: center;
  font-size: 5.5rem;
  color: #029fce;
  position: relative;
}
section#etapes .flex h4:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #029fce;
  border-radius: 100%;
  position: absolute;
  bottom: -50px;
  margin: auto;
  left: 0;
  right: 0;
}
section#etapes .flex h4:after {
  content: "";
  width: 2px;
  height: 40px;
  border: 2px solid #029fce;
  position: absolute;
  bottom: -40px;
  margin: auto;
  left: 0;
  right: 0;
}
section#etapes img.timeline {
  width: 100%;
  height: auto;
  margin-bottom: 4rem;
}
section#etapes .flexbis {
  display: flex;
}
section#etapes .flexbis ul {
  flex: 1;
  list-style-image: url(../images/liststyleimage.png);
  padding: 0 20px 4rem;
}
section#etapes .flexbis ul:first-of-type {
  padding-left: 30px;
}
section#etapes .flexbis ul:last-of-type {
  padding-right: 0;
}
section#etapes .flexbis ul li {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
section#realisations {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
section#realisations .flex {
  width: 100%;
  max-width: 800px;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  padding-bottom: 10%;
}
section#realisations .flex h3 {
  font-size: 16rem;
  text-align: right;
  color: #fff;
  line-height: 14rem;
}
section#realisations .dark {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100vh;
}
section#realisations .dark .flex {
  width: 100%;
  max-width: 600px;
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 15%;
}
section#realisations .dark .flex h4 {
  font-family: "Work Sans";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 6.5rem;
  color: #fff;
  text-align: left;
  line-height: 6.5rem;
  margin-bottom: 5rem;
}
section#realisations .dark .flex a.btn {
  font-size: 2.4rem;
  background-color: #029FCE;
  color: #fff;
  padding: 10px 25px;
  border-radius: 35px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  width: min-content;
  margin-bottom: 2rem;
}
section#realisations a.next {
  display: block;
  position: absolute;
  z-index: 999;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 55px;
}
section#realisations a.next img {
  width: 100%;
  height: auto;
}
section#chantiers {
  background-image: url(../images/bg-section4-sig.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
section#chantiers .container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 5%;
}
section#chantiers h3 {
  font-size: 8rem;
  line-height: 8rem;
  text-align: right;
  text-transform: uppercase;
  color: #34424c;
  float: right;
  margin: 4.5rem 0 6rem;
}
section#chantiers #pusm {
  display: none;
}
section#chantiers .flex {
  display: flex;
}
section#chantiers .flex .left, section#chantiers .flex .right {
  width: 50%;
}
section#chantiers .flex .left img, section#chantiers .flex .right img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
section#chantiers .flex .left {
  padding-right: 10px;
}
section#chantiers .flex .left img {
  height: 550px;
}
section#chantiers .flex .right {
  padding-left: 10px;
}
section#chantiers .flex .right img.small {
  height: 190px;
  margin-bottom: 10px;
}
section#chantiers .flex .right img.square {
  height: 340px;
  margin-top: 10px;
}
section#chantiers #accordion hr {
  border: 2px solid #34424c;
  margin: 4rem 0;
}
section#chantiers #accordion .chantier .top a {
  display: block;
  font-size: 8.5rem;
  color: #029fce;
  text-transform: uppercase;
  font-family: "Bebas Neue";
  font-weight: normal;
  line-height: 7rem;
  margin-bottom: 2rem;
}
section#chantiers #accordion .chantier .top a img {
  max-width: 25px;
  height: 25px;
  cursor: pointer;
}
section#chantiers #accordion .chantier .top a img.plus {
  display: none;
}
section#chantiers #accordion .chantier .top a.collapsed {
  color: #34424c;
}
section#chantiers #accordion .chantier .top a.collapsed img.plus {
  display: inline-block;
}
section#chantiers #accordion .chantier .top a.collapsed img.minus {
  display: none;
}
section#chantiers #accordion .chantier .description p.intro {
  color: #34424c;
  font-size: 4rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
section#chantiers #accordion .chantier .description .columns {
  display: flex;
  margin-bottom: 2rem;
}
section#chantiers #accordion .chantier .description .columns .first, section#chantiers #accordion .chantier .description .columns .second, section#chantiers #accordion .chantier .description .columns .last {
  flex: 1;
  color: #34424c;
  padding: 0 20px;
}
section#chantiers #accordion .chantier .description .columns .first p, section#chantiers #accordion .chantier .description .columns .second p, section#chantiers #accordion .chantier .description .columns .last p {
  font-size: 3.8rem;
  line-height: 3.4rem;
  text-transform: uppercase;
  font-family: "Bebas Neue";
  font-weight: normal;
  margin-bottom: 0;
}
section#chantiers #accordion .chantier .description .columns .first p span, section#chantiers #accordion .chantier .description .columns .second p span, section#chantiers #accordion .chantier .description .columns .last p span {
  font-family: "Work Sans";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8rem;
  display: block;
}
section#chantiers #accordion .chantier .description .columns .first, section#chantiers #accordion .chantier .description .columns .second {
  border-right: 4px solid #34424c;
}
section#chantiers #accordion .chantier .description .columns .first {
  padding-left: 0;
}
section#chantiers #accordion .chantier .description .columns .last {
  padding-right: 0;
}
section#chantiers #accordion .chantier .description .two .first {
  flex: 2;
}
section#chantiers #accordion .chantier .description ul {
  list-style-image: url(../images/liststyleimage.png);
  color: #34424c;
}
section#chantiers #accordion .chantier .description ul li {
  font-size: 2rem;
}
section#chantiers a.next {
  display: block;
  position: absolute;
  z-index: 999;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 55px;
}
section#chantiers a.next img {
  width: 100%;
  height: auto;
}
section#suivi {
  height: 100vh;
  position: relative;
}
section#suivi video {
  width: 100vw;
  object-fit: cover;
  left: 0px;
  top: 0px;
  z-index: -1;
  position: absolute;
  filter: brightness(0.5);
}
section#suivi .container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section#suivi h3 {
  font-size: 8rem;
  line-height: 8rem;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  float: right;
  margin: 10rem 0 6rem;
}
section#suivi .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 15%;
}
section#suivi .flex .mission {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  flex: 1;
}
section#suivi .flex .mission img {
  width: 100%;
  max-width: 120px;
  height: auto;
  margin: auto;
  display: block;
}
section#suivi .flex .mission h4 {
  font-size: 3.6rem;
  text-align: center;
  margin: 2rem 0;
  font-family: "Work Sans";
  font-weight: 500;
}
section#suivi .flex .mission p {
  text-align: center;
  font-size: 2rem;
}
section#suivi a.next {
  display: block;
  position: absolute;
  z-index: 999;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 55px;
}
section#suivi a.next img {
  width: 100%;
  height: auto;
}
section#ortho {
  background-image: url(../images/bg-section10-sig.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
section#ortho .flex {
  width: 100%;
  max-width: 800px;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  padding-bottom: 10%;
}
section#ortho .flex h3 {
  font-size: 16rem;
  text-align: right;
  color: #fff;
  line-height: 14rem;
}
section#ortho .dark {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
}
section#ortho .dark .flex {
  width: 100%;
  max-width: 600px;
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 15%;
}
section#ortho .dark .flex p {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 5rem;
}
section#ortho .dark .flex a.btn {
  font-size: 2.4rem;
  background-color: #029FCE;
  color: #fff;
  padding: 10px 25px;
  border-radius: 35px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  width: min-content;
  margin-bottom: 2rem;
}
section#ortho a.next {
  display: block;
  position: absolute;
  z-index: 999;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 55px;
}
section#ortho a.next img {
  width: 100%;
  height: auto;
}
section#beforeafter {
  height: 100vh;
  position: relative;
  width: 100%;
}
section#beforeafter .absolute {
  position: absolute;
  z-index: 9999;
  top: 4rem;
  width: 100%;
  padding: 0 20px;
}
section#beforeafter .absolute p {
  font-size: 2.8rem;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000;
}
section#beforeafter .absolute p.before {
  float: left;
}
section#beforeafter .absolute p.after {
  float: right;
}
section#beforeafter .cocoen {
  height: 100vh;
}
section#beforeafter .cocoen img {
  height: 100vh;
}
section#beforeafter a.next {
  display: block;
  position: absolute;
  z-index: 999;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 55px;
}
section#beforeafter a.next img {
  width: 100%;
  height: auto;
}
section#etapesortho {
  background-image: url(../images/bg-section3-sig.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
section#etapesortho .container {
  height: 100vh;
}
section#etapesortho h3 {
  font-size: 8rem;
  line-height: 8rem;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  float: right;
  margin: 8rem 0 6rem;
}
section#etapesortho a.next {
  display: block;
  position: absolute;
  z-index: 999;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 55px;
}
section#etapesortho a.next img {
  width: 100%;
  height: auto;
}
section#etapesortho .flex {
  display: flex;
  margin-bottom: 15px;
  align-items: flex-end;
}
section#etapesortho .flex h4 {
  flex: 1;
  text-align: center;
  font-size: 5.5rem;
  color: #029fce;
  position: relative;
}
section#etapesortho .flex h4:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #029fce;
  border-radius: 100%;
  position: absolute;
  bottom: -50px;
  margin: auto;
  left: 0;
  right: 0;
}
section#etapesortho .flex h4:after {
  content: "";
  width: 2px;
  height: 40px;
  border: 2px solid #029fce;
  position: absolute;
  bottom: -40px;
  margin: auto;
  left: 0;
  right: 0;
}
section#etapesortho img.timeline {
  width: 100%;
  height: auto;
  margin-bottom: 4rem;
}
section#etapesortho .flexbis {
  display: flex;
}
section#etapesortho .flexbis ul {
  flex: 1;
  list-style-image: url(../images/liststyleimage.png);
  padding: 0 20px 4rem;
}
section#etapesortho .flexbis ul:first-of-type {
  padding-left: 30px;
}
section#etapesortho .flexbis ul:last-of-type {
  padding-right: 0;
}
section#etapesortho .flexbis ul li {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
section#reseaux {
  background-image: url(../images/bg-section4-sig.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
section#reseaux .container {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
section#reseaux .container button {
  font-size: 2.4rem;
  background-color: #029FCE;
  color: #fff;
  padding: 10px 25px;
  border-radius: 35px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  width: min-content;
  margin: 2rem 0 0;
  white-space: nowrap;
}
section#reseaux h3 {
  font-size: 8rem;
  line-height: 8rem;
  text-align: right;
  text-transform: uppercase;
  color: #34424c;
  float: right;
  margin: 6rem 0;
}
section#reseaux .network {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh;
}
section#reseaux .network.avec {
  display: none;
}
section#reseaux .network.avec.active {
  display: block;
}
section#reseaux .network.sans.active {
  display: none;
}
section#reseaux a.next {
  display: block;
  position: absolute;
  z-index: 999;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 55px;
}
section#reseaux a.next img {
  width: 100%;
  height: auto;
}
section#troisd {
  height: 100vh;
  position: relative;
}
section#troisd video {
  width: 100vw;
  object-fit: cover;
  left: 0px;
  top: 0px;
  z-index: -1;
  position: absolute;
}
section#troisd .flex {
  width: 100%;
  max-width: 800px;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  padding-bottom: 10%;
}
section#troisd .flex h3 {
  font-size: 16rem;
  text-align: right;
  color: #fff;
  line-height: 14rem;
}
section#troisd .dark {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100vh;
}
section#troisd .dark .flex {
  width: 100%;
  max-width: 600px;
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 15%;
}
section#troisd .dark .flex p {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 5rem;
}
section#troisd .dark .flex a.btn {
  font-size: 2.4rem;
  background-color: #029FCE;
  color: #fff;
  padding: 10px 25px;
  border-radius: 35px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  width: min-content;
  margin-bottom: 2rem;
}
section#troisd a.next {
  display: block;
  position: absolute;
  z-index: 999;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 55px;
}
section#troisd a.next img {
  width: 100%;
  height: auto;
}
section#methodetroisd {
  background-image: url(../images/bg-section3-sig.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
section#methodetroisd .container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section#methodetroisd h3 {
  font-size: 8rem;
  line-height: 8rem;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  float: right;
  margin: 10rem 0 6rem;
}
section#methodetroisd .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 15%;
}
section#methodetroisd .flex .mission {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  flex: 1;
}
section#methodetroisd .flex .mission img {
  width: 100%;
  max-width: 120px;
  height: auto;
  margin: auto;
  display: block;
}
section#methodetroisd .flex .mission h4 {
  font-size: 3.6rem;
  text-align: center;
  margin: 2rem 0;
  font-family: "Work Sans";
  font-weight: 500;
}
section#methodetroisd .flex .mission p {
  text-align: center;
  font-size: 2rem;
}
section#methodetroisd a.next {
  display: block;
  position: absolute;
  z-index: 999;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 55px;
}
section#methodetroisd a.next img {
  width: 100%;
  height: auto;
}
section#visite {
  height: 100vh;
  position: relative;
}
section#visite iframe {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  left: 0px;
  top: 0px;
  position: absolute;
  border: 0;
  z-index: 1;
}
section#visite iframe.active {
  z-index: 2;
}
section#visite .container-fluid {
  pointer-events: none;
}
section#visite .flex {
  width: 100%;
  max-width: 800px;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  padding-bottom: 10%;
}
section#visite .flex h3 {
  font-size: 16rem;
  text-align: right;
  color: #fff;
  line-height: 14rem;
}
section#visite .dark {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100vh;
  z-index: 9999;
}
section#visite .dark .flex {
  width: 100%;
  max-width: 600px;
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 15%;
}
section#visite .dark .flex p, section#visite .dark .flex ul {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 5rem;
}
section#visite .dark .flex ul {
  padding-left: 0;
}
section#visite .dark .flex h4 {
  text-transform: uppercase;
  font-size: 2.4rem;
}
section#visite .dark .flex button {
  font-size: 2rem;
  background-color: #029FCE;
  color: #fff;
  padding: 10px 25px;
  border-radius: 35px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 2rem;
  cursor: pointer;
  z-index: 9999;
  pointer-events: auto;
}
section#visite .dark .flex button.active {
  pointer-events: none;
  filter: opacity(0.5);
}
section#visite .dark .flex button::-moz-focus-inner {
  border: 0;
}
section#visite .dark .flex button:focus {
  outline: none;
}
section#visite a.next {
  display: block;
  position: absolute;
  z-index: 999;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 55px;
}
section#visite a.next img {
  width: 100%;
  height: auto;
}
section#autres {
  background-image: url(../images/bg-section16-sig.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
section#autres .flex {
  width: 100%;
  max-width: 800px;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  padding-bottom: 10%;
}
section#autres .flex h3 {
  font-size: 16rem;
  text-align: right;
  color: #fff;
  line-height: 14rem;
}
section#autres .dark {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100vh;
}
section#autres .dark .flex {
  width: 100%;
  max-width: 600px;
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 15%;
}
section#autres .dark .flex h4 {
  font-family: "Work Sans";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 6.5rem;
  color: #fff;
  text-align: left;
  line-height: 6.5rem;
  margin-bottom: 5rem;
}
section#autres .dark .flex h5 {
  font-size: 5.5rem;
  line-height: 5rem;
}
section#autres .dark .flex p {
  font-size: 2.4rem;
  margin-bottom: 5rem;
}
section#autres a.next {
  display: block;
  position: absolute;
  z-index: 999;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 55px;
}
section#autres a.next img {
  width: 100%;
  height: auto;
}
section#autres a.first {
  display: block;
  position: absolute;
  z-index: 999;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 55px;
}
section#autres a.first img {
  width: 100%;
  height: auto;
  transform: rotate(180deg);
}
section#thank {
  height: 100vh;
  position: relative;
}
section#thank video {
  width: 100vw;
  object-fit: cover;
  left: 0px;
  top: 0px;
  z-index: -1;
  position: absolute;
  filter: brightness(0.5);
}
section#thank .container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section#thank .container p {
  text-align: center;
  font-size: 6rem;
  text-transform: uppercase;
  margin-bottom: 4rem;
}
section#thank .container img.gisday {
  width: 100%;
  max-width: 400px;
  height: auto;
}
section#thank a.first {
  display: block;
  position: absolute;
  z-index: 999;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 55px;
}
section#thank a.first img {
  width: 100%;
  height: auto;
  transform: rotate(180deg);
}
.page-template-template-realisations header {
  display: none;
}
.page-template-template-realisations section#archive {
  background-image: url(../images/bg-section4-sig.jpg);
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 6rem 0;
  background-attachment: fixed;
}
.page-template-template-realisations section#archive .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-template-template-realisations section#archive a.back {
  color: #029fce;
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  text-transform: uppercase;
}
.page-template-template-realisations section#archive a.back img {
  width: 100%;
  height: 100%;
  max-width: 25px;
  margin-right: 10px;
  vertical-align: middle;
}
.page-template-template-realisations section#archive .flex {
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page-template-template-realisations section#archive .flex a.btn {
  font-size: 2.4rem;
  background-color: #029FCE;
  color: #fff;
  padding: 10px 25px;
  border-radius: 35px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  width: min-content;
}
.page-template-template-realisations section#archive h3 {
  font-size: 8rem;
  line-height: 8rem;
  text-transform: uppercase;
  color: #34424c;
  margin: 4.5rem 0 0;
}
.page-template-template-realisations section#archive h4 {
  color: #029fce;
  font-size: 4.8rem;
}
.page-template-template-realisations section#archive .filtres .wpgb-facet .wpgb-button-label {
  padding: 10px 15px;
  word-break: break-word;
  font-size: 2.5rem;
}
.page-template-template-realisations section#archive .filtres .wpgb-facet .wpgb-input, .page-template-template-realisations section#archive .filtres .wpgb-facet .wpgb-select, .page-template-template-realisations section#archive .filtres .wpgb-facet .wpgb-button:not(button), .page-template-template-realisations section#archive .filtres .wpgb-facet .wpgb-radio .wpgb-radio-control, .page-template-template-realisations section#archive .filtres .wpgb-facet .wpgb-checkbox .wpgb-checkbox-control, .page-template-template-realisations section#archive .filtres .wpgb-facet .wpgb-checkbox .wpgb-checkbox-control::before {
  border-color: #34424c;
  background-color: #34424c;
}
.page-template-template-realisations section#archive .filtres .wpgb-facet ul .wpgb-button {
  color: #fff;
}
.page-template-template-realisations section#archive .filtres .wpgb-facet .wpgb-button[aria-pressed="true"] {
  border-color: #029fce;
  background-color: #029fce;
}
.page-template-template-realisations section#archive .filtres .wpgb-facet .wpgb-button[aria-pressed="true"] span {
  color: #fff;
}
.page-template-template-realisations section#archive .filtres.more {
  text-align: center;
  margin: auto;
}
.page-template-template-realisations section#archive .chantiers, .page-template-template-realisations section#archive .autres {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem 6rem;
}
.page-template-template-realisations section#archive .chantiers a.link, .page-template-template-realisations section#archive .autres a.link {
  display: block;
  width: 33.333333%;
  padding: 1rem;
}
.page-template-template-realisations section#archive .chantiers a.link .relative, .page-template-template-realisations section#archive .autres a.link .relative {
  overflow: hidden;
  position: relative;
}
.page-template-template-realisations section#archive .chantiers a.link .relative span, .page-template-template-realisations section#archive .autres a.link .relative span {
  position: absolute;
  top: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px;
  z-index: 9999;
}
.page-template-template-realisations section#archive .chantiers a.link .relative img, .page-template-template-realisations section#archive .autres a.link .relative img {
  width: 100%;
  height: 100%;
  max-height: 30rem;
  object-fit: cover;
  object-position: center;
  transition: all 0.2s ease-in-out;
}
.page-template-template-realisations section#archive .chantiers a.link .relative h5, .page-template-template-realisations section#archive .autres a.link .relative h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 4rem;
  padding: 10px;
}
.page-template-template-realisations section#archive .chantiers a.link:hover h5, .page-template-template-realisations section#archive .autres a.link:hover h5 {
  color: #029fce;
}
.page-template-template-realisations section#archive .chantiers a.link:hover img, .page-template-template-realisations section#archive .autres a.link:hover img {
  transform: scale(1.1);
}
.single-realisations header {
  display: none;
}
.single-realisations section#single_realisation {
  background-image: url(../images/bg-section4-sig.jpg);
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 6rem 0;
  background-attachment: fixed;
}
.single-realisations section#single_realisation .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* clear fix */
}
.single-realisations section#single_realisation .container .description {
  margin-bottom: 4rem;
}
.single-realisations section#single_realisation .container #pills-tab {
  gap: 10px;
}
.single-realisations section#single_realisation .container #pills-tab .nav-link.active, .single-realisations section#single_realisation .container #pills-tab .show > .nav-link {
  color: #fff;
  border-color: #029fce;
  background-color: #029fce;
}
.single-realisations section#single_realisation .container #pills-tab .nav-link {
  border-radius: 4px;
  padding: 10px 15px;
  word-break: break-word;
  font-size: 2.5rem;
  border-color: #34424c;
  background-color: #34424c;
  color: #fff;
}
.single-realisations section#single_realisation .container a.back {
  color: #029fce;
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  text-transform: uppercase;
}
.single-realisations section#single_realisation .container a.back img {
  width: 100%;
  height: 100%;
  max-width: 25px;
  margin-right: 10px;
  vertical-align: middle;
}
.single-realisations section#single_realisation .container .flex {
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.single-realisations section#single_realisation .container .flex a.btn {
  font-size: 2.4rem;
  background-color: #029FCE;
  color: #fff;
  padding: 10px 25px;
  border-radius: 35px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  width: min-content;
}
.single-realisations section#single_realisation .container h3 {
  font-size: 8rem;
  line-height: 8rem;
  text-transform: uppercase;
  color: #34424c;
  margin: 4.5rem 0 4.5rem;
}
.single-realisations section#single_realisation .container h4 {
  color: #34424c;
  font-size: 4.8rem;
  margin: 4.5rem 0 0;
}
.single-realisations section#single_realisation .container p {
  color: #34424c;
}
.single-realisations section#single_realisation .container .grid:after {
  content: "";
  display: block;
  clear: both;
}
.single-realisations section#single_realisation .container .visible_item {
  display: none;
}
.single-realisations section#single_realisation .container button.showMore {
  margin: auto;
  display: block;
  background: #029fce;
  text-transform: uppercase;
  margin-top: 25px;
}
.single-realisations section#single_realisation .container div.filter-button-group {
  border-bottom: 2px solid #303030;
  margin: 3rem 0;
}
.single-realisations section#single_realisation .container div.filter-button-group button {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: -2px;
  font-weight: 500;
  padding: 10px 0.5rem !important;
  color: #303030;
  margin: 0 15px;
}
.single-realisations section#single_realisation .container div.filter-button-group button.is-checked {
  font-weight: bold;
  color: #029fce;
  font-size: 1.9rem;
}
.single-realisations section#single_realisation .container div.filter-button-group button:first-of-type {
  padding-left: 0;
}
.single-realisations section#single_realisation .container div.filter-button-group button:last-of-type {
  padding-right: 0;
}
.single-realisations section#single_realisation .container .button-group-photo button, .single-realisations section#single_realisation .container .button-group-ortho button {
  color: #303030;
  border: 1px solid #303030;
}
.single-realisations section#single_realisation .container .button-group-photo button.is-checked, .single-realisations section#single_realisation .container .button-group-ortho button.is-checked {
  background-color: #303030;
  color: #fff;
}
.single-realisations section#single_realisation .container .videos .grid2 .ortho {
  background-color: #34424c;
}
.single-realisations section#single_realisation .container .videos .grid2 .ortho .buttons {
  visibility: unset;
}
.single-realisations section#single_realisation .container .videos span.date {
  display: block;
  font-size: 1.8rem;
  color: #303030;
}
.single-realisations section#single_realisation .container .alm-listing, .single-realisations section#single_realisation .container .grid, .single-realisations section#single_realisation .container .grid2 {
  margin: 2rem auto;
}
.single-realisations section#single_realisation .container .alm-listing:after, .single-realisations section#single_realisation .container .grid:after, .single-realisations section#single_realisation .container .grid2:after {
  content: "";
  display: block;
  clear: both;
}
.single-realisations section#single_realisation .container .alm-listing .photo, .single-realisations section#single_realisation .container .alm-listing .ortho, .single-realisations section#single_realisation .container .grid .photo, .single-realisations section#single_realisation .container .grid .ortho, .single-realisations section#single_realisation .container .grid2 .photo, .single-realisations section#single_realisation .container .grid2 .ortho {
  float: left;
  width: calc(20% - 10px);
  height: 200px;
  margin-bottom: 10px;
}
.single-realisations section#single_realisation .container .alm-listing .photo img, .single-realisations section#single_realisation .container .alm-listing .ortho img, .single-realisations section#single_realisation .container .grid .photo img, .single-realisations section#single_realisation .container .grid .ortho img, .single-realisations section#single_realisation .container .grid2 .photo img, .single-realisations section#single_realisation .container .grid2 .ortho img {
  width: 100%;
  height: calc(100% - 10px);
  max-height: 30rem;
  object-fit: cover;
  object-position: center;
  transition: all 0.2s ease-in-out;
}
.single-realisations section#single_realisation .container .alm-listing .photo .buttons, .single-realisations section#single_realisation .container .alm-listing .ortho .buttons, .single-realisations section#single_realisation .container .grid .photo .buttons, .single-realisations section#single_realisation .container .grid .ortho .buttons, .single-realisations section#single_realisation .container .grid2 .photo .buttons, .single-realisations section#single_realisation .container .grid2 .ortho .buttons {
  visibility: hidden;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: grid;
  align-content: center;
  text-align: center;
}
.single-realisations section#single_realisation .container .alm-listing .photo .buttons button, .single-realisations section#single_realisation .container .alm-listing .ortho .buttons button, .single-realisations section#single_realisation .container .grid .photo .buttons button, .single-realisations section#single_realisation .container .grid .ortho .buttons button, .single-realisations section#single_realisation .container .grid2 .photo .buttons button, .single-realisations section#single_realisation .container .grid2 .ortho .buttons button {
  background: #029FCE;
  color: white;
  font-size: 1.2rem;
}
.single-realisations section#single_realisation .container .alm-listing .photo span.date, .single-realisations section#single_realisation .container .alm-listing .ortho span.date, .single-realisations section#single_realisation .container .grid .photo span.date, .single-realisations section#single_realisation .container .grid .ortho span.date, .single-realisations section#single_realisation .container .grid2 .photo span.date, .single-realisations section#single_realisation .container .grid2 .ortho span.date {
  display: block;
  font-size: 1.2rem;
  color: #303030;
}
.single-realisations section#single_realisation .container .alm-listing .photo span.date_hidden, .single-realisations section#single_realisation .container .alm-listing .ortho span.date_hidden, .single-realisations section#single_realisation .container .grid .photo span.date_hidden, .single-realisations section#single_realisation .container .grid .ortho span.date_hidden, .single-realisations section#single_realisation .container .grid2 .photo span.date_hidden, .single-realisations section#single_realisation .container .grid2 .ortho span.date_hidden {
  display: none;
}
.single-realisations section#single_realisation .container .alm-listing .photo:hover img, .single-realisations section#single_realisation .container .alm-listing .ortho:hover img, .single-realisations section#single_realisation .container .grid .photo:hover img, .single-realisations section#single_realisation .container .grid .ortho:hover img, .single-realisations section#single_realisation .container .grid2 .photo:hover img, .single-realisations section#single_realisation .container .grid2 .ortho:hover img {
  -webkit-filter: brightness(60%);
  /* Safari 6.0 - 9.0 */
  filter: brightness(60%);
}
.single-realisations section#single_realisation .container .alm-listing .photo:hover .buttons, .single-realisations section#single_realisation .container .alm-listing .ortho:hover .buttons, .single-realisations section#single_realisation .container .grid .photo:hover .buttons, .single-realisations section#single_realisation .container .grid .ortho:hover .buttons, .single-realisations section#single_realisation .container .grid2 .photo:hover .buttons, .single-realisations section#single_realisation .container .grid2 .ortho:hover .buttons {
  visibility: visible;
}
.single-realisations section#single_realisation .container .alm-load-more-btn {
  background: #029fce !important;
}
.single-realisations section#single_realisation .container .alm-load-more-btn.done {
  display: none;
}
a.download {
  color: #fff !important;
  padding: 15px;
  background: #029fce;
  text-transform: uppercase;
  display: block;
  width: max-content;
  margin: 10px auto;
}
/* SMALL SCREEN */
@media only screen and (max-width: 900px) {
  .alm-listing .photo, .alm-listing .ortho, .grid .photo, .grid .ortho, .grid2 .photo, .grid2 .ortho {
    width: calc(25% - 5px) !important;
  }
}
/* TABLETTE */
@media only screen and (max-width: 768px) {
  /* NEXT BUTTON */
  /* NAVIGATION */
  /* 1ER PAGE */
  /* SERVICE */
  html {
    font-size: 0.6rem;
  }
  .alm-listing .photo, .alm-listing .ortho, .grid .photo, .grid .ortho, .grid2 .photo, .grid2 .ortho {
    width: calc(50% - 5px) !important;
  }
  .next {
    display: none !important;
  }
  .menu-header {
    display: none;
    top: 0;
  }
  nav {
    display: block !important;
    top: 0;
  }
  nav #menuToggle {
    top: 7rem;
    left: 2rem;
  }
  section.scrollify {
    height: 100% !important;
  }
  section.scrollify .container {
    height: 100% !important;
  }
  header.site-header section#logo .flex {
    max-width: 100%;
  }
  header.site-header section#logo .flex #logo-nav a.home-link h1 {
    width: 100%;
    margin-bottom: 50px;
  }
  header.site-header section#logo .flex h1 {
    float: none;
    margin: auto;
    margin-top: 100px;
  }
  header.site-header section#logo .flex h3 {
    text-align: center;
  }
  section#service h3 {
    float: none;
    text-align: center;
  }
  section#service .dark {
    max-width: 100%;
    left: 0;
  }
  section#missions h3 {
    text-align: center;
    float: none;
  }
  section#missions .right, section#missions .left {
    padding: 0;
  }
  section#missions .right .mission, section#missions .left .mission {
    padding: 0;
  }
  div#materiel section#phantom .dark .flex {
    max-width: 100%;
    float: none;
  }
  div#materiel section#produits .dark {
    height: 100%;
  }
  section#etapes h3 {
    text-align: center;
    float: none;
  }
  section#etapes .flexbis ul {
    margin-top: 20px;
    padding-left: 5px !important;
    padding-right: 10px;
    list-style-image: none;
    padding-inline-start: 5px;
  }
  section#realisations .dark, section#realisations .flex {
    height: 100%;
  }
  section#realisations .flex h3 {
    text-align: center;
    margin-top: 15%;
  }
  section#chantiers #accordion {
    margin-top: 20px;
  }
  section#chantiers h3 {
    float: none;
    text-align: center;
  }
  section#suivi h3 {
    float: none;
    text-align: center;
  }
  section#suivi .flex {
    display: block;
  }
  section#suivi .flex .mission p {
    font-size: 3rem;
  }
  section#suivi .flex .mission img {
    max-width: 150px;
  }
  section#ortho .dark, section#ortho .flex {
    height: 100%;
  }
  section#ortho .dark h3, section#ortho .flex h3 {
    margin-top: 15%;
    text-align: center;
    font-size: 14rem;
  }
  section#ortho .dark .flex p, section#ortho .flex .flex p {
    font-size: 3.5rem;
  }
  section#beforeafter .cocoen {
    height: 100% !important;
  }
  section#beforeafter .cocoen img {
    height: 100% !important;
  }
  section#etapesortho h3 {
    text-align: center;
    float: none;
  }
  section#etapesortho h4 {
    font-size: 5rem !important;
  }
  section#etapesortho .flexbis ul {
    margin-top: 20px;
    padding-left: 5px !important;
    padding-right: 10px;
    list-style-image: none;
    padding-inline-start: 5px;
  }
  section#reseaux h3 {
    text-align: center;
    float: none;
  }
  section#reseaux .network {
    max-height: 250px;
  }
  section#reseaux .container button {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  section#troisd .dark, section#troisd .flex {
    height: 100% !important;
  }
  section#troisd .dark .flex p, section#troisd .flex .flex p {
    font-size: 3rem;
  }
  section#troisd .flex h3 {
    float: none;
    text-align: center;
    margin-top: 15%;
  }
  section#methodetroisd h3 {
    float: none;
    text-align: center;
  }
  section#methodetroisd .flex .mission h4 {
    font-size: 3rem;
  }
  section#methodetroisd .flex {
    padding: 0;
  }
  section#methodetroisd .flex .mission {
    padding: 10px;
  }
  section#visite .flex h3 {
    float: none;
    text-align: center;
    margin-top: 15%;
    z-index: 5;
    position: relative;
  }
  section#visite .dark, section#visite .flex {
    height: 100% !important;
  }
  section#visite .dark .flex p, section#visite .dark .flex ul, section#visite .dark .flex h4, section#visite .flex .flex p, section#visite .flex .flex ul, section#visite .flex .flex h4 {
    font-size: 3rem;
  }
  section#visite iframe {
    height: 100%;
  }
  section#visite .enable-scroll-mobile {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
  }
  section#visite .dark {
    z-index: 4;
  }
  section#autres .flex h3 {
    float: none;
    text-align: center;
    margin-top: 15%;
  }
  section#autres .dark, section#autres .flex {
    height: 100% !important;
  }
  section#autres .dark .flex p, section#autres .dark .flex ul, section#autres .dark .flex h4, section#autres .flex .flex p, section#autres .flex .flex ul, section#autres .flex .flex h4 {
    font-size: 3rem;
  }
  .chantiers a.link, .autres a.link {
    width: 100% !important;
  }
  section#single_realisation p {
    font-size: 3rem;
  }
  section#single_realisation .visite iframe {
    max-height: 100vh;
  }
  section#single_realisation #showMore {
    font-size: 3rem;
  }
  section#single_realisation .filter-button-group button {
    font-size: 2rem !important;
  }
  section#single_realisation .photo, section#single_realisation .ortho {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  /* NEXT BUTTON */
  /* NAVIGATION */
  /* 1ER PAGE */
  /* SERVICE */
  html {
    font-size: 0.3rem;
  }
  .next {
    display: none !important;
  }
  .menu-header {
    display: none;
    top: 0;
  }
  nav {
    display: block !important;
    top: 0;
  }
  nav #menuToggle {
    top: 2rem;
    left: 2rem;
  }
  section.scrollify {
    height: 100% !important;
  }
  section.scrollify .container {
    height: 100% !important;
  }
  header.site-header section#logo .flex h1 {
    float: none;
    margin: auto;
    margin-top: 100px;
  }
  header.site-header section#logo .flex h3 {
    text-align: center;
  }
  section#service h3 {
    float: none;
    text-align: center;
  }
  section#service .dark {
    max-width: 100%;
    left: 0;
  }
  section#missions h3 {
    text-align: center;
    float: none;
  }
  section#missions .right, section#missions .left {
    padding: 0;
  }
  section#missions .right .mission, section#missions .left .mission {
    padding: 0;
  }
  div#materiel section#produits .dark {
    height: 100%;
  }
  section#etapes h3 {
    text-align: center;
    float: none;
  }
  section#etapes .flexbis ul {
    margin-top: 20px;
    padding-left: 0px !important;
    padding-right: 10px;
    list-style-image: none;
    padding-inline-start: 5px;
  }
  section#realisations .dark, section#realisations .flex {
    height: 100%;
  }
  section#realisations .flex h3 {
    text-align: center;
    margin-top: 15%;
  }
  section#chantiers #accordion {
    margin-top: 20px;
  }
  section#chantiers h3 {
    float: none;
    text-align: center;
  }
  section#suivi h3 {
    float: none;
    text-align: center;
  }
  section#suivi .flex {
    display: block;
  }
  section#suivi .flex .mission p {
    font-size: 3rem;
  }
  section#suivi .flex .mission img {
    max-width: 150px;
  }
  section#ortho .dark, section#ortho .flex {
    height: 100%;
  }
  section#ortho .dark h3, section#ortho .flex h3 {
    margin-top: 15%;
    text-align: center;
    font-size: 14rem;
  }
  section#ortho .dark .flex p, section#ortho .flex .flex p {
    font-size: 3.5rem;
  }
  section#beforeafter .cocoen {
    height: 100% !important;
  }
  section#beforeafter .cocoen img {
    height: 100% !important;
  }
  section#etapesortho h3 {
    text-align: center;
    float: none;
  }
  section#etapesortho h4 {
    font-size: 5rem !important;
  }
  section#etapesortho .flexbis ul {
    margin-top: 20px;
    padding-left: 0px !important;
    padding-right: 10px;
    list-style-image: none;
    padding-inline-start: 5px;
  }
  section#reseaux h3 {
    text-align: center;
    float: none;
  }
  section#reseaux .network {
    max-height: 250px;
  }
  section#reseaux .container button {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  section#troisd .dark, section#troisd .flex {
    height: 100% !important;
  }
  section#troisd .dark .flex p, section#troisd .flex .flex p {
    font-size: 3rem;
  }
  section#troisd .flex h3 {
    float: none;
    text-align: center;
    margin-top: 15%;
  }
  section#methodetroisd h3 {
    float: none;
    text-align: center;
  }
  section#methodetroisd .flex .mission h4 {
    font-size: 3rem;
  }
  section#methodetroisd .flex {
    padding: 0;
  }
  section#methodetroisd .flex .mission {
    padding: 10px;
  }
  section#visite .flex h3 {
    float: none;
    text-align: center;
    margin-top: 15%;
    z-index: 5;
    position: relative;
  }
  section#visite .dark, section#visite .flex {
    height: 100% !important;
  }
  section#visite .dark .flex p, section#visite .dark .flex ul, section#visite .dark .flex h4, section#visite .flex .flex p, section#visite .flex .flex ul, section#visite .flex .flex h4 {
    font-size: 3rem;
  }
  section#visite iframe {
    height: 100%;
  }
  section#visite .enable-scroll-mobile {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
  }
  section#visite .dark {
    z-index: 4;
  }
  section#autres .flex h3 {
    float: none;
    text-align: center;
    margin-top: 15%;
  }
  section#autres .dark, section#autres .flex {
    height: 100% !important;
  }
  section#autres .dark .flex p, section#autres .dark .flex ul, section#autres .dark .flex h4, section#autres .flex .flex p, section#autres .flex .flex ul, section#autres .flex .flex h4 {
    font-size: 3rem;
  }
  .chantiers a.link, .autres a.link {
    width: 100% !important;
  }
  section#single_realisation p {
    font-size: 3rem;
  }
  section#single_realisation .visite iframe {
    max-height: 100vh;
  }
  section#single_realisation #showMore {
    font-size: 3rem;
  }
  section#single_realisation .filter-button-group button {
    font-size: 2rem !important;
  }
  section#single_realisation .photo, section#single_realisation .ortho {
    width: 100%;
  }
}
body.page-template-template-connexion video {
  width: 100vw;
  object-fit: cover;
  left: 0px;
  top: 0px;
  z-index: -1;
  position: absolute;
}
body.page-template-template-connexion #login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
}
body.page-template-template-connexion #login .block {
  width: 100%;
  max-width: 900px;
  padding: 4rem 3rem 6rem 3rem;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}
body.page-template-template-connexion #login .block img {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: 2rem 2rem 4rem 2rem;
}
body.page-template-template-connexion #login .block .openid-button {
  max-width: 700px;
}
body.page-template-template-connexion #login .block .openid-button p {
  font-size: 1.8rem;
  color: #3c434a;
  text-align: center;
  margin-bottom: 4rem;
}
body.page-template-template-connexion #login .block .openid-button a {
  border: 2px solid #008296;
  color: #fff;
  background-color: #008296;
  padding: 20px;
  display: block;
  text-align: center;
  margin: auto;
  max-width: fit-content;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: bold;
}
body.page-template-template-connexion #login .block .openid-button a:hover {
  border: 2px solid #3c434a;
  background-color: #fff;
  color: #3c434a;
  border-radius: 8px;
  transition: border-radius 0.5s;
}
.fdate-wrap {
  color: #000 !important;
}
