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

body {
     font-family: 'Playfair Display', serif;
}


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


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

hr.light2 {
    max-width: 50px;
    border-color: #fff;
    border-width: 3px;
    margin-left: 0;
}

hr.light2r {
    max-width: 50px;
    border-color: #fff;
    border-width: 3px;
    margin-right: 0;
}

hr.light3 {
    max-width: 50px;
    border-color: #ccc;
    border-width: 3px;
    margin-right: 0;
}

hr.light4 {
    max-width: 50px;
    border-color: #ccc;
    border-width: 5px;
	}

hr.light5 {
    max-width: 50px;
    border-color: #ccc;
    border-width: 1px;
	 margin-left: 0;
	}

	
a {
    color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

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


a#lien1 {
     color: #fff; 
	 font-size:15px;
	-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:15px
}


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: 'Playfair Display', serif;
	color:#91a50f;
	font-weight:200;
	font-size:30px; 
	}

h2 {
    font-family: 'Playfair Display', serif;
	color:#ee4135;
	font-weight:400;
	font-size:29px; 
	line-height: 1.4;
	text-shadow: 5px 5px 5px #000;
	}

h3 {
   font-family: 'Playfair Display', serif;
	color:#fff;
	font-weight:400;
	font-size:30px; 
	}


h4 {
    font-family: 'Playfair Display', serif;
	color:#999;
	font-weight:400;
	font-size:25px; 
	}

h5 {
    font-family: 'Playfair Display', serif;
	color:#91a50f;
	font-weight:200;
	font-size:30px; 
	}
	

h6 {
    font-family: 'Playfair Display', serif;
	color:#FFF;
	font-weight:400;
	font-size:39px; 
	line-height: 1.9;
	}
	

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


h2 small {
  color: #ffffff;
	 letter-spacing:1px;
	 font-size:30px;
}

/*h5 small {
  color: #ccc;
	 font-size: 80%;
	font-weight: 400;
}*/

h3 small {
  color: #ccc;
	 font-size: 80%;
	font-weight: 400;
}


.bgi-01 {
	background-image: url("../img/bgi-01.jpg");
    /* Set a specified height, or the minimum height for the background image */
    min-height: 550px;
    /* 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;
}

.bgi-01sm {
	background-image: url("../img/bgi-01.jpg");
    /* Set a specified height, or the minimum height for the background image */
    min-height: 200px;
    /* 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-0 {
    background-color: #212121;
}

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

.bg-4 {
    background-color: #f1f1f1
}


.bg-5 {
    background-color: #141414
}

.bg-6 {
    background-color: #303030
}

.bg-7 {
    background-color: #4d4c52
}


.bg-9 {
	  /* Set a specified height, or the minimum height for the background image */
    min-height: 270px;
	position: relative;
    width: 100%;
 /*   min-height: auto;*/
    text-align: justify;
	background-image:url(../img/bgi-01.jpg);
    /* 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-9sm {
	background-image: url(../img/bgi-01.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 {
	  /* Set a specified height, or the minimum height for the background image */
    min-height: 400px;
	position: relative;
    width: 100%;
 /*   min-height: auto;*/
    text-align: justify;
	background-image:url("../img/bg-10.jpg");
    /* 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: #373736;
}



.bg-14 {
    background-color: #3e3d42;
}



.bg-24 {
	background-image: url(../img/bg-24.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 650px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: left;
    /* 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-25 {
	background-image: url(../img/bg-25.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 550px;
	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-25sm {
	background-image: url(../img/bg-25.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;
}


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


.h4 .small, .h4 small, h2 .small, .h2 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h2 small {
    font-size: 95%;
	color:#91a50f;
	font-weight:400;
}

.h5 .small, .h5 small, h5 .small, h5 small {
    font-size: 80%;
	color:#ccc;
	font-weight:400;
}




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

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


.text-faded2 {
    color: #333;
	font-size:17px;
}


.text-faded3 {
    color: #ffffff;
	font-size:17px;
	line-height: 32px;
}

.text-faded4 {
    color: #ffffff;
	font-size:20px;
	line-height: 32px;
}

.text-faded5 {
    color: #ccc;
	font-size:17px;
}
.text-gris {
    color: #605E5E;
	font-size:17px;
	line-height: 32px;
}

.text-gris2 {
    color: #605E5E;
	font-size:17px;
	line-height: normal;
}

.text-gris3 {
    font-size: 13px;
    color: #7D7D7D;
}

.text-gris3:hover {
    font-size: 13px;
    color: #fff;
}

.text-fond {
    font-family: 'Playfair Display', serif;
    color: #B3AEAE;
    letter-spacing: 1px;
    font-size: 35px;
    line-height: 2;
}


.text-faded4 {
    color: #BEBBBB; 
	font-size:17px;
}

.text-rou {
font-family: 'Playfair Display', serif;
color: #ee4135;
font-weight: 400;
font-size: 35px;
line-height: 1.4;

	}



.text-bla {
    color: #fff;
	font-size:18px;
	letter-spacing: 1px;
	} 

.text-bla2 {
    color:#b9b9b9;
    font-weight: 100;
	font-size: 14px;
	letter-spacing: 1px;
}

.text-bla3 {
    color:#fff;
    font-weight: 100;
	font-size: 50px;
	letter-spacing: 1px;
	font-family: 'Playfair Display', serif;
	text-shadow: 5px 5px 5px #000;
}



.text-bandeau {
    color: #fff;
	font-size:15px;
	letter-spacing: 1px;
	} 

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

.text-tel2 {
    color: #605E5E;
	font-size:25px;
	line-height: 32px;
}

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


   
.text-primary {
    color: #999; 
}

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


.text-primary2 {
    color: #AEABAB; 
}


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


section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}


.navbar {
	
   	  font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	  font-weight: 400;
      margin-bottom: 0;
	  background-color: #000;
      border: 0;
      font-size: 12px;
      letter-spacing: 1px;
      border-bottom: solid #000000 0px;
	  
}
  
/*.navbar-brand {
    float: left;
    height: 50px;
    font-size: 12px;
    line-height: 20px;
	color:#000
}*/

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

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 12px;
    line-height: 20px;
    color: #ccc;
}

  
.navbar .navbar-header .navbar-brand:hover,
.navbar .navbar-header .navbar-brand:focus {
        color: #fff;
	font-size: 14px;
    }
  
