/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*fin du reset de Meyer*/

@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,700');

/* //Généraux// */
body{
   font-family: 'Lato', sans-serif;
   font-size: 1.2rem;
   color:#606060;
   margin-top: 60px;
   /* pour empêcher le texte d'aller sous la barre de navigation fixe; */
}

.container{
    padding-right: 0;
    padding-left: 0;
}

a{
    text-decoration: none;
}
h1{
    font-size: 2rem;
    color: #fc643f;
    font-weight: 600;
    display: block;
    line-height: 36px;
}
h1 small{
    font-size: 1rem;
    color: #606060;
    font-weight:300;
    display: block;
    line-height: auto;
    word-wrap: w

}
h2{
    font-size: 1.8rem;
    margin-top: 36px;
    margin-left: 120px;
    display: block;
    line-height: 36px;  
}
h3{
    font-size: 1.2rem;
    font-weight: 600;
    padding: 12px 12px 12px 0;
}

h4{
    color: #0066cc;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top:16px;
}
h5{
    color: #606060;
    font-weight: 600;
    padding-bottom: 8px;
    font-size: 1.1rem;
}

blockquote{
  margin: 10px 0;
  line-height: 1rem;
  font-size: 1rem ;
}
.thumbnail{
    padding:20px;
    margin-bottom: 25px;
}
 a.glyphicon-file{
    font-size: 30px;
    text-decoration: none;
} 
.lead{
  margin-top: 20px;
}

/* Navigation */
nav.navbar{
    border:none;
    padding: 0 25px ;
    margin: 0 auto;
}
.navbar-nav li a{
    color: #e1e1e1;
}
.navbar-nav li a:hover {
border-bottom: 4px solid #e1e1e1;
color: #576f75;
}
.navbar-nav li a.active{
    border-bottom: 4px solid #f6886d;
}
.color{
  background-color: #497191;
 }
#credits .navbar-nav li a{
    font-size: 1rem;
    color:#0066cc;
    margin-bottom: 16px;
} 
.brand{
  position: fixed;
  right: 500px;
  top: -2;
  z-index:10;
  border: none;
  width: 50px;
}
nav .form-inline{
  float:right; 
  padding-top: 6px
}
h1.breadcrumb-title{
  font:inherit;
  display: inline-block;
  color: #777;
}
/* //Slider// */
#slider{
  margin-bottom: 25px;
}
#slider h2{
  font-family: 'Lato', sans-serif;
  font-size: 4.0rem;
  line-height: 1.2;
  margin-top: 16px;
  letter-spacing: -.1rem;
  color:#fff;
}

#slider h3{
  font-family: 'Lato', sans-serif;
  font-size: 2.0rem;
  line-height: 1.2;
  letter-spacing: 0.2rem;
  color: #e1e1e1;
}
#slider button{
  margin-top: 12px;
  /* color:#e1e1e1; */
}
.carousel-caption button{
  margin-right: 16px;
  width: 175px;
  color:#606060;
}
/* carousel fullscreen */
.carousel-fullscreen .carousel-inner .item {
    height: 35vh;
    min-height: 350px;
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover;
}
/* carousel fullscreen - vertically centered caption*/
.carousel-fullscreen .carousel-caption {
    top: 40%;  
    bottom: auto;
    -webkit-transform: translate(0, -50%); 
    -ms-transform: translate(0, -50%); 
    transform: translate(0, -50%);
}
.carousel-control{
    opacity: 0;
}

.carousel-control:focus, .carousel-control:hover{
    opacity:0;
}
.carousel-indicators{
  position:relative;
}

/* //Page Communauté// */
 

ul.datas{
  margin-top: 16px;
  font-size: 0.9rem;
  line-height: 1rem;
}


select.form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* //Page fiche_prestataire// */
.img-full{
    min-width: 60%;
}
.listing-metier{
    font-size:1.3rem;
    font-weight: 700
    padding: 12px;
    line-height: 150%;   
}
.listing-datas{
  margin: 20px 0;
}
.listing-datas ul{
    display: flex;
    flex-direction: column:
    justify-content: space-around; 
}
.listing-datas li{
    align-items: center;
    font-weight: 600;
    line-height: 150%;
}
.listing-content{
 font-weight: normal; 
} 
.autresprojets{
    margin-top: 25px;
    font-size: 1rem; 
    line-height: 115%;
}
 
