/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 */
/* supp de : @import "bootstrap"; */
/* supp de : @import "main_new"; */
/* supp de : @import "main"; */
/* font-face */
@font-face {
  font-family: 'trebuchet';
  src: url("Trebuchet MS.ttf");
}
@font-face {
  font-family: 'bistro';
  src: url("Bistro Script.otf");
}
/* font-face */
/* corp */
/* line 15, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
body, .font-tribuchet {
  font-family: 'trebuchet', Arial, serif;
}

/* line 19, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
.font-bistro, #jumbotron, h2, h3 {
  font-family: 'bistro', Arial, serif;
}

/* line 23, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
.marge-cellule {
  border: none;
  margin-top: 5%;
}

/* line 29, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
html {
  font-size: 1vw;
}

/* line 32, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
p, li, strong, .p, .li {
  font-size: 1rem;
}

/* line 35, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 38, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
h2 {
  font-size: 3rem;
}

/* line 41, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
h3, .h3 {
  font-size: 2rem;
}

/* line 44, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 47, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
h5, .h5 {
  font-size: 1.3rem;
}

/* line 50, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
strong {
  font-style: bold;
}

/* line 53, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
#jumbotron h1 {
  font-size: 3em;
}

/* line 57, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
.navbar-light #content-nav-dropdown .nav-link {
  font-size: 1.1rem;
}

/* line 60, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
.marge-page {
  margin-left: 15%;
  margin-right: 15%;
}

/* line 65, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
.mobile-marge-page {
  margin-left: 3%;
  margin-right: 3%;
}

/* line 70, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
.marge-page-xl {
  margin-left: 25%;
  margin-right: 25%;
}

/* line 75, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
.mobile-marge-page-xl {
  margin-left: 10%;
  margin-right: 10%;
}

@media only screen and (min-device-width: 1px) and (max-device-width: 480px) {
  /* Smartphones (portrait and landscape) */
  /* line 81, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  html {
    font-size: 2.5vw;
  }

  /* line 84, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  p, li, strong, .p, .li {
    font-size: 1rem;
  }

  /* line 87, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  h1, .h1 {
    font-size: 2em;
  }

  /* line 90, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  h2 {
    font-size: 2.5rem;
  }

  /* line 93, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  h3, .h3 {
    font-size: 1.5rem;
  }

  /* line 96, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  h4, .h4 {
    font-size: 1.5rem;
  }

  /* line 99, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  h5, .h5 {
    font-size: 1.3rem;
  }

  /* line 102, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  strong {
    font-style: bold;
  }

  /* line 105, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  #jumbotron h1 {
    font-size: 3em;
  }

  /* line 108, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  footer p, footer li {
    font-size: 0.8rem;
  }

  /* line 111, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  .navbar-light #content-nav-dropdown .nav-link {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 992px) {
  /* Smartphones (portrait and landscape) */
  /* line 118, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  html {
    font-size: 1.3vw;
  }

  /* line 121, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  p, li, strong, .p, .li {
    font-size: 1rem;
  }

  /* line 124, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  h1, .h1 {
    font-size: 2.5rem;
  }

  /* line 127, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  h2 {
    font-size: 3rem;
  }

  /* line 130, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  h3, .h3 {
    font-size: 2rem;
  }

  /* line 133, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  h4, .h4 {
    font-size: 1.5rem;
  }

  /* line 136, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  h5, .h5 {
    font-size: 1.3rem;
  }

  /* line 139, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  strong {
    font-style: bold;
  }

  /* line 142, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  #jumbotron h1 {
    font-size: 3em;
  }

  /* line 146, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  .navbar-light #content-nav-dropdown .nav-link {
    font-size: 1.1rem;
  }

  /* line 149, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  .marge-page {
    margin-left: 5%;
    margin-right: 5%;
  }

  /* line 154, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  .mobile-marge-page {
    margin-left: 3%;
    margin-right: 3%;
  }

  /* line 159, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  .marge-page-xl {
    margin-left: 15%;
    margin-right: 15%;
  }

  /* line 164, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  .mobile-marge-page-xl {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media only screen and (min-width: 1224px) {
  /* Desktops and laptops */
  /* line 172, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  html {
    font-size: 1vw;
  }

  /* line 175, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  p, li, strong, .p, .li {
    font-size: 1rem;
  }

  /* line 178, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  h1, .h1 {
    font-size: 2.5rem;
  }

  /* line 181, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  h2 {
    font-size: 3rem;
  }

  /* line 184, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  h3, .h3 {
    font-size: 2rem;
  }

  /* line 187, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  h4, .h4 {
    font-size: 1.5rem;
  }

  /* line 190, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  h5, .h5 {
    font-size: 1.3rem;
  }

  /* line 193, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  strong {
    font-style: bold;
  }

  /* line 196, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  #jumbotron h1 {
    font-size: 3em;
  }

  /* line 200, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
  .navbar-light #content-nav-dropdown .nav-link {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 1824px) {
  /* Large screens */
}
/* corp */
/* class for all */
/* line 214, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
.zoom-img:hover {
  transform: scale(1.1);
  transition: transform .5s;
}

/* class for all */
/* correctif bootstrap */
/* line 222, /home/info/Centurion-2021/app/assets/stylesheets/main_new02.css */
.img-absolute {
  /*-webkit-position: absolute;
  -moz-position: absolute;
  -o-position: absolute;
  position: absolute;*/
}

