body {
    background-image: url(../img/background.jpg);
}

#mainNav {
    background: #ffffff;
    top: 0;
    width: 100%;
    border-bottom: 3px solid;
    border-color: #AF0A69;
    z-index: 5;
    position: fixed;
    white-space: nowrap;
    padding: 0.5rem 1rem !important;
}

#mainNav .navbar-nav .nav-item.active .nav-link, #mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item.active .nav-link:hover {
    color: #AF0A69;
}

#mainNav .navbar-nav .nav-item .nav-link {
    color: black;
    font-weight: 800;
}

.navbar-band {
    margin-left: -200px;
}

.owl-carousel {
    margin-top: 95px;
    margin-bottom: -40px;
}

.owl-theme.owl-carousel .owl-dots .owl-dot span {
    background: rgb(182, 182, 182);
}

.owl-theme.owl-carousel .owl-dots .owl-dot.active span {
    background: #AF0A69;
}

.text-primary {
    color: white !important;
}



.site-heading-upper {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    padding: 10px;
}




.intro .intro-text {
    background: linear-gradient(to top left, RGBa(175,10,105, 0.9), RGBa(255,255,255, 0.9));
}




.cta {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: rgba(255, 255, 255, 0.3);
}

.cta .cta-inner {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px !important;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    padding: 1.5rem;
    border: 1px solid RGBa(175,10,105, 0.9);
}

.cta .cta-inner:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: none;
}


.titre2 {
    color: #AF0A69;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: bold;
}

hr {
    background-color: #AF0A69;
}

p {
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: black;
}


/*------------ICONS------------------------------------------------------------------------------------*/

.home-icons a i.icon {
    position: relative;
    width: 7em;
    padding: 1.5em 0 1em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgba(175,10,105,.9);
    cursor: pointer;
}

.home-icons a i.icon:hover {
    background-color: #eb41a5;
}

.home-icons a i.icon:hover:after {
    border-top: solid 1.1em #eb41a5;
}

.home-icons a i.icon:before {
    font-size: 2em;
    line-height: 1em;
    color: rgba(255,255,255);
}

.home-icons a i.icon:after {
    content: '';
    position: absolute;
    bottom: -1.065em;
    left: 0;
    border-top: solid 1.06em rgba(175,10,105,.9);
    border-left: solid 3.5em transparent;
    border-right: 
    solid 3.5em transparent;
}




h3 {
    display: inline-block;
    margin-top: 25px;
}

.violet {
    color: rgba(175,10,105);
    font-weight: bold;
}

.footer {
    background-color: rgb(0, 0, 0, 0.9);
}

.titre {
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: bold;
    margin-top: 95px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #af0a69;
    border-width: 1px 0;
    background-image: linear-gradient(#eb41a5,#8c0358);
    text-align: center;
    color: white;
}

.titre h1 {
    font-size: 1.5rem;
}

.page-section {
    margin: 0;
}

li {
    color: #af0a69;
}

.liste {
    color: black;
    text-align: left;
    text-shadow: none;
}

#img2 {
    margin-top: 30px;
}
