html,
body {
    width: 100%;
    height: 100%;
  }

body {
     font-family: 'Barlow Condensed', sans-serif;
	
}


hr {
    max-width: 40px;
    border-color: #115F8E;
    border-width: 3px;
	}


hr.light {
    max-width: 100%;
    border-color: #ccc;
    border-width: 1px;
	}

hr.light2 {
    max-width: 50px;
    border-color: #1263A5;
    border-width: 3px;
    margin-left: 0;
}
	
a {
    color: #666;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:focus, a:hover {
    color: #fff;
    text-decoration: none;
}


a#lien1 {
     color: #fff; 
	 font-size:20px;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	text-align:left;

}

a:a#lien1:hover,
a:a#lien1:focus {
  color: #666;
  text-decoration: none;
  font-size:20px
}


a#lien2 {
     color: #666; 
	 font-size:15px;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	text-align:left;

}

a:a#lien2:hover,
a:a#lien2:focus {
  color: #666;
  text-decoration: none;
  font-size:15px
}


h1
 {
    font-family: 'Barlow Condensed', sans-serif;
	 font-size:30px; color:#336699 
	}

h2
 {
    font-family: 'Barlow Condensed', sans-serif;
	 letter-spacing:1px;
	 font-size:39px;
	 color:#fff;
	 text-shadow: 3px 1px 5px #000;
	}
	
h3
 {
    font-family: 'Barlow Condensed', sans-serif;
	font-size:25px;
	color:#6699cc 
	}

h4
 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size:40px;
  color:#6699cc 
	}

h5
 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size:28px;
  color:#6699cc 
	}

h6 {
   font-family: 'Barlow Condensed', sans-serif;
	color:#949494;
	font-weight:200;
	font-size:40px; 
	}
	
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #E8E6E6;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 60%;
}

p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.5;
}


.bg-1 {
    background-color: #fff;
}
.bg-2 {
    background-color: #f8f7f7;
}

.bg-3 {
    background-color: #6699cd;
}

.bg-4 {
    background-color: #d4d3d3;
}


.bg-5 {
 background-image: url(../img/bg-5.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 450px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}
 

.bg-6 {
 background-image: url(../img/bg-6.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 450px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}


.bg-9 {
	background-image: url(../img/bg-9.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 350px;
	position: relative;
    width: 100%;
 /*   min-height: auto;*/
    text-align: justify;	
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}


.bg-9sm {
	background-image: url(../img/bg-9sm.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 150px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}

.bg-10 {
	background-image: url(../img/bg-10.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 250px;
	position: relative;
    width: 100%;
 /*   min-height: auto;*/
    text-align: justify;	
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}
 
.bg-10sm {
	background-image: url(../img/bg-10.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 250px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}


.bg-12 {
    background-color: #896566;
}

.content-section {
    padding-top: 100px;
}

.download-section {
	width: 100%;
	height:100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/bg-8.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .download-section {
        padding: 100px 0;
    }
}



.text-faded3 {
    color: #605E5E; font-size:20px; 
}

.text-faded4 {
    color: #605E5E; font-size:15px;
}

.text-or {
    color: #f38314; font-size:17px;
} 


.text-bleu {
    color: #6699cc;
	font-size:17px;
	font-weight:500
} 

.text-bla1 {
	font-family: 'Barlow Condensed', sans-serif;
    color: #fff;
	font-size:20px;
	}



.text-bla3 {
    color: #fff;
	font-size:15px;
	} 

.text-tel {
    color: #027184; font-size:30px;
} 


.text-bleu2 {
    font-size:20px
} 


.text-footer {
    color:#b9b9b9;
    font-weight: 100;
	font-size: 15px;
}

.text-h3{
     font-family: 'Barlow Condensed', sans-serif;
	letter-spacing:1px;
	font-size:15px; color:#6699cc
}


.text-titre-o{
    font-family: 'Barlow Condensed', sans-serif;
	letter-spacing:1px;
	font-size:29px; 
	color:#6699cc  
}
.text-titre1{
   font-family: 'Barlow Condensed', sans-serif;
	color:#949494;
	font-weight:200;
	font-size:25px;
}





.text-mau{
   color:#027184;
	font-size:16px
}
   
.text-primary {
    color: #FFF; 
}

.text-primary:hover {
    color: #ccc; 
}



.text-primary2 {
    color: #ccc; 
}


.small, small {
    font-size: 90%; color:#7D7D7D
}


section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar {
	
      font-family: 'Mitr', sans-serif;	 
	  font-weight: 500;
      margin-bottom: 0;
	  background-color: #fff;
      border: 0;
      font-size: 13px !important; /*menu 1 droit barre 1*/
      letter-spacing: 1px;
      opacity: 1;
	  border-bottom: solid #787676 1px;
} 
  
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
     font-size: 13px;
    line-height: 20px;
	color:#2a5a7d
}
  
.navbar .navbar-header .navbar-brand:hover,
.navbar .navbar-header .navbar-brand:focus {
    color: #2a5a7d;
	background-color: #fff;
font-size: 17px;}


@media (min-width: 768px)
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
}

.navbar-brand>img {
    display: block;
    padding: 0px;
}

  
  
.nav > li.active>a,
.nav>li.active>a:focus {
    background-color: #e4e1e1!important; /*fa*/
	}
  
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #ccc;
	color:#000
}


.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #999; /*fond jaune cliqué*//*AAS*/
    border-color: #000;
	color:#fff;
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
} 


.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
	line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
	font-size:12px;
} 

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #000;
    text-decoration: none;
    background-color: #ccc;
	font-size:12px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #898A8A;
    outline: 0;
}


