﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.modal-dialog-centered {
    min-width: 1000px;
}

.modal-dialog-small {
    min-width: 600px;
}

.modal {
    overflow-y: auto;
}

.input-group .form-control {
    margin: 0px !important;
}

td.details-control {
    background: url('https://www.datatables.net/examples/resources/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('https://www.datatables.net/examples/resources/details_close.png') no-repeat center center;
}


td.details-control1 {
    background: url('https://www.datatables.net/examples/resources/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control1 {
    background: url('https://www.datatables.net/examples/resources/details_close.png') no-repeat center center;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.Site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.Site-content {
    flex: 1;
}

.btnGCV {
    background-color: white;
    border: 1px solid #FE5000;
    color: #FE5000;
}

.btnGCV:hover {
    background-color: #FE5000;
    border: 1px solid #FE5000;
    color: white;
}

.btnGCV:active {
    background-color: rgb(255, 124, 64);
    border: 1px solid rgb(255, 124, 64);
    color: white;
}

.modal {
    overflow-y: auto !important;
}

@font-face {
    font-family: 'manropebold';
    src: url('fonts/manrope/manrope-bold.otf') format('opentype'), 
        url('fonts/manrope/manrope-bold-webfont.woff2') format('woff2'), 
        url('fonts/manrope/manrope-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'manropeextrabold';
    src: url('fonts/manrope/manrope-extrabold.otf') format('opentype'),
        url('fonts/manrope/manrope-extrabold-webfont.woff2') format('woff2'), 
        url('fonts/manrope/manrope-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'manropelight';
    src: url('fonts/manrope/manrope-light.otf') format('opentype'),
        url('fonts/manrope/manrope-light-webfont.woff2') format('woff2'), 
        url('fonts/manrope/manrope-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'manropemedium';
    src: url('fonts/manrope/manrope-medium.otf') format('opentype'),
        url('fonts/manrope/manrope-medium-webfont.woff2') format('woff2'), 
        url('fonts/manrope/manrope-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'manroperegular';
    src: url('fonts/manrope/manrope-regular.otf') format('opentype'),
        url('fonts/manrope/manrope-regular-webfont.woff2') format('woff2'), 
        url('fonts/manrope/manrope-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'manropesemibold';
    src: url('fonts/manrope/manrope-semibold.otf') format('opentype'),
        url('fonts/manrope/manrope-semibold-webfont.woff2') format('woff2'), 
        url('fonts/manrope/manrope-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'manropethin';
    src: url('fonts/manrope/manrope-thin.otf') format('opentype'),
        url('fonts/manrope/manrope-thin-webfont.woff2') format('woff2'), 
        url('fonts/manrope/manrope-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.container-index-msg {
    background-color: #E7E7E7;
    z-index: -10;
    width: 20%;
    /*height: calc(80vh);*/
    position: absolute;
    bottom: 0;
}

.nav-link.text-dark {
    border-top: 2px solid;
    min-width: 200px;
    text-align: center;
    flex: auto;
}

.nav-link.text-dark:hover {
    color: #FE5000 !important;
    border-top: 2px solid #FE5000;
}

h1 {
    font-family: manroperegular;
    font-weight: bold;
    font-size: 80px;
    letter-spacing: 1px;
    line-height: 96px;
}

h2 {
    font-family: manroperegular;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 53px;
}

p1 {
    font-family: manroperegular;
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 34px;
}

p2 {
    font-family: manroperegular;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 0px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  /*height: 40px;
  line-height: 40px; /* Vertically center the text there */
  background-color: #63666A;
  text-align: center;
}

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 100px !important; /* Footer height */
}

.chargement {
    display: none;
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/chargement.gif')
                50% 50% 
                no-repeat;
}