* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	transition: 800ms linear all;
}

body {
	background-image: url("../img/bg/background.png");
	background-size: cover;
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #3a268c;
	color: white;
	font-family: "Gotham";
	font-weight: bold;
	font-style: normal;
	width: 100%;
	transition: 800ms linear all;
}

.ck-content {
	background-color: #3a268c !important;
}

.alert {
	position: absolute;
}

img {
	width: 100%;
	vertical-align: unset;
}

h1,
h3,
h4 {
	font-family: "Warnock Pro";
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

h1 {
	font-size: 97px;
}

h2 {
	font-family: "Gotham-Light";
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}

h3 {
	font-size: 50px;
	margin: 50px 0 20px 0;
}

a,
a:hover {
	color: white;
	text-decoration: none;
}

.lien {
	font-family: "Warnock Pro";
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	font-size: 22px;
	margin-top: 120px;
	display: block;
	position: relative;
	transition: 400ms linear all;
}

.lien:hover {
	opacity: 0.5;
}

.lien::before {
	content: "";
	background-color: white;
	opacity: 0.2;
	width: 30px;
	height: 30px;
	z-index: -1;
	position: absolute;
	top: 1px;
	left: -13px;
	transition: 400ms linear all;
}

.lien:hover::before {
	transform: rotate(90deg) scale(1.1);
}

.big {
	font-size: 45px;
	position: relative;
	width: auto;
}

.big::before {
	top: 13px;
	left: -17px;
	width: 40px;
	height: 40px;
}

p,
.variable-text {
	color: white;
	opacity: 0.8;
	font-family: "Gotham-light", Helvetica, arial;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

.variable-text {
	font-size: 0.875rem;
}

section {
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-repeat: no-repeat;
}

.mg-top {
	margin-top: 150px;
}

.section-lien {
	min-height: 30vh;
}

header nav {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	z-index: 20000;
	position: fixed;
	top: 0;
	right: 0;
	padding: 5px;
	background-color: #fff;
}

nav button {
	color: black;
	width: 120px;
	text-align: right;
}

#menu {
	display: block;
	position: fixed;
	width: 100%;
	min-height: 100vh;
	top: 0;
	left: 0;
	z-index: 3500;
	background-color: #3a268c;
	background-image: url("../img/bg/background-menu.png");
	background-size: cover;
	background-position: center top;
	transition: 250ms linear all;
	display: flex;
	align-items: center;
	justify-content: center;
}

#infos {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background-color: #3a268c;
	background-image: url("../img/bg/background-menu.png");
	background-size: cover;
	background-position: center top;
	display: none;
}

#menu .row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.reseaux-mobile {
	display: none;
	margin-top: 150px;
}

#menu .lien-projets:hover > #menu {
	background-image: url("../img/bg/background-home-portfolio.png");
}

#menu .lien {
	z-index: 5000;
}

#menu .pre-edit .lien {
	margin-left: 30px;
}

#menu .container-fluid {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#show-infos,
.plus,
.moins {
	width: 22px;
}

header nav ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background-color: white;
	padding: 0 20px;
	margin-bottom: 0;
}

header nav ul li {
	list-style-type: none;
	padding: 31px 6px;
}

.logo {
	width: 70px;
	position: relative;
	background-color: white;
	margin: 10px 15px 0 20px;
}

.logo-cd-cine {
	width: 80px;
	margin: 15px 15px 0 0;
}

header nav [type="button"]:not(:disabled),
header nav [type="reset"]:not(:disabled),
header nav [type="submit"]:not(:disabled),
header nav button:not(:disabled) {
	cursor: pointer;
	border: none;
	background: white;
	outline: none;
	display: flex;
	justify-content: flex-end;
	font-size: 16px;
	align-items: center;
}

.icon {
	width: 22px;
	background-color: #c6c6c6;
	transition: 400ms linear all;
}

#show-menu .icon {
	background-color: white;
}

.icon-menu {
	margin-left: 10px;
}