.nav > li.active>a,
.nav>li.active>a:focus {
  
    background-color: #ee4135;
	 color: #FFF!important;
	}
  
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #ee4135;
	color:#000
}


.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #000; 
    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;
      letter-spacing: 1px;
} 

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

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


@media (max-width: 767px) {

.navbar {
   	  font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	  font-weight: 400;
      margin-bottom: 0;
	  background-color: #000;
      border: 0;
      font-size: 13px;
      letter-spacing: 1px;
      opacity: 1;
	  border-bottom: solid #000 1px;
} 
	
.navbar .navbar-header .navbar-brand:hover,
.navbar .navbar-header .navbar-brand:focus {
        color: #ccc;
		font-size: 13px;
	   color: #000!important;
    }
  
.nav > li.active>a,
.nav>li.active>a:focus {
    background-color: #ee4135;!important; 
	 color: #FFF!important;
	}
  
.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: #fff; 
    border-color: #000;
	color:#000;
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
} 
	.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}


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

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

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


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


.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: 70px;
	  
	   text-shadow: 0 1px 1px rgba(0,0,0,.3);
  }*/


.carousel-caption {
    color: #fff;
    text-align: left;
    text-shadow: 5 0px 0px rgba(255,255,255,.6);
}
  
@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;
  }


.list {
  list-style: none;
}


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);
}

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%);
	left: -1px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 13px;
  font-family: 'Playfair Display', serif;
	font-size: 18px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
   
    font-size: 18px;
    font-weight: 200;
}

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

.portfolio-box:hover .portfolio-box-caption {
   opacity: 0.7;
	background:#000; 
		
}

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

    .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: #fff;
    background-color: #464646;
    -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: #000;
	color: #fff;
    -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: #CA4B4E;
    color: #fff;
    background-color: #CA4B4E;
}

.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: 10px;
    text-transform: uppercase;
     font-family: 'Lato', 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-70 {
    padding-top:70px;
	}
	
.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; 
	}

.padding-bottom-100 {
    padding-bottom:100px; 
	}
	
.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;
	background-color:rgba(000,000,000,.70);
	font-size: 15px;
	color:#fff;
	letter-spacing:1px; 
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	border: 0px solid #ddd;
	padding: 30px;
	
}



.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: 14px;
	color: #666;
}

.form-control {
    display: block;
    width: 100%;
    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;
    -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;
}


#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: 1px 3px 4px #666666;
}


.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:1;
		filter:alpha(opacity=99)
}


.img4 {
	border: 1px solid #FFF;
}

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


.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;}
/*--------*/
