﻿/*------------------------------------------------------------------

Project:	A Future HTML UI Kit
Version:	1.0.0
Author: 	webstrot 

------------------------------------------------------------------
[Table of contents]
 
1. main_wrapper start

*/


/* main_wrapper start*/

.main_wrapper_two {
    width: 100%;
    float: left;
    padding-top: 180px;
    padding-bottom: 100px;
}

.main_wrapper_two_content {
    float: left;
    width: 100%;
    text-align: center;
}

    .main_wrapper_two_content h2 {
        font-size: 20px;
        color: #999;
        font-weight: 300;
        font-style: italic;
        margin-bottom: 20px;
        padding-top: 30px;
        position: relative;
    }

        .main_wrapper_two_content h2:before {
            content: '';
            border: 1px solid #CC081E;
            height: 80px;
            position: absolute;
            top: -80px;
            left: 50%;
        }

    .main_wrapper_two_content h1 {
        font-size: 36px;
        color: #111;
        font-weight: 700;
        text-transform: none;
        margin-bottom: 40px;
    }

    .main_wrapper_two_content p {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .main_wrapper_two_content a {
        display: inline-block;
        width: 180px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #CC081E;
        color: #fff;
        border-radius: 3px;
        text-transform: uppercase;
    }

        .main_wrapper_two_content a:hover {
            background: #194690;
            color: #fff;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s;
        }
.span-copyright {
    float: right;
    Color: #000;
    font-style: italic;
    font-size: 12px;
    float:right
}

.span-img-titre {
    Color: #000;
    font-size: 14px
}
.top-bar .container {
    background: #CC081E;
}
.copyright_wrapper .container {
    background: #CC081E;
}
.footer .container {
    background: #f7f7f7;
}
/* main_wrapper end*/







