 body {
    width: 100%;
    height: 100%;
    font-family: Lato,Lora,Helvetica,Arial,sans-serif;
    background-color: white;
}
/*rgb(114,76,103)*/
html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
h2{
    font-size: 27px;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
  color: #623b54;
  background-color: rgba(255,255,255,.1);
  border-color: #623b54;

}

.btn.focus, .btn:focus, .btn:hover {
    color: #370028;
    text-decoration: none;
}
hr {
      border-top: 1px solid #623b54;
      width: 250px;
}
p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.5;
}

/*@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 16px;
        line-height: 1.6;
    }
}*/

a {
    color: #fff;
    -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: #cfa0e9;*/
	color: #999;
}
.logo {
   width: 850px;
   
}
.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Lato,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.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: 15px;
    color: #fff;
}

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

.navbar-custom a {
    color: #fff;
}

.navbar-custom a:hover {
    color: #999;
}

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

.top-nav-collapse .dropdown-menu {
    background-color: #9B8194;
}

.dropdown-menu>li>a {
    color: #370028;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(114, 76, 103, .8);
    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: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -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 rgba(255,255,255,.3);
        background: #370028;
    }
}

@media(max-width:767px) {
    .navbar-custom .nav li a:hover {
        color: #F998F9;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        color: #FFCAFF;
    }
}
.shadow{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(50, 12, 39,.60);
}
.intro {
    background: url(../images/Accueil2.jpg) no-repeat bottom center scroll;
}
.intro-anticipation {
    background: url(../images/Dollarphotoclub_77064481.svg) no-repeat bottom center scroll;
}
.intro-confiance {
    background: url(../images/personnedeconfiance.jpg) no-repeat bottom center scroll;
}
.intro-ressources {
    background: url(../images/leconseil.jpg) no-repeat bottom center scroll;
}
.intro-confident {
    background: url(../images/Accueil2_cropped.jpg) no-repeat bottom center scroll;
}


.intro, 
.intro-anticipation, 
.intro-confiance,
.intro-confident,
.intro-ressources {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background-position: 50% 50%;
    background-color: #C8AD7F;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}
.intro p, 
.intro-anticipation p, 
.intro-confiance p,
.intro-confident,
.intro-ressources p
{
    color: white;
    font-size: 20px;
}

.intro hr, 
.intro-anticipation hr, 
.intro-confiance hr,
.intro-confident,
.intro-ressources hr
{
    border-color: white;
}
.titre {
    font-size: 25px;
}
.intro .intro-body, 
.intro-anticipation .intro-body, 
.intro-confiance .intro-body,
.intro-confident,
.intro-ressources .intro-body{
    display: table-cell;
    vertical-align: middle;

}
.intro .intro-body .brand-heading, 
.intro-anticipation .intro-body .brand-heading, 
.intro-confiance .intro-body .brand-heading,
.intro-ressources .intro-body .brand-heading
{
    font-size: 18px;
}

.intro .intro-body .intro-text, 
.intro-anticipation .intro-body .intro-text, 
.intro-confiance .intro-body .intro-text,
.intro-ressources .intro-body .intro-text
{
    font-size: 18px;
}

.mesServices img{
    width: 195px;
}

.mesServices {
  text-align: center;
}
.mesServices p {
  text-align: left;
}

@media(min-width:768px) {
    .intro, 
    .intro-anticipation, 
    .intro-confiance,
	.intro-confident,
    .intro-ressources{
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading,
    .intro-anticipation .intro-body .brand-heading, 
    .intro-confiance .intro-body .brand-heading,
    .intro-ressources .intro-body .brand-heading
    {
        font-size: 100px;
    }

    .intro .intro-body .intro-text, 
    .intro-anticipation .intro-body .intro-text,
    .intro-confiance .intro-body .intro-text,
    .intro-ressources .intro-body .intro-text{
        font-size: 26px;
    }
}

.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: #370028;
    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);
    }
}

.btn-primary{ 
    background-color: #370028;
    border-color: #623b54;
    color: #fff;
}
.icon i, #conflits i, #confiance i, #ressources1 i{
    color: #370028;
    font-size: 25px;
    text-align: center;
    
}

#ressources2 i {
    font-size: 17px;
}

.content-section {
    min-height: 100%;
    padding-top: 80px;
}

.img-responsive .img-circle {
    border-radius:50%;
}

.img-circle {
    border: 3px solid;
    border-color: #370028;
    width: 250px;
    margin: 26px auto;
}

