/* ==========================================
   STYLES GLOBAUX
========================================== */
body {
    background-color: #282B2D;
}

/* ==========================================
   HEADER
========================================== */
.header {
    padding: 7rem 0 8rem;
    background-color: white;
}

.header img {
    max-height: 50px;
    max-width: 137px;
    margin: 0 auto 4rem;
    display: block;
}

.header a {
    color: #333;
}

.header .col-md-4 {
    text-align: center;
}

/* ==========================================
   PRÉSENTATION
========================================== */
#presentation {
    background-color: #282B2D;
    color: aliceblue;
    text-align: justify;
    padding-top: 5rem;
    font-family: 'Playfair Display', serif;
}

#presentation h5 {
    text-align: center;
    letter-spacing: 0.5em;
    font-family: 'Playfair Display', serif;
    margin-bottom: 7rem;
}

#presentation p {
    font-size: 14px;
    padding-bottom: 8rem;
}

@media screen and (min-width: 992px) {
    #presentation p {
        font-size: 21px;
    }
}

/* ==========================================
   CAROUSEL BANNER
========================================== */
.carousel-inner img {
    width: 100vw;
}

/* Positionnement des captions */
#transformation {
    left: 40vw;
    width: 40vw;
    text-align: right;
}

#liberte {
    left: 15vw;
    top: 10vh;
    width: 40vw;
    text-align: left;
}

#liberte h3 {
    padding-left: 3vw;
}

#integree {
    left: 15vw;
    text-align: left;
}

#integree h3 {
    padding-left: 3vw;
}

#gouvernance {
    left: 12vw;
    bottom: 12vh;
    text-align: left;
}

#gouvernance h3 {
    padding-left: 3vw;
}

#carousel-banner h2 {
    font-family: 'Lobster', cursive;
    font-size: 3vw;
}

#carousel-banner h3 {
    font-family: 'Lobster', cursive;
    font-size: 2vw;
}

/* Indicateurs personnalisés */
#carousel-banner .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 0 8px;
}

#carousel-banner .carousel-indicators button.active {
    background-color: white;
    width: 16px;
    height: 16px;
}

/* ==========================================
   SERVICES
========================================== */
#services {
    margin-top: 8rem;
    background-color: white;
    font-family: 'Playfair Display', serif;
    padding-top: 7rem;
    color: black;
}

#services .titre-souligne h5 {
    text-align: center;
    letter-spacing: 0.4em;
    color: #6f6f6f;
    margin-bottom: 3rem;
}

#carousel-services {
    margin: 4rem 0 8rem;
}

#carousel-services h3 {
    text-align: center;
    padding-bottom: 2rem;
}

#carousel-services p {
    padding-bottom: 3rem;
    text-align: justify;
    font-style: italic;
}

/* Alignement vertical des contrôles */
#carousel-services .carousel-control-prev,
#carousel-services .carousel-control-next {
    align-items: flex-start;
    padding-top: 0;
}

#carousel-services .carousel-control-prev .fa,
#carousel-services .carousel-control-next .fa {
    font-size: 24px;
}


.styleFleche {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    color: darkgrey;
}

/* Indicateurs pour carousel services */
#carousel-services .carousel-indicators {
    position: relative;
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

#carousel-services .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #6f6f6f;
    border: none;
    margin: 0 8px;
    opacity: 1;
    text-indent: -999px;
}

#carousel-services .carousel-indicators button.active {
    width: 16px;
    height: 16px;
    background-color: #333;
}

@media screen and (min-width: 992px) {
    #services {
        padding-bottom: 5rem;
    }

    #carousel-services p {
        padding-bottom: 8rem;
    }
}

/* ==========================================
   SOLUTIONS
========================================== */
#solutions {
    padding: 7rem 0 6rem;
    color: gray;
    background-color: #f3f3f3;
}

#solutions h3 {
    font-family: 'Playfair Display', serif;
    color: #444;
}

#solutions .titre-souligne {
    text-align: center;
    color: #444;
    font-family: 'Playfair Display', serif;
}

#solutions .titre-souligne h6 {
    text-align: center;
    letter-spacing: 0.5em;
    color: #6f6f6f;
    font-family: 'Playfair Display', serif;
}

#solutions .titre-souligne hr {
    border-top: 1px solid #6f6f6f;
}

#solutions .titre-small-device {
    margin: 5rem 0 3rem;
}

#solutions .row {
    text-align: center;
}

#solutions p {
    text-align: justify;
}

#solutions .titre {
    padding-bottom: 2rem;
}

@media screen and (min-width: 992px) {
    #solutions .row,
    #solutions .titre-souligne {
        margin: 0 8rem;
    }

    #solutions {
        padding-bottom: 10rem;
    }
}

/* ==========================================
   FOOTER
========================================== */
footer {
    padding: 2rem 0;
    color: white;
    font-family: 'Playfair Display', serif;
}

footer .val {
    text-align: left;
}

footer .cap {
    text-align: right;
}

footer .col-sm-3 {
    text-align: center;
}

.liens-footer:hover {
    cursor: pointer;
}

.liens-footer:hover .fa {
    transform: rotate(45deg);
}

.liens-footer:active {
    color: darksalmon;
}

footer .fa {
    transition: all 0.5s;
}

footer .col-xs-2 {
    text-align: center;
}

footer .col-xs-12 {
    padding-bottom: 1rem;
}

/* ==========================================
   MODAL MENTIONS LÉGALES
========================================== */
.modaleMentionsLegales {
    background-color: #282B2D;
    color: white;
    text-align: center;
    font-family: 'Playfair Display', serif;
    padding: 1rem;
}

.modaleMentionsLegales h3 {
    padding-bottom: 1rem;
}