@media (max-width: 767px) {
	}


.navbar-toggle .icon-bar {
  background-color: #999;
} 

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
  
.carousel-inner img {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); /* make all photos black and white */ 
      width: 100%; /* Set width to 100% */
      margin: auto;
	  
	 }
	 
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
	
 
.carousel-caption p {

	  padding-bottom: 50px;/*ER ajout pour remonter*/
	  /*padding-top: 10px; ER*/
	  /*text-shadow: 1px 1px 5px #000;*/
  }
  
@media (max-width: 600px) {
	
	
.carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
	
    }
	
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
	/*padding-top:50px;  carouselle mobile incompatible ombre portée image */
}
  }
 /*carousel bootstrap recup*/
  
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  /*margin-bottom: 100px;*/
  margin:1px; 
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
  
.carousel-indicators .active {
  width: 12px;
  height: 12px;
/*  margin-bottom: 100px; */
margin:0;
  background-color: #fff;
 
}
.list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0;
  }
.list-group-item:last-child {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
  }



.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/bg-14.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    line-height: 22px;
	background-color:rgba(0,0,0,.35);
	line-height: 50px;
	
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: 'Open Sans', sans-serif;
        font-size: 35px;
        font-style: normal;
        
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}


.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
	background-color: rgba(255,255,255,1.00);
}


@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 950px;/*650*/
	
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(0,0,0,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans', sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
   opacity: 0.7;/*AU LIEU DE 1 - LE 28-09-215*/
	background:#000; /*AJOUT LE 28-09-215*/
		
}/*ICI COULEUR DU PORTFOLIO*/

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}


.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}


.btn-default {
	border-color: #AEABAB;
    color: #222;
    background-color: #f2f2f2;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #AEABAB;
    color: #222;
    background-color: #AEABAB;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
	
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
	
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
	
}


.btn-primary {
    border-color: #555353;
    color: #000;
    background-color: #D8D8D8;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
} /*modifié le 29-09-215*/

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ccc;
    color: #666;
    background-color: #ccc;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}


