/* Sur tous types d'écran, quand la largeur de la fenêtre est comprise entre 955px et 1255px */
@media all and (min-width: 1256px) and (max-width: 1450px)
{
	.skillbar-legend {
		padding-top: 12px !important;
	}
	.desc_title {
		font-size: 14px !important;
	}
}


/* Sur tous types d'écran, quand la largeur de la fenêtre est comprise entre 955px et 1255px */
@media all and (min-width: 955px) and (max-width: 1255px)
{
	
	.resume {
		flex-direction: column;
		min-height: 200% !important;
		padding-top: 40px;
	}	
	.education {
		width: 100% !important;
	}
	.skills {
		min-height: 110% !important;
	}
	.employment {
		width: 100% !important;
	}
	.about img {
		width: 150px !important;
		height: 150px !important;
	}
	.nom {
		padding-top: 24% !important;
	}
	.div_about {
		width: 90% !important;
	}
}

/* Sur tous types d'écran, quand la largeur de la fenêtre est comprise entre 765px et 954px */
@media all and (min-width: 763px) and (max-width: 954px)
{
	
	.resume {
		flex-direction: column;
		min-height: 200% !important;
		padding-top: 40px;
	}
	
	
	.education {
		width: 100% !important;
	}
	.employment {
		width: 100% !important;
	}
	
	.about img {
		width: 150px !important;
		height: 150px !important;
	}
	.nom {
		padding-top: 32% !important;
	}
	.skills {
		flex-wrap: unset !important;
		flex-direction: column;
		min-height: 200% !important;
	}
	.arrow_followskills {
		display: none;
	}
	.citation, .infos {
		width: 100% !important;
		height: 25% !important;
	}
	.citation_texte {
		padding-top: 11% !important;
	}
	.infos_attributes {
		padding-top: 5% !important
	}
	.competences, .badges {
		width: 100% !important;
		height: 60% !important;
	}
	.about {
		min-height: 115% !important;
	}
	.div_about {
		width: 95% !important;
	}
	.overlay {
		font-size: 12px;
	}
}

/* Sur tous types d'écran, quand la largeur de la fenêtre est comprise entre 765px et 954px */
@media all and (min-width: 455px) and (max-width: 762px)
{
	
	.wrapper {
		overflow-x: hidden;
	}
	.resume {
		flex-direction: column;
		min-height: 200% !important;
		padding-top: 40px;
	}
	
	
	.education {
		width: 100% !important;
	}
	.employment {
		width: 100% !important;
	}
	
	.about img {
		width: 150px !important;
		height: 150px !important;
	}
	nav {
		display: none;
	}
	.logo {
		display: none;
	}
	.icon_next {
		display: none;
	}
	.next_button {
		display: none;
	}
	.icon_nextskills {
		display: none;
	}
	.nom {
		padding-top: 32% !important;
	}
	.skills {
		flex-wrap: unset !important;
		flex-direction: column;
		min-height: 200% !important;
	}
	.arrow_followskills {
		display: none;
	}
	.citation, .infos {
		width: 100% !important;
		height: 25% !important;
	}
	.citation_texte {
		padding-top: 11% !important;
	}
	.infos_attributes {
		padding-top: 5% !important
	}
	.competences, .badges {
		width: 100% !important;
		height: 60% !important;
	}
	
	.div_about {
		width: 95% !important;
	}
}