.conflits .img-circle{
    width: 100px;
}

.thumbnail>img {
    -webkit-filter: grayscale(0.8);
    -o-filter: grayscale(0.8);
    -moz-filter: grayscale(0.8);
    filter: grayscale(0.8);
}

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

#portrait{
    color: #370028;
    background-image: url(../images/sophie_schindler_portrait.jpg);
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    min-height: 100%;
    
}

#portrait hr{
    text-align: center;
}

#portrait h2{
    color:black;
}
#portrait p{
    text-align:justify; 
    text-justify:auto;   
}

.portrait p{
    color: black;
}


.titre, h5{
    text-align: center;
    color: #623b54;
}

.prestations1_titre, .prestations2_titre, {
    border-color: #370028;
    border: 3px solid #fff;
    padding: 10px 10px;
}

.prestations1 p,{
    text-align: justify;
    text-justify: auto;
}
#prestations p{
    color: #370028;
}
#prestations h2{
    color: black;
}
#prestations h3{
    text-align: left;
    font-size: 18px;
}
#conflits h6{
    font-size: 55px;
}

#conflit2, #confiance2{
    background-color: #370028;
    width: 100%;
}
#conflit2 p, #conflit2 h2,#conflit2 h4,#conflit2 h5, 
#confiance2 p,#confiance2 h2,#confiance2 h4,#confiance2 h5{
    color: #fff;
}
#prestations{
    /*background: url(../images/prestations.jpg) no-repeat center center scroll;*/
    background-color: white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;   
}

.contact-main {
    min-width: 100%;
    padding: 50px 0;
}

#contact h5, hr{
text-align: center;
}

.prive {
    background-color: #370028;
    height: 20%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    display: table;
    width: 100%;
}

.triangle{
    width:1px;
    height:1px;
    border:1px solid #370028;
    border-color:transparent transparent #370028 transparent;
    border-width:40px;
    margin: 0 auto;
}

.triangle2{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 40px;
    border-color: #370028 transparent transparent transparent;
    margin: 0 auto;
}

.prive h2{
 color: white;
}
.contentprive{
    display: table-cell;
    vertical-align: middle;
}
#contactAnt {
    /*background: url(../images/sophie_schindler_portrait.jpg);*/
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    min-height: 100%;
}

#contactConf {
    /*background: url(../images/sophie_schindler_portrait.jpg);*/
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    min-height: 100%;
}

#contactRes {
    /*background: url(../images/sophie_schindler_portrait.jpg);*/
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    min-height: 100%;
}
#contact{
    background-color: none;
    color:#623b54;
    width: 100%; 
}
#contact h1, #contact h2,#contactAnt h1, #contactConf h1 , #contactRes h1 {
    color:black;
    text-align: center;
    font-size: 27px;
}
#contact h3{
color:black;
 font-size: 20px;
}
#contact p {
    text-align: left;
}
.formulaire{
    color: #623b54;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #959595;
  background-color: rgba(0,0,0,.05);
  background-image: none;
  border: 1px solid #623b54;
  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;
}

.form-control:focus {
  border-color: #623b54;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(98,59,84,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(98,59,84,.6);
}

.logo-bg {
  background-image: url("../images/Logo_sophie_schindler_sans_texte.png");
  width: 148px;
  height: 314px;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 10px;
}

#contact, #contactRes, #contactAnt, #contactConf {
    position: relative;
}

.caption h2, {
    color: #370028;
}
.modal-dialog {
    width: 830px;
}
.modal-header{
    border-bottom: 1px solid #C8AD7F;
    background-color: #29061d;
 }
.modal-footer{
    border-top: 1px solid #C8AD7F;
    background-color: #29061d;
 }
@media(min-width:767px) {
/*    .content-section {
        padding-top: 250px;
        }*/

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

    .btn {
        border-radius: 20px;
        text-transform: uppercase;
        font-family: 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 #fff;
        color: #fff;
        background-color: transparent;
    }

    .btn-default:hover,
    .btn-default:focus {
        border: 1px solid #fff;
        outline: 0;
        color: #fff;
        background-color: #370028;
    }

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

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

        .logo-bg {
            background-image: none;
            display: none;
        }
    }

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

        #portrait {
            background-image: none;
        }


    }

    footer {
        padding: 25px 0;
        background-color: #370028;
        color:#fff;
    }

    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(255,255,255,.2);
    }

    img::selection {
        background: 0 0;
    }

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

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