/* correctif bootstrap */
/* line 2, /home/info/Centurion-2021/app/assets/stylesheets/partials/navbar02.css */
.navbar-light #nav-header {
  background-color: #b2272d;
  background-image: linear-gradient(to right, #A98024, #F5D895 50%, #A98024);
  background-repeat: no-repeat;
  background-position: 0 101%;
  background-size: 100% 8px;
}

/* line 9, /home/info/Centurion-2021/app/assets/stylesheets/partials/navbar02.css */
.navbar-light #nav-header #nav-logo {
  width: 14rem;
  margin-bottom: -2.5rem;
  position: relative;
}

/* line 15, /home/info/Centurion-2021/app/assets/stylesheets/partials/navbar02.css */
.navbar-light #nav-header #content-logo-menu {
  z-index: 2;
}

/* line 19, /home/info/Centurion-2021/app/assets/stylesheets/partials/navbar02.css */
.navbar-light #nav-header #nav-logo-mobile {
  width: 8rem;
  margin-top: 2rem;
  z-index: 1;
}

/* line 24, /home/info/Centurion-2021/app/assets/stylesheets/partials/navbar02.css */
.navbar-light #nav-header #nav-logo, .navbar-light #nav-header .navbar-toggler {
  z-index: 1;
}

/* line 28, /home/info/Centurion-2021/app/assets/stylesheets/partials/navbar02.css */
.navbar-light #nav-header #nav-logo02 {
  width: 14rem;
  /*margin-top: -1rem;*/
  position: relative;
}

/* line 33, /home/info/Centurion-2021/app/assets/stylesheets/partials/navbar02.css */
nav {
  margin-top: -3rem;
}

/* line 36, /home/info/Centurion-2021/app/assets/stylesheets/partials/navbar02.css */
.navbar-light #nav-header #content-header-link {
  position: absolute;
  top: 3.3rem;
  /*right: 3rem;*/
}

/* line 41, /home/info/Centurion-2021/app/assets/stylesheets/partials/navbar02.css */
.navbar-light #nav-header #content-header-link-space-pro #link-to-contact {
  color: #04313b;
  cursor: pointer;
}

/* line 45, /home/info/Centurion-2021/app/assets/stylesheets/partials/navbar02.css */
.navbar-light #nav-header #content-header-link-space-pro #link-to-contact:hover {
  text-decoration: underline;
}

/* line 48, /home/info/Centurion-2021/app/assets/stylesheets/partials/navbar02.css */
.navbar-light #nav-header #text-header-space-pro {
  font-size: 6vw;
  color: #04313b;
}

/* line 51, /home/info/Centurion-2021/app/assets/stylesheets/partials/navbar02.css */
.navbar-light #nav-header #content-header-link img,
.navbar-light #nav-header #content-header-link-space-pro img {
  float: left;
  max-height: 2rem;
}

/* line 55, /home/info/Centurion-2021/app/assets/stylesheets/partials/navbar02.css */
.navbar-light #nav-header #content-header-link button {
  background-color: white;
  border: solid 1px black;
  border-radius: 7px;
}

/* line 60, /home/info/Centurion-2021/app/assets/stylesheets/partials/navbar02.css */
.navbar-light #nav-header #content-header-link button span {
  color: #b2272d;
  font-weight: bold;
}

/* line 65, /home/info/Centurion-2021/app/assets/stylesheets/partials/navbar02.css */
.navbar-light #nav-header #content-header-link p a {
  margin-bottom: -0.7rem;
  background-color: white;
  color: black;
  border: solid 1px black;
  border-radius: 7px;
}

/* line 72, /home/info/Centurion-2021/app/assets/stylesheets/partials/navbar02.css */
.navbar-light #nav-header #content-header-link p a span {
  color: #b2272d;
  font-weight: bold;
}

