html, body {
  height: 100%;
  background-color: white;
}

.myrmtopnavbar {
  font-family: 'Lato', sans-serif;
}

.navbar-fixed-top .buttonfull a {
  border: 2px solid #777;
  border-color: #777;
  background-color: #777;
  color: #ffffff !important;
  margin-left: 10px;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.navbar-fixed-top .buttonfull a:hover,
.navbar-fixed-top .buttonfull a:focus,
.navbar-fixed-top .buttonfull a:active {
  background-color: #2a6496 !important;
  border-color: #2a6496 !important;
  color: #ffffff !important;
}

.navbar-fixed-top .buttonoutline a {
  border: 2px solid #777;
  border-color: #777;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.navbar-fixed-top .buttonoutline a:hover,
.navbar-fixed-top .buttonoutline a:focus,
.navbar-fixed-top .buttonoutline a:active {
  border-color: #2a6496 !important;
  color: #2a6496 !important;
}

/* Pour mobile */
@media (max-width: 768px) {

    .navbar-fixed-top .buttonoutline a, .navbar-fixed-top .buttonfull a {
        margin: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }

    .navbar-fixed-top .buttonoutline a {
        margin-left: 10px;
    }

}

@media (min-width: 970px) {
  .flex-valign {
    display: flex;
    align-items: center;
  }
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 70px auto -50px;
}

#footer {
  height: 50px;
  background-color: #f5f5f5;
  border-top: 1px solid #e7e7e7;
}

#footer > .container > p {
  margin: 15px 0;
  text-align: center;
}

.form-signin-heading {
  color: #777;
  font-size: 16pt;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
#input_email{
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#input_pass {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.glyphicon-globe {
  font-size: 1.3em;
  vertical-align: middle;
  color: #888;
}

#graphillu {
  width: 280px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.error {
  color: red;
}

#recoverpassbutton {
  margin-top: 20px;
}

#form-register {
}

#form-register input[name=email] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#form-register input[name=email_confirmation] {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

#form-register input[name=password] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#form-register input[name=password_confirmation] {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

#captcha {
  margin-top: 20px;
  margin-bottom: 20px;
}

#recaptcha_area {
  margin: auto;
}

.pageconfirm {
  max-width: 330px;
  margin: 0 auto;
}

.bs-callout {
  padding:20px;
  margin:0 0 20px 0;
  border:1px solid #eee;
  border-left-width:5px;
  border-radius:3px
}

.bs-callout h4 {
  margin-top:0;
  margin-bottom:5px;
}

.bs-callout p:last-child {
  margin-bottom:0;
}

.bs-callout code {
  border-radius:3px;
}

.bs-callout-danger {
  border-left-color:#d9534f;
}

.bs-callout-danger h4 {
  color:#d9534f;
}

.bs-callout-warning {
  border-left-color:#f0ad4e;
}

.bs-callout-warning h4 {
  color:#f0ad4e;
}

.bs-callout-info{
  border-left-color:#5bc0de;
}

.bs-callout-info h4 {
  color:#5bc0de;
}

#legal {
  max-width: 500px;
  margin: 0 auto;
}

#legal p {
  text-align: justify;
}

h1 {
  color: #555;
}

h2.rmt {
  color: #5bc0de;
  border-bottom: thin solid #5bc0de;
  margin-top: 50px;
  z-index: 99;
}

h2.rmt span {
  border: thin solid #5bc0de;
  border-bottom: none;
  padding: 0px 20px 0px 20px;
  background-color: #fafdff;
}

.vidwrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.vidwrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#regcol {
  margin: 0 auto;
  padding: 15px;
}

.optim-trust__logos-intro {
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 16px;
}
.optim-logos__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 18px;
}
.optim-logos__row:last-child { margin-bottom: 0; }
.optim-logos__item {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 250px;
}
.optim-logos__item img {
  max-height: 48px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}