.icon-instagram,
.icon-youtube,
.icon-linkedin,
.icon-git,
.icon-infos,
.icon-zoom-moins,
.icon-zoom-plus,
.icon-darkmode {
	position: relative;
	transition: 400ms linear all;
}

.icon-instagram:hover:after,
.icon-youtube:hover:after,
.icon-linkedin:hover:after,
.icon-git:hover:after,
.icon-infos:hover:after,
.icon-zoom-moins:hover:after,
.icon-zoom-plus:hover:after,
.icon-darkmode:hover:after {
	content: "Instagram";
	width: auto;
	position: absolute;
	bottom: -30px;
	right: calc(50% - 35px);
	font-size: 12px;
	padding: 5px;
	line-height: 10px;
}

.icon-youtube:hover:after {
	content: "Youtube";
	right: calc(50% - 30px);
}

.icon-linkedin:hover:after {
	content: "Linkedin";
	right: calc(50% - 30px);
}

.icon-git:hover:after {
	content: "Github";
	right: calc(50% - 25px);
}

.icon-infos:hover:after {
	content: "Infos";
	right: calc(50% - 20px);
}

.icon-zoom-moins:hover:after {
	content: "Réduire la taille du texte";
	right: calc(50% - 80px);
	width: 180px;
}

.icon-zoom-plus:hover:after {
	content: "Agrandir la taille du texte";
	right: calc(50% - 80px);
	width: 180px;
}

.icon-darkmode:hover:after {
	content: "Mode nuit";
	right: calc(50% - 35px);
	width: 80px;
}

.icon-darkmode {
	width: auto;
}

.icon:hover {
	background-color: #3a268c;
}

.bg-light {
	background-color: white !important;
}

.bg-light a {
	color: black;
	font-family: "Gotham-Light";
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
	font-size: 16px;
}

nav p {
	margin: 0 8px 0 15px;
	display: inline-block;
	line-height: 25px;
}

#home {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 100vh;
	background-image: url("../img/bg/bg-home-accueil.png");
	background-size: 92%;
	background-position: center right;
	background-repeat: no-repeat;
}

#explorer,
#dark-mode {
	background-image: url("../img/bg/background-intro.png");
	background-size: 92%;
	background-position: center right;
	background-repeat: no-repeat;
}

#explorer {
	background-size: 95%;
	background-position: center center;
}

#dark-mode {
	background-image: url("../img/bg/background-look-at-me.png");
}

.citation {
	margin-top: 200px;
}

#home-profil p {
	margin-left: 50px;
}

.cdcine {
	width: 100%;
	max-width: 300px;
	padding: 30px;
	margin: auto;
	display: block;
}

/* Formulaire */
form {
	z-index: 30000 !important;
	flex-direction: column;
}

.sign-in {
	position: relative;
	z-index: 60000;
	background-color: #3a268c;
	background-image: url("../img/bg/background-menu.png");
	background-size: 92%;
	background-position: center left;
	background-repeat: no-repeat;
}

#password-attr {
	display: flex;
}

#togglePassword {
	z-index: 99999999999;
	background: none;
	width: 24px;
	margin-top: 50px;
	margin-left: -34px;
	cursor: pointer;
}

.sign-in form {
	display: flex;
}

.sign-in form input {
	opacity: 1;
	color: white;
	padding: 10px;
	width: 100%;
	border-radius: 10px;
	border: none;
	margin-top: 50px;
}

.sign-in button,
.sign-in button:hover {
	background: none;
	border: none;
	margin: 40px auto 0 auto;
}

::placeholder {
	color: rgba(255, 255, 255, 0.849);
}

.sign-in form .flex {
	align-items: center;
	margin-top: 30px;
}

.sign-in form .lien {
	width: 100px;
	margin: 40px auto 0 auto;
}

.sign-in form .flex input {
	width: 20px;
	margin-top: 0;
	margin-right: 10px;
}

.sign-in form .flex p {
	margin-bottom: 0;
}

.form-contact form {
	width: 100%;
	margin-top: 75px;
}

.form-contact form input,
.form-contact form textarea {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px;
	border: none;
	outline: none;
	color: #fff;
}

