@import url('//fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
/* Corps */
@font-face {
    font-family: 'DK Mandarin Whispers';
    src: url("../polices/DK Mandarin Whispers.otf") format('opentype');
}

body, html {
  height: 100%;
}

* {
    box-sizing: border-box;
}

body{
    margin: 0 auto;
}

a{
    text-decoration: none;
}

h1 {
    margin:0;
    font-size:3em;
    font-family: "DK Mandarin Whispers";
    font-weight: 200;
    letter-spacing: 1px;
    color: #FF4465;
    text-align: center;
    margin-bottom: 40px;
}

h2{
  margin:0;
    font-size:2em;
    font-family: Nunito;
    font-weight: 400;
    color: #FF4465;
}

p{
    color:#54595f;
    font-weight: 300;
    margin: 0px;
}

ul li{
    list-style: none;
    font-size:17px;
    font-family: "nunito";
    font-weight: 400;
}

header{
    box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, .2);
}

header .container{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
    height: 100px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    color: #E5007D;
    text-align: center;
}

header img{
    height: 50px;
}

.burger {
    width: 30px;
    height: 20px;
    position: relative;
    border: none;  
    background: none;
}
.burger span {
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #E5007D;;
    position: absolute;
    transition: all .5s ease-in-out;
}
.burger span:nth-child(1) {
    top: 0;
    left: 0;
}
.burger span:nth-child(2) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.burger span:nth-child(3) {
    bottom: 0;
    left: 0;
}

.burger.close span:nth-child(1) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.burger.close span:nth-child(2) {
    width: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.burger.close span:nth-child(3) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-225deg);
}

.menu {
    position: absolute;
    width: 100%;
    top: 101px;
    left: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
    background-color: #F9F9F9;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.menu.hidden {
    display: none;
}

.menu li{
    width: 100%;
    display: inline-block;
    color: #707070;
    padding : 5px;
    border-bottom: solid 1px #EDEDED;
    list-style: none;
}

.menu li a{
    color: #E5007D;
    font-weight: 400;
    font-family: 'Nunito';
    font-size: 15px;
    transform: none;
    display: block;
    position: relative;
}

.menu li a:hover{
    color: #E5007D;
}

/* MAIN */
main .container{
    display: flex;
    flex-direction: column;
    align-items: center;  
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}

/* BLOC PHOTO + LISTE*/


.container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
    margin-bottom: 40px;
}

.contenu {
    width: 100%;
    max-width: 100%;
}

.retour {
    display: inline-block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: -30px;
}
.retour img{
    width: 35px;
}

.bloc {
    width: 100%;
}

#left {
    float: left;
    width:50%;
    font-size: 15px;
}

#left ul {
    width: 100%;
    padding: 0;
}

#left ul li {
    margin: 10px 10px;
    display: inline-block;
}

#left ul li span {
    color:#FF4465;
}

#left ul img {
    width:35px;
    object-fit: contain;
}

#right {
    float: left;
    width:50%;
}

#right img {
    margin-top: 30px;
    width:100%;
    height:375px;
    border-radius: 100px 100px 250px 100px;
    object-fit: cover;
}

