@charset "utf-8";
/* CSS Document */

/***** Bootstrap v3.3.6 *****/
@import url("bootstrap/bootstrap.min.css");
/*
**** Special-Classes *****/
@import url("special-classes.css");

/***** Headings *****/
@import url("headings.css");

/***** Buttons *****/
@import url("buttons.css");

/***** Preloader *****/
@import url("preloader.css");

/***** Gallery *****/
@import url("projects/projects.css");

/* Animation Style */
@import url("animation.css");

/***** Custom-Layout *****/
@import url("custom-layout.css");

/***** Custom Fonts *****/
@import url("fonts.css");

/***** Typography *****/
@import url("typography.css");

/* Owl Carousel */
@import url("../owl-carousel/css/owl.carousel.css");
@import url("owl-carousel/css/owl.theme.css");
@import url("owl-carousel/css/owl.transitions.css");
@import url("owl-carousel/css/animate.css"); 

/***** FontAwesome *****/
@import url("../fonts/font-awesome/css/font-awesome.css");

/***** Mobile *****/
@import url("mobile.css");

.link{
	font-size :25px;
	text-decoration :underline;

}

.retour{
	font-size :20px;
	text-align: center;
	border:solid;
	background-color:#00307B;
	color:white;

}
.welcome-section {
    background: #00307b;
    min-height: 07px;
    padding: 0px 0;    
    margin-bottom: 20px;
}
.welcome-section .heading-row {
    width: 100%;
    float: left;
    border-bottom: 1px solid #dfdfe0;
    margin-top: 20px;
}
.welcome-section .sec-title {
    width: 447px;
    float: left;
    margin: 0 0 72px 0;
}
.welcome-section .sec-title h2 {
    font-size: 35px;
    line-height: 47px;
    text-align: center;
}
.welcome-section .sec-title span {
    color: #FFF;
}
.welcome-section .sec-title big {
    font-size: 50px;
    line-height: 47px;
}
.welcome-section .border-line {
    height: 74px;
    width: 2px;
    float: left;
    margin-top: 16px;
    background-color: #e0e0e0;
}
.welcome-section .heading-row p.heading-text {   
    padding-top: 20px;
    padding-left: 40px;
    text-align: left;
    color: #FFF;
}
.welcome-section .img-box {
    display: inline-block;
    position: relative;
}
.welcome-section .img-box img {
    position: relative;
    z-index: 1;
}
.welcome-section .img-box:before {
    content: '';
    border: 4px solid #DCDCE6;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 13px;
    left: 13px;
}
.welcome-section .sec-title + p {
    margin-bottom: 23px;
}
.welcome-section .single-welcome-box {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 24px 0;
    padding-left: 27px;
    margin-top: 30px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.welcome-section .single-welcome-box:hover {
    background: url("../images/new/bg-hover1.jpg") no-repeat;
    cursor: pointer;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-size: cover;
}
.welcome-section .single-welcome-box:hover .icon-box i,
.welcome-section .single-welcome-box:hover .text-box h4,
.welcome-section .single-welcome-box:hover .text-box p {
    color: #fff;
}
.welcome-section .single-welcome-box h4,
.welcome-section .single-welcome-box p {
    margin: 0;
}
.welcome-section .single-welcome-box .icon-box,
.welcome-section .single-welcome-box .text-box {
    display: table-cell;
    vertical-align: middle;
}
.welcome-section .single-welcome-box .icon-box img {
    max-width: 64px;
    height: 64px;
}
.welcome-section .single-welcome-box .icon-box i {
    font-size: 64px;
    color: #1876c3;
}
.welcome-section .single-welcome-box .text-box {
    padding-left: 25px;
}
.welcome-section .single-welcome-box .text-box h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 5px;
}
.welcome-section .single-welcome-box .text-box p {
    font-size: 14px;
    line-height: 24px;
    color: #777777;
}
.welcome-section2 {
    padding: 104px 0;
    clear: both;
    min-height: 624px;
}
.welcome-section2 .sec-title h2 .blue {
    color: #20bdd8;
}
.welcome-section2 .welcome2-box {
    padding: 0 100px 0 0;
}
.welcome-section2 .welcome2-box .thm-button {
    margin: 0;
}
.welcome-section2 .welcome2-box h3 {
    font-style: italic;
    font-size: 24px;
    color: #242424;
}
.welcome-section2 .welcome2-box p {
    padding: 15px 0;
    color: #898989;
}
.tete{
    color: #0f1923;
}
.welcome-section .sec-title1 {
    width: 447px;
    float: left;
    margin: 0 0 250px 0;
}

.welcome-section .sec-title2 {
    width: 447px;
    float: left;
    margin: 0 0 250px 0;
}
.flash{
    color: #fff; 
}
.linus,.desc{
    color: #fff; 
}
.contact{
    color: #fff;
}
.contacter{
    color: #00307b;
}