/* line 77, /home/info/Centurion-2021/app/assets/stylesheets/partials/navbar02.css */
.navbar-light .navbar-toggler {
  position: absolute;
  top: 2.5rem;
  left: 0rem;
}

/* line 82, /home/info/Centurion-2021/app/assets/stylesheets/partials/navbar02.css */
.navbar-light .navbar-toggler:focus {
  outline: none;
}

/* line 86, /home/info/Centurion-2021/app/assets/stylesheets/partials/navbar02.css */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* line 90, /home/info/Centurion-2021/app/assets/stylesheets/partials/navbar02.css */
.navbar-light #nav-body {
  box-shadow: 0px 15px 10px -15px #111;
  background-color: #f8f9fa;
}

/* line 94, /home/info/Centurion-2021/app/assets/stylesheets/partials/navbar02.css */
.navbar-light #nav-body #content-nav-dropdown ul {
  list-style-type: none;
  margin-top: auto;
  margin-bottom: auto;
}

/* line 99, /home/info/Centurion-2021/app/assets/stylesheets/partials/navbar02.css */
.navbar-light .navbar-nav .active > .nav-link {
  color: #b2272d;
}

/* line 102, /home/info/Centurion-2021/app/assets/stylesheets/partials/navbar02.css */
.navbar-light .navbar-nav .active_pro > .nav-link {
  color: #04313b;
}

/* line 105, /home/info/Centurion-2021/app/assets/stylesheets/partials/navbar02.css */
.nav-link {
  font-family: 'trebuchet', Arial, serif;
}

/* line 108, /home/info/Centurion-2021/app/assets/stylesheets/partials/navbar02.css */
.nav-link:hover {
  font-weight: bold;
}

/* line 1, /home/info/Centurion-2021/app/assets/stylesheets/partials/footer.css.erb */
footer {
  box-shadow: 0px 15px 15px -7px inset;
}

/* line 4, /home/info/Centurion-2021/app/assets/stylesheets/partials/footer.css.erb */
footer #footer-content-copyright {
  margin-top: -1.3%;
}

/* line 7, /home/info/Centurion-2021/app/assets/stylesheets/partials/footer.css.erb */
footer .container-fluid {
  width: auto;
  padding-left: 3%;
  padding-right: 3%;
}

/* line 12, /home/info/Centurion-2021/app/assets/stylesheets/partials/footer.css.erb */
footer ul {
  border-top: 1px solid white;
  margin-top: 20%;
  padding-top: 5%;
  /*font-size: 0.7vw;*/
}

/* line 18, /home/info/Centurion-2021/app/assets/stylesheets/partials/footer.css.erb */
footer .col-md-4 {
  padding-right: 0;
  padding-left: 0;
}

/* line 22, /home/info/Centurion-2021/app/assets/stylesheets/partials/footer.css.erb */
footer a, footer p, footer .footer-copyright {
  color: white;
  /*font-size: 0.7vw;*/
}

/* line 26, /home/info/Centurion-2021/app/assets/stylesheets/partials/footer.css.erb */
footer a:hover {
  color: black;
  text-decoration: none;
}

/* line 30, /home/info/Centurion-2021/app/assets/stylesheets/partials/footer.css.erb */
footer #icon-footer {
  cursor: pointer;
}

/* line 33, /home/info/Centurion-2021/app/assets/stylesheets/partials/footer.css.erb */
footer p, footer .form-check-label {
  /*font-size: 0.7vw;*/
}

/* line 36, /home/info/Centurion-2021/app/assets/stylesheets/partials/footer.css.erb */
footer label {
  /*font-size: 0.9vw;*/
}

/* line 39, /home/info/Centurion-2021/app/assets/stylesheets/partials/footer.css.erb */
footer .form-check {
  top: -0.5rem;
}

/* line 42, /home/info/Centurion-2021/app/assets/stylesheets/partials/footer.css.erb */
footer #footer-content-form {
  color: white;
}

/* line 45, /home/info/Centurion-2021/app/assets/stylesheets/partials/footer.css.erb */
footer #footer-content-form .btn {
  background-image: linear-gradient(to right, #A98024, #F5D895 50%, #A98024);
}

/*@media handheld
{
  footer a, footer .footer-copyright, footer .form-check-label, footer ul {
    font-size: 1.7vw;
  }
  footer label {
    font-size: 1.9vw;
  }
}*/
/* line 1, /home/info/Centurion-2021/app/assets/stylesheets/partials/jumbotron.scss.erb */
#jumbotron #corp-jumbotron {
  overflow: hidden;
}

