
*{
    margin: 0;
    padding: 0;
}

/*début header*/

.logo {
    width: auto;
    height: 70px;
}

.navbar {
	width: 100%;
	height: 80px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	padding: 0px 20px;
}

.nav_links {
	display: flex;
	width: 30%;
	justify-content: space-evenly;
}

.nav_links li {
	justify-items: space-evenly;
}

.nav_links li:hover {
	border-bottom: 2px solid #FC594A;
}

/*Main */

body{
    overflow-x: hidden;
    background-color: #f8f8f8;
}

main{
    width: 90%;
    margin: 0 auto;
}

h1{
    text-align: center;
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 150px;
}

h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.fil-arianne{
    width: auto;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 45px;
}

.fil-arianne ul{
    text-align: center;
}

.fil-arianne li{
    display: inline;
    margin-right: 50px;
    margin-left: 10px;
    position: relative;
    top: -15px;
}

.fil-arianne a{
    text-decoration: none;
}

a:active, a:focus {
    color: #5BBE83;
}

.check{
    width: 40px;
}

.check4{
    width: 40px;
}

.color-check{
    fill: #5BBE83;
}

.partie1{
    display: flex;
    justify-content: space-between;
}

.partie2{
    display: flex;
    justify-content: space-between;
}

.infos{
    border: 2px solid #5BBE83;
    width: 57%;
    padding: 40px;
    border-radius: 30px;
    margin-bottom: 60px;
}

.livraison{
    border: 2px solid #5BBE83;
    width: 57%;
    padding: 40px;
    border-radius: 30px;
    margin-bottom: 60px;
}

.paiement{
    border: 2px solid #5BBE83;
    width: 57%;
    padding: 40px;
    padding-bottom: 80px;
    border-radius: 30px;
    margin-bottom: 160px;
}

.total{
    border: 2px solid #5BBE83;
    width: 230px;
    height: 300px;
    padding: 25px;
    border-radius: 30px;
    margin-bottom: 60px;
    text-align: center;
}

.promo{
    border: 2px solid #5BBE83;
    width: 230px;
    height: 150px;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 60px;
    text-align: center;
}

.promo hr{
    margin: 0;
    margin-bottom: 25px;
    background-color: #FC594A;
}

.box{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    border: 2px solid #5BBE83;
    width: 80%;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 30px;
}

.card1{
    background-color: white;
    border: 2px solid #5BBE83;
    display: flex;
    width: auto;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 60px;
    box-shadow: 0px 5px 5px rgb(188, 188, 188);
}

.card2{
    background-color: white;
    border: 2px solid #5BBE83;
    display: flex;
    width: auto;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 5px 5px rgb(188, 188, 188);
}


h2{
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
}

.total hr{
    margin: 0;
    margin-bottom: 25px;
    background-color: #FC594A;
}

p{
    font-size: 20px;
    margin-bottom: 10px;
}

button{
    margin-top: 25px;
}

.total p{
    word-spacing: 25px;
}

.infos .btn-vert{
    float: right;
}

.livraison .btn-vert{
    float: right;
}

.paiement .btn-vert{
    float: right;
    margin-top: 0;
}

.trash{
    width: 20px;
    position: absolute;
    right: 17%;
}

.color-trash{
    fill: #FC594A;
}

.btn{
    width: 50%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    margin-bottom: 250px;
}

img{
    width: 296px;
    height: 150px;
    border-radius: 20px 20px 0 0;
}

.card1 .repas1 p{
    position: unset;
    margin-top: 30px;
    margin-left: 25px;
    margin-bottom: 25px;
}

.card2 .repas2 p{
    position: unset;
    margin-top: 30px;
    margin-left: 25px;
    margin-bottom: 25px;
}

.repas1 {
    border: 2px solid #5BBE83;
    width: 300px;
    height: 230px;
    margin-right: 30px;
    border-radius: 20px;
}

.icone{
    width: 25px;
    height: 25px;
    position: relative;
    left: 190px;
    top: -50px;
}

.repas2{
    border: 2px solid #5BBE83;
    width: 300px;
    height: 230px;
    margin-right: 30px;
    border-radius: 20px;
}

.text1{
    margin-top: 20px;
}

.text2{
    margin-top: 20px;
}

/*Footer*/

.hr-footer {
	height: 8px;
	background-color: #5BBE83;
	margin: 0;
}

footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
    padding: 50px 50px;
}

footer li {
    font-size: 20px;
    margin: 20px 0;
}

footer ul {
    margin: 0 20px;
}

.footer-left {
    border-right: solid black 2px;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0 50px 0 0;
    text-align: center;
}

.footer-left-right {
    display: block;
    width: fit-content;
}

.footer-left-right li {
    display: block;
}

.footer-rsc {
    display: flex;
    justify-content: center;
}

.rsc24 {
    width: 24px;
}


