/*
 * développé par Charles Therond
 */

/* Table of content
1.General 
	1.1 Police Edit
	1.2 Bootstrap
	1.3 Triangle
	1.4 Animations Edit
	1.5 Portfolio parametre
2 Sections - definition for section and subsection
 2.1 HOME
 2.2 CLIENTS
 2.3 TEMOIGNAGES
 2.4 EQUIPE & PARTENAIRES
 2.5 SERVICES
 2.6 CONTACT
 2.7 FOOTER
3. Responsive 
**********************************************************************/

/*********************************************************************
1. General
**********************************************************************/


/* 1.1 Police Edit
-----------------*/
@font-face {
  font-family: "titre";
  src: url('CaviarDreams_Bold.ttf') format("truetype");
}
@font-face {
  font-family: "texte";
  src: url('Comfortaa-Regular.ttf') format("truetype");
}


/* titre */
.T1{ 
	font-family: "titre";
}

/* texte */
.T2{
	font-family: "texte";
}

/* 1.2 Bootstrap
---------------*/

 body {
    
    color: #FFF;
    line-height:1.2em;
    font-size:17px;
    line-height:20px;
}
a {
    color:#FFF;
    text-decoration: none;
}
a:hover {
    color: #FECE1A;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    margin: 10px;
}
p {
    padding: 10px;
    font-weight: 100;
    color: #000;
}


/****************************************
menu
*****************************************/

.navbar {
    background: rgba(255, 255, 255, 0);
    margin-bottom:0;
    min-height:100px;
	
}

.navbar-fixed-top {
    min-height:100px;
    height:100px;
    padding-top:0;
}
.navbar-inner {
    background: rgba(255, 255, 255, 0.97);
    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
}
.navbar .brand img {
    width:auto;
    height:80px;
}

@media (min-width:960px ) and ( max-width: 1200px) {
.navbar .nav > li > a {
    text-transform:uppercase;
	border-radius:15px;
    line-height: auto;
    vertical-align: middle;
    margin:10px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #000;
    box-shadow: none;
    font-size:11px;
    text-shadow: none;
    color: #000;
    transition: border-color 1s ease;
}
}
@media (min-width: 1201px) {
.navbar .nav > li > a {
    text-transform:uppercase;
	border-radius:15px;
    line-height: auto;
    vertical-align: middle;
    margin:10px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #000;
    box-shadow: none;
    font-size:15px;
    text-shadow: none;
    color: #000;
    transition: border-color 1s ease;
}
}
.navbar .nav > li:hover> a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    border: 1px solid #DF1012;
	border-radius:15px;
    color: #fff;
    background-color: #DF1012;
    transition: border-color 1s ease;
}
.nav-pills {
    margin-bottom: 30px;
}
.nav-pills > li > a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right:5px;
    padding-left:25px;
    padding-right:25px;
    border: 1px solid #181A1C;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: #181A1C;
    color: #fff;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius:0;
    background:#DF1012;
    color: #000;
}


.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}

 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}

.large-text {
    line-height:1.2em;
    font-size: 30px;
    color: #181A1C;
    padding:20px;
    margin-bottom:20px;
}

.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 3px solid #fff;
}
.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}



/* 1.3 Triangle 
--------------*/
#t1{border-color:#FFF;}
#t2{border-color:#DF1012;}
#t3{border-color:#000;}

.triangle{
    margin: 0 auto;
    text-align:center;
    width: 0;
    height: 0;
    border-top: 30px solid;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}


/* 1.4 Animations Edit
---------------------*/

.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}



