@charset "utf-8";



body{
	margin: 0;
	padding: 0;
}

nav{
	align-content: center;
	background-color: #13919e;
}

.navbar-brand{
	position: relative;
	margin: 0;
	padding: 0;
}

.nav-link{
	color: white;
}



/* NAVIGATION */
nav ul {
  list-style: none;
  text-align: center;
}

nav ul li {
  display: inline-block;
}

nav ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 10px;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}

nav ul li a:hover {
  color: black;
}

/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: white;
  height: 1px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}





.custom-toggler.navbar-toggler {
    border-color: rgba(249,249,249,1.00);
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(249,249,249,1.00)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#presentation{
	padding-top: 200px;
	padding-bottom: 200px;
}

.titre{
	font-family: raleway;
	text-align: center;
}

#name{
	font-size: 50px;
}

#poste{
	font-size: 35px;
}

.separation2{
	margin-top: 120px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #13919e;
;
}

.separation2:after{
	content: '';
	display: block;
	margin-top: 5px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #13919e;
}

.separation1{
	background-color: #13919e;
	height: 40px;
	display: inline-block;
	margin-bottom: 100px;
}

.separation{
	background-color: #13919e;
	height: 40px;
	display: inline-block;
	margin-bottom: 100px;
	margin-top: 100px;
}

.section{
	font-family: raleway;
	font-size: 40px;
	text-align: center;
	margin-bottom: 100px;
	margin-top: 60px;
}

#photo{
	border-radius: 1000px;
	width: 75%;
	margin: auto;
	height: auto;
	margin-bottom: 50px;
    	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#apropos{
	margin: auto;
	background-color: #DFEAEF;
	padding-top: 20px;
	padding-bottom: 110px;
}

.texte{
	width: auto;
	height: auto;
	font-size: 18px;
	margin: auto;
	text-align: justify;
}


.button{
	margin-bottom: 150px;
	font-size: 20pt;
	font-family: raleway;
	color: white;
	background-color: #13919e;
	padding: 20px;
	margin: auto;
}

.button:hover {
	background: rgba(0,0,0,0);
	color: #3a7999;
	box-shadow: inset 0 0 0 3px #3a7999;
}



#competences{
	width: 70%;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 100px;
}

#loisirs{
	width: 70%;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 100px;
}

.chart-title{
	font-family: raleway;
	font-size: 15pt;
	margin: auto;
	text-align: center;
	align-content: center;
	padding: auto;
		margin-bottom: 60px;

}


.textsection{
	font-size: 18px;
	margin: auto;
	width: 60%;
	text-align: center;
}

#portfolio{
	background-color: #DFEAEF;
	padding-top: 20px;
	padding-bottom: 5px;
	margin: auto;
	margin-bottom: 10px;
}

#contact{
	padding-top: 20px;
}


#picsfolio{
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	width: 90%;
	margin: auto;
	margin-bottom: 50px;
}

.categorie{
	margin: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 50px;
	font-size: 25px;
}



input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

label {
  display: inline-block;
}

/* Bouton envoyer */
input[type=submit] {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 30px;
 	background-color: gray;
 	color: white;
 	padding: 12px 20px;
 	border: none;
 	border-radius: 4px;
  	cursor: pointer;
}

input[type=submit]:hover {
    background-color: #13919e;
}

/* Container */
.container {
  border-radius: 5px;
  padding-top: 30px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

form{
	width: 80%;
	align-content: center;
	margin: auto;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 30px;
  }
}

.info{
	text-align: center;
	width: 60%;
	margin: auto;
	padding-bottom: 30px;
}

.link{
	color: black;
}

.link:hover{
	text-decoration: none;
	color: #13919e;
}

.col-md-8{
	font-size: 18px;
	padding-top: 20px;
	padding: 20px;
	height: auto;
	margin: auto;
	vertical-align: middle;
	text-align: left;
	background-color: #C7EBEA;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.col-md-4{
	height: auto;
	padding: 10px;
	margin: auto;
	vertical-align: middle;
	text-align: center;
	background-color: #13919e;
	color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.icon{
	padding: 10px;
}

.footer {
	margin-top: 70px;
  	background: #13919e;
  	padding: 10px 0;
	color: white;
}

.social {
 	color: white;
 	font-size: 20px;
 	padding: 10px;
 	transition: all .5s ease;
}
.social:first-child {
  	border-left: 1px solid #70726F;
}
.social:hover {
  	color: black;
}

.sign{
	margin-right: 50px;
}


#info{
	padding-bottom: 20px;
	width: 85%;
	margin: auto;
	text-align: center;
}






.hvrbox,
.hvrbox * {
	box-sizing: border-box;
}

.hvrbox {
	padding: 10px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.hvrbox img {
	max-width: 100%;
}

.hvrbox_background {
	width: 400px;
	height: 250px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
	text-align: center;
	font-size: 18px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.active .hvrbox-text_mobile {
	display: block;
}
.hvrbox .hvrbox-layer_image {
	padding: 0;
	background: none;
}

#picsfolio{
	width: 75%;
}

img{
	border-radius: 5px;	
}