.form-contact form textarea {
	min-height: 130px;
	resize: none;
}

.form-contact label {
	display: none;
}

.form-contact .lien {
	margin-top: 30px;
}

#home h1,
#home-portfolio h1 {
	font-size: 97px;
}

#home h1 span,
#home-portfolio h1 span {
	font-size: 131px;
	line-height: 95px;
}

.first-links span {
	display: block;
	font-family: "Gotham-Light";
	font-weight: normal;
	font-size: 11px;
	padding-right: 30px;
	margin-left: 20px;
	opacity: 0.8;
}

.section-lien .big::after {
	content: "Page suivante";
	color: #fff;
	width: auto;
	font-family: "Gotham-Light";
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	position: absolute;
	top: -2px;
	left: -30px;
}

.big span {
	font-size: 13px;
}

#intro {
	background-image: url("../img/photo-profil.png");
	background-size: 25%;
	background-position: 20% center;
	background-repeat: no-repeat;
}

#intro h3,
#inspiration h3,
#profil-page h3,
#competences h3 {
	font-size: 90px;
	width: auto;
	position: relative;
}

#intro h3 {
	margin: 18px 0 20px 0;
}

#competences h3 {
	margin-bottom: 120px;
	margin-top: 350px;
}

#competences .before-competences {
	position: absolute;
	font-size: 16px;
	top: 0px;
	left: 75px;
}

#competences .after-competences {
	position: absolute;
	font-size: 14px;
	bottom: -20px;
	left: 230px;
}

.item-competences .col-md-2,
.item-competences .col-md-10 {
	margin-bottom: 15px;
}

.item-competences .col-md-10 p {
	margin: 8px 0 0 0;
}

.item-competences .col-md-10 .phrase {
	margin-top: 0;
}

.item-passions .col-md-1,
.item-passions .col-md-3 {
	margin-bottom: 125px;
}

.others-passions p {
	text-align: center;
}

#profil-page h3 {
	margin-bottom: 100px;
	margin-top: 80px;
}

#intro h3 span {
	font-size: 30px;
	position: absolute;
	bottom: -20px;
	right: 22%;
}

#inspiration h3 span,
#profil-page h3 span {
	font-size: 23px;
	position: absolute;
	bottom: -5px;
	left: 220px;
}

#profil-page h3 span {
	bottom: -35px;
	left: 180px;
}

#inspiration p {
	width: 80%;
	margin: 50px auto;
}

#intro .text-intro,
#portfolio .text-portfolio {
	margin-left: 20px;
	margin-top: 35px;
}

#intro .lien {
	margin-top: 50px;
}

#home-profil h1 span {
	margin-top: -20px;
	display: block;
}

#portfolio h3 {
	font-size: 90px;
}

#portfolio h3 span {
	font-size: 110px;
	line-height: 85px;
	display: block;
}

#portfolio h4 {
	font-size: 22px;
	text-align: center;
}

#portfolio p {
	margin-bottom: 50px;
}

#portfolio img {
	opacity: 0.3;
	transition: 400ms linear all;
}

#home-portfolio .content-filter-project .lien {
	margin: 60px 40px 60px 40px;
}

#home-portfolio .content-filter-project .lien:first-child {
	margin-left: 0;
}

.content-filter-project {
	display: inherit;
}

#list-projets {
	align-items: flex-start;
	text-align: center;
}

#list-projets h4 {
	font-size: 30px;
}

#list-projets p {
	text-transform: uppercase;
	font-size: 10px;
	margin: 0;
	font-weight: bold;
}

#list-projets .lien,
#home-da-list-projets .blocportfolio .lien,
.home-last-projets .end-content-project .lien {
	margin: 0 0 15px 100%;
	font-size: 28px;
	font-weight: bold;
}

.votreprojets {
	margin-top: 30px;
}

.blocportfolio {
	width: 80%;
	margin: auto;
	margin-top: -110px;
}

#portfolio .blocportfolio {
	margin-top: 0;
}

#portfolio .blocportfolio h4 {
	font-size: 30px;
}

