*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
*:focus{
	outline: none;
}
body{
	background: #ecf0f1;
	position: relative;
	overflow-x: hidden;
}
.container{
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
header{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 65vh;
	padding-top: 50px;
}
.justify-center {
	justify-content: center;
}
.main-header{
	background: rgb(25, 29, 52) fixed top center;
}
.header-container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-container .logo{
	width: 70px;
	padding: 10px;
	border-radius: 100%;
}
.header-container .logo img{
	width: 100%;
}
.header-container .nav > ul{
	display: flex;
	align-items: center;
	z-index: 1;
}
.header-container .nav > ul > li{
	font-family: "Nunito", sans-serif;
	color: #fff;
	font-size: 11pt;
	position: relative;
	list-style: none;
}
.header-container .nav > ul > li > a{
	color: #fff;
	text-decoration: none;
	border-radius: 20px;
	cursor: pointer;
	padding: 7px 15px;
	transition: all .3s;
}
.social{
	padding: 5px;
}
.header-container .nav > ul > li > a:hover{
	background: #fff;
	color: #000;
	box-shadow: 0 0 10px 0 rgba(255, 255, 255, .4);
}
.header-container .nav > ul > li > ul {
	background: #fff;
	color: #000;
	padding: 20px;
	display: none;
	position: absolute;
	top: 35px;
	width: 200px;
	border-radius: 7px;
}
.header-container .nav > ul > li:hover > ul{
	display: block;
}
.header-container .nav > ul > li > ul :after {
	bottom: 100%;
	left: 15%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}
.header-container .nav > ul > li > ul > li{
	width: 100%;
	list-style: none;
	padding: 5px;
	transition: all .3s;
	border-radius: 7px;
	cursor: pointer;
}
.header-container .nav > ul > li > ul > li:hover{
	color: #fff;
	background: #000;
}
.hamburger {
	display: none;
}

.bar {
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #ffffff;
}
.absolute-container{
	position: absolute;
	top: 38vh;
	width: 100vw;
}
section{
	background: #fff;
	border-radius: 30px;
	margin-bottom: 40px;
	padding: 50px;
	margin: 40px auto;
	margin-top: 0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0);
}
.film-container{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: nowrap;
}
.film-poster, .film-infos{
	width: 50%;
}
.film-poster img{
	width: 350px;
	border-radius: 5px;
}
.title-infos{
	margin-bottom: 30px;
}
.title-infos h1, .resume h1, .comments h1{
	line-height: 1.5em;
	font-size: 45px;
	font-family: "Montserrat", sans-serif;
	color: #3d3d3d;
}
.title-infos h2{
	font-family: "Nunito", sans-serif;
	color: #8d8d8d;
}
.note{
	font-family: "Nunito", sans-serif;
	color: #8d8d8d;
	display: flex;
	align-items: center;
	margin: 10px 0;
}
.aligned-stars{
	color: #bdc3c7;
	margin-left: 5px;
}
.yellow-star{
	color: #fbc531;
}
.diverses-infos{
	font-family: "Nunito", sans-serif;
	line-height: 1.5em;
	color: #8d8d8d;
}
.strong{
	color: #3d3d3d;
	font-weight: bold;
}
.resume{
	margin-top: 40px;
}
.resume h1, .comments h1{
	font-size: 35px;
	margin-bottom: 20px;
}
.resume p{
	font-family: "Nunito", sans-serif;
	text-align: justify;
	line-height: 1.5em;
	color: #8d8d8d;
	font-size: 14pt;
}
.read-us{
	margin: 40px;
	text-align: center;
}
.read-us-button {
	background: rgb(171,62,68);
	padding: 15px 30px;
	font-family: "Nunito", sans-serif;
	font-size: 10pt;
	border: none;
	cursor: pointer;
	box-shadow: 0 10px 30px 0 rgba(171,62,68,.5);
	color: #fff;
	border-radius: 40px;
	transition: all .3s;
	text-decoration: none;
}
.read-us .read-us-button:hover .infos-film-small-container {
	display: flex;
}
.a-comment{
	margin: 40px 0;
	display: flex;
	align-items: flex-start;
}
.avatar-comment{
	flex: 0 0 10%;
	margin-right: 20px;
}
.avatar-comment img{
	width: 100%;
	border-radius: 100%;
}
.content-comment{
	background: #ecf0f1;
	padding: 20px;
	border-radius: 5px;
	position: relative;
}
.content-comment h3{
	font-family: "Montserrat", sans-serif;
	color: #3d3d3d;
	font-size: 25px;
	line-height: 1.5em;
}
.content-comment p{
	margin: 10px 0;
	font-size: 17px;
	font-family: "Nunito", sans-serif;
	line-height: 1.5em;
	color: #8d8d8d;
}
.date-comment{
	color: #8d8d8d;
	font-family: "Nunito", sans-serif;
	font-size: 15px;
	font-weight: 300;
}
.content-comment:after {
	right: 100%;
	top: 50px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(236, 240, 241, 0);
	border-right-color: #ecf0f1;
	border-width: 10px;
	margin-top: -10px;
}
.new-comment h2{
	font-family: "Montserrat", sans-serif;
	color: #3d3d3d;
	font-size: 25px;
	line-height: 1.5em;
}
.new-comment-holder{
	display: flex;
	align-items: flex-end;
	margin: 30px 0;
	justify-content: space-between;
}
.new-comment-holder textarea{
	flex: 0 0 85%;
	padding: 10px;
	font-family: "Nunito", sans-serif;
	font-size: 17px;
	border: 2px solid #ecf0f1;
	border-radius: 10px;
	resize: none;
	color: #8d8d8d;
	height: 100px;
	transition: all .3s;
}
.new-comment-holder textarea:focus{
	border: 2px solid rgb(171,62,68);
}
.new-comment-holder input{
	background: rgb(171,62,68);
	padding: 15px 30px;
	font-family: "Nunito", sans-serif;
	font-size: 10pt;
	border: none;
	cursor: pointer;
	box-shadow: 0 10px 30px 0 rgba(171,62,68,.5);
	color: #fff;
	border-radius: 40px;
	transition: all .3s;
}

