/*******************************************************************************
 Add your custom css styles here
 *******************************************************************************/
 .loader {
	width: 150px;
	height: 150px;
	z-index: 100;
	font-size: 24px;
	line-height: 50px;
	margin-left: -75px;
	margin-top: -75px;
} 

section{
     background: #fff;
 }

 .subtitle{
    font-family:'FuturaPT-Book';
    /*font-weight: bold*/
 }
.two-in-row{
    width: 50%;
}
.five-in-row{
    width: 20%;
}

/*.switch:hover{
    content:'Références';
}*/
.parallax-section .container .subtitle, .slide-title .subtitle {
    font-family: 'futurastd-bold';
    font-style: normal; 
    font-size: 16px;
  	opacity: 1;
}
 nav li a {
	float: left;
	padding: 10px 22px;
	line-height: 1;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
	top:0;
	position:relative;
	-webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}
nav li a.act-link:before {
	 content:'';
	 position:absolute;
	 bottom:0;
	 left:0;
	 width:100%;
	 height:100%;
     background:#000;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	z-index:-1;
}

nav li a.act-link:hover  {
    color:#fff;
}
nav li a:hover, .isShare:hover {
    color:#fff;
    background: #999;
}
nav li a.act-link:hover:before {
    height:0;
}
nav li ul a:before  {
	display:none;
}
.act-link {
	color:#fff !important;
}
.custom-inner{
    padding : 70px 0 70px 0;
}
.parallax-section .container .subtitle {
    font-family: 'FuturaPT-Book';
    font-style: normal; 
    font-size: 16px;
}
.big-margin{
    margin-bottom: 150px;
}
.cropped{
    height: inherit;
    margin: 0 -50%;
    overflow: hidden;
    z-index: -1000;
    width: 100%;
}
.profile-picture{
    display: inline-block;
    width: 100%;
    height: 250px;
    background-color: #efefef;
    margin-bottom: -50px;
    position: absolute;
    right: 0;
    bottom: -50px;
}
.profile-picture img{
    width: 250px;
    display: inline;
    margin: 0 auto;
}
.signature{
    width: 150px
}
.signature img {
    float: none !important;
    width: 100%;
}
.inline-facts{
    padding: 40px 0 70px 0;
}

.inline-facts i{
    color: #000;
    font-size: 42px;
    opacity: 0.6;
}

.picto-header{
    color: #000;
    opacity: .6;
    margin: 70px 0 40px 0;
    font-family: 'futurastd-bold';
}

.picto-content{
    text-align: center;
    font-size: 20px;
    color: rgba(0, 0, 0, .6);
}

.big-picto{
  	width: 250px !important;
}

.picto{
    width: 100px;
}

.order-holder{
    padding: 50px 0 70px 0;
    background-color: #292929;
    color: #fff;   
}
.flash {
    -webkit-animation: flash 5s; /* Safari 4+ */
    -moz-animation:    flash 5s; /* Fx 5+ */
    -o-animation:      flash 5s; /* Opera 12+ */
    animation:         flash 5s; /* IE 10+, Fx 29+ */
  }

.flash:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
    opacity: 1 !important;   
}
.back {
	float: right;
	top: 70px;
	right: 100px;
	cursor: pointer;
    z-index: 15;
    height: 30px;
    width: 30px;
	background: rgba(0,0,0,0.91);
}


.prestations-ul{
  	list-style-image: url('../images/picto/checked.png');
    list-style-position: inside;
    color: #fff;
    font-size: 16px;
    text-align: left;
}
.under-ul{
  	list-style-image: url('../images/picto/arrow.png') !important;
  	margin-left: 40px;
}

.prestations-ul li{
    padding: 10px 0;
}

.btn{
    border: 2px solid #fff;
}

.fl-l{
    color: #fff;
}

 /* Tooltip container */
 .tooltip {
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
} 

[class=animated]:hover{
    opacity: 1;
}

.ref-single-nav a{
    font-family: 'futurastd-bold' !important;
    font-style: normal !important;
}

.flat-form #contact-form input[type="text"], .flat-form #contact-form textarea {
    font-family: 'FuturaPT-Book';
    font-size: 22px;
}

@media only screen and (max-width:1036px){
    nav li a.act-link {
        color:#666 !important;
    }
    nav li a.act-link:hover {
        color:#fff !important;
    }
}

@media only screen and (max-width:1036px) {
    .inline-facts h6{
        font-size: 12px;
    }
    .nav-holder{
        border-bottom: 2px solid #292929;
    }
}

@media only screen and (max-width:992px){
    .custom-inner{
        background-color: rgba(0, 0, 0, .6)
    }

}

@media only screen and (max-width:756px){
    .services-holder li, .inline-facts {
        width: 50%;
    }

    /*.services-holder li, .inline-facts:last-child {
        width: 100%;
    }
    */
}

@media only screen and (max-width:540px){
    .services-holder li, .inline-facts {
        width: 100%;
    }

    .parallax-section h2 {
        font-size: 24px;
    }

    .parallax-section .container .subtitle, .slide-title .subtitle {
        font-family: 'futurastd-bold';
        font-style: normal; 
        font-size: 14px;
    }
    .signature img {
        float: none;
        width: 150px;
    }
    .picto-header{
        font-size: 2.2em;
    }
    .order-holder h3 {
        font-size: 26px;
        position: relative;
        line-height: 50px;
    }
    .fl-l{
        float: none;
    }
    .servicses-holder li {
        width: 100%;
    }
}