/* Sur tous types d'écran, quand la largeur de la fenêtre est comprise entre 765px et 954px */
@media all and (max-width: 454px)
{
	

	.resume {
		flex-direction: column;
		min-height: 300% !important;
		padding-top: 40px;
	}
	.education {
		width: 100% !important;
	}
	.employment {
		width: 100% !important;
		height: 100% !important;
	}
	.about {
		min-height: 133% !important;
	}
	.citation {
		display: none;
	}
	.about img {
		width: 150px !important;
		height: 150px !important;
	}
	nav {
		font-size: 8px;
		margin: auto !important;
	}
	.logo {
		display: none;
	}
	.icon_next {
		display: none;
	}
	.next_button {
		display: none;
	}
	.icon_nextskills {
		display: none;
	}
	.nom {
		padding-top: 55% !important;
	}
	.skills {
		flex-wrap: unset !important;
		flex-direction: column;
		min-height: 200% !important;
	}
	.arrow_followskills {
		display: none;
	}
	.infos {
		width: 100% !important;
		height: 33% !important;
		flex-wrap: wrap;
	}
	.citation_texte {
		padding-top: 11% !important;
	}
	.infos_attributes {
		padding-top: 5% !important;
		width: 50% !important;
		height: 30% !important;
	}
	.competences, .badges {
		width: 100% !important;
		height: 50% !important;
	}
	
	.div_about {
		width: 95% !important;
	}
	.nom h1 {
		font-size: 2em !important;
	}
	
	.about h2 {
		padding-bottom: 12px !important;
	}
	
	.history {
		height: 28% !important;
		width: 100% !important;
	}
	.history_date {
		width: 40% !important;
	}
	.history_desc {
		width: 60% !important;
	}
	.projects {
		display: none;
	}
	.nav_projects {
		display: none;
	}
}



html {
	height: 100%;
}

html, body {
	min-height: 100% !important;
	height: 100%;
	width: 100%;
}

.wrapper{
	display: flex;
	flex-direction: column;
	height: 100%;
}

body {
	margin: 0px;
}

/*	Header	*/

/*		Logo	*/

header {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
	background-color: transparent;
	border-bottom: 1px solid white;
	position: fixed;
    top: 0;
    right: 0;
    width: 100%;
}

/*		Navigation	*/

nav {
	margin-right: 5%;
}

nav ul {
	list-style-type: none;
	display: flex;
}

nav li {
	margin-right: 15px;
}

.language {
	color:white;
	padding-left: ;
}

.menu {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	color: white;
	text-decoration: none;
}


.menu:hover {
	border-bottom: 1px solid white;
}

/*	Scroll To Top */

.scrolltotop {
	color: white;
	position: fixed;
	right: 20px;
	bottom: 50px;
	display: none;
	width: 32px;
	height: 32px;
	background-color: black;
	border-radius: 10px;
	text-align: center;
}

.scrollarrow  {
	padding-top: 6px;
}

/*	Home	*/

.home {
	background-image: url("images/fond1.jpg"); 
	width: 100%;
	min-height: 100% !important;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.nom {
	color: white;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding-top: 18%;
}

.nom h1 {
	margin: 0px 0px 20px 0px;
	font-size: 4em;
	text-shadow: black 1px 0 8px;
}

.nom h3 {
	margin: 0px;
	text-shadow: black 1px 0 8px;
}

.nom h3:before, .nom h3:after { 
	content:''; 
	display:inline-block; 
	margin-bottom: 6px; 
	width: 4rem; 
	height: 1px;
	background: white; 
}

.nom h3:before { 
	margin-right: 1rem;
}

.nom h3:after { 
	margin-left: 1rem;
}

.social ul {
	list-style-type: none;
	display: flex;
	justify-content: center;
	padding-top: 20px;
	padding-left: 0px;
}

.social a {
	color: white;
	border: 1px solid white;
	border-radius: 10px;
	padding: 10px;
	margin-right: 15px;
}

.social a:hover {
	color: black;
	background-color: white;
}

.arrow_follow {
	text-align: center;
	position: absolute;
    bottom: 10px;
    left: 50%;
}

.icon_next {
	text-decoration: none;
	color: black;
}

/*	About	*/

.about {
	background-color: white;
	text-align: center;
	width: 100%;
	min-height: 100% ;
	height: 100%;
	display: flex;
}

.div_about {
	margin: auto;
	width: 70%;
}

.div_about h1 {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase;
}

.div_about h1:after { 
    content: '';
    display: block;
    margin-bottom: 6px;
    margin-top: 20px !important;
    width: 4rem;
    margin: auto;
    height: 1px;
    background: #2573a6;
}

.about h1 {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	margin: 0px;
	padding-top: 50px;
	text-align: center;
}

.about img {
	height: 150px;
	width: 150px;
	padding-top: 1%;
}

.about p {
	margin: auto;
	padding-top: 30px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}

.about h2 {
	font-family: 'Nothing You Could Do', cursive;
	text-align: right;
	margin: 0px;
	padding-top: 30px;
}

.p_download_button {
	text-align: left !important;
	padding-top: 0px !important;
	
}

.p_download_button a {
	text-align: center;
}

.dl_icon {
	color: white;
	border: 1px solid #2573a6;
	background-color: #2573a6;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	line-height: 50px !important;
}

.p_next_button {
	text-align: center !important;
}

.next_button {
	text-align: center;
	margin-top: 30px;
	color: black;
}

.about a:hover {
	background-color: white;
	color: #2573a6;
}

/* Skills*/

.skills {
	width: 100%;
	height: 100%;
	min-height: 100% ;
	display: flex;
	flex-wrap: wrap;
}


/* Skills - Infos	*/

.infos {
	width: 100%;
	height: 33%;
	vbackground-color: #2573a6;
	background-image: url("images/bann.jpg");
	display: flex;
	justify-content: space-around;
	text-shadow: black 1px 0 8px;
}

.infos a {
	text-decoration: none;
	color: white;
}
.infos_attributes {
	width: 25%;
	height: 60%;
	text-align: center;
	padding-top: 4%;
}

.infos_icon {
	color: white;
}

.infos_attributes h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: white;
	padding-top: 10%;
	text-transform: uppercase;
}