/* Page de critique */

.critique {
	font-family: "Nunito", sans-serif;
}
.critique p, .critique a{
	font-family: "Nunito", sans-serif;
	text-align: justify;
    line-height: 1.5em;
    color: #8d8d8d;
    font-size: 14pt;
	word-break: break-word;
}

.critique a {
	margin-left: 0;
}

.title-critique, .title-interview{
	text-align: center;
}
.title-critique h1, .title-interview h1{
	font-family: "Montserrat", sans-serif;
	font-size: 25pt;
	color: #3d3d3d;
}
.written-by{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px;
}
.logo-container {
	width: 70px;
	padding: 10px;
	background: #fff;
	border-radius: 100%;
}
.written-by p{
	font-family: "Nunito", sans-serif;
    line-height: 1.5em;
    color: #8d8d8d;
    margin-left: 15px;
    font-size: 14pt;
}
.paragraph{
	text-align: left;
}
.written-by h5{
	font-family: "Nunito", sans-serif;
    line-height: 1.5em;
    color: #8d8d8d;
    margin-left: 15px;
    font-size: 11pt;
}
.img-critique{
	margin: 50px 0;
	text-align: center;
	font-size: 11pt;
}

.img-critique img {
	max-width: 90%;
}

.img-critique p {
	font-size: 11pt;
	text-align: center;
}
.critique-special-read{
	position: relative;
}
.infos-film-small-container{
	position: absolute;
	z-index: 9999;
	bottom: 60px;
	text-align: center;
	justify-content: center;
	width: 100%;
	display: none;
}
.infos-film-small{
	position: relative;
	width: 400px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	padding: 10px;
	border-radius: 10px;
	display: flex;
	align-items: center;
}
.infos-film-small img{
	width: 150px;
	border-radius: 5px;
}
.infos-film-small-flex{
	font-family: "Nunito", sans-serif;
	font-size: 15pt;
	text-align: left;
	margin-left: 20px;
	color: #8d8d8d;
}
.infos-film-small-flex h3{
	margin: 10px 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	color: #3d3d3d;
	font-size: 20pt;
}
.infos-film-small:after, .infos-film-small:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.infos-film-small:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.infos-film-small:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: rgba(0,0,0,.2);
	border-width: 11px;
	margin-left: -11px;
}
/* Flex */
.flex{
	display: flex;
}
.part-flex{
	flex: 0 0 50vw;
	text-align: center;
	background: #fff;
}
.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.img-connect{
	background: url('../img/background-test.jpeg');
}
.connect-form{
	text-align: left;
	width: 400px;
	font-family: "Nunito", sans-serif;
	margin: 70px auto 30px;
}
.connect-form label{
	display: block;
	font-size: 10pt;
	color: #8d8d8d;
	margin-bottom: 10px;
}
.container-connect img, .container-404-infos img {
	margin-bottom: 30px;
}
.container-connect h1, .container-404-infos h1{
	line-height: 1.5em;
	font-size: 45px;
	font-family: "Montserrat", sans-serif;
	color: #3d3d3d;
}
.connect-form input{
	width: 100%;
	margin-bottom: 40px;
	padding: 10px;
	font-family: "Nunito", sans-serif;
	font-size: 17px;
	border: 2px solid #ecf0f1;
	border-radius: 10px;
	resize: none;
	color: #8d8d8d;
	transition: all .3s;
}
.connect-form input:focus{
	border: 2px solid rgb(171,62,68);
}
.button-send-form input{
	background: rgb(171,62,68);
	padding: 15px 30px;
	font-family: "Nunito", sans-serif;
	font-size: 10pt;
	border: none;
	cursor: pointer;
	box-shadow: 0 10px 30px 0 rgba(171,62,68,.5);
	color: #fff;
	border-radius: 40px;
	transition: all .3s;
}
/* Error pages */
.img-404 {
	background: url('/../img/error/seul-au-monde.jpg') no-repeat fixed center;
}
.background-img {
	height: 100vh;
	background-size: cover;
}
.infos-grey {
	font-family: "Nunito", sans-serif;
	line-height: 1.5em;
	color: #8d8d8d;
	margin-left: 15px;
	font-size: 14pt;
}
.redirect-home{
	text-decoration: none;
	font-size: 14pt;
}
.main-title{
	text-align: center;
	margin-bottom: 50px;
}
.main-title h1{
	line-height: 1.5em;
	font-size: 45px;
	font-family: "Montserrat", sans-serif;
	color: #3d3d3d;
}
.main-title p{
	font-family: "Nunito", sans-serif;
	color: #8d8d8d;
	margin: 10px 0 10px 0;
}
.secondary-title{
	font-size: 30px;
	font-family: "Montserrat", sans-serif;
	color: #3d3d3d;
}
.critiques{
	margin: 30px 0;
}
.title-sub{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.critiques h2{
	line-height: 1.5em;
	font-size: 30px;
	font-family: "Montserrat", sans-serif;
	color: #3d3d3d;
}
.more a{
	font-family: "Nunito", sans-serif;
	font-size: 14pt;
	text-decoration: none;
	transition: all .3s;
	padding: 5px 10px;
	border-radius: 20px;
	background: transparent;
	color: rgb(171,62,68);
}
.more a:hover{
	color: #fff;
	background: rgb(171,62,68);
}
.join-us {
	margin: 20px;
}
.critiques-wrapper, .articles-wrapper{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.a-critique, .a-article{
	padding: 10px 10px 10px 10px;
}
.a-article {
	width: 275px;
	height: 200px;
}
.a-critique img, .news-item-thumbnail img {
	width: 180px;
	height: 270px;
	border-radius: 8px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0);
	cursor: pointer;
	transition: all .2s ease-in-out;
}
.a-article img{
	width: 100%;
	height: 100%;
	border-radius: 8px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0);
	cursor: pointer;
	transition: all .2s ease-in-out;
}
.news-item {
	display: flex;
	align-items: center;
	margin: 10px 0 10px 0;
	font-family: "Nunito", sans-serif;
	line-height: 1.5em;
}
.news-card a {
	max-width: 50%;
}
.news-item-thumbnail {
	margin-right: 10px;
}
.news-item-thumbnail img {
	width: 280px;
	height: 180px;
}
.news-item-content {
	width: 100%;
	text-align: center;
}
.news-item-content h3 {
	margin: 10px 0;
}
.news-item-content .more {
	margin: 20px 0;
}
.news-item-content p {
	text-align: left;
	margin-left: 10px;
}
.news-item-content .news-date {
	text-align: right;
	font-weight: bold;
}
.a-critique img:hover, .a-article img:hover, .news-item-thumbnail img:hover {
	transform: scale(1.1);
}
.pagination {
	text-align: center;
}
.pagination a {
	font-family: "Nunito", sans-serif;
	font-size: 15pt;
	text-decoration: none;
	transition: all .3s;
	padding: 5px 10px;
	border-radius: 20px;
	background: transparent;
	color: rgb(171,62,68);
}
.pagination .active {
	color: #fff;
	background: rgb(171,62,68);
}
.pagination a:hover {
	color: #fff;
	background: rgb(171,62,68);
}
.footer{
	width: 100%;
	margin: 20px auto;
	background: #ecf0f1;
	padding: 30px;
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.copyright{
	color: #8d8d8d;
	font-family: "Nunito", sans-serif;
}
.copyright a, .social a{
	color: rgb(171,62,68);
	text-decoration: none;
}
.find-us{
	font-family: "Nunito", sans-serif;
	color: #8d8d8d;
	text-align: center;
}
.find-us ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
	font-size: 14pt;
	transition: all .3s;
	cursor: pointer;
}
.find-us ul li:hover{
	color: rgb(171,62,68);
}
.team-title{
	color: #8d8d8d;
}
.team-holder{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.team{
	flex: 0 0 30%;
	padding: 20px;
	border-radius: 10px;
	margin: 20px 0;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}
.center-team{
	text-align: center;
	margin-bottom: 30px;
}
.center-team img, .team-member img{
	margin-bottom: 10px;
	width: 100px;
	height: 100px;
	border: 2px solid #fff;
	border-radius: 100%;
}
.center-team h3{
	color: #fff;
	font-family: "Montserrat", sans-serif;
}
.center-team h3 a {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
}
.team p{
	font-family: "Nunito", sans-serif;
	color: #FFFFFF;
}
.team:nth-of-type(1), .team:nth-of-type(16){
	background: linear-gradient(to right bottom, rgb(59,242,157), rgb(34,181,226));
}
.team:nth-of-type(2), .team:nth-of-type(17){
	background: linear-gradient(to right bottom, rgb(253,137,100), rgb(252,52,144));
}
.team:nth-of-type(3), .team:nth-of-type(18){
	background: linear-gradient(135deg,#6E8EFB,#A777E3);
}
.team:nth-of-type(4), .team:nth-of-type(19){
	background: linear-gradient(to right bottom, rgb(254, 195, 63), rgb(253, 115, 34));
}
.team:nth-of-type(5), .team:nth-of-type(20){
	background: linear-gradient(to right bottom, rgb(218, 113, 137), rgb(231, 54, 95));
}
.team:nth-of-type(6), .team:nth-of-type(21){
	background: linear-gradient(to right bottom, rgb(190, 218, 113), rgb(40, 189, 79));
}
.team:nth-of-type(7), .team:nth-of-type(22){
	background: linear-gradient(135deg,#D8E015,#F48731);
}
.team:nth-of-type(8), .team:nth-of-type(23){
	background: linear-gradient(135deg,#6253E1,#04BEFE);;
}
.team:nth-of-type(9), .team:nth-of-type(24){
	background: linear-gradient(135deg,#D20B54,#FFB894);
}
.team:nth-of-type(10), .team:nth-of-type(25){
	background: linear-gradient(135deg,#B1EA4D,#459522);
}
.team:nth-of-type(11), .team:nth-of-type(26){
	background: linear-gradient(135deg,#F54EA2,#FF7676);
}
.team:nth-of-type(12), .team:nth-of-type(27){
	background: linear-gradient(135deg,#00A8C5,#D9E021);
}
.team:nth-of-type(13), .team:nth-of-type(28){
	background: linear-gradient(135deg,#FD6E6A,#FFC600);
}
.team:nth-of-type(14), .team:nth-of-type(29){
	background: linear-gradient(135deg,#1a2980, #26d0ce);
}
.team:nth-of-type(15), .team:nth-of-type(30){
	background: linear-gradient(135deg,#b993d6, #8ca6db);
}
.flex-link{
	display: flex;
	justify-content: space-around;
	margin: 100px;
}
.flex-link li{
	list-style: none;
	transition: all .3s;
	font-size: 50pt;
	cursor: pointer;
	opacity: .2;
}
.flex-link li:hover{
	opacity: .8;
}
.interview-holder{
	width: 100%;
	margin: 30px 0;
	font-size: 14pt;
	text-align: justify;
}
.avatar-presentation-interview{
	text-align: center;
}
.avatar-presentation-interview img{
	width: 35%;
	border-radius: 100%;
}
.avatar-presentation-interview h2{
	line-height: 1.5em;
	font-size: 30px;
	font-family: "Montserrat", sans-serif;
	color: #3d3d3d;
	margin-top: 15px;
}
.avatar-presentation-interview p{
	text-align: justify;
	font-family: "Nunito", sans-serif;
	color: #8d8d8d;
	font-size: 14pt;
	margin: 10px;
}
.interview-content {
	margin: 30px 0 30px 0;
}
.interviewer-speak{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.interviewer-speak img, .invite-speak img{
	width: 50px;
	border-radius: 100%;
}
.interviewer-speak p{
	font-family: "Nunito", sans-serif;
	color: #3d3d3d;
	margin-left: 20px;
	font-weight: bolder;
}
.invite-speak{
	display: flex;
	align-items: flex-start;
}
.invite-speak p{
	font-family: "Nunito", sans-serif;
	color: #8d8d8d;
	margin-left: 20px;
}
.img-interview{
	margin: 40px 0;
	display: flex;
	justify-content: center;
}
.img-interview img{
	width: 70%;
	border-radius: 5px;
}
.end-interview{
	background: #ecf0f1;
	display: flex;
	padding: 15px;
	border-radius: 10px;
	align-items: center;
	color: #8d8d8d;
	font-family: "Nunito", sans-serif;
}
.end-interview p{
	margin-left: 10px;
}
.an-interview{
	padding: 10px;
	width: 100%;
	border-bottom: 1px solid #ecf0f1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
	background: transparent;
	transition: all .3s;
	cursor: pointer;
}
.an-interview:hover{
	background: #ecf0f1;
}
.an-interview p{
	color: #8d8d8d;
	font-family: "Nunito", sans-serif;
}
.left-interview-liste{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex: 0 0 85%;
}
.infos-interview{
	margin-left: 20px;
}
.infos-interview h3{
	font-family: "Montserrat", sans-serif;
	color: #2d2d2d;
}
.left-interview-liste img{
	border-radius: 100%;
	width: 100px;
}
.right-interview-liste{
	text-align: right;
}

.product-card {
	text-align: center;
}

.product-card img {
	width: 350px;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0);
}

.product-card h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	color: #3d3d3d;
	margin: 15px 0 15px 0;
}

.no-scroll {
	overflow: hidden;
	height:100%;
}

/*Smartphones (portrait and landscape)*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	header {
		height: 20vh;
		background-attachment: unset;
		background-position: unset;
	}

	.header-container .nav > ul {
		overflow: auto;
		flex-direction: column;
		justify-content: space-around;
		position: fixed;
		right: -100%;
		top: 8rem;
		bottom: 0;
		width: 100%;
		background-color: rgb(25 30 51);
		border-radius: 10px;
		text-align: center;
		transition: 0.3s;
		box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
	}

	.header-container .nav > ul.active {
		right: 0;
	}

	.header-container .nav > ul > li > a {
		color: #ffffff;
	}


	.hamburger {
		display: block;
		cursor: pointer;
	}

	.hamburger.active .bar:nth-child(2) {
		opacity: 0;
	}

	.hamburger.active .bar:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}

	.hamburger.active .bar:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}

	.absolute-container {
		top: 20vh;
	}

	.container {
		max-width: 100vw;
	}

	section {
		padding: 15px;
	}

	.main-title h1 {
		font-size: 35px;
	}

	.critiques h2 {
		font-size: 25px;
		text-align: center;
	}

	.title-sub .more a {
		font-size: 16pt;
	}

	.title-sub {
		flex-direction: column;
	}

	.more {
		padding-top: 20px
	}

	.critiques-wrapper, .articles-wrapper {
		justify-content: space-evenly;
	}

	.a-critique img {
		width: 225px;
		height: 325px;
	}

	.film-container {
		flex-direction: column;
	}

	.film-poster {
		display: flex;
		justify-content: center;
	}

	.film-poster, .film-infos {
		width: 100%;
	}

	.title-infos {
		text-align: center;
	}

	.title-infos h2 {
		font-size: 15pt;
	}

	.resume h1 {
		text-align: center;
	}

	.team-holder {
		justify-content: center;
	}

	.team {
		flex: 0 0 75%;
		min-height: 40vh;
	}

	.news-item {
		flex-direction: column;
	}

	.footer {
		flex-direction: column-reverse;
		line-height: 2em;
	}
}