/* 1.5 Portfolio parametre
-------------------------*/
 .thumbnail {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:0;
    box-shadow:none;
    text-align:center;
    background: #191a1c;
}
.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    width:80px;
    height:80px;
    font-size:40px;
    color:#fff;
    text-decoration:none;
    line-height: 70px;
    text-align: center;
}
.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumbnail h3, 
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}
.thumbnail h3 {
    color: #FFF;
    margin-top:10px;
    font-size:18px;
}
.thumbnail > p {
    padding-bottom:20px;
}
.thumbnail .mask {
    opacity:0.85;
    filter: alpha(opacity=85);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#181A1C;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}



/***************************************************************************
2. Sections 
***************************************************************************/
 .section {
    padding-bottom: 50px;
}
.section .container {
    padding-top:50px;
}

@media (min-width: 600px) {
.section .title {
	font-size:47px;
    text-align: center;
    padding:10px;
    margin-bottom: 30px;
}
.section .title h1 {
	font-size:47px;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
}
}
@media (max-width: 599px) {
.section .title {
	font-size:34px;
    text-align: center;
    padding:10px;
    margin-bottom: 30px;
}
.section .title h1 {
	font-size:34px;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
}
}
.section .title > p {
    font-size: 20px;
    color: #FFF;
    font-weight: lighter;
}
.primary-section {
    background:#FFF;
}

.primary-section .title {
    border-bottom: 1px solid #FFF;
	
}
.border-top{
	border-top: 1px solid #FFF;
	margin-top: 10px
}
.primary-section, .primary-section .title p {
    color: #000;
}
.primary-section h1 {
    color:#DF1012;
}
.secondary-section {
    background: #DF1012;
}
.secondary-section .title {
    border-bottom: 1px solid #FFFFFF;
}
.secondary-section h1{
    color: #FFF;
}
 .secondary-section .title p {
	color: #000;
 }


/***************************************************************************
2.1 HOME
****************************************************************************/
.apero_wrapper div{
	color: black;
	text-align: center;
	
}
.apero_b{
	color:black;
	padding-bottom: 15px;
    padding-top: 15px;
}
.apero_block{
	padding-bottom: 15px;
    padding-top: 15px;
	color: black;
	text-align: center;
}
.apero_bloc{
	padding-bottom: 15px;
    padding-top: 15px;
}
.apero_text{
	font-size:12px;
}
.apero_i i {
	color: #DF1012;
    font-size: 67px;
}
.apero_block h3{
	font-size: 30px;
	
}

.apero_title,.apero-title{    
	color: #DF1012;
	border-bottom: 1px solid #DF1012;
    margin-top: 40px;
    padding-bottom: 15px;}



/***************************************************************************
2.2 CLIENTS
***************************************************************************/
.accroche{
	color:#FFF;
}

 .test {
    margin-bottom:30px;
    background:#FFF;
}

.top_project img {
    width:100%;
}
.project-description {
    padding-right:20px;
	padding-top: 20px;
}
.project-description p {
    padding:10px 0 0 0;
}
.project-title {
    margin-top:15px;
    margin-bottom:15px;
    border-bottom:1px solid #FFF;
}
.project-title h3 {
    float:left;
    margin-top:0;
    padding:0;
    width:80%;
}
.project-title .close {
    color: #DF1012;
    margin-top:10px;
}
.project-info h3, .project-title h3 {
    color:#DF1012;
}
.project-info {
    font-weight:100;
    padding:0px 0;
}
.project-info span {
    width: 80px;
    display: inline-block;
}
.project-info div {
    margin-bottom:5px;
}
.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
}




/***************************************************************************
2.3 TEMOIGNAGES
****************************************************************************/


.temoin p{
	color: black
}
.temoin div div div img,
.temoin div div img {
	border:3px solid #DF1012;
}

.temoin{
    margin-left: 4px;
    margin-right: -5px;
}

.temoin h4{
    color:black;
}

.screen{
	background-color: #fff;
    padding: 10px;
}

.mobil{
	background-color:#DF1012;
    border-radius:15px;
    padding: 15px;
}

.bulle{
    -moz-user-select: none;
    -webkit-user-select: none;
}

.bulle span {    
    z-index: 900;
}

.bulleG {
    left: 15px;
    background:transparent url('../images/ico/bulleG.png') no-repeat center center;
}

.bulleD {
	position: static;
	top: 56px;
    left: 103%;
}

.message1{ 
    padding-left: 5%;
	padding-right: 5%;
	margin-left: 20px;
	margin-Right: 20px;
	background:url('../images/ico/bulleG.png') no-repeat 4.6% 100%;
	animation-duration: 1s;
	}
	
.message2{
    padding-left: 5%;
	padding-right: 5%;
	margin-left: 20px;
	margin-Right: 20px;
	animation-duration: 1s;
	background:url('../images/ico/bulleD.png') no-repeat 94.3% 100%;
}

.back2{
	border-radius: 10px;
	background-color:#E5E5EA; 	
	}
	
.back{
	border-radius: 10px;
	background-color: rgb(78, 190, 250); 	
}

