/*****************************************************************************************************************************************************************************************
******************************************************  GLOBAL ******************************************************
******************************************************************************************************************************************************************************************/

body {
    font-family: Athiti;
    font-size: 18px;
    margin: 0;
}

h2,
h3,
h4 {
    font-family: Merienda;
}

h1 {
    font-size: 30px;
    margin-top: 0;
    padding-top: 15px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 15px;
}

footer h3 {
    font-size: 18px;
}

footer,
button {
    font-size: 16px;
}

img {
    width: 100%;
}

.selecteur img,
.dessert img,
.cocktails img,
.imgAbout img {
    box-shadow: 3px 3px 8px rgba(76, 67, 67, .5);
}

/*****************************************************************************************************************************************************************************************
******************************************************  HEADER  ******************************************************
******************************************************************************************************************************************************************************************/

nav {
    background-color: #ebe3db;
}

header {
    text-align: center;
    background: rgb(201, 196, 190);
    background: linear-gradient(180deg, rgba(201, 196, 190, 1) 0%, rgba(235, 227, 219, 1) 10%, rgba(255, 255, 255, 0) 20%);
}

header img {
    width: 20%;
    padding-top: 20px;
    box-shadow: none;
}

ul {
    list-style-type: none;
    padding: 0;
}

header ul li {
    border-top: 1px solid #4c4343;
    padding: 3px;
}

header ul li:last-child {
    border-bottom: 1px solid #4c4343;
}

header ul li a {
    text-decoration: none;
    color: black;
    width: 100%;
}

.page {
    background-color: #4c4343;
    color: white;
}

header ul li:hover a {
    color: white;
    transition: color 0.5s;
}

header ul li:hover {
    background-color: red;
    transition: background-color 0.5s;
}

/*****************************************************************************************************************************************************************************************
******************************************************  MAIN  ******************************************************
******************************************************************************************************************************************************************************************/

main {
    width: 90%;
    margin: auto;
    text-align: center;
}

.mainAccueil p,
.mainAccueil ul {
    text-align: left;
}

.special article {
    background-color: #ebe3db;
    margin-bottom: 28px;
}

h3 {
    padding: 16px 0 16px 0;
    margin: 0;
}

main ul {
    margin: 0;
}

main ul li {
    border-bottom: 1px dotted #4c4343;
    padding: 8px;
    padding-left: 25px;
}

main ul li i {
    padding-right: 8px;
}

.special button {
    background-color: #4c4343;
    width: 95%;
    color: white;
    height: 35px;
    margin-top: 20px;
    margin-bottom: 33px;
    border: none;
    box-shadow: 2px 2px 2px silver;
}

.special button:hover {
    background-color: red;
    transition: background-color 0.5s;
}

.imageTexte {
    display: grid;
}

.imageTexte>* {
    grid-area: 1/1/-1/-1;
}

.texteImage {
    opacity: 0;
    color: white;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}

