body .popup-content .content .consent-btn{
  border:solid #003976;
}

@media (min-width:992px) and (max-width:1199.98px){
  body .popup-content .content .consent-btn{
    font-size:rem(15);
    padding:rem(12) rem(25);
  }
}

@media (min-width:768px) and (max-width:991.98px){
  body .popup-content .content .consent-btn{
    font-size:rem(15);
    padding:rem(12) rem(25);
  }
}
body .popup-content .content .consent-btn{
  background-color:#003976;
  border:.125rem solid #003976;
  -webkit-border-radius:50px;
  -webkit-border-radius:3.125rem;
     -moz-border-radius:50px;
     -moz-border-radius:3.125rem;
          border-radius:50px;
          border-radius:3.125rem;
  color:#fff;
  line-height:normal;
  -webkit-transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  -o-transition:-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  -moz-transition:transform 1s cubic-bezier(.07, .51, .12, 1), -moz-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1),-webkit-transform 1s cubic-bezier(.07, .51, .12, 1),-moz-transform 1s cubic-bezier(.07, .51, .12, 1),-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  z-index:1;
  font-family:GT-Eesti-Pro-Display-Light,sans-serif;
  font-weight:500;
}

body .popup-content .content .consent-btn:not(.is-tabbing){
  outline:none;
}

@media (min-width:992px) and (max-width:1199.98px){
  body .popup-content .content .consent-btn{
    font-size:.9375rem;
    padding:.75rem 1.5625rem;
  }
}

@media (min-width:768px) and (max-width:991.98px){
  body .popup-content .content .consent-btn{
    font-size:.9375rem;
    padding:.75rem 1.5625rem;
  }
}

body .popup-content .content .consent-btn:before{
  background:#fff;
  content:"";
  height:100%;
  left:0;
  position:absolute;
  top:0;
  -webkit-transform:translateX(-100%) skew(-45deg);
     -moz-transform:translateX(-100%) skew(-45deg);
       -o-transform:translateX(-100%) skew(-45deg);
          transform:translateX(-100%) skew(-45deg);
  -webkit-transform-origin:0 0;
     -moz-transform-origin:0 0;
       -o-transform-origin:0 0;
          transform-origin:0 0;
  -webkit-transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  -o-transition:-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  -moz-transition:transform 1s cubic-bezier(.07, .51, .12, 1), -moz-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1),-webkit-transform 1s cubic-bezier(.07, .51, .12, 1),-moz-transform 1s cubic-bezier(.07, .51, .12, 1),-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  width:150%;
  z-index:-1;
}

body .popup-content .content .consent-btn:hover,body .popup-content .content .hover.consent-btn{
  color:#003976;
}

body .popup-content .content .consent-btn:hover:before,body .popup-content .content .hover.consent-btn:before{
  -webkit-transform:translateX(0) skew(-45deg);
     -moz-transform:translateX(0) skew(-45deg);
       -o-transform:translateX(0) skew(-45deg);
          transform:translateX(0) skew(-45deg);
}
body.page-open-doors .fact-sheet-col .fl-col-content,body.page-open-doors .short-video-col .fl-col-content,body.page-portes-ouvertes .fact-sheet-col .fl-col-content,body.page-portes-ouvertes .short-video-col .fl-col-content{
  outline:.0625rem solid #e2e2e2;
}

body.page-open-doors .fact-sheet-col .fl-photo-content img,body.page-open-doors .short-video-col .fl-photo-content img,body.page-portes-ouvertes .fact-sheet-col .fl-photo-content img,body.page-portes-ouvertes .short-video-col .fl-photo-content img{
  min-height:2.8125rem;
}

body.page-open-doors .fact-sheet-col .fl-rich-text p,body.page-open-doors .fact-sheet-col a.fl-button,body.page-open-doors .short-video-col .fl-rich-text p,body.page-open-doors .short-video-col a.fl-button,body.page-portes-ouvertes .fact-sheet-col .fl-rich-text p,body.page-portes-ouvertes .fact-sheet-col a.fl-button,body.page-portes-ouvertes .short-video-col .fl-rich-text p,body.page-portes-ouvertes .short-video-col a.fl-button{
  font-family:GT-Eesti-Pro-Display-Bold,sans-serif;
}

body .popup{
  text-decoration:none;
  cursor:pointer;
  -webkit-transition:all .3s ease-out;
  -o-transition:all .3s ease-out;
  -moz-transition:all .3s ease-out;
  transition:all .3s ease-out;
}

body .overlay{
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0, 0, 0, .6);
  -webkit-transition:opacity .5s;
  -o-transition:opacity .5s;
  -moz-transition:opacity .5s;
  transition:opacity .5s;
  display:none;
  z-index:99;
}

body .overlay:target{
  visibility:visible;
  opacity:1;
}

body .popup-content{
  padding:2.1875rem;
  margin:0 auto;
  background:#fff;
  -webkit-border-radius:initial;
     -moz-border-radius:initial;
          border-radius:initial;
  width:60%;
  position:relative;
  -webkit-transition:all .5s ease-in-out;
  -o-transition:all .5s ease-in-out;
  -moz-transition:all .5s ease-in-out;
  transition:all .5s ease-in-out;
  top:50%;
  -webkit-transform:translateY(-50%);
     -moz-transform:translateY(-50%);
       -o-transform:translateY(-50%);
          transform:translateY(-50%);
  max-height:80vh;
  overflow:auto;
}

@media (max-width:1199.98px){
  body .popup-content{
    width:80%;
  }
}

@media (max-width:413px){
  body .popup-content{
    padding:1.5625rem;
  }
}

body .popup-content p:empty{
  display:none;
  margin:0;
}

body .popup-content .close{
  position:absolute;
  top:.9375rem;
  right:1.25rem;
  -webkit-transition:all .2s;
  -o-transition:all .2s;
  -moz-transition:all .2s;
  transition:all .2s;
  font-size:1.875rem !important;
  font-weight:400;
  text-decoration:none;
  color:#000;
}

body .popup-content .content{
  max-height:30%;
  overflow:auto;
  font-family:GT-Eesti-Pro-Display-Light,sans-serif;
}

@media (max-width:374px){
  body .popup-content .content,body .popup-content .content a{
    font-size:.9375rem !important;
  }
}

body .popup-content .content .hover.consent-btn{
  color:#006241;
}

body .popup-content .content .consent-btn{
  font-size:1rem !important;
  position:relative;
  overflow:hidden;
  top:0;
  right:0;
  display:table;
  padding:.5625rem 1.5625rem .6875rem;
  background-color:#006241;
  border:.125rem solid #006241;
  color:#fff !important;
}

body .popup-content .content .consent-btn:hover{
  color:#006241;
}

/*# sourceMappingURL=page-open-doors.min.css.map */