.form textarea{
	width: 100%;
    height: 20px;
    letter-spacing: 0px;
    border:3px solid #4EBEFA;
    border-radius: 8px;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.form textarea :focus{
	border: 4px solid rgb(223, 16, 18);
   box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(223, 16, 18);
}

.input-btn {    
    width: 175px;
    height: 36px;
    letter-spacing: 0px;
    background:#4EBEFA;
    border-radius: 8px;
	text-transform:uppercase;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    border: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.input-btn:hover {
    background: rgb(223, 16, 18);
    color: rgb(255, 255, 255);
}
   
    


/***************************************************************************
2.4 EQUIPE & PARTENAIRES
***************************************************************************/
.autoplay div a{
	font-size:20px;
}
#ts1{
	box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.42);  
}

.img-tete{
	height:120px;
}
.text-muted{
	padding:0;
}

.team-member {
   
    text-align: center;
}
.team-member img {
	
    margin: 0 0 0 -3px;
    border: 4px solid #FFF;
}

.team-member h4 {
	margin-top: 25px;
	margin-bottom: 0;
	text-transform: none;
	font-weight: 500;
}

.team-member p {
    margin-top: 0;
}

 .team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}


.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
	height: 70px;
	padding:0 24%;
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

 




/***************************************************************************
2.5 CONTACT
***************************************************************************/

 .contact {
    background: center url(http://2.bp.blogspot.com/-co_3MtagUj8/U7e-ZZM7tWI/AAAAAAAAEfU/OTTSxBn1mZM/s1600/Flat-design-tendance.jpg) no-repeat #38B097;
    background-size: auto 100%;
}



.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}

.contact select {
	width:100%;
	max-width: 370px;
	border: 2px solid black;
	padding: 5px 10% 5px 10%;
}

.contact textarea {
	width:79%;
	max-width: 280px;
	border: 2px solid black;
	padding:0 10%;
    height: 120px;
}


/* bouton contact */
.btn.btn-default {
    color: #df1013;
    background-color: #FFFFFF;
    background-image: linear-gradient(to bottom, #FFFFFF, #f5f5f5);
    border-color: #000000 #000000 #000000;
}
.btn.btn-default:hover {
    color: #df1013;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #f5f5f5, #f5f5f5);
    border-color: #000000 #000000 #000000;
}

.qrcode{

	border: white 1px solid;
}



/***************************************************************************
2.6 SERVICES ET ESPACE CLIENTS
***************************************************************************/
#service {
    padding: -5px 0px;
    background: #FFF;
}

.service_wrapper {
    padding: 40px 0 40px;
}



.service_block {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.service_icon {
    border: 2px solid #DF1012;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 25px auto 25px;
}
.service_icon_maj {
    border: 2px solid #DF1012;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    margin: 25px auto 25px;
}
.service_icon_maj i{
	font-size:80px;
	color: #DF1012;
	position: relative;
	margin-top: 0;
    position: relative;
    top: 20px;
    z-index: 20;
}
.service_icon.icon2 {
    border: 2px solid #DF1012;
}

.service_icon.icon3 {
    border: 2px solid #DF1012;
}

.service_icon span {
    background: transparent;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.service_icon i {
    color: #DF1012;
    font-size: 40px;
    margin-top: 0;
    position: relative;
    top: 20px;
    z-index: 20;
}

.service_block h3 {
    font-family: 'titre', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #111111;
    margin: 35px 0 18px;
}

.service_block p {
    font-size: 16px;
    color: #888888;
    margin: 0px;
}

.construction{
	-webkit-filter: sepia(90%);
	-moz-filter: sepia(90%);
	-ms-filter: sepia(90%);
	-o-filter: sepia(90%);
	
}





/***************************************************************************
2.7 FOOTER
***************************************************************************/
 .footer {
    background: #181A1C;
    text-align: center;
}
.footer > p {
    color: #fff;
    margin:0;
}
.scrollup {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:39px;
    height:39px;
    border-radius:5px;
    font-size:20px;
    position:fixed;
    bottom:30px;
    right:20px;
	border:4px solid #fff;
    display:none;
    background: #DF1012;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
}

/*******************************************************************
3. Responsible
********************************************************************/

 @media (min-width: 1200px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
}
@media (max-width: 979px) {
    body {
        padding-left:0;
        padding-right:0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .section {
        padding-left:20px;
        padding-right:20px;
    }
	.section_mobil{
		padding-left:5px;
        padding-right:5px;
	}
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top:-20px;
    }
    .newsletter form {
        text-align:center;
    }
}
@media (max-width: 767px) {
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }
}

.window{
    width:100%;
    height:100%;
}