.form-group label span{
    font-size: 0.8;
    font-style: italic;
}
#fcprestataire h2{
   margin: 0;
}
#fcprestataire p{
    font-size: 1.1;
    font-style: italic;
    margin-top: 16px;
} 
.media-center + .media-middle{
  margin-bottom: 12px;
}

/* //Page Actualités// */

.news {
  margin-top: 20px;
}
.tab-content ul li:first-child{
  margin-top: 20px;
}
.nav-tabs{
  margin-top: 25px;
}

/* Pages CGU - Mentions légales - Plan du site*/

#cgu{
  margin-top: 99px;
}
#cgu nav {
  margin-top: 16px;
}

#cgu div{
  margin-bottom: 16px;
}  


#cgu h1{
    color: #0066cc;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top:16px;
}
ul.text-right li a{
  text-transform: uppercase;
  line-height: 135%;
} 
ul.inside {
  list-style: inside;
}

.niveau2{
  margin-left: 20px;
}


/* //Pages diverses// */
#listing{
  margin-top: 25px;
} 
#recruteur{
  margin-top: 99px;
}

.page-header{
  margin: 20px 0 0 0;
  padding-bottom: 0;
}
.citation{
    font-size: 1.2rem;
    font-style: italic;
    line-height: 30px;
    margin-top: 75px;
}

.metier{
  font-size: 1.1rem;
 font-style: italic;
 text-transform: none;
 }
 .glyphicon-ok{
  font-size:1.6rem;
  margin-right: 12px;
}

/* //Footer// */

.footer{
    background: #f5f5f5;
    border : 1px solid #ddd;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.footer ul{
   margin-bottom: 16px;    
}
#footer ul li{
   text-decoration:none;    
}




/*//Social icons//*/
.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }
/*Style pour "plugin" File Upload sur page Inscription*/

a:focus {
  outline: none !important;
  outline-offset: none !important;
}

body {
  background: #f5f6f5;
  color: #333;
}

/* helper classses */

.margin-top-20 {
  margin-top: 20px;
}

.margin-bottom-20 {
  margin-top: 20px;
}

.no-margin {
  margin: 0px;
}

/* box component */

.box {
  border-color: #e6e6e6;
  background: #FFF;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  padding: 10px;
  margin-bottom: 40px;
}

.box-center {
  margin: 20px auto;
}

/* input [type = file]
----------------------------------------------- */

input[type=file] {
  display: block !important;
  right: 1px;
  top: 1px;
  height: 34px;
  opacity: 0;
  width: 100%;
  background: none;
  position: absolute;
  overflow: hidden;
  z-index: 2;
}

.control-fileupload {
  display: block;
  border: 1px solid #d6d7d6;
  background: #FFF;
  border-radius: 4px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0px 10px 2px 10px;
  overflow: hidden;
  position: relative;
  
  &:before, input, label {
    cursor: pointer !important;
  }
  /* File upload button */
  &:before {
    /* inherit from boostrap btn styles */
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: color 0.2s ease;

    /* add more custom styles*/
    content: 'Browse';
    display: block;
    position: absolute;
    z-index: 1;
    top: 2px;
    right: 2px;
    line-height: 20px;
    text-align: center;
  }
  &:hover, &:focus {
    &:before {
      color: #333333;
      background-color: #e6e6e6;
      color: #333333;
      text-decoration: none;
      background-position: 0 -15px;
      transition: background-position 0.2s ease-out;
    }
  }
  
  label {
    line-height: 24px;
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    margin-right: 90px;
    margin-bottom: 0px;
    cursor: text;
  }
}

/* Fin du style pour File Upload */
/*//Media queries//*/


@media (max-width: 768px) {
  
  #prestataire{
   margin-top: 40px;
  } 
   #recruteur{
    margin-top: 160px;
   }
    #actualites{
   margin-top:60px;
  }  
   .brand{
    display:none;
   }
   .breadcrumb{
    display:none;
   }
   #slider{
    display:none;
   } 
}

@media (max-width: 1024px) {
    .page-header{
    margin-top: 220px;
    }
    #logo{
    display: block;
    width: 75px;
    margin: 0 auto;
   }
   #baseline{
    display: block;
    margin: 0 auto;
   }
  #connexion{
    position: absolute;
    top: 0;
    float: right;
    display: inline;
    } 
  #connexion2{
    position: absolute;
    top: 6px;
    left: 235px;
    } 
    #listing{
      margin-top: 40px;
    }
   #recherche{
     margin-top: 45px;
    }  
}   

 