.infos_attributes p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: white;
	word-wrap: break-word;
}

/* Skills - Competences	*/

.competences {
	width: 50%;
	height: 65%;
	background-color: #f9f9f9;
	display: flex;
}

.div_skills {
	width: 100%;
	height: 80%;
	margin: auto;
}

.competences h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 4%;
}

.div_skills h1:after { 
    content: '';
    display: block;
    margin-bottom: 6px;
    margin-top: 20px !important;
    width: 4rem;
    margin: auto;
    height: 1px;
    background: #2573a6;
}

.skillbar {
	position:relative;
	font-family: 'Open Sans', sans-serif;
	display:block;
	margin:15px auto 15px auto;
	width:85%;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-legend  {
	width: 85%;
	margin: auto;
	padding-top: 20px;
	font-family: 'Open Sans', sans-serif;
}
.skill-bar-title {
	text-align: left;
	font-size: 16px;
	text-transform: uppercase;
}
.skillbar-bar {
	height:2px;
	width:0px;
	background:#6adcfa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skill-bar-percent {
	font-size:11px;
	height:35px;
	float: right;
	color:#ffffff;
	color:rgba(0, 0, 0, 0.4);
}

/* Skills - Badges	*/

.badges {
	width: 50%;
	height: 65%;
	background-color: white;
	display: flex;
}

.div_badges {
	width: 100%;
	height: 80%;
	margin: auto;
}

.div_badges h1:after { 
    content: '';
    display: block;
    margin-bottom: 6px;
    margin-top: 20px !important;
    width: 4rem;
    margin: auto;
    height: 1px;
    background: #2573a6;
}

.badges h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 4%;
}

.cisco {
	height: 20%;
	display: flex;
	justify-content: space-around;
}

.logo_badges {
	background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
    width: 100px;
    height: 100px;
}

.alcatel {
	height: 20%;
	display: flex;
	justify-content: space-evenly;
}
.microsoft {
	height: 20%;
	display: flex;
	justify-content: space-evenly;
}
.securite {
	height: 20%;
	display: flex;
	justify-content: space-around;
}
/* Next Icon */

