

html{
    position: relative;
    margin: 0px 25px 0px 25px;
    background-color: #000;
}

body{
    background: transparent;
    position: relative;
    background-color: #fff;
}
a:hover{
    text-decoration: none;
}
a:focus {
    outline: 0;
    text-decoration: none;
}

.sectionTitle{
    text-align: left;
}
.sectionTitle h1{
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    color:#fff;
    font-size: 40px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 40px;

}
.sectionTitle p{
    font-family: 'Roboto Slab', sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: 800;
    font-style: italic;
    letter-spacing: 1px;
    color:#333;
    font-size: 14px;
    max-width: 600px;
}
.sectionTitle p span{
    color: #26C4EC;
}

.item-five { width: 33%; }
.item-three { width: 32%; }
.item-four { width: 30%; }

.itemHover {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    padding-right:20px;
    background:rgba(255,255,255,1);
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    z-index: 0;
    cursor: crosshair;
}

.itemHover h4 {
    letter-spacing: 1px;
    font-size: 14px;
    color: #000;
    display: inline-block;
    margin: 0 auto;
    max-width: 90%;
    padding: 12px;
    position: absolute;
    font-weight: 400;
    bottom: 5px;
    font-family: "Muli", sans-serif;
}
.itemHover h4 span{
    color:#999;
    font-weight: 300;
}

#sectionMain {
    position: relative;
    background: #000;
    z-index: 200;
    padding: 20px 0px 20px 0px;
}
.main-item {
    margin-left: 0;
    margin-right: 3.3%;
    margin-bottom: 30px;
    padding:30px;
    text-align: left;
    margin-top: 10px;
    background-color: #fff;
}
.simple-main-item{
    padding-top: 20px;
}
.main-item p {
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 1px;
    color:#000;
    font-size: 12px;
    font-family: "Muli", sans-serif;
    margin-bottom: 10px;
}
.main-item img{
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.main-item h3 {
    font-family: "Muli", sans-serif;
    color:#000;
    font-size: 16px;
    margin-bottom: 15px;
    letter-spacing: 0.08em;
    line-height: 25px;
    cursor: pointer;
    text-align: center;
}
.main-item h6{
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    color:#333;
    font-family: "Roboto Slab", sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
    font-style: italic;
    margin-top: 18px;
}
.main-item h6 a{
    color:#333;
    background-color: transparent;
}
.main-item a:focus, .main-item a:hover{text-decoration: none;}



.main-item img:hover {
    opacity: 0.7;
}
.main-quote{
    background-color: #26C4EC;
    padding: 30px;

}
.main-quote i{
    font-size: 40px;
    color: #000;
}
.main-quote p{
    color:#000;
    line-height: 30px;
    padding-left: 7px;
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
    font-family: "Roboto Slab", sans-serif;
    margin-top: 15px;   
}
.main-quote-right{
    float: right;

}

.main-quote h5{
    font-family: "Muli", sans-serif;
    color:#fafafa;
    font-size: 14px;
    letter-spacing: 0.06em;
    padding-left: 10px;
    font-weight: 300;
}
.main-quote h5 span{
    cursor: pointer;
    color:#000;
}





/*--------------------------------------------------
        10. Responsive
---------------------------------------------------*/

@media (max-width: 770px) {
    .item-five { width: 100%; }
    .item-three { width: 50%; }
    .item-four { width: 100%; }
    .container{
        padding-left: 100px;
        padding-right: 100px;
    }
    body{
        margin: 0px;
    }
    .grid-item {
        padding: 10px 0px 10px 0px;
    }
    .main-item h6{
        font-size: 10px;
    }
    .navbar li{
        margin: 0px 5px;
        text-align: right;
    }
    .navbar li a{
        font-size: 12px;
    }
    .navbar-header i{
        color:#eee;
    }
.hi h1{
	font-size: 60px;
}
}

@media (max-width: 480px){
    html{
        margin: 0px;
    }
    body{
        margin: 0;
    }
    .item-five { width: 100%; }
    .item-three { width: 100%; }
    .item-four { width: 100%; }
    .container{
        padding-left: 40px;
        padding-right: 40px;
    }    
    .grid-item {
        padding: 10px 0px 10px 0px;
    }
    .servicesContent {
        padding: 10px 0px 5px 0px;
    }
    .main-item{
        margin-right: 0%;
    }
    .main-item h6{
        font-size: 10px;
    }
    .h1 h1{
        
        font-size: 20px;
    }
    

}


#sectionIntro {
    position: relative;
    width: 100%;
    min-height: 640px;
    background-size: cover; 
    background: url(../images/download.jpg);
}

.textIntro {
    margin-right: auto;
    margin-top: 10%;
    text-align: left;
}

.hi h1 {
    letter-spacing: 2px;
    font-size: 80px;
    font-weight: 800;
    color: #26C4EC;
    font-family: "Montserrat", sans-serif;
}