.footer-rsc a {
    display: flex;
    justify-content: center;
    width: fit-content;
}

.footer-rsc img {
    margin: 0 5px;
    height: auto;
}

.footer-right {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    text-align: center;
}

.footer-newsletter {
    display: flex;
    flex-direction: column;
    width: fit-content;
    justify-content: center;
    height: 100%;
}

.submit {
    background-image: url(images/newsletter-send.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #5BBE83;
    width: 50px;
    border-radius: 0 10px 10px 0;
}

.footer-newsletter-input {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 10px;
}

.footer-newsletter input {
    display: flex;
    margin: 0;
    padding: 10px;
    border: solid #5BBE83 2px;
}

.nowrap {
    white-space: nowrap;
}

#footer-mail {
    width: 100%;
    border-radius: 10px 0 0 10px;
}

img.img-footer{
    width: 32px;
}

img.footer-logo{
    width: 114px;
    margin-right: 15px;
}

/*version responsive */

@media (max-width: 800px){

*{
    margin: 0;
    padding: 0;
}

/*début header*/

.menu-hamburger {
    display: block;
    width: 70px;
    height: 60px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.logo {
    position: absolute;
    border-radius: 10px;
    top: 10px;
    left: 10px;
}

.nav_links ul {
    display: none;
}

.navbar a {
    display: none;
}

.nav_links ul li a {
    display: none;
}

.navbar img {
    display: none;
}

.nav_links1 ul {
    background-color: white;
    backdrop-filter: blur(10px);
    width: 50%;
    height: 90vh;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.nav_links1 {
    display: flex;
}

.nav_links1 ul {
    border-left: 4px solid #5BBE83;
}

.nav_links1 ul span {
    margin-bottom: 1em;
}

.close {
    color: #aaaaaa;
    position: relative;
    left:30%;
    top: 0;
    font-size: 28px;
    font-weight: bold;
}

#Menu_mobile {
    display: none;
    position: absolute;
    right: 0;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

header {
    width:100%;
}



/*Main */

body{
    overflow-x: hidden;
    background-color: #f8f8f8;
}

body h1{
    font-size: 24px;
    font-weight: bold;
}

body h2{
    font-size: 18px;
}

body h3{
    font-size: 16px;
}

body p{
    font-size: 16px;
    font-weight: lighter;
}

main{
    width: 90%;
    margin: 0 auto;
}

h1{
    text-align: center;
    margin-bottom: 70px;
    margin-top: 80px;
}

h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.fil-arianne{
    width: auto;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.fil-arianne ul{
    text-align: center;
}

.fil-arianne li{
    display: inline;
    margin-right: 10px;
    position: relative;
    top: -10px;
}

.fil-arianne a{
    text-decoration: none;
    color: black;
}

.fil-arianne .a1{
    display: none;
}

.fil-arianne .a2{
    display: none;
}

.fil-arianne .a3{
    display: none;
}

.fil-arianne .a4{
    font-size: 15px
}

a:active, a:focus {
    color: #5BBE83;
}

.check{
    align-items: center;
    width: 30px;
}

.check4{
    display: none;
}

.color-check{
    fill: #5BBE83;
}

.partie1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.partie2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.infos, .livraison, .paiement, .total, .promo, .box {
    border: 2px solid #5BBE83;
    width: 100%;
    border-radius: 30px;
    margin-bottom: 30px;
}

.infos {
    padding: 20px;
}

.livraison {
    padding: 20px;
}

.paiement {
    padding: 20px;
    padding-bottom: 70px;
}

.total {
    height: auto;
    padding: 20px;
    margin-bottom: 60px;
}

.total p{
    word-spacing: 150px;
}

.promo {
    height: auto;
    padding: 20px;
    margin-bottom: 60px;
}

.promo hr {
    margin-bottom: 20px;
}

.box{
    padding-bottom: 0;
}

.card1, .card2 {
    background-color: white;
    border: 2px solid #5BBE83;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 5px rgb(188, 188, 188);
}

.card1 .repas1 p{
    position: unset;
    margin-top: 30px;
    width: 30%;
}

img{
    width: 260px;
}


.repas1{
    width: 100%;
}

.repas2{
    width: 100%;
}

.img-repas1{
    width: 100%;
}

.img-repas2{
    width: 100%;
}

.time{
    text-align: left;
}


.trash{
    width: 15px;
    text-align: right;
}

.btn{
    gap: 20px;
}


.text1{
    text-align: center;
    margin-top: 30px;
}

.text2{
    text-align: center;
    margin-top: 30px;
}


}

/*@media (max-width: 800px){
    .repas1{
        width: 100%;
    }
    
    .repas2{
        width: 100%;
    }

    .img-repas1{
        width: 100%;
    }

    .img-repas2{
        width: 100%;
    }

    .time{
        text-align: center;
    }

    img.icone{
        align-items: right;
    }
}*/