.btn-a {
    border-color: #AEABAB;
    color: #222;
	letter-spacing:1px; 
    background-color: #f2f2f2;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    }
	

.btn-a:hover,
.btn-a:focus,
.btn-a.focus,
.btn-a:active,
.btn-a.active,
.open > .dropdown-toggle.btn-a {
    border-color: #AEABAB;
    color: #222;
    background-color: #AEABAB;
	
}

.no-padding {
    padding: 0;
}

.padding-left-10 {
    padding-left:10px;
	}

.padding-5 {
    padding-top:5px;
	padding-bottom:5px;
	}

.padding-20 {
   
	padding-left:20px;
	padding-right:20px;
	}


.padding-top-5 {
    padding-top:5px;
	}

.padding-top-10 {
    padding-top:10px;
	}
	
.padding-top-15 {
    padding-top:15px;
	padding-bottom:0px;
	}
	
.padding-top-20 {
    padding-top:20px;

	}
	
	
.padding-top-30 {
    padding-top:30px;

	}

.padding-top-35 {
    padding-top:35px;

	}
	
.padding-top-40 {
    padding-top:40px; 
	}

.padding-top-45 {
    padding-top:45px; 
	}
	
.padding-top-50 {
    padding-top:50px; 
	}
	
.padding-top-60 {
    padding-top:60px;
	}
	
.padding-top-100 {
   padding-top:100px;
	}


.padding-bottom-10 {
    padding-bottom:10px;
	}
		
.padding-bottom-20 {
    padding-bottom:20px;
	}

.padding-bottom-30 {
    padding-bottom:30px;
	}
	
.padding-bottom-40 {
    padding-bottom:40px; 
	}

.padding-bottom-45 {
    padding-bottom:45px; 
	}

.padding-bottom-50 {
    padding-bottom:50px; 
	}
	
.padding-bottom-60 {
    padding-bottom:60px; 
	}
	

.padding15{
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	padding-top:15px
	}
	
.margin-10{
	margin-left:10px;
	 margin-right:10px;
	 }
	 
.margin-top-30{
	margin-top:30px
	}
	
.margin-top-40{
	margin-top:40px
	}
	
.margin-top-60{
	margin-top:60px
	}
	
.margin-top-100{
	margin-top:100px
	}
	
.padding-left-100{
	padding-left:100px
	}
	
.margin-top-140{
	margin-top:140px
	}


::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

.thumbnail {
    display: block;
    line-height: 1.42857143;
	background-color:#efeded;
	border: 0px solid #ccc;
    border-radius: 5px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	min-height: 250px;	
} 



.thumbnail-sm {
    display: block;
	height:270px;
   /* line-height: 1.42857143;*/
	background-color:#ededed;
	
    border: 1px solid #8E8B8B;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
} /*cdk*/


.thumbnail1 {
    display: block;
    /*line-height: 1.42857143;*/
	background-color:#ededed;
	margin-bottom : 25px;
    border: 1px solid #8E8B8B;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
} 


.img-center {margin:0 auto;}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

	
ul, li, ul li {
    list-style:disc;
}

body {
    webkit-tap-highlight-color: #222;
}



#fade { /*--Masque opaque noir de fond--*/
	display: none; /*--masqué par défaut--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--masqué par défaut--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--Les différentes définitions de Box Shadow en CSS3--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--Coins arrondis en CSS3--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Gérer la position fixed pour IE6--*/
*html #fade {
position: absolute;
}
*html .popup_block {
position: absolute;
}


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
	font-size: 15px;
	color: #000;
}



#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 0px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,0.7);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 650px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: 'Open Sans', sans-serif; 
	letter-spacing:2px;
	font-size:13px;
	color:rgba(69,67,67,1.00)
}


#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 0px;
    }
}

.img3 {
box-shadow: 0px 0px 10px #999;
	padding: 0;
}


.img4 {
	border: 1px solid #FFF;

}

.img5 {
	border: 3px solid #FFF;
	border-left: 6px solid #FFF;
}





.img-grayscale
{
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(1);
        -o-filter: grayscale(1);
        -ms-filter: grayscale(1);
		opacity:0.6;
		filter:alpha(opacity=60)
}
.img-grayscale:hover
{
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -o-filter: grayscale(0);
        -ms-filter: grayscale(0);
		opacity:0.9;
		filter:alpha(opacity=90)
		
}

.grayscale img
{
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(1);
        -o-filter: grayscale(1);
        -ms-filter: grayscale(1);
}
.grayscale img:hover
{
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -o-filter: grayscale(0);
        -ms-filter: grayscale(0);
}

.pdm {display:none;
			visibility:hidden;}
/*--------*/
