/* COULEURS
Beige: #8E745A
Marron: #8A755A
Gris: #333333
Noir: #191919
 */

.beige {
    color: #8E745A;
}

/* HEADER */
#nav1 .dropdown-item {
    text-align: end;
}
#nav1 .dropdown-menu {
    --bs-dropdown-min-width: 3.5rem;
}
#nav1 a {
    color: #EAF9ED;
}
.carousel-caption {
    bottom: 4rem!important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: rgba(100, 100, 100, 0.5);
}
h1 {
    font-size: 4rem;
    margin-bottom: 2rem;
}
.carousel .btn {
    background-color: #8E745A;
    color: #fff;
    border-radius: 0;
}
.carousel .btn:hover {
    background-color: #d2b58e;
}

/* MENU */
.btn-outline-secondary {
    border-radius: 0;
    color: #8E745A;
    border-color: #8E745A;
}

/* PLATS */
/* Overlay */
.bloc-plat {
    position: relative;
    padding: 0;
}
  
.image-plat {
    opacity: 1;
    width: 100%;
    transition: .5s ease; 
}
.fond-image {   
    background-color: rgb(105, 105, 105);
}
  
.texte-plat {   
    color: white;
    width: 100%;
    position: absolute;
    top: 90%;
    left: 60%;
    transition: .5s ease;
    opacity: 0;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
  
.bloc-plat:hover .image-plat {
    opacity: 0.5;
}
  
.bloc-plat:hover .texte-plat {
    opacity: 1;
}
  
.texte-plat h5{
    font-size: 16px;
}
.texte-plat p{
    font-size: 9px;
    text-transform: uppercase;
}

/* CHEFS */
#chefs {
    padding-bottom: 5rem;
}
.image-chef {
    border-radius: 50%;
}
.texte-chef h5 {
    margin-top: 2rem;
}
.texte-chef p {
    color: #8E745A;
}

/* PHRASE */
#phrase {
    background: #151515 url(../img/image-2.jpg) no-repeat right top;
}
#phrase h3 {
    text-transform: uppercase;
    font-size: 4rem;
    font-weight: 400;
}
#phrase hr {
    opacity: 0.5;
    width: 44%;
    margin: auto;
}

/* RESERVATION */
#resaForm div {
    display: inline-block;
}
#resaForm button {
    display: block;
}

/* AVIS */

.heading {
    position: relative;
}
.testimonials {
    background-color: #8A755A;
    padding: 130px 0 150px;
    color: #ffffff;
    position: relative;
}
.testimonials:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
}
.testimonials .heading h3 {
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
}
.testimonials a {
    text-decoration: none;
}

.testimonials p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #d1e5e7;
    margin: 20px 0;
    padding: 0;
}

/* Image */
.testimonials .carousel-inner .carousel-item .team {
    width: 100px;
    height: 100px;
    border:  none;
    border-radius: 100%;
    padding: 5px;
    margin: 50px 0 15px;
}

.testimonials .carousel-inner .carousel-item h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}

.testimonials .carousel-inner .carousel-item h4 {
    font-size: 14px;
    font-weight: 300;
    color: #e2e1e1;
    margin-bottom: 20px;
}

.testimonials .carousel-indicators {
    bottom: -30px;
}

.testimonials .carousel-indicators li {
    background-color: #b8b7b7;
    border-radius: 30px;
    height: 4px;
    width: 40px;
}

.testimonials .control span {
    cursor: pointer;
}

.testimonials .icon {
    height: 40px;
    width: 40px;
    background-size: 100%, 100%;
    border-radius: 50%;
    font-size: 30px;
    background-image: none;
    color: #ffffff;
}


/* BLOG */
#blog h4 {
    color:rgb(190, 150, 101);
    font-size: 1em;
    line-height: 1.8em;
    margin-top: 1.5em;
}
.bas-carte p {
    margin-top: 0;
    margin-bottom: 0;
}
.bas-carte a {
    text-decoration: none;
    color: black;
}

/* FOOTER */
footer .basFooter li {
    display: inline;
    margin: 0 1.5em;
}

footer span {
    color:rgb(190, 150, 101)
}