.blocportfolio img,
.blocportfolio .square-project {
	opacity: 0.8;
	transition: 400ms linear all;
}

.blocportfolio .square-project .flex,
.home-view-projet .flex {
	justify-content: center;
	align-items: center;
	height: 100%;
}

.blocportfolio .square-project .flex {
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 160px;
	margin: 0;
	background-color: #3a2b85;
}

#portfolio .blocportfolio .square-project a div p,
.home-view-projet .square-project a .flex p {
	text-transform: uppercase;
	font-size: 10px;
	margin: 0;
	font-weight: bold;
}

.blocportfolio .square-project:hover,
.home-view-projet .square-project:hover {
	opacity: 1;
	transform: scale(1.1);
}

.home-view-projet .square-project a .flex {
	height: 40px;
	width: 160px;
	margin-top: 12px;
	background-color: #3a2b85;
}

#portfolio img:hover {
	opacity: 0.6;
	transform: scale(1.05);
}

#home-portfolio,
#home-faq,
#home-profil,
#home-contact {
	background-image: url("../img/bg/background-home-portfolio.png");
	background-size: 92%;
	background-position: top right;
	background-repeat: no-repeat;
}

.bg-portfolio,
.bg-profil,
.bg-faq,
.bg-contact {
	background-image: url("../img/bg/background-home-portfolio.png");
	background-size: 92%;
	background-position: center right;
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -10000;
	display: none;
}

.bg-profil {
	background-image: url("../img/bg/background-profil.png");
}

.bg-faq {
	background-image: url("../img/bg/background-faq.png");
}

.bg-contact {
	background-image: url("../img/bg/background-contact.png");
}

.lien-projets,
.lien-profil,
.lien-faq,
.lien-contact {
	z-index: 40000;
}

.border-right {
	border-right: 1px solid white;
}

#menu .lien-projets:hover .bg-portfolio,
#menu .lien-profil:hover .bg-profil,
#menu .lien-faq:hover .bg-faq,
#menu .lien-contact:hover .bg-contact {
	display: block;
	transition: 400ms linear all;
}

.home-view-projet {
	background-size: 100%;
	background-position: center right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 70vh;
}

#home-view-projet hr {
	margin-top: 15px;
	margin-bottom: 35px;
}

#home-view-projet p {
	margin-left: 50px;
}

#view-projets {
	padding: 80px 0;
}

video {
	width: 100%;
}

#view-projets p {
	margin-left: 50px;
}

.retour-projet {
	margin-top: -170px;
}

.retour-projet .lien {
	width: 180px;
}

#home-profil {
	background-image: url("../img/bg/background-profil.png");
	background-size: 92%;
	background-position: top right;
	background-repeat: no-repeat;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
	outline: none;
}

.indexe-ou-non {
	text-align: center;
	padding: 20px;
}

.projet-list p {
	margin-bottom: 0;
}

#dark-mode .background {
	background-image: url("../img/bg/background-look-at-me.png");
	background-size: cover;
	background-position: center center;
	background-repeat: repeat-x;
	min-height: 700px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#home-contact {
	background-image: url("../img/bg/background-contact.png");
}

.img-dashboard {
	border-radius: 10px;
	transition: 250ms linear all;
}

.img-dashboard:hover {
	transform: scale(1.05);
}

button {
	border: none;
	background: none;
	color: white;
}

#home-faq {
	background-image: url("../img/bg/background-faq.png");
}

.square-project {
	padding: 0 30px 0 30px;
	margin-bottom: 50px;
	width: calc(100% / 3);
	height: 216px;
	background-repeat: no-repeat;
	background-size: 91%;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 200ms linear all;
}

.square-project a {
	height: 100%;
	width: 100%;
}

.is-checked {
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.eapps-link {
	background-color: none !important;
}

.lien-dashboard p,
.lien-dashboard a {
	color: #3a268c;
}

#home-dashboard h3 {
	font-size: 35px;
	margin: 20px 0;
}

#home-dashboard .audience {
	margin-top: 100px;
}

