/*Mon fichier css du CV*/

/**************************************** Commun à tous les fichiers **********************************************/

/* CSS de la navbar */
.navbar-inverse{
	border-radius: 0px
}

.navbar a{
	font-family: 'Helvetica';
	font-weight: bold;
}


/* CSS du pop up, inspiré de celui présenté par isitcode.net. Des modifications ont été apporté, notamment sur la croix, et le texte du pop-up qui est de moi*/
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
  	color: #FFF;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 60%;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    background: #000;

}

/*CSS de la croix, en normal et en survol*/
.close {
    color: #008d96;
    font-size: 30px;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;

}
.close:hover {
  color: #008d96;
}

/*Texte du pop-up*/
#contact h2{
	text-decoration: underline;
	font-family: 'georgia';
	letter-spacing: .2rem;
}


#contact {
	line-height: 2.5;
	text-align: center;
	word-wrap: break-word;
}

.fa-envelope{
	color: #008d96;
}

/*Lien vers mail en normal et au survol*/
#contact a{
	text-decoration: none;

	color: #008d96
}

#contact a:hover{
	font-weight: bold;
	color: #fff;
}

/*CSS du bloc footer*/
footer{
	margin-top: 50px;
	background-color: #e0cda9;
	border-bottom: 1px black solid;
	
}

/*CSS du texte mentions du footer*/
.mentionslegales{
	display:block;
	border-top: 1px black solid;
	text-align:center;
	padding-top: 10px;
	font-style: italic;
	font-size: 10px;
	font-weight:bold;
}


/*CSS du lien retour en haut du footer*/
footer a {
	display: block;
	padding-bottom: 5px;
	width: 20%;
	margin-left:auto;
	margin-right: auto;
	text-decoration: none;
	font-size:10px;
	text-align: center;
	color: #008d96;
	font-weight:bold;
}

/*hover pour un effet interactif au survol*/
footer a:hover {
	background-color:#fbb1a0;
	color:#fff;
}


/****************************************Fichier index.html**********************************************/


/* Image de fond*/
#index{
	background-image: url(Image/book.jpg);
}



/*CSS du texte Marion Paulhac, étudiante*/
#entete {
	padding-top: 25px;
	margin: 30px;
	color: white;
	height: 350px;
	text-align: center;
	font-size: 30px;
}

#entete h1{
	font-family:'garamond';
	font-weight:bold;
	font-size: 45px;
}

/*CSS de la div container*/
#sujet{	
	display: flex;
	justify-content: space-around;
	margin: 100px 0px 100px 100px;
	
}

#sujet h2{
	font-family: "georgia";
	font-size: 25px;
}

/*CSS des boutons de la première page : présentation, formation, expériences*/
#cliquez1 a{
	display: block;
	text-decoration: none;
	width: 75%;
	color: #008d96;
	border: black solid 2px;
	word-wrap: break-word;
	margin: 0px;
	text-align: center;
	background-color: white;
	padding-bottom: 7px;
	padding-left: 5px;
}

#cliquez1 a:hover{
	background-color:#008d96 ;
	color: #fff;
}


/* Icône du chapeau de diplômé*/
.fa-graduation-cap{
	color: #fbb1a0;
}


/****************************************Fichier presentation.html**********************************************/

/*Chapeau avec l'icône et le titre*/
#entete2{
	background-image: url(Image/book.jpg);
	background-size: cover;
	color: white;
	height: 300px;
	text-align: center;
	font-size: 35px;
}

#entete2 h1{
	font-family: "vogue";
	letter-spacing: .2rem;
	font-weight: bold;
}

/*Effet parallelax */

.img1 {
  height: 200px;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 center;
  background-image: url(Image/book.jpg);
}


/*Couleur des icônes*/

.fa-book-open{
	color: #008d96;
	margin: 0px 10px 5px 10px;
}

.fa-globe-europe{
	color: #008d96;
	padding: 30px 10px 5px 10px;
}

.fa-laptop-code{
	color:#fbb1a0;
	margin: 0px 10px 20px 10px;
}
.fa-pencil-alt{
	color:#fbb1a0;
	padding: 0px 10px 15px 10px;
}
.fa-language{
	color:#fbb1a0;
	padding: 0px 10px 20px 10px;
}

/********************/


#qualite{
	padding: 30px 0px 0px 150px;
	margin: 0px;
	text-align: center;	
	word-wrap: break-word;

}
#qui{	
	display: flex;
	justify-content: space-around;
	
}

#qui p{
	letter-spacing: .2rem;
	font-family: 'georgia';
}

#sous-titre h2{
	font-size: 28px;
}

#sous-titre{
	padding-bottom: 15px;
}

#interet{
	text-align: center;
	padding: 15px 150px 15px 0px;
	margin: 0px;
	word-wrap: break-word;
}

#recherche h2{
	padding-bottom: 20px;
}

#recherche p{
	font-family: "georgia";
	letter-spacing: .2rem;
}

#ecrit p{
	font-family: "georgia";
	text-decoration: underline;
	padding-top: 20px;

}

#ecrit h6{
	font-family: "garamond";
}
#recherche{

	padding: 10px;
	margin: 20px;
	text-align: center;
	word-wrap: break-word;
	background-color: white;
}


#comp{
	text-align: center;
}

/*Couleur du lien en normal et en survol*/
#ecrit a{
	color: #008d96;
	font-weight:bold;
	text-decoration:none;
}

#ecrit a:hover{
	background-color:#fbb1a0;
	color:#fff;
	text-decoration: none;
}


/****************************************Fichier formation.html**********************************************/

/* Chapeau avec l'icône et le titre */
#entete2{
	background-image: url(Image/book.jpg);
	background-size: cover;
	color: white;
	height: 300px;
	text-align: center;
	font-size: 35px;
}


#icone{
	color: red;
	align-items: center;
}




/****************************************Fichier experience.html**********************************************/

/* Chapeau avec l'icône et le titre*/
#entete2{
	background-image: url(Image/book.jpg);
	background-size: cover;
	color: white;
	height: 300px;
	text-align: center;
	font-size: 35px;
}

#ensemble{

	margin: 50px 10px 50px 10px;
	background-image: url(Image/book.jpg);
	background-color: #fbb1a0;
}

#bloc{
	border: 3px solid black;
	padding: 10px;
	margin: 20px;
	text-align: center;
	word-wrap: break-word;
	background-color: white;
}

#bloc h3{
	font-family: 'georgia';
}

#bloc h4{
	font-weight: bold;
	font-family: 'garamond';
	padding-top: 10px;
}

#bloc p{
	font-family: 'garamond';
}

.fa-plane-departure{
	color: #008d96
}

.fa-briefcase{
	color: #008d96
}
.fa-stamp{
	color: #008d96
}
