/*
=====================================================================
*   Ceevee v1.0 Layout Stylesheet
*   url: styleshout.com
*   03-18-2014
=====================================================================

   TOC:
   a. General Styles
   b. Header Styles
   c. separateur de sections
   d. CV Section
   e. Portfolio Section
   h. Contact Section
   i. Footer

===================================================================== */

/* ------------------------------------------------------------------ */
/* a. General Styles
/* ------------------------------------------------------------------ */

body {
  background: #fff;
}

section {
  padding-top: 60px;
}

a, a:visited  { color: #000; }
a:hover, a:focus { color: #bf3437; }

h1 {
   font: 18px/30px 'opensans-bold', sans-serif;
   text-transform: uppercase;
   letter-spacing: 1px;
}
h1 .titre_categorie {
   border-bottom: 3px solid #bf3437;
}

div .titre_categorie_conteneur {
  margin-bottom: 20px; /* utile sur un petit écran */
}
h3 {
   font: 20px/25px 'opensans-bold', sans-serif;
}
h4 {
   font: 16px/24px 'opensans-bold', sans-serif;
}

.editeur_oeuvre {
  font-weight: bold;
}

.titre_oeuvre {
  font-style: italic;
  font-weight: bold;
}

.separateur_puce {
   margin-right: 5px;
   margin-left: 5px;
}

/* ------------------------------------------------------------------ */
/* b. Header Styles
/* ------------------------------------------------------------------ */

header {
   position: relative;
   height: 800px;
   min-height: 500px;
   width: 100%;
   background: #161415 url(../img/header_background.jpg) no-repeat top center;
   background-size: cover !important;
	-webkit-background-size: cover !important;
   text-align: center;
   overflow: hidden;
}

/* vertically center banner section */
header:before {
   content: '';
   display: inline-block;
   vertical-align: middle;
   height: 100%;
}
header .banner {
   display: inline-block;
   vertical-align: middle;
   margin: 0 auto;
   width: 85%;
   /* padding: 30px; */
   text-align: center;
   background: rgba(255,255,255,0.23);
   max-width: 500px;
}

@media only screen and (max-width:450px) {
 header .row.banner.container {
  padding: 0;
 }
}
@media only screen and (min-width:650px) {
 header .row.banner.container {
  padding: 30px;
 }
}
@media only screen and (min-width:451px) and (max-width:649px) {
 header .row.banner.container {
  padding: 15px;
 }
}


header .banner-text {
  width: 100%;
}
header .banner-text h1 {
   font: 90px/1.1em 'opensans-bold', sans-serif;
   color: #fff;
   letter-spacing: -2px;
   margin: 0 auto 18px auto;
   text-shadow: 0px 1px 3px rgba(0, 0, 0, .8);
}
header .banner-text h3 {
   font: 20px/1.9em 'librebaskerville-regular', serif;
   /*color: #A8A8A8;*/
   margin: 0 auto;
   width: 70%;
   /*text-shadow: 0px 1px 2px rgba(0, 0, 0, .5);*/
}
header .banner-text h3 span,
header .banner-text h3 a {
   color: #fff;
}
header .banner-text hr {
   width: 60%;
   margin: 18px auto 24px auto;
   border-color: #2F2D2E;
   border-color: rgba(150, 150, 150, .1);
}

header .banner-text.invisible {
   display: none;
   visibility: hidden;
}

/* primary navigation
--------------------------------------------------------------------- */
#nav-wrap ul, #nav-wrap li, #nav-wrap a {
	 margin: 0;
	 padding: 0;
	 border: none;
	 outline: none;
}

/* nav-wrap */
#nav-wrap {
   font: 12px 'opensans-bold', sans-serif;
   width: 100%;
   text-transform: uppercase;
   letter-spacing: 2.5px;
   margin: 0 auto;
   z-index: 100;
   position: fixed;
   left: 0;
   top: 0;
}
.opaque { background-color: #333; }

/* hide toggle button */
#nav-wrap > a.mobile-btn { display: none; }

ul#nav {
   min-height: 48px;
   width: auto;

   /* center align the menu */
   text-align: center;
}
ul#nav li {
   position: relative;
   list-style: none;
   height: 48px;
   display: inline-block;
}

/* Links */
ul#nav li a {

/* 8px padding top + 8px padding bottom + 32px line-height = 48px */

   display: inline-block;
   padding: 8px 13px;
   line-height: 32px;
	 text-decoration: none;
   text-align: left;
   color: #fff;

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

ul#nav li a:active { background-color: transparent !important; }
ul#nav li.current a { color: #BF3437; }

/* ------------------------------------------------------------------ */
/* c. Séparateur de sections
/* ------------------------------------------------------------------ */

/*old*/
.bandeau-separateur {
	margin-top: 30px;
}

