html {
    height: 100%;
}

body {
    background-color: #f2f2f2;
    color: #444;
    font-family: "Helvetica",Verdana,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    padding: 0;
    word-wrap: break-word;
    height: 100%;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: "Open Sans Condensed",sans-serif;
    font-weight: 300;
    line-height: 1.4;
    text-transform: none;
    font-style: normal;
}

container {
    margin: 0 auto 0 auto;
}


.bouton-bleu {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #3aaaad;
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #46b6b9;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #46b6b9;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    padding: 12px 24px;
    text-shadow: none;
    padding-left: 14px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    text-decoration: none;
}

    .bouton-bleu:hover {
        border: 1px solid #2f2f30;
        background: #3b3b3c;
        color: #fff;
    }

header {
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar li {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
}

.nav-link {
    color: #212529 !important;
}

    .nav-link.active, .nav-link:hover {
        color: #46b6b9 !important;
    }

.lien-footer {
    color: #a0a0a0;
    font-size: 14px;
    margin: 5px;
    padding: 10px;
    text-decoration: none;
    font-weight: 400;
}

.imageTitre {
    background-position: center 43px;
    padding: 100px 20px 100px 20px;
    background-attachment: fixed;
    background-size: cover;
}

.imageTitreClair::after {
    border-radius: inherit;
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(255,255,255,0.6);
}

.imageTitreBlur::after {
    border-radius: inherit;
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0,0,0,0.44);
}


.imageRonde {
    border-radius: 100%;
    box-shadow: 0 0 0 8px #46b6b9;
    height: auto;
    max-width: 100%;
}

.contenant {
    margin: 0 auto 0 auto;
    max-width: 1100px;
    padding: 20px;
}

.titre {
    font-size: 42px;
    line-height: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.txt-blanc {
    color: #FFF !important;
}


.contenu {
    margin: 20px;
}


h1 {
    font-size: 36px;
    letter-spacing: 0;
}

h3 {
    font-size: 24px;
}

p {
    margin: 0 0 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 15px;
    color: #585858;
}

img {
    max-width: 100%;
    height: auto;
}

    img[Attributes Style] {
        height: 196px;
        aspect-ratio: auto 300 / 196;
        width: 300px;
    }

.bg-gris {
    background-color: #F7F7F7;
}

.bg-bleu {
    background-color: #46b6b9;
}

.etapes img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    .etapes img:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.03);
    }

.border-left {
    border-left: 1px solid #dee2e6 !important
}

form > * {
    margin-top: 20px;
}

form label {
    font-weight: 600;
}

form textarea {
    min-height: 80px !important;
}

form input[type="radio"] ~ label {
    font-weight: initial;
}

.txt-softy {
    color: #3ABFC3
}

.carousel-control-prev {
    justify-content: flex-start !important;
    margin-left: -20px !important;
}

.carousel-control-next {
    justify-content: flex-end !important;
    margin-right: -20px !important;
}

.image-detail {
    cursor: pointer;
}

#fond-image {
    display: none;
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 1500;
}

#image-detail {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 90% !important;
    max-height: 90% !important;
}
