@charset "utf-8";
/* CSS Document */



/* ----------------- VERSION CLASSIQUE --------------- */
@media screen {

body {
	font-family: 'Open Sans', sans-serif;
	/*overflow: hidden;*/
}
h1 {
	margin: 0;
	padding: 0;
}
.bloc-general {
	margin-top: 100px;
}
.bloc-general-portefolio {
	margin-top: 50px;
}
.principal {
	margin-top: 0px;
}
.reset-boutton {
	position: relative;
	display: block;
	padding: 0;
	border: none;
	background-color: transparent;
	text-align: left;
}
.btn-info {
	background-color: #509eff;
	border-color: #509eff;
}
.btn-info:hover {
	background-color: #337ab7;
	border-color: #337ab7;
}




/* ------------- NAV FIXED ---------- */
.navbar {
	display: none;
	background-color: rgba(250, 250, 250, 0.7);
}
.navbar-brand {
	padding: 0 !important;
	margin: 0 !important;
}
.navbar-header {
	margin-right: 10px !important;
}
.bloc-photo-nav-portefolio {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	border-color: #d2d2d2;
}
.bloc-photo-nav-portefolio:hover {
	border-color: #337ab7;
}
.bloc-photo-nav-portefolio img{
	width: 90%;
	display: block;
    margin-left: auto;
    margin-right: auto;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.bloc-photo-nav-portefolio img:hover{
	width: 95%;
	text-align: center;
}





/* ------------- BLOC GAUCHE (PHOTO) ---------- */

.container-bloc-photo-portefolio {
	margin-bottom: 20px;
}
.bloc-photo {
	padding: 0 0 50px 25px;
	overflow: hidden;
	background-image: url(../img/florent-dequet-graphiste-integrateur.png);
	background-repeat: no-repeat;
	background-size: 65%;
	background-position: 100% 21%;
}
.bloc-photo img{
	float: right;
}
.bloc-photo-portefolio {
	padding: 0;
	width: 120px;
	height: 120px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	border-color: #d2d2d2;
}
.bloc-photo-portefolio:hover {
	border-color: #337ab7;
}
.bloc-photo-portefolio img{
	width: 90%;
	display: block;
    margin-left: auto;
    margin-right: auto;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.bloc-photo-portefolio img:hover{
	width: 95%;
	text-align: center;
}


/* ------------- BLOC DROITE (MOTIVATION) ---------- */
.bloc-motivation {
	position: relative;
	overflow: hidden;
	padding: 0 0 50px 25px;
	border-left-style: solid;
	border-left-color: #d2d2d2;
	border-left-width: 1px;
}
.bloc-portefolio {
	position: relative;
	overflow: hidden;
	padding: 0 0 50px 25px;
	/*border-left-style: solid;
	border-left-color: #d2d2d2;
	border-left-width: 1px;*/
}
.bloc-portefolio img {
	width: 100%;
}
.bloc-portefolio-colonne-gauche{
	margin-top: 50px;
}
.bloc-portefolio-colonne-droite{
	margin-top: 50px;
}
.bloc-portefolio-colonne-gauche .padding-supp{
	padding: 5px;
}
.bloc-portefolio-colonne-droite .padding-supp{
	padding: 5px;
}
.bloc-portefolio-colonne-gauche h2 {
	color: #509eff;
}
.bloc-portefolio-colonne-droite h2 {
	margin-bottom: 10px;
	color: #509eff;
	line-height: 110%;
}
.bloc-portefolio-etiquettes {
	position: relative;
	overflow: hidden;
}
.bloc-portefolio-etiquettes img {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	z-index: 999;
}
.bloc-portefolio-etiquettes span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 998;
	padding-top: 5%;
	padding-left: 20px;
	padding-right: 20px;
	background: rgba(50, 50, 50, 0.6) url("../img/strip.png") repeat left top;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.bloc-portefolio-etiquettes span:hover {
	opacity: 1;
}
.bloc-portefolio-etiquettes h3 {
	color: #fff;
	margin: 0;
	line-height: 100%;
}
.bloc-portefolio-etiquettes p {
	color: #fff;
}
.presentation span:first-child {
	color: #509eff;
	margin-left: 5px;
	font-size: 35px
}
.presentation {
	color: #509eff;
	font-size: 45px;
}
.presentation strong{
	display: inline-block;
	margin-bottom: 10px;
}
.presentation a{
	color: inherit;
	text-decoration: none;
}
.presentation a:hover{
	color: #586fb9;
}
.competences {
	display: inline-block;
	color: #8f8f8f;
	font-size: 25px;
	line-height: 1.3;
	margin-bottom: 15px;
}
.petit-topo {
	text-align: justify;
	padding-right: 40px;
	color: #8f8f8f;
}
.petit-topo a{
	color: #8f8f8f;
	text-decoration: none;
}
.petit-topo a:hover{
	color: #509eff;
	text-decoration: none;
}
.description {
	position: relative;
}
.navigation-accueil {
	position: relative;
	border-top-style: solid;
	border-top-color: #d2d2d2;
	border-top-width: 1px;
	clear: both;
}
.navigation-accueil ul{
	padding: 0;
}
.navigation-accueil li{
	display: inline-block;
}
.vignette-nav-accueil img{
	width: 40px;
	height: 40px;
	margin-right: 10px;
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.1);
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.1);
}
.vignette-nav-accueil img:hover{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;

	-moz-transform: scale(1.07) rotate(1deg);
	-webkit-transform: scale(1.07) rotate(1deg);
	-o-transform: scale(1.07) rotate(1deg);
	-ms-transform: scale(1.07) rotate(1deg);
	transform: scale(1.07) rotate(1deg);
}
.bloc-mention-legales-accueil {
	margin-bottom: 50px;
	padding-left: 0;
}
.bloc-mention-legales-portefolio {
	padding-left: 20px;
	margin-bottom: 50px;
}
.bloc-mention-legales-cv {
	margin-bottom: 0;
	padding-left: 0;
}
.bloc-mention-legales-cv a{
	font-weight: normal !important;
}
.mentions-legales {
	 text-align: right;
	 font-size: 0.8em;
}
.mentions-legales:hover {
	 text-decoration: none;
}
.calage-pictos {
	position: absolute;
	top: -25px;
	left: 51%;
	margin-bottom: 30px;
}
.navigation {
	position: relative;
	width: 100%;
	height: 50px;
}
.navigation ul{
	padding: 0;
}
.navigation li{
	display: inline-block;
}
.navigation img{
	width: 40px;
	height: 40px;
	margin-right: 10px;
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.1);
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.1);
}
.navigation a:hover{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;

	-moz-transform: scale(1.07) rotate(1deg);
	-webkit-transform: scale(1.07) rotate(1deg);
	-o-transform: scale(1.07) rotate(1deg);
	-ms-transform: scale(1.07) rotate(1deg);
	transform: scale(1.07) rotate(1deg);
}
.calage-navigation {
	position: relative;
}
.legendes-projets-affichage-primaire {
	margin-bottom: 0;
}




