
/* *********début entete******* */

#entete {
	background-image:url("fond.jpg");
	background-position:right-top;
	background-size:cover;
	height: 60vh;
    text-align: middle;
}

.mon-encart {
	color: white;
	text-align: center;
	padding-top: 9%;
	font-family: 'Merienda', cursive;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
 

/* *********fin entete******* */


/* *********début menu******* */

.container-fluid {
	background-color: #ffffff;
	border-color: #ffffff;
}

/* *********fin menu******* */

/* *********début page d'accueil******* */

h2 {
	font-size: 25px;
	line-height:10px; padding-bottom: 30px;
}

h3 { 
    margin: 5px;
    padding: 10px;
    font-size: 30px;
}	

.encadre {
	/*border:3px solid red;*/
	background-color: rgba(245,245,220);
	padding: 20px;
	margin: 30px;
	text-align: center;
	width: 350px;
}

.encadre img {
	width: 300px;
}
  
/* *********fin page d'accueil******* */


/* *********début page formations******* */

.formation {
    text-align:center;
    padding: 30px;
    background: url("formation.jpg");
    /*background-size: cover; */
    /*background-attachment: relative; */
  	background-position: center;
  	min-height: 500px;
}
     
.cadre {
    /*border:3px solid red;*/ 
    background-color: rgba(245,245,220);
    padding:20px;
    text-align: center;
    width:550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7vh;
}

/* pour mettre un carré en effet de transparence
   	{
    background-color: rgba(220,220,220,0.2);
    width: 250px;
    height: 250px;
    color: black;
    padding: 25px;
    text-align: center;
    margin: 50px; 
}
*/

.cadre img {
    width:40px;
    height:40px;
    overflow:hidden;
    float:right;
}

/* *********fin page formations******* */


/* *********début page compétences******* */

.competence {
    text-align:center;
    padding: 30px;
    background: url("competence.jpg");
    background-size: cover;
    background-attachment: relative;
  	background-position: center center;
  	min-height: 500px;    
}

/* *********fin page compétences******* */


/* *********début page hobbies******* */


.hobbies {
  	text-align:center;
    padding: 30px;
    background: url("hobbies.jpg");
    background-size: cover;
    background-attachment: relative;
  	background-position: center center;
  	min-height: 500px;    
}

/* *********fin page hobbies******* */


/* *********début portfolio******* */

h4 {
    text-align: center;
    margin: 20px;
}   

.photographies img {
    width: 350px;
    padding: 15px;
}
.photographies img:hover {
    -webkit-filter: brightness(50%);
}
.photographies {
	text-align: center;
}

/* *********fin portfolio******* */


/* *********début pied de page******* */

#textepiedpage {
	text-align: center;
	margin: 30px;
}

#pied-page {
    margin: 30px;
}
		
#facebook a {
	color: black;
}
#facebook a:hover {
	color: #3b5998;
}

#twitter a {
	color: black;
}
#twitter a:hover {
	color: #00acee;
}
		
#instagram a {
	color: black;
}
#instagram a:hover {
	display: inline-block;
  	width: 40px;
  	height: 40px;
   	border-radius: 40px;
  	color: #fff;
  	background: #d6249f;
  	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
 	box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

#linkedin a {
	color: black;
}
#linkedin a:hover {
	color: #0e76a8;
}

/* ********* fin pied de page******* */	

 