#dashboard-projets {
	margin-top: 70px;
}

#dashboard-projets h1,
#home-da-list-projets h1 {
	font-size: 80px;
	margin-top: 50px;
}

#home-da-list-projets .blocportfolio {
	margin-top: 20px;
}

.menu-dashboard .icon {
	width: 25px;
}

.before-dashboard .lien {
	margin-top: 0;
}

.before-dashboard {
	margin-bottom: 60px;
}

.create-project {
	color: rgba(255, 255, 255, 0.1);
	border: 1px dashed rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

/* Dashboard */
.menu-dashboard {
	/* background-color: #342177; */
	background-color: #fff;
	position: fixed;
	top: 22px;
	left: 22px;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 20px;
	min-height: 95vh;
	border-radius: 20px;
}

.menu-dashboard .icon {
	width: 60px;
	background: none;
}

.menu-dashboard .icon:hover {
	background-color: #7b51ed43;
}

.menu-dashboard a {
	color: #3a268c;
}

.dashboard-content hr {
	margin-top: 0;
}

.bg-purple {
	background-color: #7743ef;
	padding: 60px 20px 20px 20px;
	border-radius: 20px;
	margin-top: -50px;
}

.img-dashboard .icon {
	width: 80px;
	margin-left: 30px;
	background: none;
}

.projet-list:hover {
	background-color: rgba(255, 255, 255, 0.444);
}

#home-da-list-projets hr {
	margin: 15px auto 50px auto;
}

label {
	display: none;
}

input,
textarea,
select {
	width: 100%;
	border: none;
	padding: 10px 15px;
	border-radius: 5px;
	background-color: #ffffff42;
	color: white;
}

#dashboard-projets p {
	opacity: 0.3;
	margin-bottom: 5px;
}

#dashboard-projets input,
#dashboard-projets textarea {
	margin-bottom: 25px;
}

#editprojet_background {
	background-color: none;
}

select {
	height: 44px;
}

#editprojet_isIndex {
	/* background-color: #af3333; */
	background-color: #25be6a;
	color: white;
}

.bouton-dashboard {
	background-color: white;
	padding: 15px 30px;
	border-radius: 20px;
	color: #3a268c;
}

textarea {
	min-height: 200px;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

hr {
	background-color: rgba(255, 255, 255, 0.678);
	margin: 50px auto;
}

.edit-projet p {
	margin-top: 40px;
	margin-bottom: 10px;
}

.ck-editor__main p {
	opacity: 1;
}

.text-night {
	display: none;
}

/* Mode nuit */
.dark {
	background-color: #191919;
	transition: 800ms linear all;
	background-image: url("../img/bg/dark/background-dark.png");
}

.dark .text-night {
	display: inherit;
}

.dark .text-day {
	display: none;
}

.dark .lien::before {
	background-color: #7b51ed;
	opacity: 0.5;
}

.dark #menu {
	background-color: #0f0f0f;
	background-image: url("../img/bg/dark/background-menu.png");
}

.dark #home {
	background-image: url("../img/bg/dark/dark-background-home.png");
}

.dark #infos {
	background-color: #0f0f0f;
}

.dark #dark-mode {
	background-image: url("../img/bg/dark/background-dark-look-at-me.png");
}

.dark #explorer {
	background-image: url("../img/bg/dark/background-dark-explorer.png");
}

.dark #home-portfolio {
	background-image: url("../img/bg/dark/background-dark-portfolio.png");
}

.dark #home-profil {
	background-image: url("../img/bg/dark/dark-background-profil.png");
}

.dark #home-faq {
	background-image: url("../img/bg/dark/background-dark-faq.png");
}

.dark #home-contact {
	background-image: url("../img/bg/dark/background-dark-contact.png");
}

.dark .bg-portfolio {
	background-image: url("../img/bg/dark/background-dark-portfolio.png");
}

.dark .bg-profil {
	background-image: url("../img/bg/dark/background-dark-profil.png");
}

.dark .bg-faq {
	background-image: url("../img/bg/dark/background-dark-faq.png");
}