/* ----------------- MODAL --------------- */

.modal-content {
	-webkit-border-radius: 0 0 0 0 !important;
	border-radius: 0 0 0 0 !important;
}
.modal-header {
	padding: 30px;
	-webkit-border-radius: 0 0 0 0 !important;
	border-radius: 0 0 0 0 !important;
}
.modal-body {
	background-color: #EAEAEA;
	padding-top: 30px;
}
.modal-body img{
	display: block;
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	background-color: #EAEAEA;
}
.legende-modal {
	font-size: 0.8em;
	font-style: italic;
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 20px;
}
.legende-modal-web {
	padding-left: 15px;
	margin-top: -8px;
}

/* ----------------- PAGE CV --------------- */

.bloc-cv{
	margin-top: 50px;
}
.bloc-cv .padding-supp{
	padding: 5px;
}
.cv {
	margin-bottom: 50px;
}
.cv .btn {
	margin-bottom: 20px;
}
.cv article {
	padding: 1%;
	position: relative;
	margin-bottom: 50px;
	background: url("../img/strip.png") repeat left top;
}
article span {
	position: absolute;
	top: 4px;
	left: -45px;
	display: block;
	width: 35px;
	height: 35px;
	border-color: #aaa;
	border-width: 1px;
	border-style: solid;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	color: #aaa;
	font-size: 1.3em;
	font-weight: 200;
}
.form-control {
	margin-bottom: 20px;
	border-radius: 0;
}
#test {
	background-color: #faebcc;
}
.cv h2{
	margin-top: 0;
	margin-bottom: 10px;
	color: #509eff;
	line-height: 110%;
}
.cv p{
	font-size: 1.1em;
	margin-bottom: 0;
}
.cv a{
	font-weight: bold;
}
.cv .btn {
	font-weight: normal;
}
.cv a:hover {
	text-decoration: none;
}
.cv a:focus {
	text-decoration: none;
}
.cv hr {
	margin-bottom: 5px;
}
.cv small {
	color: #aaa;
	font-style: italic;
}


/* ----------------- PAGE CONTACT --------------- */

.alert {
	margin-bottom: 0;
}


/* ----------------- FIN DE LA VERSION ECRAN MEDIA-QUERY --------------- */
}



/* ----------------- VERSION 990 --------------- */
@media (min-width:991px) and (max-width:1199px) {
	.bloc-photo {
		background-size: 80%;
	}
}





