body
{
	font-family: sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: #444;
	max-width: 1920px;
}

.title
{
	color: #e41612;
}

/* ----------------------- LANDING ----------------------- */
.body__landing
{
	background-color: #121212;
	color: #FFF;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	animation: content_reveal 0.5s ease-in;
}

/* HEADER */
.header
{
	margin: 0% 5%;
	margin-top: 15%;
}

.container__logo
{
	width: 65%;
	margin: 0 auto;
}

.logo
{
	width: 100%;
}

/* SECTION 1 */
.section__intro
{
	margin: 15% 5%;
	margin-bottom: 20%;
}

.title__1
{
	font-size: 24px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	margin: 0;
	margin-bottom: 10%;
}

.subtitle
{
	font-weight: 200;
	font-size: 16px;
}

.container__link--movies
{
	margin-top: 20%;
}

.link__movies
{
	color: #121212;
	text-decoration: none;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
}

.container__link--flex
{
	display: flex;
	align-items: center;
	background-color: #FFE232;
	border-radius: 5px;
	justify-content: center;
	padding: 10px 20px;
}

.icone__drink
{
	width: 20px;
	margin-bottom: 5px;
	margin-right: 4%;
}

.link__paragraphe
{
	margin: 0;
	margin-top: 2px;
}

/* SECTION 2 */
.section
{
	background-color: #FFF;
	color: #121212;
	padding: 0% 5%;
	padding-top: 15%;
	margin-top: -1px;
}

.title__2
{
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	margin: 0;
	font-size: 20px;
	margin-bottom: 10%;
}

.paragraphe
{
	margin-bottom: 0;
}

/* SECTION 3 */
.list
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.list__el--img
{
	width: 15%;
}

.img
{
	width: 100%;
}

/* SECTION 5 */
.section__4
{
	padding-bottom: 15%;
}

/* SECTION 6 */
.section__5
{
	margin: 15% 5%;
}

/* FOOTER */
.footer
{
	font-size: 14px;
	margin: 5%;
}

.form__input
{
	background-color: transparent;
	color: #FFF;
	border: solid #FFF 2px;
	padding: 8px;
	border-radius: 5px;
	width: 80%;
	margin: 5% 0%;
	margin-bottom: 10%;
	outline: none;
}

.form__textarea
{
	background-color: transparent;
	color: #FFF;
	border: solid #FFF 2px;
	border-radius: 5px;
	width: 80%;
	height: 100px;
	margin: 5% 0%;
	margin-bottom: 10%;
	padding: 8px;
	outline: none;
}

.label
{
	display: block;
}

.form__btn
{
	background-color: #FFE232;
	font-family: "Poppins";
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	padding: 10px 20px;
	border: solid #FFE232 2px;
	border-radius: 5px;
}




.footer__link
{
	color: #FFF;
}

/* CONTACT PHP */

.container__message{
	display: table-cell;
    height: 80vh;
	width: 100vw;
    vertical-align: middle;
}

.title__1--contact{
	color: #121212;
    font-size: 30px;
    font-family: 'Poppins';
	font-weight: 500;
    text-align: center;
}

.body__contact{
	background-color: #FFE232;
	animation: content_reveal 0.5s ease-in;
    color: #000;
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
	margin: 5%;
}

.container__sante{
	width: 70px;
	display: block;
    margin: 0 auto;
	margin-bottom: 15%;
}

.sante{
	width: 100%;
}

/* ----------------------- WEB APP ACCUEIL ----------------------- */