.dark .bg-contact {
	background-image: url("../img/bg/dark/background-dark-contact.png");
}

#dark-mode h3 {
	font-size: 95px;
}

#dark-mode label {
	cursor: pointer;
	width: 100%;
}

#dark-mode .at-me {
	font-size: 45px;
	vertical-align: top;
}

#dark-mode .regarde-moi {
	font-family: "Gotham-Light";
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	margin-left: -137px;
}

.modenuit input {
	display: none;
}

.modenuit label {
	margin-bottom: 0;
	display: flex;
}

.switch img:hover {
	cursor: pointer;
}

.accessibilites-mobile {
	display: none;
}

footer {
	margin: 100px 50px 50px 50px;
}

footer hr {
	width: 99%;
}

footer .col-align {
	text-align: right;
}

footer p {
	margin-bottom: 0;
}

footer .logo {
	margin-left: 0;
}

footer .icon,
.icons-page-contact .icon {
	width: 30px;
	margin: 15px;
	background: none;
	opacity: 0.5;
}

.icons-page-contact .icon {
	margin: 0;
}

.icons-page-contact p {
	margin: 5px 5px 0 5px;
}

footer .icon:hover,
.icons-page-contact .icon:hover {
	opacity: 1;
	background: none;
}

footer .flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

footer .flex p {
	font-size: 11px;
}

footer a {
	font-family: "Gotham-Light";
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}

.flex {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-direction: column;
}

.text-contact {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	text-align: left;
}

.alert-danger {
	background-color: #ff000061;
	border-color: #ff000061;
	margin: auto;
	padding: 7px 60px;
}

.alert-success {
	background-color: #0fff1575;
	border-color: #0fff1575;
	margin: auto;
	padding: 7px 60px;
}

.alert ul {
	margin-bottom: 0;
}

::marker {
	font-size: 0;
}

#home-contact a {
	display: inline;
	width: auto;
}

.pre-edit h1 {
	margin-top: 70px;
}

.pre-edit .lien {
	margin: 30px auto;
}

.container-edit-projet select {
	margin-bottom: 20px;
}

.loisirs {
	margin-bottom: 100px;
}

.div-relative {
	position: relative;
}

.div-sticky {
	position: sticky;
	top: 20px;
}

@media screen and (max-width: 1024px) {
	#infos {
		display: inherit;
	}

	#home {
		background-size: cover;
		background-position: 60% center;
	}

	#intro,
	#explorer,
	#portfolio,
	#dark-mode,
	#competences,
	#inspiration {
		margin-top: 0;
		min-height: 50vh;
	}

	#competences h3 {
		margin-bottom: 120px;
		margin-top: 150px;
	}

	.section-lien {
		min-height: 10vh;
	}

	.section-lien .big {
		font-size: 45px;
	}

	#portfolio {
		margin-top: 100px;
	}

	.lien {
		font-size: 28px;
	}

	.first-links span {
		font-size: 14px;
	}

	#intro {
		background: none;
	}

	.row {
		width: 100% !important;
		margin-left: 0;
		margin-right: 0;
	}

	#home-portfolio,
	#home-faq,
	#home-profil,
	#home-contact {
		background-size: cover;
		background-position: 20% center;
		background-repeat: no-repeat;
	}

	#home-portfolio .content-filter-project .lien {
		margin-top: 50px;
	}

	.square-project {
		width: calc(100% / 3);
	}

	#competences .after-competences {
		bottom: -50px;
	}

	.blocportfolio {
		width: 90%;
		margin: auto;
		margin-top: -110px;
	}

	.content-filter-project {
		display: flex;
		flex-wrap: wrap;
	}

	#home-portfolio .content-filter-project .lien:nth-child(5n) {
		margin-left: 0;
	}

	#home-portfolio {
		min-height: 80vh;
	}

	#home-portfolio .content-filter-project .lien {
		margin-right: 80px;
		margin-left: 0;
	}

	.retour-projet .lien {
		width: 220px;
	}

	.home-view-projet {
		background-size: cover;
		background-position: center center;
	}
}

