/** MODELE BY Baptiste
    - 21.01.2021

    Prod Version : 1

 */

#carouselExampleFade {
    position : relative;
}



/* HOME PAGE */

#agency {
    position : absolute;
    top : 7vh;
    z-index : 2;
    width : 100%;
    text-align : center;
    color : white;
}


#agency h1 {
    font-size : 2rem;
    font-style: italic;
}

#agency h3 {
    font-size : 1.2rem;
}
#agency h1, #agency h3 {
    text-shadow: 5px 0px 15px rgba(0, 0, 0, 1);
}

#info {
    text-align : center;
    background: white;
}

#info h1 {
    font-size : 1.3rem;
    color : var(--main-color, #173454);
}

#info h3 {
    font-size : 1.1rem;
    color : var(--main-color, #173454);
}

#info h4 {
    padding-top : 20px;
}
#info p {
    padding : 20px 40px;
    text-align : justify;
}

.relative {
    position : relative;
}

#separator {
    height: 150px;
    width: 100%;
    background-image: url(../images/bg-home-7.webp);
    background-size: cover;
    background-position-y: -260px;
    position: relative;
    border-top: 2px solid var(--main-color, #173454);
    border-bottom: 2px solid var(--main-color, #173454);
}

#separator p {
    margin-top: 40px;
    color: white;
    text-align: center;
    font-size: 1.3rem;
    text-shadow: 5px 0px 15px rgb(0 0 0);
    font-style: italic;
    font-weight: bold;
}

#separator .text {
    padding : 0px 5px;
}

#separator .topleft {
    position : absolute;
    left : 10px;
    top : 10px;
}

#separator .bottomright {
    position : absolute;
    right : 10px;
    bottom : 10px;
}


#AgencyInfos {
    background : white;
}

#AgencyInfos h2 {
    text-align : center;
    font-style: italic;
    font-size : 1.3rem;
    font-weight : bold;
    color : var(--main-color, #173454);
}

#AgencyInfos .card-footer {
    font-size : 0.4rem;
}

#AgencyInfos h3 {
    margin-bottom : 0;
}
/* BIEN VEDETTE */



#vedette h2 {
    text-align : center;
    padding : 20px 0px;
    margin-bottom : 0px;
    font-style: italic;
    color : var(--main-color);
    font-weight : bold;
}

.PrimaryInfos li {
    margin-left : 10px;
}


/** COUPS DE COEUR **/
#sliderCDC {
    position : relative;
    height : 630px;
    padding : 0 15px;
}

#sliderCDC h2 {

}



