/* header */
.navbar { background-color:#2D3438; }
.navbar-nav li.social a { margin:10px 5px 0 5px; padding:0; height:30px; }
.navbar-nav li.social a img { width:30px; }


/* homepage */
div.home { background:url('../images/background.jpg') no-repeat center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	height:450px;
}
section.sophie_home { margin-top: 50px; }
div.home h1 { margin:300px 0 0 0; padding:0; font-size: 36px; text-align:center; }
div.home h2 { font-size:24px; text-align:center; margin:10px 0 0 0; padding:0;  }

div.resume h2 { text-transform:uppercase; }
div.resume p.bio { font-size: 16px; }
div.resume ul.social_media { list-style-type:none; margin-left:0; padding-left:0; }
div.resume ul.social_media li { display:inline; list-style-position:inside; }
div.resume ul.social_media li a img { width:100px; margin:5px; }

.parcours p { font-size: 16px; }

/* section.content { background-color: #FCFCFC; margin:0; padding:40px 0 0 0; } */

/* Pages intérieures */
section.sophie_page { margin-top: 50px; }
section.sophie_page h1 { margin:40px 0 20px 0; }
section.sophie_page p.intro { font-weight:bold; }

article.sophie_contact { margin-top:30px; }
article.sophie_contact h2 { font-size:24px; }
/* Page contact */
.wpcf7-form{ margin: 30px 0; }
.wpcf7-form div.col-md-4{ text-align:right; margin:15px 0 10px 0; }
.wpcf7-form div.col-md-8{ text-align:left; margin:10px 0; }
.wpcf7-text { width:100%; background-color:#FFF; border:1px solid #CCC; border-radius:4px; box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset; color:#555; display:block; font-size:14px; height:34px; line-height:1.42857; padding:6px 12px; transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; vertical-align: middle; }
.wpcf7-textarea{ width:100%; height:100px; background-color:#FFF; border:1px solid #CCC; border-radius:4px; box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset; color:#555; display:block; font-size:14px; line-height:1.42857; padding:6px 12px; transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; vertical-align: middle; }
.wpcf7-submit{ background-color:#464646; color:#FFF; padding:5px 15px; border:0; }
.wpcf7-submit:hover{ background-color:#f98d02; }
.bg-success{ background-color:#D1E7DD; padding: 10px 20px; text-align: center; color:#008000; }
.bg-danger{ background-color:#F8D7DA; padding: 10px 20px; text-align: center; color:#DC143C; }

/* footer */
footer div.mentions-footer { border-top:1px solid #CCC; margin-top: 20px; padding:20px; font-size: 10px; }
footer div.mentions-footer a { color:#000; }
footer div.mentions-footer img {float:left; margin-right:20px; }
