/*
 * Globals
 */
/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default {
  color: #fff;
  text-shadow: none;
  /* Prevent inheritence from `body` */
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 0.5rem 2rem;
  cursor: pointer;
  z-index: 50;
}

.btn-bleu {
  background-color: #002a68;
  border: 2px solid #002a68;
    z-index: 5;
}

.btn-default:hover,
.btn-default:focus {
  background-color: rgba(255, 255, 255, 1);
  color: #002a68;
    z-index: 5;
}

/*
 * Base structure
 */
html,
body {
  height: 100%;
}

body {
  position: relative;
  background-image: linear-gradient(to bottom, #ffd967, #fff4d4, #ad8405);
  background-attachment:fixed;
  color: #fff;
  text-align: left;
  font-family: 'Poppins', sans-serif;
}

.spirale {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     z-index:-1;
}

.spirale img {
  margin-top: -100px;
  margin-left: -300px;
  opacity: 0.3;
}

.spiralebis {
     position: absolute;
     bottom: 0;
     right: 0;
     z-index:-1;
}

.spiralebis img {
  margin-bottom: -70px;
  margin-right: -200px;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */
  min-height: 100%;
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}

.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 10px;
}

/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-brand img {
  width:300px;
}

.logoalignetvous {
  margin-top: -10px;
  margin-bottom: 10px;
}

.logoalignetvous img {
  width:180px;
}

.nav-masthead .nav-link {
  display: inline-block;
}

  .masthead-brand {
    float: left;
  }
  .logoalignetvous {
    float: right;
  }

@media (max-width: 768px) {
  .masthead-brand img {
      width:140px;
  }
  .logoalignetvous img{
      width:100px;
  }
}

/*
 * Cover
 */
.cover {
  padding-top: 1%;
  margin: 0 auto;
  width:60%;
  max-width:900px;
  padding-bottom: 1%;
}

.cover .btn-notify {
  padding: 10px 60px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 40px;
}

.cover-heading {
  font-weight: 800;
  font-size: 1.8rem;
  margin-bottom: 2rem;
    color: #002a68;
}

.cover-supheading {
  font-weight: 500;
  text-transform: uppercase;
  font-style:italic;
  font-size: 0.9rem;
  margin-bottom: 1rem;
    color: #767171;
}

p {
color: #0070c0 !important;
}

.cover-copy p {
  margin: 0 auto 1rem;
  font-size: 1.2em;
  color: #0070c0 !important;
  text-align: left;
}

.cover-copy strong {
  font-weight:700;
}

.cover-copy b {
  font-weight:600;
}

.image {
  box-shadow: 1px 1px 12px #555;
  z-index:-10;
}

/*
 * Footer
 */
.mastfoot {
  color: #999;
  /* IE8 proofing */
  color: rgba(255, 255, 255, 0.5);
}

/*
 * Subscribe modal box
 */
#subscribeModal .modal-content {
  background-color: #303546;
  color: #fff;
  text-align: left;
}

#subscribeModal .modal-header, #subscribeModal .modal-footer {
  border: 0;
}

#subscribeModal .close {
  color: #fff;
}

#subscribeModal .form-control {
  margin-top: 1rem;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}

#subscribeModal .form-control:focus {
  border-color: #49506a;
}

.btnprat {
  padding-top:20px;
}

@media (min-width: 768px) {
.btnprat {
  padding-top:85px;
}
}
/*
 * Affix and center
 */
@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    top: 0;
  }
  .mastfoot {
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 96%;
  }
}