/* ----------------- VERSION 990 --------------- */
@media (min-width:720px) and (max-width:990px) {

.bloc-general {
	margin-top: 80px;
	padding-left: 100px;
}
.bloc-general-portefolio {
	    margin-top: 15px;
}
.bloc-photo {
	width: 300px;
	height: 300px !important;
	border-radius: 50%;
	background-position: 37% 32%;
	background-size: 80%;
}
.bloc-photo img{
	float: right;
}
.bloc-motivation {
	border-width: 0;
	padding: 0 0 0 0;
}
.navigation-accueil {
	position: relative;
	border-width: 0px;
}
.petit-topo {
	padding-right: 100px;
}
.navbar-header {
	float: left !important;
	margin-right: 10px !important;
	margin-left: inherit !important;
}
.navbar-nav li{
	float: left !important;
}

.bloc-portefolio {
	position: relative;
	overflow: hidden;
	padding: inherit;
	/*border-left-style: solid;
	border-left-color: #d2d2d2;
	border-left-width: 1px;*/
}
article span {
	display: none;
}
.calage-pictos {
	position: relative;
	top: 0;
	left: 0;
	padding-left: 0;
}
.legende-modal-web {
	padding-left: 8px;
}

/* ----------------- FIN DE LA VERSION 990 MEDIA-QUERY --------------- */
}

/* ----------------- VERSION 720 --------------- */
@media (min-width:460px) and (max-width:720px) {

.bloc-general {
	margin-top: 80px;
	padding-left: 20px;
	padding-right: 20px;
}
.bloc-general-portefolio {
	    margin-top: 15px;
}
.bloc-portefolio {
	padding: inherit;
}
.bloc-portefolio button img {
	margin: 0;
}
.bloc-photo {
	width: 300px;
	height: 300px !important;
	border-radius: 50%;
	background-position: 37% 32%;
	background-size: 80%;
}
.bloc-photo img{
	float: right;
}
.bloc-motivation {
	border-width: 0;
	padding: 0 0 0 30px;
}
.navigation-accueil {
	position: relative;
	border-width: 0px;
}
.petit-topo {
	padding-right: 0;
}
.bloc-mention-legales-accueil {
	padding-left: 30px;
}
.bloc-mention-legales-portefolio {
	padding-left: 20px;
}
.calage-pictos {
	position: relative;
	top: 0;
	left: 0;
	padding-left: 30px;
}
.navbar-header {
	float: left !important;
	margin-right: 10px !important;
	margin-left: inherit !important;
}
.navbar-nav li{
	float: left !important;
}
.bloc-portefolio-colonne-droite {
	margin-top: 20px;
	margin-bottom: 50px;
}
.bloc-portefolio-etiquettes {
	overflow: visible;
}
.bloc-portefolio-etiquettes span {
	position: absolute;
	bottom: 0 !important;
	top: inherit;
	left: 0;
	height: 25%;
	z-index: 998;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgba(50, 50, 50, 0.6);
	opacity: 1;
}
.bloc-portefolio-etiquettes h3 {
	font-size: 15px;
	line-height: 15px;
	margin: 0;
}
.bloc-portefolio-etiquettes p {
	display: none;
}
article span {
	display: none;
}
.legende-modal-web {
	padding-left: 8px;
}

/* ----------------- FIN DE LA VERSION 720 MEDIA-QUERY --------------- */
}

/* ----------------- VERSION 460 --------------- */
@media  (max-width:459px) {

.bloc-general {
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.bloc-general-portefolio {
	    margin-top: 15px;
}
.bloc-portefolio {
	padding: inherit;
}
.bloc-photo {
	width: 300px;
	height: 300px !important;
	border-radius: 50%;
	background-position: 37% 32%;
	background-size: 80%;
}
.bloc-photo img{
	float: right;
}
.bloc-motivation {
	padding: 0 0 0 20px;
	border-width: 0px;
}
.navigation-accueil {
	position: relative;
	border-width: 0px;
}
.petit-topo {
	text-align: left;
	padding-right: 0;
}
.bloc-mention-legales-accueil {
	padding-left: 15px;
}
.calage-pictos {
	position: relative;
	top: 0;
	left: 0;
}
.navbar-header {
	float: left !important;
	margin-right: inherit !important;
	margin-left: inherit !important;
}
.navbar-nav li{
	float: left !important;
}
.bloc-portefolio-etiquettes {
	overflow: visible;
	text-align:center;
}
.bloc-portefolio-etiquettes span {
	display: inline-block;
	position: absolute;
	bottom: 0 !important;
	top: inherit;
	left: 0;
	height: 25%;
	z-index: 998;
	line-height: 25%;
	text-align: left;
	vertical-align: middle;
	padding: 2%;
	background-color: rgba(50, 50, 50, 0.6);
	opacity: 1;
}
.bloc-portefolio-etiquettes h3 {
	font-size: 10px;
	line-height: 100%;
}
.bloc-portefolio-etiquettes p {
	display: none;
}
.bloc-portefolio-colonne-droite {
	margin-top: 20px;
	margin-bottom: 50px;
}
article span {
	display: none;
}
.legende-modal-web {
	padding-left: 5px;
	margin-top: -2px;
}


/* ----------------- FIN DE LA VERSION 460 MEDIA-QUERY --------------- */
}