img.bandeau-separateur  {
    max-height: 200px;
}

/*new*/
.separateur_horizontal {
  margin-top: 30px;
  max-height: 200px;
  min-height: 50px;
  width: 100%;
  background-size: cover;
  /* border: 1px solid red; */
}

.bandeau1 {
  background-image: url('../img/bandeau_hr1.jpg');
}

.bandeau2 {
  background-image: url('../img/bandeau_hr2.jpg');
}

.bandeau3 {
  background-image: url('../img/bandeau_hr3.jpg');
}

/* div {
  width: 100%;
  height: 400px;
  background-image: url('img_flowers.jpg');
  background-size: cover;
  border: 1px solid red;
} */

/* <768 // 768 à 1199 // >=1200*/
@media only screen and (max-width: 767px) {
  .separateur_horizontal {
    min-height: 125px;
  }
}

@media only screen and (max-width: 400px) {
  .separateur_horizontal {
    min-height: 100px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .separateur_horizontal {
    min-height: 150px;
  }
}

@media only screen and (min-width: 1200px) {
  .separateur_horizontal {
    min-height: 175px;
  }
}

@media only screen and (min-width: 1600px) {
  .separateur_horizontal {
    min-height: 200px;
  }
}

/* ------------------------------------------------------------------ */
/* e. Portfolio3 Section
/* ------------------------------------------------------------------ */
#traductions_new {

}

#traductions_new  .btn:focus, #traductions_new  .btn:active, #traductions_new  button:focus, #traductions_new  button:active {
  outline: none !important;
  box-shadow: none !important;
}

#traductions_new  #image-gallery .modal-footer{
  display: block;
}

#traductions_new  .thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

#image-gallery-externallink {
  text-decoration: underline;
  color: #697077;
}

@media only screen and (max-width:991px) {
  .img-thumbnail {
      max-width: 70%;
  }
}

.lienexterne_oeuvre {
    display: inline-block;
}

@media only screen and (max-width:767px) {
  .couverture_oeuvre {
  	margin-bottom: 3rem ;
  }
  .description_oeuvre {
  	padding-left: 2rem;
  }
  .lienexterne {
  	margin-top: 3rem;
  }

  .lienexterne_oeuvre-md {
    display:none;
  }
  .lienexterne_oeuvre-xs-sm {
    display:block;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  /* #image-gallery-description > p {
      margin: 0 0 10px 0;
  } */
  .couverture_oeuvre {
  	margin-bottom: 0 ;
  }
  .description_oeuvre {
  	padding-left: 2rem;
  }
  .lienexterne {
  	margin-top: 1rem; /*à vérifier*/
  }

  .lienexterne_oeuvre-md {
    display:none;
  }
  .lienexterne_oeuvre-xs-sm {
    display:block;
  }
}

@media only screen and (min-width:992px) {
  .couverture_oeuvre {
  	margin-bottom: 0;
  }
  .description_oeuvre {
  	padding-left: 0;
  	padding-top: 3em;
  }
  .lienexterne {
  	margin-top: 5em;
  }

  .lienexterne_oeuvre-md {
    display:block;
  }
  .lienexterne_oeuvre-xs-sm {
    display:none;
  }
}

div.a_paraitre {
  padding-top: 30px;
}

.a_paraitre p {
  margin: 10px;
}

/* ------------------------------------------------------------------ */
/* d. CV Section
/* ------------------------------------------------------------------ */

#cv {
   overflow: hidden;
}

/*#cv a, #cv a:visited  { color: #bf3437; }
#cv a:hover, #cv a:focus { color: #bf3437; }

#cv h1 {
   font: 18px/24px 'opensans-bold', sans-serif;
   text-transform: uppercase;
   letter-spacing: 1px;
}
#cv h1 .titre_categorie {
   border-bottom: 3px solid #bf3437;
}
#cv h3 {
   font: 20px/25px 'opensans-bold', sans-serif;
}

#cv .header-col { padding-top: 9px; }
#cv .main-col { padding-right: 10%; }

#cv p { margin: 0px; }*/

.education, .work, .about {
   margin-bottom: 48px;
   padding-bottom: 24px;
   border-bottom: 1px solid #bf3437;
}

.education .item, .work .item {
  margin-bottom: 10px;
}



/* ------------------------------------------------------------------ */
/* g. About Section
/* ------------------------------------------------------------------ */
img.photo_marie {
  margin: 0 0 30px 0;
}

/* .about_soustitre {
   font-weight: bold;
} */

/* ------------------------------------------------------------------ */
/* h. Contact Section
/* ------------------------------------------------------------------ */

#contact {

}
#contact .section-head { margin-bottom: 42px; }