.arrow_followskills {
	text-align: center;
	height: 2%;
	width: 100%;
    bottom: 10px;
	background: linear-gradient(to right, #f9f9f9 0%, #f9f9f9 50%, #ffffff 50%, #ffffff 100%);
}

.icon_nextskills {
	text-decoration: none;
	color: black;
}

/* Resume	*/

.resume {
	width: 100%;
	height: 100%;
	min-height: 100%;
	display: flex;
	flex-flow: row-reverse;
}

.education {
	width: 50%;
	height: 80%;
	display: flex;
	flex-direction: column;
	margin: auto;
	padding-top: 5%;
}

.employment {
	width: 50%;
	height: 80%;
	display: flex;
	flex-direction: column;
	margin: auto;
	padding-top: 5%;
}

.edu_title {
	text-align: center;
	font-family: 'Montserrat', sans-serif !important;
	margin-bottom: 50px;
	font-size: 20px;
}

.edu_title h1 {
	margin-bottom:0px;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase;
}

.edu_title:after { 
	content:''; 
	display:inline-block; 
	margin-bottom: 6px; 
	width: 4rem; 
	height: 1px;
	background: #2573a6; 
}

.history {
	width: 95%;
	height: 25%;
	margin: 0px auto 0px auto;
	display: flex;
}

.history_date {
	width: 30%;
    font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-align: right;
}


.history_date p {
	color: #2573a6;
}

.fa-caret-right {
	margin-left: 12px;
}

.history_desc {
	width: 70%;
	border-left: 1px solid rgba(0,0,0,0.2);
	padding-left: 25px;
}

.desc_title {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.desc_subhead {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.desc_text {
	font-family: 'Open Sans', sans-serif;	
	font-size: 14px;
}

/* Contact	*/

.contact {
	width: 100%;
	height: 100%;
	min-height: 100% !important;
	display: flex;
}

.div_contact {
	width: 100%;
	height: 100%;
	margin: auto;
}

.contact_title {
	text-align: center;
	font-family: 'Montserrat', sans-serif !important;
	height: 40%;
}

.contact_title h1 {
	padding-top: 8%;
	margin: auto;
	font-size: 20px;
}

.contact_title h1:after { 
    content: '';
    display: block;
    margin-bottom: 6px;
    margin-top: 20px !important;
    width: 4rem;
    margin: auto;
    height: 1px;
    background: #2573a6;
}

.contact_title p {
	padding-top: 2%;
}

.contact_text {
	height: 60%;
	background-color: #111111;
}

.contact_container {
	width: 75%;
	margin: auto;
    text-align: center;
	padding-top: 6%;
}

.contact_name h1 {
	font-family: 'Open Sans', sans-serif !important;
	color: #fefefe;
	margin-bottom: 50px;
	text-transform: uppercase;
	font-size: 28px;
}

.contact_address h2 {
	font-family: 'Raleway', sans-serif !important;
	color: #fefefe;
	text-transform: uppercase;
	font-size: 14px;
}

.contact_email {
	margin-bottom: 30px;
}
.contact_email a {
	font-family: 'Raleway', sans-serif !important;
	color: #fefefe;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.contact_copyright {
	border-top: 1px solid #fefefe;
}

.contact_copyright h3 {
	font-family: 'Montserrat', sans-serif !important;
	color: #fefefe;
	text-transform: uppercase;
	font-size: 12px;
}

.contact_social ul {
	list-style-type: none;
	display: flex;
	justify-content: center;
	padding-top: 20px;
	padding-left: 0px;
}

.contact_social a {
	color: #fefefe;
	padding: 10px;
	margin-right: 15px;
}

/* Projects */

.projects {
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.projects_title {
	width: 100%;
	height: 12%;
	text-align: center;
	padding-top: 5%;
}

.projects_title h1  {
	font-size: 20px;
    font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase;
}

.projects_title h1:after {
	content:''; 
	display:block; 
	margin: auto;
	margin-top: 20px !important;
	margin-bottom: 6px; 
	width: 4rem; 
	height: 1px;
	background: #2573a6; 
}

.projects_title p {
	font-family: 'Montserrat', sans-serif !important;
}

.projects_line {
	width: 100%;
	height: 30%;
	display: flex;
	justify-content: space-around;
	padding-top: 3%;
	flex-wrap: wrap;
}

.overlay {
	background-color: rgba(255,255,255,0);
	height: 100%;
	border-radius: 20px;
}

.overlay:hover {
	background-color: rgba(37,115,166,0.9);
}

.overlay:hover h1 {
	color: white;
}

.overlay:hover p {
	color: white;
}

.div_project {
	width: 31%;
	height: 100%;
	text-align: center;
	border-radius: 20px;
	margin-top: 1%;
}

.div_project h1 {
	font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase;
	font-size: 18px;
	padding-top: 13%;
	margin: 0;
	color: rgba(0,0,0,0);
}

.div_project p {
	font-family: 'Montserrat', sans-serif !important;
	color: rgba(0,0,0,0);
}
