/*
=====================================================================
*   Ceevee v1.0 Layout Stylesheet
*   url: styleshout.com
*   03-18-2014
=====================================================================

   TOC:
   a. General Styles
   b. Header Styles
   c. Accueil
   d. Services
   e. FAQ
   f. Contact Section
   g. Footer

===================================================================== */

/* ------------------------------------------------------------------ */
/* a. General Styles
/* ------------------------------------------------------------------ */

:root {
   --terracotta-color:#cb6843;
   --vert-color:#053714;
   --creme-color:#FFEDDF;
   --violet-color:#694873;
   --parme-color:#9d545f;
}

#foo {
    color: var(--creme-color);
    var(--terracotta-color)
    var(--vert-color)
    var(--violet-color)
}

body {
  background: #fff;
}

section {
  padding-top: 60px;
}

a, a:visited, .click_triggering  { 
	color: var(--violet-color);
	font-weight:bold; 
	}
a:hover, a:focus { 
	color: var(--violet-color); 
	text-decoration: underline ;
	}

h1 {
   font: 18px/30px 'opensans-bold', sans-serif;
   text-transform: uppercase;
   letter-spacing: 1px;
}
h1 .titre_categorie {
   border-bottom: 3px solid var(--terracotta-color);
}

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;
}

.fond_creme {
	background-color: var(--creme-color);
}

.fond_terracotta{
	background-color: var(--terracotta-color);
}

img.photo {
	margin: 2vh 0;
	border-radius: 6px;
}

/* ------------------------------------------------------------------ */
/* b. Header Styles
/* ------------------------------------------------------------------ */

/* Le header lui-même */
header {
   position: relative;
   height: 800px;
   min-height: 500px;
   width: 100%;
   background-size: cover !important;
	-webkit-background-size: cover !important; 
   /* avec plutôt une petite image
   background: #faf6eb url(../img/hero_background.jpg) no-repeat 20vw center;
   background-size: 20vw !important;
	-webkit-background-size: 20wv !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%;

}

.row.banner {
	max-width: 1600px;
}


/* Le positionnement des containers */
 header .container {
	background: rgba(255,255,255,0.60);
	border-radius: 12px;
 }


 header .carte-visite.container {
	text-align: center;
	max-width: 450px; /*60%;*/
 }
 
 
header .mot-bienvenue.container {
	margin-top: 5vh;
	text-align: left;
}



@media only screen and (min-width:768px) {
	 header .carte-visite.container {
		  margin-top: 48px;
	 }
}
@media only screen and (max-width:450px) {
  header {
   background: #161415 url(../img/header_background_xs.jpg) no-repeat top center; 
  }	

 header .mot-bienvenue.container {
 	padding: 0.5rem;
 }
 
 header .banner-text {
	font: 14px/27px 'opensans-bold', sans-serif;
 }
}
@media only screen and (min-width:451px) and (max-width:649px) {
  header {
   background: #161415 url(../img/header_background_xs.jpg) no-repeat top center; 
  }	

 header .mot-bienvenue.container {
 	padding: 1rem;
 }
 
  header .banner-text {
	font: 18px/32px 'opensans-bold', sans-serif;
  }
}
@media only screen and (min-width:650px) and (max-width:1438px) {
  header {
   background: #161415 url(../img/header_background.jpg) no-repeat top center; 
  }	

 header .mot-bienvenue.container {
 	padding: 1rem;
 }
 
  header .banner-text {
	font: 17px/31px 'opensans-bold', sans-serif;
  }
  
  header .banner {
	  width: 95%;
	}
	
	header .mot-bienvenue.container {
	  margin-top: 2.5vh;
	}
}
@media only screen and (min-width:1439px) {
  header {
   background: #161415 url(../img/header_background.jpg) no-repeat top center; 
  }	
 
 header .mot-bienvenue.container {
 	padding: 1.5rem;
 }
 
  header .banner-text {
	font: 20px/34px 'opensans-bold', sans-serif;
  }
}


/* le contenu textuel des containers du header */
/*header .banner-text {
  font: 20px/34px 'opensans-bold', sans-serif;
}*/
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.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;*/
/*couleur de la navbar quand elle n'est pas transparente (terracotta)*/
	background-color: var(--terracotta-color);
	}

/* hide toggle button */
#nav-wrap > a.mobile-btn { display: none; }

ul#nav {
   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: var(--violet-color); }


/* ------------------------------------------------------------------ */
/* c. Accueil Section
/* ------------------------------------------------------------------ */

.bienvenue p {
		font: 16px/30px 'opensans', sans-serif;
		margin-bottom:20px;
}

.bienvenue img {

}

/* ------------------------------------------------------------------ */
/* d. Service Section
/* ------------------------------------------------------------------ */

.services p {
		font: 16px/30px 'opensans', sans-serif;
		margin-bottom:20px;
}

.services h2 {
		text-align: center;
		margin: 2.5rem 0;
		color: var(--terracotta-color);
}

.services h3 {
		color: var(--vert-color);
}
.services h4  {
		color: var(--violet-color);
}

.services .encadre {
	margin-bottom: 2rem;
	border: 2px solid  var(--vert-color);
}
 
.services .frais_dep_montant {
	/*text-align: center;*/
	text-align: left;
	margin-left:2rem;
	margin-top:-0.5rem;
	margin-bottom: 1rem;
}

.services .frais_dep p {
	margin-bottom: 0.5rem;
}
@media only screen and (max-width:767px) {
	.services .encadre {
		text-align: center;
		padding:1.5rem;
	}
}
@media only screen and (min-width:768px) {
	.services .promo {
		margin-left: 20%;
		margin-right: 20%;
		min-width: 365px;
		padding:2.5rem;
	}
	
	.services .frais_dep {
		margin-left: 20%;
		margin-right: 20%;
		/*min-width: 365px;*/
		padding:2.5rem;
	}
}
@media only screen and (max-width:1060px) {
	.services .frais_dep {
		text-align: center;
	}
}
@media only screen and (min-width:1061px) {
	.decalage_FDep {
		margin-left:60px;
	}
}

.services p.tarif {
	text-align: center;
}
.services img {

}

/* ------------------------------------------------------------------ */
/* e. FAQ Section
/* ------------------------------------------------------------------ */



/* ------------------------------------------------------------------ */
/* f. 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: var(--terracotta-color);
	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;
}


/* ------------------------------------------------------------------ */
/* g. Footer
/* ------------------------------------------------------------------ */

footer {
   background: var(--creme-color);
   padding: 10px;
   color: var(--terracotta-color);
   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: 5px 0 0 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; }
