@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');

a {
    color: inherit;
    text-decoration: inherit;
}

body {
    line-height: inherit;
}

.ml-4 {
    margin-left: 1rem;
}

::selection {
    background-color: #e42313;
    color: #ffffff;
}

.form-check-input, .border-table-predic, .form-control {
    border: 1px solid #534040;
}

.form-check-input:checked {
    background-color: #e01010;
    border-color: #e01010;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #e01010;
    background-color: white;
}

.nav-link {
    color: white;
}

.nav-link.disabled {
    color: lightgray;
}

.nav-link:focus,
.nav-link:hover {
    color: black;
}

#logoIngeo {
    width: 50%;
    height: auto;
}

.main-container {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: auto;
}

.form-container {
    width: 40%;
    flex-shrink: 0;
}

.imgOuvrage {
    width: 70%;
    height: auto;
    margin-left: 30%;
}

#cardAgence {
    width: 70%;
    margin-left: auto;
}

.bg-red-ingeo {
    background-color: #e01010;
}

.tableRecap {
    min-width: 100%;
}

.btn {
    background-color: #e01010;
    color: white;
}

.btn:hover {
    background-color: #9b0d0d;
}

.titreTab {
    margin-bottom: 30px;
    white-space: nowrap;
}

.contactez {
    margin-bottom: 30px;
    text-align: center;
}

.titreAgence {
    background: url(/images/building.svg) no-repeat 0;
    margin-bottom: 10px;
    padding-left: 20px;
}

.infoAgence {
    margin-left: 100px;
}

.telAgence {
    background: url(/images/telephone-fill.svg) no-repeat 0;
    margin-top: 15px;
    padding-left: 26px;
}

.alertChamp {
    margin-bottom: 20px;
}

.footer {
    background-color: #29353B;
}

.textFooter {
    text-align: center;
}

.tooltip-custom {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.info-icon {
    background-color: #e01010;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    cursor: pointer;
}

.tooltip-custom .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #29353B;
    color: #fff;
    border-radius: 4px;
    padding: 6px;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.2s;
    z-index: 10;
}

.tooltip-custom:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.iconsReseauxSociaux {
    text-decoration: none;
    width: 36px;
    height: 36px;
    margin-top: 3px;
}

.boutonsReseauxSociaux {
    fill: white;
}

.divReseauxSociaux {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cardContainer {
    min-width: 100%;
    min-height: 100%;
}

.carousel-inner {
    height: 300px;
}

.carousel-img {
    object-fit: cover;
    object-position: center 70%;
    height: 100%;
    width: 100%;
    display: block;
}

#carouselINGEO {
    width: 100vw;
    max-width: 100%
}

.logoINGEOHeader {
    position: absolute;
    z-index: 1050;
    transform: translate(0, -90%);
}

.hidden {
    display: none !important;
}

p {
    margin: 0;
}

.titrePage {
    font-size: 2.5rem;
  font-weight: 600;
  font-family: 'Abel',sans-serif;
  line-height: 1.4em;
  letter-spacing: 7px;
  color: hsl(200, 18%, 19.6%);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 0;
  clear: both;
  border: 0;
  font-style: inherit;
  outline: 0;
  padding: 0;
}

@media screen and (max-width: 800px) {
    .carousel-inner {
        height: 90px;
    }

    .logoINGEOHeader {
        transform: translate(0, 0);
    }

    .main-container {
        width: 90%;
        flex-direction: column;
    }

    .imgOuvrage {
        margin-left: 15%;
    }

    #cardAgence {
        margin-left: 15%;
    }
}