.interieur {
    border: 2px solid white;
    width: 80%;
    height: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.interieur p {
    text-align: center;
    margin: 0;
}

.texteImage:hover {
    opacity: 1;
    background-color: rgba(76, 67, 67, .9);
    transition: background-color 0.5s, opacity 0.5s;
}

.prix {
    font-size: 50px;
}

/*****************************************************************************************************************************************************************************************
******************************************************  FOOTER  ******************************************************
******************************************************************************************************************************************************************************************/

footer {
    background-image: url("media/img/footer-bg.jpg");
    text-align: center;
    color: white;
    padding-bottom: 25px;
    background-size: cover;
}

footer h3 {
    border-bottom: 1px dotted white;
    margin: 0 5% 0 5%;
}

.contact p {
    line-height: 6px;
}

.contact .dernier {
    line-height: 45px;
}

footer .reseaux ul {
    display: flex;
    width: 20%;
    justify-content: space-between;
    margin: auto;
    padding-top: 8px;
}

.reseaux li a {
    color : #ffffff;
}

.reseaux li:hover a{
    color : red;
    font-size:25px;
}

/*****************************************************************************************************************************************************************************************
******************************************************  MENUS  ******************************************************
******************************************************************************************************************************************************************************************/

.selecteur button {
    padding: 4px 7px 4px 7px;
    background-color: #ebe3db;
    border: none;
    margin: auto 5px 25px 5px;
}

.selecteur button:hover {
    background-color: #4c4343;
    color: white;
}

.selecteurImg,
.imgDessert,
.imgCocktails {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #ebe3db;
    padding-top: 7px;
    padding-bottom: 7px;
}

.selecteurImg img,
.imgDessert img,
.imgCocktails img {
    width: 47%;
    margin: 7px 3px 7px 3px;
}

.cocktails {
    margin-bottom: 20px;
}

/***********

.texteImageMenu {
    opacity:0;
    color:white;
    width:47%;
    margin:auto;
    display: flex;
    align-items: center;
}

.interieurMenu {
    border : 2px solid white;
    width:80%;
    height:70%;
    margin:auto;
    display: flex;
  flex-direction: column;
  justify-content: center;
}

.interieurMenu p {
    text-align:center;
    margin:0;
}

.texteImageMenu:hover {
    opacity:1;
    background-color:rgba(76,67,67,.9);
    transition: background-color 0.5s, opacity 0.5s;
}
*********/

/*****************************************************************************************************************************************************************************************
******************************************************  CONTACT  ******************************************************
******************************************************************************************************************************************************************************************/

form {
    background-color: #ebe3db;

    padding: 10px;
}

form div h3 {
    padding-left: 15px;
}

form div {
    text-align: left;
    display: flex;
    justify-content: space-around;
}

form div div {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.formColonne1 input,
.formColonne2 input {
    width: 90%;
    margin: auto;
}

.email2 {
    margin-left: 12px;
}

textarea {
    width: 95%;
    margin: auto;
    border-radius: 4px;
}

.buttonForm {
    margin: 40px auto 20px auto;
    width: 50%;
    height: 35px;
    border-radius: 4px;
    color: white;
    background-color: #4c4343;
    border: transparent;
}

.mainContact a {
    color: red;
    border-bottom: 1px dotted red;
    font-size: 15px;
}


.formPlus {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.italique {
    font-style: italic;

}

.map {
    margin: auto auto 20px auto;
    width: 99%;
    height: 250px;
}

iframe {
    border: 1px solid black;
    width: 99%;
    height: 99%;
}

/*****************************************************************************************************************************************************************************************
******************************************************  ABOUT  ******************************************************
******************************************************************************************************************************************************************************************/

.gauche {
    text-align: left;
}

video {
    width: 93%;
    display: block;
    margin: auto auto 33px auto;
}

.imgAbout,
.imgAbout img {
    background-color: #ebe3db;
    width: 95%;
    text-align: center;
    margin: auto;
}

.imgAbout div div {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

.imgAbout {
    margin-bottom: 15px;
    padding-bottom: 10px;
}



/*****************************************************************************************************************************************************************************************
******************************************************  RESPONSIVE TABLETTE ACCUEIL ******************************************************
******************************************************************************************************************************************************************************************/

@media screen and (min-width: 780px) {
    header nav ul {
        display: flex;
        width: 90%;
        justify-content: space-between;
        margin: auto;
        height: 35px;
    }
    header nav ul li,
    header ul li:last-child {
        border: 0;
    }
    header {
        margin-bottom: 25px;
    }
    footer {
        display: flex;
        justify-content: space-around;
    }
    footer section {
        width: 25%;
    }
    footer .reseaux ul {
        width: 40%;
    }

    /*****************************************************************************************************************************************************************************************
******************************************************  RESPONSIVE TABLETTE MENUS ******************************************************
******************************************************************************************************************************************************************************************/
    .selecteurImg img,
    .imgDessert img,
    .imgCocktails img {
        width: 31%;
        margin: 15px 6px 15px 6px;
    }

    /*****************************************************************************************************************************************************************************************
******************************************************  RESPONSIVE TABLETTE MAP ******************************************************
******************************************************************************************************************************************************************************************/
    .map {
        margin: auto auto 20px auto;
        width: 99%;
        height: 350px;
    }

    /*****************************************************************************************************************************************************************************************
******************************************************  RESPONSIVE TABLETTE VIDEO ******************************************************
******************************************************************************************************************************************************************************************/
    video {
        width: 85%;
    }

    .imgAbout {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .col1,
    .col2 {
        display: flex;
        display: row;
        padding: 6px;
    }


}

/*****************************************************************************************************************************************************************************************
******************************************************  RESPONSIVE PC ACCUEIL ******************************************************
******************************************************************************************************************************************************************************************/

@media screen and (min-width: 1100px) {

    .header {
        width: 90%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: auto auto 20px auto;
    }

    .logoTitre {
        display: flex;
        align-items: center;
    }

    .logoTitre a {
        width: 15%;
        height: 115px;
    }
    .logoTitre a img {
        width: 100%;
    }
    .nav {
        width: 45%;
    }

    .nav ul li {
        display: flex;
        justify-content: space-between;
    }

    nav {
        background-color: transparent;
    }

    nav ul li {
        background-color: #ebe3db;
        padding: 10px;
        text-align: center;
        align-items: center;
        margin-right: 30px;
    }

    h1 {
        margin: 0 auto 0 30px;
    }

    header img {
        margin-left: 20px;

    }

    .welcome article {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
    }

    .welcome article img {
        height: 100%;
        object-fit: contain;
        margin-top: 25px;
    }
    .welcome .para {
        width: 100%;
        margin-right: 10px;
    }

    .special {
        display: flex;
        justify-content: space-between;
    }
    .special article {
        width: 32%;
    }
    form {
        width: 70%;
        margin: auto;
    }

}

@media screen and (min-width: 1150px) {
    .logoTitre a {
        height: 122px;
    }
}

@media screen and (min-width: 1200px) {
    .logoTitre a {
        height: 129px;
    }
}

@media screen and (min-width: 1250px) {
    .logoTitre a {
        height: 135px;
    }
}

@media screen and (min-width: 1300px) {
    .logoTitre a {
        height: 141px;
    }
}

@media screen and (min-width: 1350px) {
    .logoTitre a {
        height: 147px;
    }
}

@media screen and (min-width: 1400px) {
    main,
    footer,
    .header {
        width: 1400px;
        margin: auto;
    }
    .logoTitre a {
        height: 153px;
    }
}