/* line 4, /home/info/Centurion-2021/app/assets/stylesheets/partials/jumbotron.scss.erb */
#jumbotron #corp-jumbotron .col-6 {
  margin-right: 0;
  margin-left: 0;
}

/* line 8, /home/info/Centurion-2021/app/assets/stylesheets/partials/jumbotron.scss.erb */
#jumbotron {
  height: 20em;
  color: #f8f9fa;
}

/* line 13, /home/info/Centurion-2021/app/assets/stylesheets/partials/jumbotron.scss.erb */
.bg-jumbotron-page01 {
  background-color: #b2272d;
}

/* line 16, /home/info/Centurion-2021/app/assets/stylesheets/partials/jumbotron.scss.erb */
.bg-jumbotron-page02 {
  background: url(/images/Headr_sous-la-croute-06.png) no-repeat top;
  background-size: cover;
}

/* line 23, /home/info/Centurion-2021/app/assets/stylesheets/partials/jumbotron.scss.erb */
.bg-jumbotron-page03 {
  /*background-color: rgb(178,39,45);*/
  background: linear-gradient(340deg, #b2272d 40%, black);
}

/* line 27, /home/info/Centurion-2021/app/assets/stylesheets/partials/jumbotron.scss.erb */
.bg-jumbotron-page04 {
  background: url(/images/fond-jumbotron-page04.jpg) no-repeat top;
  background-size: cover;
}

/* line 34, /home/info/Centurion-2021/app/assets/stylesheets/partials/jumbotron.scss.erb */
.bg-jumbotron-space_pro {
  background-color: #04313b;
}

/* line 37, /home/info/Centurion-2021/app/assets/stylesheets/partials/jumbotron.scss.erb */
.bg-jumbotron-default {
  background-color: #b2272d;
}

/* line 40, /home/info/Centurion-2021/app/assets/stylesheets/partials/jumbotron.scss.erb */
.bg-jumbotron-space-pro-restoration {
  background-image: linear-gradient(#f39529, #e56d2b);
}

/* line 43, /home/info/Centurion-2021/app/assets/stylesheets/partials/jumbotron.scss.erb */
.bg-jumbotron-space-pro-industry {
  background-image: linear-gradient(#892727, #7f0808);
}

/* line 46, /home/info/Centurion-2021/app/assets/stylesheets/partials/jumbotron.scss.erb */
.bg-jumbotron-space-pro-large-distribution {
  background-image: linear-gradient(#4a9312, #70b625);
}

@media only screen and (min-width: 1px) and (max-width: 992px) {
  /* line 2, /home/info/Centurion-2021/app/assets/stylesheets/partials/marge_page_left_and_right_new.css */
  #collumn-page-left {
    position: fixed;
    width: 0%;
    background-color: white;
    height: 100%;
    opacity: 0.7;
    top: 0;
    left: 0;
    /*mix-blend-mode: multiply;*/
    /*filter: blur(5px);*/
    /*box-shadow: -5px 10px 10px -3px inset;*/
  }

  /* line 14, /home/info/Centurion-2021/app/assets/stylesheets/partials/marge_page_left_and_right_new.css */
  #collumn-page-right {
    position: fixed;
    width: 0%;
    background-color: white;
    height: 100%;
    opacity: 0.7;
    top: 0;
    right: 0;
    /*mix-blend-mode: multiply;*/
    /*filter: blur(5px);*/
    /*box-shadow: 5px 10px 10px -3px inset;*/
  }
}
@media only screen and (min-width: 992px) {
  /* line 28, /home/info/Centurion-2021/app/assets/stylesheets/partials/marge_page_left_and_right_new.css */
  #collumn-page-left {
    position: fixed;
    width: 15%;
    background-color: white;
    height: 100%;
    opacity: 0.7;
    top: 0;
    left: 0;
    /*mix-blend-mode: multiply;*/
    /*filter: blur(5px);*/
    /*box-shadow: -5px 10px 10px -3px inset;*/
  }

  /* line 40, /home/info/Centurion-2021/app/assets/stylesheets/partials/marge_page_left_and_right_new.css */
  #collumn-page-right {
    position: fixed;
    width: 15%;
    background-color: white;
    height: 100%;
    opacity: 0.7;
    top: 0;
    right: 0;
    /*mix-blend-mode: multiply;*/
    /*filter: blur(5px);*/
    /*box-shadow: 5px 10px 10px -3px inset;*/
  }
}
/* line 1, /home/info/Centurion-2021/app/assets/stylesheets/partials/double_title_2-2_rotate.css */
.corp-double-titre-2-2-rotate .primary-double-titre-2-2-rotate {
  font-weight: bold;
  color: black;
}

