/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family:  'Open Sans', 'Poiret One', cursive, Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #1A1A1A;
    background-color: #fff;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
	/* Deleted for test
    text-transform: uppercase; Deleted for test*/
    font-family:  'Open Sans', 'Poiret One', cursive, Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}


p {
    margin: 0 0 25px;
    font-size: 20px;
    line-height: 1.5;
}


@media all and (max-width: 560px) {
p {
    margin: 0 0 25px;
    font-size:  20px;
    line-height: 1.5;
}
}

@media all and (min-width:1160px) {
    p {
        margin: 0 0 10px;
        font-size: 16px;
        line-height: 1.6;
    }
}

a {
    color: #63878f; /* Modified to change color of the social media link */
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #43acc2; /* Modified to change color of the social media link */
}

.light {
    font-weight: 400;
}
.center{
    display: block;
	margin: auto;
    width: 100%;
}
.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
    font-family:  'Open Sans', 'Poiret One', cursive, Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400; /*Added to change font weight of the nav bar font*/
    background-color: #fff; /* Color of the nav bar for small resolution screen */
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #1A1A1A; /*Color of the text of the nav bar when on top of the page and mouse over*/
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #1A1A1A;  /*Color of the text of the nav bar when on top of the page */
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: #1A1A1A; /*Color of the nav bar text when not on top of the page and mouse over*/
	font-weight: 600;
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: transparent; /*color of the navigation bar when in the active area of the link*/
}

.navbar-custom .nav li.active a:hover {
    color: #1A1A1A; /* Mouse over color when not on top of the page*/
}

@media(min-width:1160px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
		background-color: #fff;/* Color of the color when on top of the page*/
		opacity; 50%;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid #1A1A1A;
        background: #fff; /* Color of the navigation bar when scrolled down*/
    }
}