/*#contact a, #contact a:visited  { color: #bf3437; }
#contact a:hover, #contact a:focus { color: #fff; }

#contact h1 {
   font: 18px/24px 'opensans-bold', sans-serif;
   text-transform: uppercase;
   letter-spacing: 3px;
   color: #EBEEEE;
   margin-bottom: 6px;
}*/

#contact h1 {
   margin-bottom: 6px;
}
/*#contact h1 span { display: none; }
#contact h1:before {
   font-family: 'FontAwesome';
   content: "\f0e0";
 	 padding-right: 10px;
	 font-size: 72px;
   line-height: 72px;
   text-align: left;
   float: left;
   color: #ebeeee;
}*/

#contact .fa-envelope::before {
  font-family: 'FontAwesome';
  content: "\f0e0";
  padding-right: 10px;
  font-size: 72px;
  line-height: 72px;
  color: #ebeeee;
}
#contact h4 {
   /*font: 16px/24px 'opensans-bold', sans-serif;
   color: #EBEEEE;*/
   margin-bottom: 6px;
}
#contact p.lead {
   font: 18px/36px 'opensans', sans-serif; /*opensans-light*/
   padding-right: 3%;
   /*font-weight: lighter; pas adapté depuis que j'ai enlevé le formulaire de contact*/
}

#contact .lead b {
   font: 16px/30px 'opensans-bold', sans-serif;
}
#contact .header-col { padding-top: 6px; }

#contact .arob:before {
  font-family: 'FontAwesome';
  content: "\f1fa";
  padding-right: 5px;
  font-size: 15px;
  line-height: 15px;
  font-style: italic;
}

#contact .arob {
  font-style: italic;
}

#contact .courriel {
  text-decoration: underline;
}

/* contact form */
#contact form { margin-bottom: 30px; }
#contact label {
   font: 15px/24px 'opensans-bold', sans-serif;
   margin: 12px 0;
   /*color: #EBEEEE;*/
	 display: inline-block;
	 float: left;
   width: 26%;
}
#contact input,
#contact textarea,
#contact select {
   padding: 18px 20px;
	 color: #eee;
	 background: #373233;
	 margin-bottom: 42px;
	 border: 0;
	 outline: none;
   font-size: 15px;
   line-height: 24px;
   width: 65%;
}
#contact input:focus,
#contact textarea:focus,
#contact select:focus {
	color: #fff;
	background-color: #6d6d6d;
}
#contact button.submit {
	 text-transform: uppercase;
	 letter-spacing: 3px;
	 color:#fff;
   background: #0D0D0D;
	 border: none;
   cursor: pointer;
   height: auto;
   display: inline-block;
   border-radius: 3px;
   margin-left: 26%;
}
#contact button.submit:hover {
	color: #0D0D0D;
	background: #fff;
}
#contact span.required {
	color: #bf3437;
	font-size: 13px;
}
#message-warning, #message-success {
   display: none;
	 background: #0F0F0F;
	 padding: 24px 24px;
	 margin-bottom: 36px;
   width: 65%;
   margin-left: 26%;
}
#message-warning { color: #D72828; }
#message-success { color: #11ABB0; }

#message-warning i,
#message-success i {
   margin-right: 10px;
}
#image-loader {
   display: none;
   position: relative;
   left: 18px;
   top: 17px;
}


/* ------------------------------------------------------------------ */
/* i. Footer
/* ------------------------------------------------------------------ */

footer {
   background: #0f0f0f;
   padding-top: 25px;
   padding-bottom: 25px;
   color: #373737;
   font-size: 14px;
   text-align: center;
   position: relative;
}

footer a, footer a:visited { color: #373737; }
footer a:hover, footer a:focus { color: #525252; }
/*footer a, footer a:visited { color: #525252; }
footer a:hover, footer a:focus { color: #fff; } */

/* copyright */
footer .copyright {
    margin: 0;
    padding: 0;
 }
footer .copyright li {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 24px;
}
.ie footer .copyright li {
   display: inline;
}
footer .copyright li:before {
    content: "\2022";
    padding-left: 10px;
    padding-right: 10px;
    color: #095153;
}
footer .copyright  li:first-child:before {
    display: none;
}

/* social links */
footer .social-links {
   margin: 18px 0 30px 0;
   padding: 0;
   font-size: 30px;
}
footer .social-links li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 42px;
    color: #F06000;
}

footer .social-links li:first-child { margin-left: 0; }

/* Go To Top Button */
#go-top {
	position: absolute;
	top: -24px;
   left: 50%;
   margin-left: -30px;
}
#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 60px;
	height: 60px;
	background-color: #525252;

	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

   color: #fff;
   font-size: 21px;
   line-height: 60px;
 	 border-radius: 100%;
}
#go-top a:hover { background-color: #0F9095; }