.retour{
	background-image: url("../assets/images/retour.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 30px;
	top: 25px;
	width: 35px;
    height: 35px;
}


.none{
	display: none;
}

.block{
	display: block;
}


.animation
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.section__hide
{
	display: none;
}

body[data-page="accueil"] .section--accueil
{
	display: block;
}

body[data-page="recherche"] .section--recherche
{
	display: block;
}

body[data-page="movilist"] .section--movilist
{
	display: block;
}

@keyframes content_reveal {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.body__app
{
	animation: content_reveal 0.5s ease-in;
	background-color: #121212;
	color: #000;
	font-size: 18px;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-family: "Montserrat", sans-serif;
}

.section__app
{
	margin: 5%;
}

.movilist__list--el{
	margin: 0 4px;
	width: 30%;
}

.link__index
{
	display: block;
    text-align: center;
	margin: 15% 0;
	margin-top: 10%;
}

.logo__app
{
	width: 50%;
}


.select
{
	padding: 5px;
	font-family: 'Montserrat';
	font-weight: 500;
	background-color: #121212;
	color: #fff;
	border-radius: 5px;
    border: solid 2px #292929;
	padding: 10px 15px;
	margin-bottom: 5%;
	font-size: 14px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.footer__app
{
	z-index: 99;
	position: fixed;
	width: 100%;
	bottom: 0;
}

.menu__list
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around;
}

.nav__img
{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
}

.nav__accueil
{
	background-image: url("../assets/images/home.svg");
}

.nav__accueil--actif
{
	background-image: url("../assets/images/home-actif.svg");
}

.nav__recherche
{
	background-image: url("../assets/images/search1.svg");
}

.nav__recherche--actif
{
	background-image: url("../assets/images/search1-actif.svg");
}

.nav__movilist
{
	background-image: url("../assets/images/movilist.svg");
}

.nav__movilist--actif
{
	background-image: url("../assets/images/movilist-actif.svg");
}

.nav__link
{
	color: #818181;
	text-decoration: none;
}



.nav__p
{
	font-size: 12px;
	text-align: center;
	margin-bottom: 0;
	font-weight: 600;
}

.nav
{
	background-color: #292929;
	padding: 5% 0;
}

.movies__list
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 20%;
}

.movies__list--el
{
	width: 30%;
	margin: 0 4px;
	margin-bottom: 5%;
}



.affiches
{
	width: 100%;
	border-radius: 5px;
}




/* ----------------------- WEB APP RECETTES ----------------------- */

.body__recettes
{
	animation: content_reveal 0.5s ease-in;
	background-color: #121212;
	color: #FFF;
	margin: 0;
	padding: 0;
	line-height: 1.3;
	font-family: "Montserrat", sans-serif;
}

.title__1--recette
{
	margin: 0;
	font-size: 25px;
}

.subtitle__recette
{
	margin: 0;
	margin: 3% 0;
	font-size: 18px;
}

.contexte
{
	margin: 0;
	margin: 10% 0;
	font-size: 16px;
	font-weight: 300;
}

.scene__img
{
	width: 100%;
}

.container__scene
{
	width: 100%;
}

.container__recette
{
	margin: 5%;
}

.movies__prepa{
	margin: 0;
    padding: 0;
    margin: 10% 5%;
    font-size: 16px;
}

.movies__prepa--el{
	margin: 15px 0px;
}

.movies__ingredients
{
	margin: 0;
	padding: 0;
	margin: 10% 5%;
	font-size: 16px;
}

.movies__ingredients--el{
	margin: 5px 0px;
}

.hide
{
	display: none;
}


.coeur
{
	background-color: transparent;
	border-color: transparent;
	background-image: url("../assets/images/coeur.svg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	outline: none;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 25px;
}

.coeur__actif
{
	background-image: url("../assets/images/coeur1.svg");
}

.nav__recette
{
	width: 100%;
	z-index: 10;
	border-bottom: solid 0.5px rgb(255 255 255 / 24%);
	height: 50px;
	overflow: hidden;
	position: relative;
}

.ul__recette
{
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 0;
	padding: 0;
}

.li__recette
{
	display:inline-block;
}

.a__recette
{
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}

.ingredient__magic--actif
{
	left: 0;
}

.preparation__magic--actif
{
	left: 50%;
}

.magic-line
{
	border-radius: 2.5px;
	box-shadow: 0 2px 6px 1px rgba(79, 139, 232, 0.39);
	background-color: #FFE232;
	border: solid 2px #FFE232;
	display: inline-block;
	position: absolute;
	width: 50%;
	bottom: 0;
	transition: 0.3s left ease 0s;
	margin: 0;
}

/* PAGE RECHERCHE */
.form__search--el
{
	padding: 20px 10px;
	background-color: #292929;
	z-index: 1;
	border-radius: 5px;
	margin: 10% auto;
}

.search__input
{
	background-color: transparent;
	border: none;
	outline: none;
	color: #FFF;
	font-size: 16px;
	padding: 0 15px;
	padding-top: 3px;
	width: 250px;
}

.recette__hide{
	display: block;
}

.recette__hide2{
	display: none;
}



.noSearch, .noMovies
{
	text-align: center;
	color: #FFE232;
}

.container__noMovies
{
	margin: 45% 10%;
	font-size: 15px;
}

.container__noSearch
{
	margin: 25% 10%;
	font-size: 15px;
}

.container__coeur--b
{
	display: flex;
	justify-content: center;
}

.coeur__brisé
{
	width: 35px;
}

.result__search--el
{
	width: 30%;
	margin: 0 4px;
	margin-bottom: 5%;
}

.result__search
{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 20%;
	list-style: none;
}

.container__input
{
	position: relative;
}

.container__input--el
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	display: flex;
	align-items: center;
}

.loupe
{
	background-image: url("../assets/images/loupe.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
}

.title__2--recherche
{
	color: #FFF;
	margin: 0;
	margin: 10% 0;
	font-size: 20px;
	font-weight: 500;
}

.search__input::placeholder
{
	color: #fff;
	letter-spacing: 1px;
}

/* PAGE MOVILIST */
.movilist__list
{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 20%;
	list-style: none;
}


/* SOURCES */
.body__sources
{
	background-color: #121212;
	color: #FFF;
	font-size: 16px;
	margin: 5%;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.4;
}

.title__1--sources
{
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	margin: 10% 0;
}

.p__sources
{
	font-size: 16px;
	margin: 0;
	font-weight: 400;
}

.title__2--sources
{
	font-size: 22px;
	margin: 0;
	margin: 5% 0;
	font-weight: 500;
}

.list__sources
{
	margin: 0;
	padding: 0;
	margin: 0 6%;
}

.link__sources
{
	color: #FFF;
}

.container__sources
{
	margin-bottom: 10%;
}

.p__ret{
	margin: 0;
	text-transform: uppercase;
    font-weight: 600;
}

.link__ret{
	text-decoration: none;
}

.container__flex--ret{
	width: 150px;
	margin: 5%;
    margin-bottom: 0;
}

.flex__retour{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	border: #FFE232 solid 2px;
	color: #FFE232;
    border-radius: 5px;
	padding: 8px 12px;
	font-size: 15px;
}

/* MEDIA QUERIES */


.logo__hide{
	display: block;
}

.logo__hide2{
	display: none;
}

.container__p--footer{
	display: none;
}

.main__recettes{
	margin-bottom: 25%;
}


/* MOBILE */
@media screen and (min-width: 350px)
{
	.container__logo
	{
		width: 70%;
	}

	.title__1
	{
		font-size: 27px;
	}

	.section__intro
	{
		margin-bottom: 25%;
	}

	.header
	{
		margin-top: 20%;
	}

	.title__2
	{
		font-size: 22px;
	}

	.section
	{
		padding-top: 20%;
	}

	.section__5
	{
		margin: 20% 5%;
	}

	.section__4
	{
		padding-bottom: 20%;
	}

	.form__input
	{
		font-size: 16px;
	}

	.form__textarea
	{
		font-size: 16px;
	}


	.movies__list--el
	{
		width: 47%;
		margin: 0 5px;
		margin-bottom: 5%;
	}



	.movilist__list--el{
		margin: 0 5px;
		width: 47%;
	}

	.logo__app
	{
		width: 55%;
	}

	.select
	{
		font-size: 16px;

	}

	.nav__img
	{
		width: 25px;
		height: 25px;
	}

	.retour
	{
		width: 40px;
		height: 40px;
	}

	.coeur
	{
		height: 35px;
		width: 35px;
	}

	.title__1--recette
	{
		font-size: 35px;
	}

	.subtitle__recette
	{
		font-size: 22px;
	}

	.contexte
	{
		font-size: 18px;
	}

	.a__recette
	{
		font-size: 16px;
	}

	.nav__recette
	{
		height: 60px;
	}

	.movies__prepa{
		font-size: 18px;
	}

	.movies__ingredients
	{
		font-size: 18px;
	}



	.title__2--recherche
	{
		font-size: 25px;
	}

	.form__search--el
	{
		padding: 24px 10px;
	}

	.search__input
	{
		font-size: 18px;
		width: 270px;
	}

	.loupe
	{
		width: 22px;
		height: 22px;
	}

	.container__noSearch
	{
		margin: 40% 10%;
		font-size: 18px;
	}

	.result__search--el
	{
		margin: 0 5px;
		width: 47%;
	}

	.container__noMovies
	{
		margin: 70% 10%;
		font-size: 18px;
	}

	.coeur__brisé
	{
		width: 40px;
	}
}




@media screen and (min-width: 375px)
{
	.title__1
	{
		font-size: 28px;
	}


	.form__input
	{
		font-size: 18px;
		padding: 10px;
		width: 90%;
	}

	.form__textarea
	{
		font-size: 18px;
		padding: 10px;
		width: 90%;
	}
}



@media screen and (min-width: 411px)
{
	.title__1
	{
		font-size: 31px;
	}


	.container__logo
	{
		width: 75%;
	}

	.subtitle
	{
		font-size: 18px;
	}

	.link__movies
	{
		font-size: 18px;
	}

	.container__link--flex
	{
		padding: 14px 20px;
	}

	.icone__drink
	{
		width: 25px;
	}

	.title__2
	{
		font-size: 24px;
	}

	.form__input
	{
		font-size: 20px;
	}

	.form__textarea
	{
		font-size: 20px;
	}

	.movilist__list--el{
		width: 30%;
		margin: 0 6px;
	}



	.movies__list--el
	{
		width: 30%;
		margin: 0 6px;
		margin-bottom: 5%;
	}

	.logo__app
	{
		width: 50%;
	}

	.retour
	{
		width: 35px;
		height: 35px;
	}

	.coeur
	{
		height: 30px;
		width: 30px;
	}

	.container__scene
	{
		margin-top: -5%;
	}

	.title__1--recette
	{
		font-size: 30px;
	}

	.subtitle__recette
	{
		font-size: 20px;
	}

	.nav__recette
	{
		height: 55px;
	}

	.container__noSearch
	{
		margin: 35% 10%;
	}

	.container__noMovies
	{
		margin: 60% 10%;
	}

	.result__search--el
	{
		width: 30%;
	}
}


/* TABLETTE */
@media screen and (min-width: 540px)
{
	.container__link--movies
	{
		width: 90%;
		margin: 0 auto;
		margin-top: 20%;
	}


	.container__logo
	{
		width: 45%;
	}

	.header
	{
		margin-top: 10%;
	}

	.container__paragraphe
	{
		max-width: 90%;
		margin: 0 auto;
	}

	.section__intro
	{
		margin: 10% 5%;
		margin-bottom: 25%;
	}

	.title__1
	{
		font-size: 40px;
		text-align: center;
		margin-bottom: 10%;
	}

	.title__2
	{
		font-size: 30px;
		text-align: center;
		margin-bottom: 15%;
	}

	.list__el
	{
		display: flex;
		justify-content: space-around;
		align-items: center;
		padding-bottom: 10%;
	}

	.list__el--padding
	{
		padding-bottom: 0;
	}

	.list__el--img
	{
		width: 12%;
	}

	.list__el--p
	{
		width: 70%;
	}

	.form
	{
		margin: 0 auto;
	}

	.footer
	{
		font-size: 16px;
	}
}



@media screen and (min-width: 760px)
{
	.title__1--contact{
		width: 70%;
		margin: 0 auto;
		font-size: 35px;
	}

	.container__sante{
		width: 85px;
		margin-bottom: 8%;
	}

	.title__1
	{
		font-size: 50px;
	}



	.container__logo
	{
		width: 55%;
	}

	.header
	{
		margin-top: 8%;
	}

	.container__paragraphe
	{
		max-width: 80%;
	}

	.container__link--movies
	{
		width: 50%;
	}

	.list__el
	{
		justify-content: space-evenly;
	}

	.list__el--p
	{
		width: 50%;
	}

	.title__2
	{
		font-size: 35px;
		margin: 0 auto;
		margin-bottom: 15%;
		width: 80%;
	}

	.logo__app
	{
		width: 30%;
	}



	.select{
		padding: 15px 20px;
		font-size: 18px;
	}

	.movilist__list--el{
		width: 23%;
	}

	.link__index
	{
		margin: 10% 0;
	}

	.nav__img
	{
		width: 30px;
		height: 30px;
	}

	.nav
	{
		padding: 4% 0;
	}

	.retour
	{
		width: 50px;
		height: 50px;
		left: 50px;
		top: 35px;
	}

	.coeur
	{
		width: 40px;
		height: 40px;
		top: 35px;
		right: 50px;
	}

	.title__1--recette
	{
		font-size: 40px;
	}

	.subtitle__recette
	{
		font-size: 25px;
	}

	.contexte
	{
		width: 85%;
		margin: 6% 0;
	}

	.a__recette
	{
		font-size: 20px;
	}

	.nav__recette
	{
		height: 65px;
	}


	.title__2--recherche
	{
		font-size: 30px;
	}

	.search__input
	{
		font-size: 20px;
		width: 350px;
	}

	.loupe
	{
		width: 25px;
		height: 25px;
	}

	.form__search--el
	{
		padding: 30px 10px;
	}

	.container__noSearch
	{
		margin: 25% 20%;
		font-size: 20px;
	}

	.coeur__brisé
	{
		width: 45px;
	}

	.result__search--el
	{
		width: 22%;
	}

	.container__noMovies
	{
		margin: 45% 20%;
	}

	.movies__list--el
	{
		width: 23%;
		margin-bottom: 3%;

	}


	.list__sources
	{
		margin: 0 3%;
	}

	.p__sources
	{
		width: 85%;
	}

	.title__1--sources
	{
		font-size: 40px;
	}

	.title__2--sources
	{
		font-size: 30px;
	}

	.body__sources
	{
		font-size: 18px;
	}

	.p__sources
	{
		font-size: 18px;
	}
}


@media screen and (min-width: 1000px)
{
	.title__1--sources
	{
		margin: 5% 0;
	}

	.p__sources
	{
		width: 50%;
	}

	.list__sources
	{
		margin: 0 2%;
	}
}


@media screen and (min-width: 1020px)
{
	.select
	{
		font-size: 18px;
	}

	.container__sante{
		width: 100px;
		margin-bottom: 10%;
	}

	.title__1--contact{
		font-size: 50px;
	}

}

@media screen and (min-width: 1024px)
{
	.container__logo
	{
		width: 40%;
	}


	.container__link--flex:hover
	{
		background-color: #dabd00;
		transition: 0.3s ease-in-out all;
	}

	.form__btn:hover
	{
		background-color: #dabd00;
		border: solid 2px #dabd00;
		transition: 0.3s ease-in-out all;
		cursor: pointer;
	}

	.header
	{
		margin-top: 10%;
	}

	.title__1
	{
		font-size: 75px;
	}

	.subtitle
	{
		font-size: 20px;
	}

	.container__paragraphe
	{
		max-width: 70%;
	}

	.container__link--movies
	{
		width: 40%;
		margin-top: 15%;
	}

	.link__movies
	{
		font-size: 20px;
	}

	.container__link--flex
	{
		padding: 20px 25px;
		cursor: pointer;
	}

	.title__2
	{
		font-size: 40px;
	}

	.list__el--p
	{
		width: 45%;
	}

	.select{
		cursor: pointer;
	}
}


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

	.li__recette{
		cursor: pointer;
	}

	.img__ret{
		width: 10px;
		margin-right: 10%;
	}

	.subtitle__recette{
		max-width: 80%;
	}

	.flex__coeur{
		display: flex;
		justify-content: flex-start;
	}

	.coeur{
		position: initial;
		width: 30px;
		height: 30px;
	}

	.flex__rec{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.p__span{
		font-weight: 700;
		font-size: 13px;
		text-transform: uppercase;
	}

	.p__acteurs{
		font-size: 15px;
		width: 70%;
	}

	.container__title--desk{
		width: 55%;
		margin: 2% 5%;
		margin-bottom: 0;
		margin-left: 0;
	}

	.subtitle__recette{
		font-size: 24px;
	}

	.title__1--recette{
		font-size: 30px;
		margin-right: 50px;
	}

	.container__scene{
		width: 45%;
		margin: 2% 5%;
		margin-bottom: 0;
	}

	.contexte{
		width: 75%;
	}

	.nav__recette{
		width: 50%;
		height: 45px;
	}

	.movies__ingredients{
		margin: 5%;
	}

	.movies__prepa{
		margin: 5%;
		width: 70%;
	}

	.a__recette{
		font-size: 16px;
	}

	.scene__img{
		border-radius: 5px;
	}

	.recette__hide{
		display: none;
	}

	.recette__hide2{
		display: block;
	}

	.nav__color--actif{
		color: #FFE232;
	}

	.affiches{
		transform: scale(1) translateZ(0px);
		transition-duration: 300ms;
		transition-timing-function: ease-out;
		border-radius: 5px;
		border: 2px solid transparent;
	}


	.affiches:hover{
		transform: scale(1.05) translateZ(0px) translate3d(0px, 0px, 0px);
		transition-duration: 300ms;
		transition-timing-function: ease-out;
		border: 2px solid #FFE232;
	}

	.title__2--recherche{
		margin: 5% 0;
		font-size: 22px;
	}

	.search__input{
		font-size: 16px;
		width: 250px;
	}

	.form__search--el{
		width: 50%;
		margin: 5% 0;
		padding: 24px 10px;
	}

	.container__noMovies{
		margin: 25% 33%;
	}

	.movilist__list--el{
		width: 15%;
	}

	.movilist__list{
		margin-bottom: 0;
	}

	.result__search{
		margin-bottom: 0;
	}

	.container__noSearch{
		margin: 15% 33%;
		font-size: 18px;
	}

	.result__search--el{
		width: 15%;
		margin-bottom: 3%;
	}

	.movies__list--el{
		width: 15%;
		margin-bottom: 3%;
	}

	.movies__list{
		margin-bottom: 0;
	}

	.para__nav{
		margin: 0;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 18px;
	}

	.select{
		padding: 10px 15px;
		font-size: 16px;
	}

	.nav__img{
		width: 25px;
		height: 25px;
	}

	.menu__list--el{
		margin: 10% 0;
	}

	.container__svg--footer{
		width: 30%;
	}

	.container__p--footer{
		width: 70%;
		display: block;
	}

	.nav__flex{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.logo__footer{
		width: 100%;
	}

	.title__1--contact{
		font-size: 40px;
		width: 35%;
	}

	.container__sante{
		width: 60px;
		margin-bottom: 4%;
	}

	.container__message{
		height: 75vh;
	}

	.none{
		display: block;
	}

	.block{
		display: none;
	}

	.header{
		margin-top: 3%;
	}

	.container__logo{
		width: 20%;
	}

	.title__1{
		font-size: 55px;
		margin-bottom: 3%;
	}

	.section__intro{
		width: 80%;
		margin: 4% auto;
		margin-bottom: 10%;
	}


	.container__link--movies{
		margin-top: 6%;
		width: 35%;
	}

	.link__movies{
		font-size: 18px;
	}

	.section{
		padding-top: 10%;
	}

	.title__2{
		margin-bottom: 7%;
	}
	
	.container__paragraphe{
		max-width: 55%;
		text-align: center;
	}

	.list{
		display: flex;
	}

	.list__el{
		justify-content: initial;
		padding-bottom: 0;
		flex-direction: column;
	}

	.list__el--img{
		width: 15%;
		margin-bottom: 5%;
	}

	.list__el--p{
		text-align: center;
		width: 70%;
	}

	.container__subtitle{
		max-width: 55%;
	}

	.section__4{
		padding-bottom: 10%;
	}

	.section__5{

		margin: 10% 5%;

	}

	.form{
		display: flex;
		justify-content: space-around;
	}

	.form__el{
		width: 40%;
	}

	.footer{
		text-align: center;
		margin-bottom: 3%;
	}

	.footer__app{
		width: 20%;
		height: 100vh;
		background-color: #292929;
		display: flex;
		align-items: center;
	}

	.main{
		position: absolute;
		right: 0;
		width: 80%;
	}

	.nav{
		display: flex;
		align-content: space-around;
		height: 30%;
		margin: 0 5%;
	}

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

	.logo__hide{
		display: none;
	}

	.logo__hide2{
		display: block;
	}

	.container__logo--footer{
		width: 80%;
		margin: 0 auto;
		margin-bottom: 40%;
	}

	.container__footer--app{
		height: 90vh;
		margin: 0 5%;
		margin-top: 10%;
	}

	.movies__prepa--el{
		margin: 5px 0px;
	}
}


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

	.container__noSearch{
		margin: 10% 35%;
	}

	.container__noMovies{
		margin: 20% 35%;
	}

	.title__1{
		font-size: 60px;
	}


	.container__logo{
		width: 17%;
	}

	.container__paragraphe{
		max-width: 45%;
	}

	.container__subtitle{
		max-width: 55%;
	}

	.section__intro{
		margin: 3% auto;
		margin-bottom: 10%;
	}

	.container__link--flex{
		padding: 15px 25px;
	}

	.container__link--movies{
		width: 30%;
		margin-top: 8%;
	}

	.header{
		margin-top: 5%;
	}

	.section{
		padding-top: 10%;
	}


	.hide
	{
		display: none;
	}

	.nav{
		margin: 0 10%;
	}

	.container__logo--footer{
		width: 80%;
		margin-bottom: 50%;
	}

	
}





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

	.container__flex--ret{
		width: 200px;
	}

	.coeur{
		width: 40px;
		height: 40px;
	}

	.flex__retour{
		font-size: 20px;
		padding: 15px;
	}

	.p__span{
		font-size: 16px;
	}

	.movies__list--el{
		margin: 0 11px;
	}

	.result__search--el{
		margin: 0 11px;
	}

	.movilist__list--el{
		margin: 0 11px;
	}


	.container__sante{
		width: 95px;
	}

	.title__1--contact{
		font-size: 50px;
	}

	.container__logo{
		width: 20%;
	}



	.title__1{
		font-size: 85px;
		margin-bottom: 5%;
	}

	.subtitle{
		font-size: 22px;
	}

	.container__paragraphe{
		max-width: 35%;
	}

	.container__subtitle{
		max-width: 45%;
	}

	.header{
		margin-top: 3%;
	}

	.container__link--flex{
		padding: 24px 25px;
	}

	.link__movies{
		font-size: 20px;
	}

	.container__link--movies{
		width: 30%;
		margin-top: 6%;
	}

	.list__el--p{
		width: 60%;
	}


	.p__sources
	{
		width: 40%;
	}

	.title__1--sources
	{
		margin: 3% 0;
	}

	.title__2--sources
	{
		margin: 3% 0;
	}

	.list__sources
	{
		margin: 0 1%;
	}

	.container__sources
	{
		margin-bottom: 3%;
	}

	.container__p--footer{
		width: 70%;
	}

	.container__svg--footer{
		width: 20%;
	}

	.nav__img{
		width: 35px;
		height: 35px;
	}

	.select{
		font-size: 20px;
		padding: 15px 20px;
	}

	.nav{
		margin: 0 15%;
	}

	.para__nav{
		font-size: 20px;
	}

	.coeur__brisé{
		width: 50px;
	}

	.container__noSearch{
		margin: 15% 40%;
	}

	.search__input{
		width: 500px;
		font-size: 18px;
	}

	.form__search--el{
		width: 40%;
		padding: 30px 15px;
	}

	.container__noMovies{
		margin: 25% 40%;
	}

	.title__2--recherche{
		font-size: 25px;
	}

	.container__scene{
		width: 60%;
	}

	.container__title--desk{
		width: 40%;
	}

	.title__1--recette{
		font-size: 40px;
	}

	.subtitle__recette{
		font-size: 34px;
		margin: 5% 0;
	}

	.p__acteurs{
		font-size: 18px;
	}

	.contexte{
		font-size: 20px;
		width: 60%;
	}

	.a__recette{
		font-size: 20px;
	}

	.nav__recette{
		width: 55%;
		height: 55px;
	}

	.movies__prepa{
		width: 50%;
	}


	.container__noMovies{
		margin: 20% 40%;
	}

	.container__noSearch{
		margin: 10% 40%;
	}

	.search__input{
		font-size: 20px;
	}

	.title__2--recherche{
		font-size: 30px;
	}

}