.ustensiles {
    vertical-align: middle;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.listeUstensiles {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.listeUstensiles li {
    list-style: none;
    display: flex;
    flex-direction: row;
    font-size: 17px;
    font-family: Nunito;
    font-weight: 100;
    align-items: center;
}

.listeUstensiles img {
    width: 15%;
    object-fit: contain;
    margin-right: 15px
}


/* céline */

.title{
    margin-bottom: 10px;
    text-align: center;
}

.title img{
    width:100%;
    border-radius: 100px 100px 250px 100px;
}


.infos{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    line-height: 0.1em;
    border-bottom: solid 1px #FF4465;
    vertical-align: middle;
    width: 100%;
}

.preparation{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-left:10px;
}

.preparation li {
    list-style: none;
    display: flex;
    flex-direction:row;
    font-size:1em;
    font-family: "Nunito";
    font-weight: 100;
    align-items: center;
}

.preparation img{
    width: 15%;
    object-fit: contain;
    margin-right: 5px
}

.scores{
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction:row;
    justify-content: space-around;
    padding-right:10px;
}

.scores img{
    width: 50px;
    object-fit: contain;
}

.ingredient{
    text-align: center;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}

.ingredient ul{
    width: 100%;
    padding: 0;
}

.ingredient ul li{
    margin: 50px 10px;
    display: inline-block;
}

.ingredient ul li span{
   color: #FF4465;
}

.ingredient ul img{
    width: 20px;
    object-fit: contain;
}
/*Titre "En cuisine !"*/
.recette{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}
.recette h2 {
    text-align: center;
}

/* Conseils et Astuces*/

.astuces {
    margin-top: -40px;
    width: 100%;
    text-align: center;
    font-family: Nunito;
    margin-bottom: 20px;
}
.astuces span {
    width: 25%;
    margin-right: 5px;
    float: left;
    font-size: 70px;
    text-align: right;
    vertical-align: middle;
}
.conseils {
    float: right;
    width: 70%;
    vertical-align: middle;
}
.conseils h3 {
    font-size: 16px;
    text-align: left;
    color: #000000;
}

.conseils p {
    text-align: left;
    color: black;
}

/* La recette */

.details{
    margin-top: 50px;
    background-image: url(../img/papier-kraft.jpeg);
    margin-bottom: 20px;
    opacity:0.75;
    background-size: cover;
    border-radius: 30px;
}
.details input {
    vertical-align: middle;
    text-align: center;
    float: right;
}


.recette h2{
    padding-bottom: 50px;
}

.recette ul{
    margin-top: -30px;
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.recette ul li span{
    font-size:2em;
    font-family: "Nunito";
    font-weight: 400;
    color: #E5007D;
    margin-right: 20px;
}

.recette ul li {
    display: flex;
    font-size:1em;
    width: 100%;
    background-color: white;
    padding: 10px 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 13px 6px rgba(0, 0, 0, .2);
}
/**/
.details input {
    text-align: right;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
    float: right;
}

.options {
    width: 100%;
    height: 100%;
    text-align: center;
}
.options input{
    text-align: center;
    margin-top: 30px;
    font-size: 40px;
    border: none;
    background-color: none;
    padding-top: 10px;
    padding-right: 10px;
}
/* Pop-up */
.center {
    margin-top: 20px;
    margin-bottom: 20px;
}
.close-btn img {
    width: 18px;
}

.show-btn {
    background: -webkit-linear-gradient(right, #FF4465, #E5007D);
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
    font-weight: 400;
    font-family: Nunito;
    color: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.show-btn .contain {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    width: 410px;
    padding: 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

#show:checked ~ .contain {
    display: block;
    margin-bottom: -369px; /* marge après diffusion du GIF */
}

input[type="checkbox"] {
    display: none;
}


.contain {
    display: none;
    position: relative;
    margin-bottom: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    width: 410px;
    padding: 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.contain .close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 18px;
    cursor: pointer;
}

.contain .text {
    font-size: 35px;
    font-family: Nunito;
    font-weight: 400;
    text-align: center;
    color: #FF4465;
}

.contain form {
    margin-top: -20px;
    margin-bottom: -20px;
}

.contain form .data {
    height: auto;
    width: 100%;
    margin: 40px 0;
}

form .data p {
    font-size: 18px;
    font-family: Nunito;
    text-align: center;
}
form .data img {
    width: 100%;
    text-align: center;
}

form .btn {
    margin: 30px 0;
    height: 45px;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

form .btn .inner {
    height: 100%;
    width: 300%;
    position: absolute;
    left: -100%;
    background: -webkit-linear-gradient(right, #FF4465, #E5007D, #FF4465, #E5007D);
    z-index: -1;
}

form .btn button {
    height: 100%;
    width: 100%;
    background: none;
    border: none;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    font-family: Nunito;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
/*BOUTON SHARE THIS*/

/* BOUTON IMPRESSION */
#impression{
    margin-top: -20px;
    width: 35px;
    margin-right: auto;
}

.full-width {
    margin-top: -50px;
}

.blocApp {
    margin-top: 10px;
    background-image: url(../img/vague1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px; /* Espace entre téléchargez et le footer */ 
    width: 100%;
    height: 300px;
}

.telechargez {
    text-align: center;
    vertical-align: middle;
}

.telechargez h4 {
    color: #FFFFFF;
    font-size: 50px;
    font-family: 'DK Mandarin Whispers';
    vertical-align: middle;
    padding-top: 75px;
    letter-spacing: 2px;
}

.telechargez img {
    margin-top: -20px;
    width: 150px;
    margin-bottom: 25px;
    margin-left: 20px;
}

footer .blocfooter{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin-top:20px;
    padding: 20px;
}

.blocfooter {
    width: 100%;
}

footer .container{
    width: 100%;
    margin-top: 0;     
    padding-top: 10px;     
    padding-left: 10px;     
    padding-right: 10px;     
    align-items: center;
    padding-bottom: 20px;
}  

.reseaux {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
}

.reseaux p{
    color: #FFFFFF;
    font-family: Nunito;
    font-size: 15px;
}

.reseaux input{
    width: 15px;
    margin-right: 20px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.reseaux:hover input {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

.coquille p{
    text-align: center;
    margin-bottom: 20px;
}
.coquille a {
    font-family: Nunito;
    text-decoration: underline;
    color: #E5007D;
}

/*FOOTER NOIR */
footer .full-width {
    margin-top: -30px;
    background-color: #FF4465;
}

footer{
    margin-top: 10px;
    width: 100%;
    background-color: #242424;
    color: #F0F0F0;
    min-height: 500px;
    padding: 10px 0px 0px  0px;
    font-size: 24px;
    line-height: 24px;
}
footer a{
    color: #F0F0F0;
}
.row {
    padding-left: 200px;
    padding-right: 200px;
}

.column {
    padding-top: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

}

.column h5 {
    text-align: center;
    margin-top: 20px;
    margin: 20px;
    float: left;
    color: #FFFFFF;
    font-family: Nunito;
    font-size: 18px;
    padding-left: 0px;
    position: relative;
}

.column ul li {
    display: inline-block;
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
}

.column input {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 150px;
    margin-bottom: 0px;
}

.lien {
    flex-direction: column;
}

.lien input {
    margin-left: 50px;
    margin-top: 15px;
    text-align: center;
}

.lien li {

    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
}
.lien a{
    color: #FFFFFF;
}

.lien a:hover {
    color: #FF4465;
    text-decoration: none;
}

.lien img {
    width:70px;
}

.column {
    float: left;
    width: 25%;
}

footer p {
    font-size: 15px;
    color: #FFFFFF;
    font-family: Nunito;
    padding-bottom: 0px;
    margin-bottom: 8px;
    text-align: center;
}


@media screen and (min-width: 760px){
    
h2{
     text-align: inherit;
    }

.menu.hidden{
    display: flex;
        
    }

.menu{
    background-color: white;
    width: 50%;     
    position: inherit;
    flex-wrap:nowrap;
    justify-content:flex-end;
    }
    
.menu li img{
     width: 20px;
    height: auto;
    object-fit: contain;
    display: inline-block;
    } 
    
.menu li {
    padding: 0 30px;
    border-bottom: none;
     } 

.preparation img{
    width: 20%;
    object-fit: contain;
    margin-right: 5px
    
}
    
.burger{
     display: none;
    }
    
main .container {
    display: flex;
    }
 
.infos{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    line-height: 0.1em;
    border-bottom: solid 1px #FF4465;
    vertical-align: middle;
}

.preparation{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.preparation li {
    list-style: none;
    display: flex;
    flex-direction:row;
    font-size:1em;
    font-family: "Nunito";
    font-weight: 100;
    align-items: center;
}

.preparation img{
    width: 20px;
    object-fit: contain;
    margin-right: 15px
    
}

.scores{
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction:row;
    justify-content: space-around; 
}

.scores img{
    width: 100px;
    object-fit: contain;
}
    

.ingredient{
    text-align: inherit;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.ingredient ul{
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column ;
    flex-wrap: wrap;
}

.ingredient ul li{
    font-size: 1.8em;
}

.ingredient ul li span{
   color: #FF4465;
}

.ingredient ul img{
    width: 40px;
    object-fit: contain;
}
    

.recette ul li {
    width: 80%;
    background-color: white;
    padding: 30px 70px;
    font-size: 1.5em;
}
    
footer .container{
    width: 100%;
    margin-top: 0;     
    align-items: center;
    padding-bottom: 20px;
    display: flex;
}  

#first {
    width: 100%;
    display: flex;
    flex-direction: row;
    text-align: inherit;
    justify-content: flex-start;
    align-items: flex-start;
}
#first section {
    display: flex;
    width: 100%;
    flex-direction: column;
}
#second {
    width: 100%;
    text-align: center;
}

.download img{
    width: 150px;
}

.stores{
    width: 45%;
    display: flex;
    justify-content:flex-end;
    margin-top:-50px;
}

.stores img{
    margin-right: 10px; 
    width: 100px;
    z-index: 999;
}

}