section {
    padding: 100px 0px;
}
.bg-success-1 {
    background-color: rgb(14, 143, 3);
}
.bg-adn-black {
    background-color: rgb(35, 31, 32) !important;
}
.bg-adn-green {
    background-color: rgb(109, 188, 36) !important;
    border-color: rgb(109, 188, 36) !important;
}
.bg-adn-rouge {
    background-color: rgb(233, 56, 41);
    border-color: rgb(233, 56, 41);
}
.bg-adn-saumon {
    background-color: rgb(244, 126, 114);
    border-color: rgb(244, 126, 114);
}
.bg-adn-pink {
    background-color: rgb(255, 198, 236);
    border: rgb(255, 198, 236);
}
.bg-adn-volaille {
    background-color: #F7B329;
    border: #F7B329;
}
.adn-black {
    color: rgb(35, 31, 32);
}
.adn-green {
    color: rgb(109, 188, 36) !important;
}
.adn-rouge {
    color: rgb(233, 56, 41);
}
.adn-saumon {
    color: rgb(244, 126, 114);
}
.adn-pink {
    color: rgb(255, 198, 236);
}
.adn-volaille {
    color: #F7B329;
}
.adn-white {
    color: rgb(255, 255, 255);
}
.border-adn-green {
    border-color: rgb(109, 188, 36) !important;
}
.border-adn-rouge {
    border-color: rgb(233, 56, 41) !important;
}
.border-adn-saumon {
    border-color: rgb(244, 126, 114) !important;
}
.border-adn-pink {
    border-color: rgb(255, 198, 236) !important;
}
.border-adn-volaille {
    border-color: #F7B329 !important;
}
.border-white {
    border-color: rgb(255, 255, 255) !important;
}
.border-bold {
    border-width: 2px !important;
}
.bg-danger-dark {
    background-color: rgb(198, 9, 9);
}
.bg-light-darker {
    background-color: rgba(206, 204, 204, 0.625);
}
.bg-rova {
    background-image: url('../image/rover-adn.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.625);
}
.bg-dark-fade {
    background-color: rgba(0, 0, 0, 0.5);
}
.btn-vert {
    background-color: #82BB27;
    border-color: #82BB27;
}
.mg-top-10px {
    margin-top: 10px;
}
.carousel-item {
    background-color: #000;
}
.carousel-item > img {
    opacity: 0.5;
}
.p-0 {
    padding: 0px !important;
}
.pt-6 {
    padding-top: 5rem;
}
.pb-6 {
    padding-bottom: 5rem;
}
.footer-brand {
    margin-left: -100px;
}
.carousel-inner {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}
.text-justify {
    text-align: justify;
}
.text-light-02 {
    color: #f0f0f0;
}
.active {
    border-bottom: rgb(255, 255, 255) solid 2px;
    color: rgb(255, 255, 255) !important;
}
.affiche {
    max-width: 90%;
    width: auto;
}
.card-image {
    min-height: 12rem;
    max-height: 12rem;
}
.card-adn-pos {
    max-width: 18rem !important;
}
.alert-adn {
    /*max-width: 40%;*/
    margin: -15px auto 0 auto;
    background-color: rgb(252, 164, 49) !important;
    color: #000 !important;
    border-color: rgb(201, 114, 0) !important;
}
/*--------------------------------Media querie----------------------------------------*/
@media screen and (max-width: 600px) {
    section {
        padding: 50px 0px;
    }
    .affiche {
        width: 90%;
    }
    .alert-adn {
        /*max-width: 90%;*/
        margin: 35px auto 0px auto;
    }
}

/*--------------------------------z-index----------------------------------------------*/
.z-1 {
    z-index: 1;
}
.z-2 {
    z-index: 2;
}
.z-3 {
    z-index: 3;
}
.z-99 {
    z-index: 99;
}
/*--------------------------------------------Hovers------------------------------------------------------

div > ul > li:hover a {
    font-size: 1.03rem;
    color: #FFF !important;
}

.carousel-inner > div {
    width: 75%;
    -webkit-transition: width 3s;
    transition: width 3s;
}
.carousel-inner>div:hover {
    width: 88%!important;
}

#cuisine-lien:hover div > h2{
    font-size: 2.4em;
}
#cuisine-lien:hover div > p{
    font-size: 1.5em;
}

#contact-lien:hover div > h2{
    font-size: 2.4em;
}
#contact-lien:hover div > p{
    font-size: 1.5em;
}
*/