/*Added for test of logo automatic rescaling*/
.logo-perception {
    display: table;
    width: 284px;
    height: 85px;
    padding: 100px 0;
    text-align: left;
    color: #fff;
    background: url(../img/201507_LogoPerceptionSeul_FondBlanc-3.png) no-repeat center left scroll;
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.logo-perception .logo-perception-body {
    display: table-cell;
    vertical-align: middle;
}
/*Added for test of logo automatic rescaling*/

/*Added to add some padding during resizing*/
.section-vertical-offset {
    display: table;
    height: 85px;
    /*background-color: #404040;*/
}
	
@media(min-width:1160px) {
.section-vertical-offset {
    display: table;
    height: 5px;
    background-color: #404040;
}
}
/*Added to add some padding during resizing*/
@media(max-width:767px) {
.logo{ 
	width: 80%;
	min-width: 200px;
	max-width: 230px;
    height: 60px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    background: url(../img/201507_LogoPerceptionSeul_FondBlanc-3.png) no-repeat left top;
	-webkit-background-size: cover;
	background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
}
@media(min-width:768px) {
.logo{ 
	width: 80%;
	min-width: 20px;
	max-width: 30px;
    height: 40px;
    padding: 15px 15px;
    text-align: right;
    color: #fff;
    background: url(../img/201508_peRCeption_RCOnly_LogoSombre_Small.png) no-repeat left top;
	-webkit-background-size: cover;
	background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
}
@media(min-width:992px) {
.logo{
    width: 80%;
	min-width: 200px;
	max-width: 230px;
    height: 60px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    background: url(../img/201507_LogoPerceptionSeul_FondBlanc-3.png) no-repeat left top;
	-webkit-background-size: cover;
	background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
}
.intro {
    display: table;
    width: inherit;
    height: 400px;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    
	-webkit-background-size: cover;
    background-color: #8A8A8A;
	background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media(min-width:768px) {
.intro {
    margin-top: 160px;
}
}

@media(min-width:1160px) {
.intro {
    margin-top: 105px;
}
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
	color: #1A1A1A;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:1160px) {
    .intro {
        height: 600px;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

/* start - style for portrait intro */
.intro-portrait {
    display: table;
    width: inherit;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
	background: url(../img/portrait.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
    background-color: #8A8A8A;
	background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media(min-width:768px) {
.intro-portrait {
    margin-top: 160px;
}
}

@media(min-width:1160px) {
.intro-portrait {
    margin-top: 105px;
}
}

.intro-portrait .intro-portrait-body {
    display: table-cell;
    vertical-align: middle;
}

.intro-portrait .intro-portrait-body .brand-heading {
    font-size: 40px;
}

.intro-portrait .intro-portrait-body .intro-text {
    font-size: 18px;
}

@media(min-width:1160px) {
    .intro-portrait {
        height: 600px;
        padding: 0;
    }

    .intro-portrait .intro-portrait-body .brand-heading {
        font-size: 100px;
    }

    .intro-portrait .intro-portrait-body .intro-text {
        font-size: 26px;
    }
}

/* end - style for portrait intro */

/* start - style for -professionnels intro */
.intro-professionnels {
    display: table;
    width: inherit;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
	background: url(../img/professionnels.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
    background-color: #8A8A8A;
	background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media(min-width:768px) {
.intro-professionnels {
    margin-top: 160px;
}
}

@media(min-width:1160px) {
.intro-professionnels {
    margin-top: 105px;
}
}

.intro-professionnels .intro-professionnels-body {
    display: table-cell;
    vertical-align: middle;
}

.intro-professionnels .intro-professionnels-body .brand-heading {
    font-size: 40px;
}

.intro-professionnels .intro-professionnels-body .intro-text {
    font-size: 18px;
}

@media(min-width:1160px) {
    .intro-professionnels {
        height: 600px;
        padding: 0;
    }

    .intro-professionnels .intro-professionnels-body .brand-heading {
        font-size: 100px;
    }

    .intro-professionnels .intro-professionnels-body .intro-text {
        font-size: 26px;
    }
}

/* end - style for -professionnels intro */

/* start - style for -contact intro */
.intro-contact {
    display: table;
    width: inherit;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
	background: url(../img/20150425-portrait-renaud_couderc.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
    background-color: #8A8A8A;
	background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media(min-width:768px) {
.intro-contact {
    margin-top: 160px;
}
}

@media(min-width:1160px) {
.intro-contact {
    margin-top: 105px;
}
}

.intro-contact .intro-contact-body {
    display: table-cell;
    vertical-align: middle;
}

.intro-contact .intro-contact-body .brand-heading {
    font-size: 40px;
}

.intro-contact .intro-contact-body .intro-text {
    font-size: 18px;
}

@media(min-width:1160px) {
    .intro-contact {
        height: 600px;
        padding: 0;
    }

    .intro-contact .intro-contact-body .brand-heading {
        font-size: 100px;
    }

    .intro-contact .intro-contact-body .intro-text {
        font-size: 26px;
    }
}

/* end - style for -contact intro */

/* start - style for -engagement intro */
.intro-engagement {
    display: table;
    width: inherit;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
	background: url(../img/20150729-Mariage-Séance_Engagement-Renaud_Couderc-1.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
    background-color: #8A8A8A;
	background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media(min-width:768px) {
.intro-engagement {
    margin-top: 160px;
}
}

@media(min-width:1160px) {
.intro-engagement {
    margin-top: 105px;
}
}

.intro-engagement .intro-engagement-body {
    display: table-cell;
    vertical-align: middle;
}

.intro-engagement .intro-engagement-body .brand-heading {
    font-size: 40px;
}

.intro-engagement .intro-engagement-body .intro-text {
    font-size: 18px;
}

@media(min-width:1160px) {
    .intro-engagement {
        height: 600px;
        padding: 0;
    }

    .intro-engagement .intro-engagement-body .brand-heading {
        font-size: 100px;
    }

    .intro-engagement .intro-engagement-body .intro-text {
        font-size: 26px;
    }
}

/* end - style for -engagement intro */

.post-preview>a{
color:#404040
}
.post-preview>a:hover,
.post-preview>a:focus{
text-decoration:none;
color:#0085a1
}
.post-preview>a>.post-title{
font-size:30px;
margin-top:30px;
margin-bottom:10px;
text-decoration: underline
}
.post-preview>a>.post-subtitle{
margin:0;
font-weight:300;
margin-bottom:10px
}
.post-preview>.post-meta{
color:gray;
font-size:18px;
font-style:italic;
margin-top:0
}
.post-preview>.post-meta>a{
text-decoration:none;
color:#404040
}
.post-preview>.post-meta>a:hover,
.post-preview>.post-meta>a:focus{
color:#0085a1;
text-decoration:underline
}
@media only screen and (min-width:1160px){
.post-preview>a>.post-title{
font-size:36px
}
}

.img-profile {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;	
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 35px; /* Implemented to get better placement of the text*/
}

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

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 75px; /* Implemented to get better placement of the text*/
    }

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

    #map {
        height: 400px;
        margin-top: 250px;
    }
}


.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family:  'Open Sans', 'Poiret One', cursive, Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #1a1a1a; /* Modified for contact form send button*/
    color: #63878f; /* Modified for contact form send button*/
    background-color: transparent;
	height:30 px;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #43acc2; /* Modified for contact form send button*/
    outline: 0;
    color: #000;
    background-color: #43acc2; /* Modified for contact form send button*/
}
.block-news-perception-background{
	background-color : #fff;
}

.block-news-perception{
	padding-top: 15px ;
	background-color: #e0e0e0;
	border: 2px solid #fff;
}

.block-news-perception-transparent{
	background-color: transparent;
	padding-top: 15px ;
}

.block-contact-me{
	padding: 15px ;
	background-color: #FFF;
	border: 1px solid #000;
	border-radius: 10px;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(000,000,000,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}



@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }


  
   @media (min-width: 768px) and (max-width: 991px) {
      #myCarousel .carousel-inner .item .item-item:last-child {
        display: none;
      }
   }
@media (max-width: 768px) {
     #mymyCarousel .carousel-inner {
      height: 320px;
    }
 }
.carousel-inner {
  overflow-y: hidden;
}
.carousel-inner .active.left { left: -25%; }
.carousel-inner .next        { left:  25%; }
.carousel-inner .prev    { left: -25%; }
.carousel-control        { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
.carousel-inner .item-item {
  padding:0!important;
}

.peoplecarouselImg img {
	width: auto;
	height: 60 px;
	max-height: 60 px;
}


.owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    font-family: 'fontAwesome';

}
.owl-carousel .owl-nav .owl-prev:before{
    // fa-chevron-left
    content: "\f053";
    margin-right:10px;
}
.owl-carousel .owl-nav .owl-next:after{
    //fa-chevron-right
    content: "\f054";
    margin-right:10px;
} 


#wrapper { max-width: 500px; margin: 0 auto; text-align: center; } 
#main-nav ul { list-style: none; margin: 0; padding: 0; }
#main-nav ul li { display: inline-block; margin: 0 0em 0 0em; padding: 0em 0em 0em 0em; border-radius: 0.1em; }
#main-nav ul li.active { background: #fff; }
#main-nav ul li.active a { color: #1A1A1A; text-decoration: none; }

/* A single menu */
.dropotron { background: #fff; background-color: rgba(255, 255, 255, 0.9); border-radius: 0.5em; list-style: none; margin: 0; min-width: 10em; padding: 0.75em 1em 0.75em 1em; }
.dropotron > li { border-top: solid 1px #fff; margin: 0; padding: 0; }
.dropotron > li:first-child { border-top: 0; }
.dropotron > li > a { color: #1A1A1A; display: block; padding: 0.5em 0 0.5em 0; text-decoration: none; }
.dropotron > li.active > a, .dropotron > li:hover > a { color: #fff; }

/* Only applies to top level ("level-0") menus */
.dropotron.level-0 { margin-top: 1.25em; }
.dropotron.level-0:before { content: ''; position: absolute; border-bottom: solid 0.5em #444; border-left: solid 0.5em transparent; border-right: solid 0.5em transparent; top: -0.5em; }
		

.perception-bas-page-gray{
Background-color: #1A1A1A;
color : #fff;
Padding-top: 200 px;
margin-top: 200 px;
Border-top: 200 pc;
}

.perception-bas-page-black{
Background-color: #000;
color: #fff;
Padding-top: 200 px;
margin-top: 200 px;
Border-top: 200 pc;
}


.contact-form{
margin: 0 px;
width:300px
}



@media (min-width: 768 px) {
	.contact-form{
	margin: 0 px;
	width:600px
	}
}

@media (max-width: 1160 px) {
.h1-perception{
	padding-top:500px;
}
}

.perception-blog-date{
font-size: 10 px;
font-style: italic;
text-align: center;
}

.perception-h2-post-title{
font-weight: 800;
font-size: 20 px;
}

.perception-title-center{
text-align: center;
}

.perception-title-left{
text-align: left;
}

@media all and (min-width: 720px) {

    .content .desktop{display:block;}
    .content .tablet-only{display:none;}
    .content .smart{display:none;}
	.content .tablet{display:none;}

}

@media all and (max-width: 720px) {

    .content .desktop{display:none;}
    .content .tablet-only{display:block;}
    .content .smart{display:none;}
	.content .tablet{display:block;}

}

@media all and (max-width: 490px) {

    .content .desktop{display:none;}
    .content .tablet-only{display:none;}
    .content .smart{display:block;}
	.content .tablet{display:block;}

}