.textIntro p{
    font-family: 'Roboto Slab', sans-serif;
    font-size: 16px;
    text-align: left;
    line-height: 30px;
    padding: 20px 0;
    max-width: 600px;
    font-weight: 400;
    letter-spacing: 1px;
    color:#fff !important;
    font-style: italic;
    margin-bottom: 20px;
}

.textIntro p span{
    color: #26C4EC;
}

.textIntro a{
    font-family: "Muli", sans-serif;
    font-size: 14px;
    letter-spacing: 0.04em;
    font-weight: 400;
    padding: 8px 14px;
    border-radius: 5px;
    background-color:#ea1e31; 
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.textIntro a span.view{
    position: relative;
    color:#fff;
    left: 8px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.textIntro a:hover span.view{
    left: 0px;
}

.textIntro a span.icon{
    position: relative;
    top:2px;
    left: 0px;
    color: #26C4EC;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    opacity: 0;
}

.textIntro a:hover span.icon{
    left: 5px;
    color:#fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    opacity: 1;
}

.fIcons {
    text-align: right;
    font-size: 25px;
    padding: 22px 0px 22px 30px;
}
.fIcons span {
    margin: 0 5px;
    color:#000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.fIcons span:hover{
    color:#26C4EC;
}
.fIcons a:hover, .fIcons a:focus{
    text-decoration: none;
}


.footer {
    background: #090909;
    position: relative;
    padding: 20px 0px 10px 0px;
    color:#fff;
    text-align: center;
}

.color{

    color:#26C4EC;

}

.lift-text .tagline {
    margin: 0; }
.lift-text .sub-tagline {
    opacity: 1; }
.head-text {
    padding: 20px 0 0 0;
    color: #fff;
    font-size: 2em;
    text-shadow: #000 0px 2px 4px;
    text-align: center; }

.tagline {
    margin: 20px 0 0;
    font-size: 2em;
    font-weight: 600;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out; }

.sub-tagline {
    margin: 10px;
    font-size: 1em;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out; }

.lift-text .tagline {
    margin: 0; }
.lift-text .sub-tagline {
    opacity: 1; }



/*--------------------------------------------------
        01. Navigation menu
---------------------------------------------------*/

#navBar {
    z-index: 999;
    width: 100%;
    height: auto;
    min-height: 60px;
    -webkit-transition: 0.2s cubic-bezier(.58,.83,.57,.84); 
    -moz-transition: 0.2s cubic-bezier(.58,.83,.57,.84); 
    transition: 0.2s cubic-bezier(.58,.83,.57,.84); 
    position: fixed;
    top: 0px;
    padding: 0px 0px 0px 0px;
    background:#000;
}
#navBar .container {
    padding: 0;
}
.headerLeft {
    text-align: left;
    line-height: 0px;
    padding: 0;
}

.headerCenter {
    text-align: right;
    padding: 0;
}
.navbar-collapse {padding-left: 0px;}
.navbar {margin-bottom: 0;-webkit-padding-start: 0px;}
.navbar li{display: inline-block;margin: 0 10px;}
.navbar li a{
    font-weight: 400;
    font-size: 14px;
    line-height: 55px;
    letter-spacing: 1px;
    text-decoration: none;
    z-index: 999;
    padding: 4px 0;
    position: relative;
    top:3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    font-family: "Muli", serif;
    color: #fff;
}
.navbar li.active a {
    color: #26C4EC;
}
.navbar li a:hover {
    color: #26C4EC;
}
.navbar-toggle {
    font-size: 30px;
    cursor: pointer;
}


/*--------------------------------------------------
           section Contact
---------------------------------------------------*/


#sectionContact{
    padding: 80px 0px 100px 0px;
    background: #000;
}
#sectionContact .sectionTitle h1{
    color:#fff;
}
#sectionContact .sectionTitle p{
    color:#000;
    font-weight: 300;
}
#sectionContact .sectionTitle p span{
    color:#26C4EC;
}
#sectionContact .col-md-4, #sectionContact .col-md-8, #sectionContact .col-md-12{
    padding-left: 0px;
}
#sectionContact .sectionTitle{
    padding: 0px 0px 40px 0px;
}
input, textarea, select {
    background:#171717;
    vertical-align: top;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    margin: 0;
    padding: 15px;
    width: 100%;
    height: 100%;
    border: 0;
    border-bottom:0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color:#fff;
    font-family: "Muli", sans-serif;
}

textarea{
    min-height: 150px;
    margin-top: 5px;
    margin-bottom: 5px;
}