/* line 5, /home/info/Centurion-2021/app/assets/stylesheets/partials/double_title_2-2_rotate.css */
.corp-double-titre-2-2-rotate .secondary-double-titre-2-2-rotate {
  transform: rotate(355deg);
  color: #b2272d;
  /* correction vite fait d'un bug 
  page trop long de 1 pixel, pourquoi ? */
  width: 99.70%;
}

/* line 1, /home/info/Centurion-2021/app/assets/stylesheets/partials/flip_card.css */
.corp-flip-card {
  background: none;
  width: 13vw;
  border: none;
}

/* line 6, /home/info/Centurion-2021/app/assets/stylesheets/partials/flip_card.css */
.corp-flip-card h2 {
  margin-top: 0;
}

/* line 9, /home/info/Centurion-2021/app/assets/stylesheets/partials/flip_card.css */
.flip-card {
  background-color: transparent;
  width: 13vw;
  height: 13vw;
  /*perspective: 300px;*/
}

/* line 15, /home/info/Centurion-2021/app/assets/stylesheets/partials/flip_card.css */
.flip-card-inner {
  -ms-position: absolute;
  -webkit-position: relative;
  -moz-position: relative;
  -o-position: relative;
  position: relative;
  text-align: center;
  -ms-position: absolute;
  transition: transform 2s;
  transform-style: preserve-3d;
}

/*.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}*/
/* line 32, /home/info/Centurion-2021/app/assets/stylesheets/partials/flip_card.css */
.flip-card-front, .flip-card-back {
  -ms-position: absolute;
  -webkit-position: absolute;
  -moz-position: absolute;
  -o-position: absolute;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 46, /home/info/Centurion-2021/app/assets/stylesheets/partials/flip_card.css */
.flip-card-back {
  -ms-backface-visibility: hidden;
  transform: rotateY(180deg);
}

/* line 54, /home/info/Centurion-2021/app/assets/stylesheets/partials/flip_card.css */
.corp-flip-card .card-body {
  padding: 0;
}

/* line 1, /home/info/Centurion-2021/app/assets/stylesheets/partials/popup_login_with_mail.css */
.modal-header {
  background-color: #b2272d;
  background-image: linear-gradient(to right, #A98024, #F5D895 50%, #A98024);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 8px;
  overflow: hidden;
}

/* line 9, /home/info/Centurion-2021/app/assets/stylesheets/partials/popup_login_with_mail.css */
.modal-footer {
  background-color: #b2272d;
  background-image: linear-gradient(to right, #A98024, #F5D895 50%, #A98024);
  background-repeat: no-repeat;
  background-position: 0 0%;
  background-size: 100% 8px;
}

/* line 17, /home/info/Centurion-2021/app/assets/stylesheets/partials/popup_login_with_mail.css */
.modal-body {
  background-color: white;
}

/* line 21, /home/info/Centurion-2021/app/assets/stylesheets/partials/popup_login_with_mail.css */
.modal-content {
  border: none;
  background-color: transparent;
}

/* line 25, /home/info/Centurion-2021/app/assets/stylesheets/partials/popup_login_with_mail.css */
.modal-header #ModalLabel {
  color: white;
}

/* line 7, /home/info/.rvm/gems/ruby-2.5.1/gems/cookies_eu-1.7.6/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu {
  line-height: 40px;
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  text-align: center;
  border-top: 1px solid #E4E4E4;
  background: #F2F2F2;
}
@media (max-width: 767px) {
  /* line 7, /home/info/.rvm/gems/ruby-2.5.1/gems/cookies_eu-1.7.6/app/assets/stylesheets/cookies_eu.scss */
  .cookies-eu {
    font-size: 12px;
    line-height: 30px;
    position: initial;
  }
}
/* line 30, /home/info/.rvm/gems/ruby-2.5.1/gems/cookies_eu-1.7.6/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu .cookies-eu-content-holder {
  display: inline-block;
  padding: 0 20px;
}
/* line 36, /home/info/.rvm/gems/ruby-2.5.1/gems/cookies_eu-1.7.6/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu .cookies-eu-button-holder {
  display: inline-block;
}
/* line 39, /home/info/.rvm/gems/ruby-2.5.1/gems/cookies_eu-1.7.6/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu .cookies-eu-button-holder .cookies-eu-ok {
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  min-width: 26px;
  margin-right: 5px;
  padding: 2px 11px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  color: #FFFFFF;
  border: 0;
  outline: none;
  background-color: #4D90FE;
}
