@import url("../rte/rte_styles.css");

.content a:hover {
    border-bottom: 0px solid;
}

/* Carrousel */

.slide a{
    border-bottom: 0px solid;
}
.carousel-inner .item .carousel-text h2 {
    padding-right: 10px;
}
.carousel-control-pause, .carousel-control-play {
    left: 99%;
}

/* Fin carrousel */

/*--------------------------------------------------*/

/* Background contenus DCE */

.box {
    border-radius: 20px;
}
/*.box-text p {
    text-align: center;
}
.box-text p:hover {
    color: #000;
    text-align: center;
}*/


h2.text-center.color02,
h3.text-center.color02 {
    color: #fff;
}
.box01 i.fa, .box02 i.fa, .box03 i.fa, .box04 i.fa, .box05 i.fa, .box06 i.fa {
    color: #000;
    padding: 25px 0px;
}

/* Fin Background contenus */
/*--------------------------------------------------*/
/* Bouton */
.btn-primary {
    color: #fff;
}
.btn-success, .btn-success.focus {
    border-radius: 20px;
}
a.btn-success, a.btn-success.focus {
    color: #fff;
}
a.btn-success:hover {
      color: #000;
}

/* Fin Bouton */
/*--------------------------------------------------*/