input:focus, textarea:focus, select:focus {
    outline: none;
    position: relative;
    z-index: 5;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

input.submit {
    width: auto;
    cursor: pointer;
    position: relative;
    color: #000;
    border:none;
    margin: 20px 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    text-decoration: none;
    font-family: "Muli", sans-serif;
    font-size: 14px;
    letter-spacing: 0.04em;
    font-weight: 400;
    padding: 8px 20px;
    border-radius: 5px;
    background-color:#fff;
    float: right;
}
input.submit:hover{
    background:#26C4EC;
 
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #fff;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #fff;
}

.more-info{
    padding: 12px 0px 0px 20px !important;

}
.more-info ul{
    padding-left: 0px;
    list-style: none;
    padding-right: 35px;
    margin-top: 15px;
}
.more-info h5{
    font-family: "Montserrat", sans-serif;
    color:#fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}

.more-info{
    padding: 12px 0px 0px 20px !important;

}
.more-info ul{
    padding-left: 0px;
    list-style: none;
    padding-right: 35px;
    margin-top: 15px;
}
.more-info ul li{
    color:#888;
    font-size: 14px;
    letter-spacing: 0.04em;
    font-family: "Muli", sans-serif;
    line-height: 24px;
    border-bottom: 1px solid #26C4EC;
    margin-bottom: 12px;
}
#mybtn input[type="submit"][disabled] { background:#777; cursor: default; }
#mybtn div {margin: 10px 0;}
.contactForm fieldset { padding:0;border:0; }
.contactForm label {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
/* Message envoyé avec succès */

#message { 
    margin: 1em 0; 
    padding: 0; 
    display: block; 
    background: transparent none; 
}
#message h1 {
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

#message p {
    font-size: 16px;
    font-weight: 200;
    text-align: left;
    font-style: italic;
}

/* Message d'erreur' */
.errorMessage { 
    display: block;
    font-size: 14px;
    padding: 20px 0 0 0;
}

ul.errorMessages { padding: 10px 0 0 0; }
ul.errorMessages li { 
    font-size: 16px;
    font-weight: 200;
    text-align: left;
    color: #000000;
    list-style: none;
    line-height: 25px;
}

/*--------------------------------------------------
	04. section Resume
---------------------------------------------------*/

#sectionResume{
	background: #f7f7f7;
	padding: 70px 0px 80px 0px;
}

.resumeRow{
	padding-left: 0px;
}
.resumeEd, .resumeEmp{
	padding-left: 0px;
}
.resumeList {
	-webkit-padding-start: 0px;
	-moz-padding-start:0px;
	padding-left: 0px;
}
.resumeList li {
	list-style: none;
	padding: 20px 20px 10px 15px;
	margin: 0 0 20px 0;
}
.resumeList h5 {
	font-size: 14px;
	letter-spacing: 0.04em;
	color:#000;
	font-weight: 400;
	font-family: "Muli", sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
}
.resumeList span {
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	letter-spacing: 0.04em;
	font-weight: 400;
	color: #777;
}
.resumeList b{
	font-style: italic;
	font-family: "Roboto Slab", sans-serif;
	font-weight: 400;
	color:#555;
	font-size: 13px;
}
.resumeIcon {
	float: left;
	font-size: 25px;
	color:#fff;
	border-radius: 50%;
	padding: 11px 10px 10px 14px;
	background:#26C4EC;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 1 !important;
}
.resumeContent {
	padding-left: 72px;
	padding-bottom: 20px;
	padding-top: 4px;
	position: relative;
}
.resumeContent:before{
	content: '';
	position: absolute;
	height: calc(100% + 60px);
	width: 1px;
	background-color: #f7d9db;
	left: 25px;
	z-index: 0 !important;
}
.lastContent:before{
	width: 0px;
}

.sectionStats{
	padding: 70px 0px;
	background-image: url(../images/download2.jpg);
}
.sectionStats .col-md-2{
	padding-left: 0px;
}
.sectionStats h3{
	font-family: "Montserrat", sans-serif;
	font-size: 35px;
	font-weight: 700;
	color:#fff;
	letter-spacing: 1px;
}
.sectionStats p{
	font-family: "Roboto Slab", sans-serif;
	font-style: italic;
	color:#eee;
	font-size: 14px;
	letter-spacing: 1px;
}

.competences{
    text-align: center;
    text-decoration: none;
     margin-top: 60px;
}

#sectionCompetences{
background-color: #000;
color:#fff;

    
    
}
#sectionCompetences p{
    
    color:#fff;
}

#sectionCompetences span{
    
    color:#fff;
}

p span{
    color:#26C4EC;
    
}

form h2{
    
    color:white;
}

#uvn-carousel {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 500px;
}



#uvn-carousel .carousel-caption {
    z-index: 10;
}

#uvn-carousel .item {
    height: 500px;
}
#uvn-carousel .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 500px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #uvn-carousel .carousel-caption p {
 
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 16px;
    }

    #uvn-carousel .carousel-caption {
        padding-bottom: 100px;
        right: 20%;
        left: 20%;
    }
}

@media (max-width: 768px) {
    #uvn-carousel .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #uvn-carousel {

        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 500px;
    }
}

/* ------ End of Carousel ----- */