@media screen and (max-width: 768px) {
	#home .lien {
		margin-top: 40px;
	}

	#intro h3 {
		font-size: 66px;
	}

	#intro {
		background: none;
		margin-top: 100px;
	}

	#home-portfolio .content-filter-project .lien {
		margin-right: 60px;
		margin-left: 0;
	}

	#home-portfolio {
		min-height: 100vh;
	}

	#portfolio h3 {
		font-size: 66px;
	}

	.square-project {
		width: calc(100% / 2);
	}

	#dark-mode {
		margin-top: 100px;
	}

	.section-lien .big::after {
		top: -14px;
	}

	.section-lien .big {
		font-size: 40px;
	}

	footer .icon {
		font-size: 32px;
		margin: 10px;
	}

	#profil-page h3 span {
		bottom: -35px;
		left: 180px;
		font-size: 18px;
	}

	#competences .after-competences {
		bottom: -20px;
	}
	#competences .after-competences {
		font-size: 16px;
		bottom: -40px;
		left: 230px;
	}
}

@media screen and (max-width: 480px) {
	#infos {
		display: none;
	}

	.logo {
		width: 50px;
	}

	header nav ul li {
		list-style-type: none;
		padding: 25px 6px;
	}

	#home .lien {
		margin-top: 35px;
		margin-left: 15px;
	}

	#explorer {
		margin-top: 130px;
	}

	#intro .mg-top {
		margin-top: 0;
	}

	.reseaux-sociaux,
	.accessibilites {
		display: none;
	}

	.accessibilites-mobile {
		position: fixed;
		bottom: 30px;
		left: 20px;
		z-index: 3000;
		width: 90%;
		background-color: white;
		border-radius: 20px;
		padding: 6px;
		display: inherit;
	}

	.accessibilites-mobile ul,
	.accessibilites-mobile ul li {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 0;
	}

	.accessibilites-mobile ul li {
		width: calc(100% / 3);
		text-align: center;
	}

	.accessibilites-mobile .plus,
	.accessibilites-mobile .moins,
	.accessibilites-mobile .icon-darkmode {
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.accessibilites-mobile ul .icon {
		width: 35px;
		background-color: #c6c6c6;
	}

	.modenuit label {
		margin-bottom: 6px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#home-faq h1 {
		margin-top: 30px;
		font-size: 46px;
		text-align: center;
	}

	.cdcine {
		width: 100%;
		max-width: 200px;
	}

	#home-faq .col-md-6 {
		padding: 0 5px;
	}

	#home-faq .lien {
		margin-top: 60px;
		margin-left: 10px;
	}

	#menu,
	#infos {
		flex-direction: column;
	}

	#menu .lien {
		margin-top: 35px;
		margin-left: 30px;
	}

	#menu .big::before {
		top: 1px;
		width: 30px;
		height: 30px;
	}

	#home {
		background-size: cover;
		background-position: 48% center;
	}

	h1,
	#home h1,
	#home-portfolio h1 {
		font-size: 50px;
		margin-top: 150px;
	}

	#home h1 span,
	#home-portfolio h1 span {
		font-size: 71px;
		line-height: 85px;
	}

	#home-contact form .col-md-6 {
		padding: 0;
	}

	#home-contact .lien {
		margin-bottom: 50px;
	}

	.citation {
		margin-top: 100px;
	}

	#intro h3 span {
		font-size: 25px;
		position: absolute;
		bottom: -34px;
		left: 0;
	}

	#intro {
		background-size: 75%;
		background-position: top center;
		margin-top: 0;
	}

	#intro .text-height {
		margin-top: 200px;
	}

	#intro .text-intro {
		margin-left: 0;
	}

	#intro .lien,
	#portfolio .lien {
		margin-top: 20px;
	}

	#portfolio h3 span {
		margin-left: 0;
	}

	#portfolio .text-portfolio {
		margin-left: 0;
	}

	#intro h3,
	#inspiration h3,
	#profil-page h3,
	#competences h3,
	#portfolio h3 {
		font-size: 40px;
		width: auto;
		position: relative;
	}

	#portfolio h3 span {
		font-size: 60px;
		line-height: 70px;
	}

	#list-projets .blocportfolio {
		margin-top: 0;
	}

	.content-filter-project {
		display: block;
	}

	#home-portfolio .content-filter-project .lien {
		margin: 20px 0 20px 0;
	}

	#home-portfolio {
		background-position: 28% center;
	}

	.square-project {
		width: 100%;
		padding: 10px 0 0 0;
	}

	#list-projets h4 {
		font-size: 25px;
	}

	#home-profil {
		min-height: 450px;
	}

	#profil-page h3 span {
		bottom: -57px;
		left: 3px;
		font-size: 20px;
	}

	#profil-page .lien {
		margin-top: 50px;
	}

	#competences .before-competences {
		top: -26px;
		left: 2px;
	}

	#competences .after-competences {
		bottom: -77px;
		left: 1px;
	}

	#inspiration h3 span {
		bottom: -28px;
		left: 99px;
	}

	#inspiration p {
		width: 100%;
		margin: 60px auto;
	}

	#dark-mode {
		background-size: cover;
	}

	#home-view-projet h1 {
		margin-top: 20px;
		margin-bottom: 25px;
		line-height: 48px;
	}

	#home-view-projet p {
		margin-left: 0;
	}

	.home-view-projet h3 {
		font-size: 25px;
	}

	#dark-mode h3 {
		font-size: 50px;
	}

	#dark-mode .at-me {
		font-size: 30px;
		vertical-align: top;
	}

	#dark-mode .regarde-moi {
		margin-top: 10px;
		margin-left: -90px;
	}

	#dark-mode .row .mg-top {
		margin-top: 30px;
	}

	.section-lien .lien {
		margin-top: 60px;
	}

	footer {
		text-align: center;
		margin: 100px 5px 50px 5px;
	}

	footer .flex {
		display: block;
		text-align: center;
		margin: 30px auto;
	}

	footer .mg-footer {
		margin-top: 10px;
	}

	footer .logo-cd-cine {
		width: 80px;
		margin: 17px 0 0 0;
	}

	footer .liens-vers-reseaux {
		margin-bottom: 30px;
	}

	.menu-dashboard {
		top: 0;
		left: 0;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		text-align: center;
		padding: 15px;
		min-height: 1vh;
		width: 100%;
		border-radius: 0;
		z-index: 60000;
	}

	.dashboard-content {
		margin-top: 80px;
	}

	.dashboard-content .projet-list .col-5 {
		padding-left: 0;
	}

	.dashboard-content .col-12,
	.container-edit-projet .pre-edit {
		padding: 1px;
	}

	.dashboard-content .img-dashboard {
		margin-bottom: 30px;
	}

	.menu-dashboard .display {
		display: none;
	}

	.menu-dashboard img {
		width: 22px;
	}

	.menu-dashboard .icon {
		width: 55px;
	}

	.menu-dashboard nav ul {
		display: flex;
		justify-content: space-between;
		margin-bottom: 0;
	}

	.pre-edit h1 {
		margin-top: 120px;
	}

	.display {
		display: none;
	}

	.projet-list {
		padding: 0 2px 0 2px;
	}

	.projet-list hr {
		margin: 20px auto;
	}

	.projet-list .no-padding {
		padding: 0;
	}

	.projet-list .indexe-ou-non {
		margin-bottom: 80px;
	}

	.title-edit-projet h1 {
		font-size: 30px !important;
	}

	.container-edit-projet {
		margin-top: 95px;
	}

	.container-edit-projet .lien {
		margin-left: 20px;
	}

	.square-project {
		margin-bottom: 30px;
		background-size: 100%;
	}

	.item-competences .col-md-10 p {
		margin: 0;
	}

	.item-competences .col-10 .phrase {
		margin-bottom: 20px;
	}

	.sign-in .container-fluid {
		padding: 0;
	}

	.sign-in {
		background-size: cover;
	}
}
