@import "./reset-3.1.css";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    outline:none;
}

html
{
 /*   overflow-y:scroll;*/
    overflow-x:hidden;
    -webkit-overflow-scrolling: touch;
}
body{
    font-family: "Open Sans", sans-serif;
    color:#545a5d;
    position: relative;
    float: left;
    width: 100%;
    overflow-x:hidden;
    -webkit-overflow-scrolling: touch;
}

header,
section,
footer{
    width: 100%;
    float:left;
}

section{
    position: relative;
}

strong{
    font-weight: bold;
}

.container{
    width: 1000px;
    margin: auto;
    position: relative;
}

.blue-button{
    -o-transition: background 1s ease 0s ;
    -moz-transition: background 1s ease 0s ;
    -webkit-transition: background 1s ease 0s ;
    transition: background 1s ease 0s ;
}
.blue-button:hover{
    background: transparent;
    color:#27889b;
}
.visually-hidden{
    left: -7000px;
    overflow: hidden;
    position: absolute !important;
}
.hide {
    display: none;
}

.text-error {
    color: #FF9797;
    margin-bottom: 15px;
    font-size: .9em;
    font-weight: bold;
    border: 2px solid;
    padding: 10px;
}
.thx-contact{
    margin: auto;
    text-align: center;
    width: 500px;
    line-height: 140%;
}

/*** Header ***/

header{
    padding-bottom: 20px;
}
header .logo a{
    cursor: pointer;
    display: inline-block;
    margin-top: 40px;
}
header .nav-header{
    float: right;
    margin-top: 50px;
}
header .nav-header li{
    display: inline-block;
    margin-right: 30px;
    line-height: 35px;
    float: left;
}
header .nav-header a{
    color:#fff;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
}
header .nav-header a .line{
    background:#fff;
    height: 1px;
    display: block;
    width: 0px;
    margin: -5px auto 0 auto;
}
header .nav-header a:hover .line{
    width: 98%;
}

header .nav-header a .css3Animate {
    -webkit-transition: all .3s ease-in-out .001s;
    transition: all .3s ease-in-out .001s;
    -moz-transform: all .3s ease-in-out .001s;
}


header .nav-header .connexion{
    border: 2px solid #fff;
    border-radius: 17px;
    height: 35px;
    position: relative;
    width: 125px;
    overflow: hidden;
}
header .nav-header .connexion a{
    color:#fff;
    font-family:"Open Sans", sans-serif;
    width: 100%;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0px;
    line-height: 32px;
    left: 0px;
    text-align: center;
}
header .nav-header .connexion a:hover{
    color:#fff;
}
header .nav-header .connexion a:hover+i{
    top:0px;
}
header .nav-header .connexion i{
    z-index: 1;
    background: #27889b;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 35px;
    left: 0px;

    -o-transition:top 0.7s ease 0s;
    -moz-transition:top 0.7s ease 0s;
    -webkit-transition:top 0.7s ease 0s;
    transition:top 0.7s ease 0s;
}


/*** Home ***/

#home{
    background:url('../../img/pt/back_home.jpg') center center no-repeat transparent;
    background-size:cover;
}
#home .content{
    width: 100%;
    float: left;
    position: relative;
}
#home .inner{
    text-align: left;
    padding: 45px 0px 70px;
    width: 565px;
    float: left;
}
#home .outer{
    background:url('../../img/pt/bck-mac.png') right bottom no-repeat transparent;
    width: 654px;
    height: 498px;
    position: absolute;
    bottom: 0px;
    right: -200px;
    z-index: 0;
}

#home .content i{
    font-style: italic;
}
#home h1{
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 42px;
    margin-bottom: 20px;
}
#home h1 span{
    color: #fff;
    width:100%;
    float: left;
    font-size: 21px;
    line-height: normal;
}
#home p{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
#home .demo-button{
    border: 2px solid #fff;
    border-radius: 4px;
    height: 60px;
    margin: 50px auto 0px;
    position: relative;
    width: 270px;
    overflow: hidden;
    float: left;
    background: #fff;
}
#home .demo-button a{
    width: 100%;
    z-index: 2;
    font-family: "Montserrat",sans-serif;
    text-transform: uppercase;
    color: #27889B;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    line-height: 56px;

    -o-transition:color 0.7s ease 0s;
    -moz-transition:color 0.7s ease 0s;
    -webkit-transition:color 0.7s ease 0s;
    transition:color 0.7s ease 0s;
}
#home .demo-button a:hover{
    color:#fff;
    text-decoration: none;
}
#home .demo-button a:hover+i{
    top:0px;
}
#home .demo-button i{
    z-index: 1;
    background: #27889b;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 62px;
    left: 0px;

    -o-transition:top 0.7s ease 0s;
    -moz-transition:top 0.7s ease 0s;
    -webkit-transition:top 0.7s ease 0s;
    transition:top 0.7s ease 0s;
}

#home .scroll-down{
    bottom: -30px;
    display: inline-block;
    height: 60px;
    left: 470px;
    position: absolute;
    text-indent: -9999px;
    width: 60px;
    z-index: 100;
    background: url('../../img/pt/home/slide-down.png') no-repeat;
}


/*** Application ***/

#application{
    background: #eaeaea;
    padding: 90px 0px;
}
#application .left-container{
    width: 460px;
    float: left;
}
#application .right-container{
    width: 540px;
    float: left;
    position: relative;
}
#application h2{
    color:#545a5d;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    float: left;
}
#application p abbr{
    font-family: "Montserrat", sans-serif;
}
#application p i{
    font-style: italic;
}
#application p{
    color:#545a5d;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    line-height: 22px;
    letter-spacing: 0px;
    margin-top: 20px;
    float: left;
}
#application nav{
    float: left;
    margin-top: 30px;
    width: 270px;
}
#application li{
    float: left;
    width: 100%;
    border-top: 1px solid #dedede;
    line-height: 43px;
}
#application li:last-child{
    border-bottom: 1px solid #dedede;
}
#application li span{
    font-size: 15px;
    color:#929698;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    height: 100%;
    width: 100%;
    display: inline-block;
}
#application li.active span{
    color:#27889b;
    background: url('../../img/pt/home/application-active.png') no-repeat center right;
}
#application .right-container img{
    display: none;
    position: absolute;
    top:245px;
    left: -150px;
    width: 700px;
    height: 677px;
}
#application .right-container img.territoire{
    display: block;
}

/*** Fonctionnalites ***/

#fonctionnalites{
    background: #dbdbdb;
    padding: 100px 0px 95px;
}
#fonctionnalites h2{
    color:#545a5d;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -2px;
    text-transform: uppercase;
    float: left;
    text-align: center;
    width: 100%;
    float: left;
}
#fonctionnalites h2 span{
    width: 320px;
}
#fonctionnalites .items{
    width: 100%;
    float: left;
    margin-top: 55px;
}
#fonctionnalites .item-fonction{
    width: 320px;
    float: left;
    margin-right: 20px;
    text-align: center;
    /*padding-top: 95px;*/
    height: 220px;
    margin-bottom: 25px;
}
#fonctionnalites .item-fonction i{
    font-style: italic;
}
#fonctionnalites .item-fonction img{
    margin-bottom: 20px;
}
#fonctionnalites .item-fonction.lastofline{
    margin-right: 0px;
}
#fonctionnalites .item-fonction h3{
    font-weight: bold;
    font-size: 22px;
    color:#545a5d;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
#fonctionnalites .item-fonction p{
    line-height: 20px;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    color:#545a5d;
}
/*#fonctionnalites .item-fonction.f1{background:url('../../img/home/fonction_1.png') no-repeat top center;}
#fonctionnalites .item-fonction.f2{background:url('../../img/home/fonction_2.png') no-repeat top center;}
#fonctionnalites .item-fonction.f3{background:url('../../img/home/fonction_3.png') no-repeat top center;}
#fonctionnalites .item-fonction.f4{background:url('../../img/home/fonction_4.png') no-repeat top center;}
#fonctionnalites .item-fonction.f5{background:url('../../img/home/fonction_5.png') no-repeat top center;}
#fonctionnalites .item-fonction.f6{background:url('../../img/home/fonction_6.png') no-repeat top center;}
#fonctionnalites .item-fonction.f7{background:url('../../img/home/fonction_7.png') no-repeat top center;}
#fonctionnalites .item-fonction.f8{background:url('../../img/home/fonction_8.png') no-repeat top center;}
#fonctionnalites .item-fonction.f9{background:url('../../img/home/fonction_9.png') no-repeat top center;}
*/





/*** Offres ***/

#offres
{
    background: #f1f0f0;
    padding: 100px 0px 60px;
}
#offres h2
{
    color:#545a5d;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -2px;
    text-transform: uppercase;
    float: left;
    text-align: center;
    width: 100%;
    float: left;
}
#equipe .subtitle,
#offres .subtitle
{
    color:#545a5d;
    font-size: 22px;
    width: 100%;
    display: inline-block;
    margin-top:15px;
    margin-bottom: 50px;
    text-align: center;
}
#offres .offres-items
{
    width: 100%;
    float:left;
    padding: 0px 30px;
}
#offres article
{
    margin-top:20px;
    width: 310px;
    float:left;
    margin-left: 5px;
    background: #fff;
}
#offres article:first-child
{
    margin-left: 0px;
}
#offres article header
{
    height: 270px;
    width: 310px;
    float:left;
    margin-right: 5px;
    background: #fff;
    padding:35px 50px;
    text-align: center;
    position: relative;
}
#offres header h3
{
    color:#545a5d;
    width: 100%;
    float: left;
    margin-bottom: 35px;
    text-align: center;
    font-size:22px;
}
#offres header .price
{
    color:#545a5d;
    width: 100%;
    float: left;
    font-size: 64px;
}
#offres article header .sub
{
    font-size: 14px;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}
#offres header .offre-btn a
{
    width:175px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    background: #b3b3b3;
    text-align: center;
    position: absolute;
    left:50%;
    margin-left: -87px;
    bottom: 35px;
    color:#fff;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
}
#offres header .offre-btn a:hover
{
    background: rgba(179,179,179,0.9);
}

/*#offres header .offre-btn
{
    width:175px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    background: #b3b3b3;
    text-align: center;
    position: absolute;
    left:50%;
    margin-left: -87px;
    bottom: 35px;
    border-radius: 4px;
    overflow: hidden;
}
#offres header .offre-btn a
{
    width:175px;
    display: inline-block;
    line-height: 45px;
    color:#fff;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    top:0px;
    left:0px;
    z-index: 2;
}
#offres header .offre-btn a:hover{
    text-decoration: none;
    color:#2b3033;
}
#offres header .offre-btn a:hover+i{
    top:0px;
}
#offres header .offre-btn i{
    z-index: 1;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -50px;
    left: 0px;

    -o-transition:top 0.7s ease 0s;
    -moz-transition:top 0.7s ease 0s;
    -webkit-transition:top 0.7s ease 0s;
    transition:top 0.7s ease 0s;
}*/



#offres header .contact
{
    width: 100%;
    position: absolute;
    bottom: 35px;
    left: 0px;
}
#offres header .contact span
{
    width: 100%;
    float: left;
    margin-bottom: 7px;
    font-size: 14px;
}
#offres header .contact span i.icon-mail
{
    width:15px;
    height:11px;
    display: inline-block;
    margin-right: 10px;
    background: url('../../img/pt/icon-mail.png') no-repeat 0 0 transparent;
}
#offres header .contact span i.icon-phone
{
    width:15px;
    height:16px;
    display: inline-block;
    margin-right: 10px;
    background: url('../../img/pt/icon-phone.png') no-repeat 0 0 transparent;
}
#offres header .contact a
{
    font-size: 14px;
    color:#27889b;
    text-decoration: none;
}
#offres header .contact a:hover
{
    color:#27889b;
    text-decoration: underline;
}
#offres article.middle
{
    margin-top:0px;
}
#offres article.middle header
{
    background: #27889b;
    height: 290px;
}
#offres article.middle header h3
{
    color:#fff;
}
#offres article.middle header .price
{
    color:#fff;
    position: relative;;
    text-align: left;
    padding-left: 40px;
}
#offres article.middle header .price .sup
{
    font-size: 32px;
    position: absolute;
    top:0px;
    left: 115px;
    width: auto;
}
#offres article.middle header .price .sub
{
    font-size: 22px;
    position: absolute;
    bottom: 5px;
    left: 115px;
    width: auto;
}
#offres article.middle header .sub
{
    color:#fff;
    font-size: 14px;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 0px;
}
#offres article.middle header a
{
    color:#27889b;
    background: #fff;
}
#offres article.middle header a:hover
{
    background: rgba(255,255,255,0.9);
}

#offres article .item-line
{
    color:#545a5d;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    width: 100%;
    float: left;
}
#offres article .item-line.line-1
{
    background:#f9f9f9;
}
#offres article.middle .item-line.line-1
{
    background:#d8ecf0;
}
#offres article .item-line.line-2
{
    background:#fff;
}

#offres .offres-download
{
    width: 100%;
    float: left;
    margin-top:50px;
    text-align:center;
}
#offres .offres-download span
{
    position: relative;
    width: 512px;
    height: 55px;
    display: inline-block;
    text-align: left;
}

#offres .offres-download a
{
    padding-left: 40px;
    text-transform: uppercase;
    font-size: 15px;
    height: 100%;
    width: 100%;
    display: inline-block;
    line-height: 55px;
    border-radius: 3px;
    color:#fff;
    text-decoration: none;
    background: #27889b;

}
#offres .offres-download i.icon-dwn
{
    width: 17px;
    height: 17px;
    background: url('../../img/pt/icon-download.png') no-repeat 0 0 transparent;
    display: inline-block;
    position: absolute;
    top:18px;
    right: 40px;


    -o-transition: top 0.5s ease 0s ;
    -moz-transition: top 0.5s ease 0s ;
    -webkit-transition: top 0.5s ease 0s ;
    transition: top 0.5s ease 0s ;
}
#offres .offres-download a:hover
{
    background: rgba(39,136,155,0.9);
}
#offres .offres-download a:hover+i.icon-dwn
{
    top:23px;
}



/*** Clients ***/

#clients{
    background: #f9f9f9;
    padding: 100px 0px 60px;
}
#clients h2{
    color:#545a5d;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -2px;
    text-transform: uppercase;
    float: left;
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
#clients .item-client{
    float: left;
    width: 320px;
    height: 280px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #8c8c8c;
    text-align: center;
    vertical-align: middle;
}
#clients .item-client div{
    width: 320px;
    height: 280px;
    display: block;
    opacity: 0;
    text-indent: -9999px;
}
#clients .item-client div.cotedor{background:url('../../img/pt/home/clients/cotedor.png') no-repeat top center;}
#clients .item-client div.jura{background:url('../../img/pt/home/clients/jura.png') no-repeat top center;}
#clients .item-client div.marne{background:url('../../img/pt/home/clients/marne.png') no-repeat top center;}
#clients .item-client div.nievre{background:url('../../img/pt/home/clients/nievre.png') no-repeat top center;}
#clients .item-client div.ohlala{background:url('../../img/pt/home/clients/ohlala.png') no-repeat top center;}
#clients .item-client div.oise{background:url('../../img/pt/home/clients/oise.png') no-repeat top center;}
#clients .item-client div.rhone{background:url('../../img/pt/home/clients/rhone.png') no-repeat top center;}
#clients .item-client div.stjeandemont{background:url('../../img/pt/home/clients/stjeandemont.png') no-repeat top center;}
#clients .item-client div.vendeedesiles{background:url('../../img/pt/home/clients/vendeedesiles.png') no-repeat top center;}
#clients .item-client div.yonne{background:url('../../img/pt/home/clients/yonne.png') no-repeat top center;}

#clients .item-client.lastofline{
    margin-right: 0px;
}
#clients .item-client:nth-child(odd){
    background: #27889b;
}


/*** Departements ***/

#departements{
    background: #f1f0f0;
    padding: 100px 0px 60px;
}
#departements h2{
    color:#545a5d;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -2px;
    text-transform: uppercase;
    float: left;
    text-align: center;
    width: 100%;
    float: left;
}
#departements #home-map{
    width:630px;
    height: 630px;
    float: left;
    margin-top:45px;
    margin-left: 245px;
}
#departements #home-map .tooltip{
    position: absolute;
    background: #fff;
    padding: 10px 30px;
    text-align: center;
}
#departements #home-map .tooltip:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0; height: 0;
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
#departements #home-map .tooltip .title{
    color:#545a5d;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
#departements #home-map .tooltip .content{
    color:#545a5d;
    font-size: 14px;
}


/*** Soutien ***/

#soutien{
    background: #f9f9f9;
    padding: 100px 0px 60px;
}
#soutien h2{
    color:#545a5d;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -2px;
    text-transform: uppercase;
    float: left;
    text-align: center;
    width: 100%;
    float: left;
}
#soutien .left-container,
#soutien .right-container{
    margin-top: 40px;
    width: 500px;
    float: left;
    text-align: center;
    padding-bottom: 60px;
    background:url('../../img/pt/home/blockquote.png') no-repeat bottom center;
}
#soutien .logo{
    display: inline-block;
    height: 100px;
}
#soutien .logo img{
    display: inline-block;
}
#soutien h3{
    font-size: 22px;
    color:#545a5d;
    margin-bottom: 25px;
    margin-top: 25px;
    font-family: "Open Sans", sans-serif;
    float: left;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
#soutien p{
    line-height: 20px;
    font-size: 13px;
    color:#545a5d;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    float: left;
    padding: 0px 20px;
}
#soutien .signature{
    float: left;
    width: 100%;
    text-align: center;
}
#soutien .signature .name{
    font-size: 15px;
    color:#27889b;
    margin-top: 15px;
    width: 100%;
    float: left;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
}
#soutien .signature p{
    font-style: italic;
    width: 100%;
    text-align: center;
}




/*** Equipe ***/

#equipe{
    background: #ffffff;
    padding: 100px 0px 60px;
}
#equipe h2{
    color:#545a5d;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -2px;
    text-transform: uppercase;
    float: left;
    text-align: center;
    width: 100%;
    float: left;
}
#equipe .items{
    width: 810px;
    margin: auto;
}
#equipe .item-equipe{
    float: left;
    margin-right: 15px;
    margin-top: 20px;
    width: 260px;
}
#equipe .item-equipe:last-child{
    margin-right: 0px;
}
#equipe .sup-item{
    width: 260px;
    height: 356px;
    display: inline-block;
    position: relative;
    overflow:hidden;
    cursor: pointer;
    float: left;
}
#equipe .picture {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 260px;
    height: 356px;
}
#equipe .sup-item .presentation p{
    color:#fff;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    line-height: 22px;
}
#equipe .sup-item .presentation {
    background: url('../../img/pt/home/bck-equipe.png') no-repeat 0 0 transparent;
    left: 0;
    position: absolute;
    top: 356px;
    z-index: 1;
    text-align: center;
    padding: 30px 25px 60px;
    width: 260px;
    height: 356px;
    -webkit-transition-property: top;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-property: top;
    -moz-transition-duration: 0.7s;
    -moz-transition-timing-function: ease-in;
    transition-property: top;
    transition-duration: 0.7s;
    transition-timing-function: ease-in;
}
#equipe .sup-item:hover .presentation{
    top: 0px;
}
#equipe .sub-item{
    float:left;
}
#equipe .sub-item .networks{
    width: 100%;
    display: inline-block;
}
#equipe .sub-item h3{
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color:#8c8c8c;
    margin-top:10px;
    text-align: center;
}
#equipe .sub-item .fonction{
    color:#8c8c8c;
    font-size: 15px;
    margin-top: 10px;
    text-align: center;
    text-transform: none;
    width: 100%;
    display: inline-block;
}
#equipe .sub-item .networks {
    margin-left: 61px;
    margin-top: 15px;
    width: 138px;
}
#equipe .sub-item .networks li{
    display: inline-block;
    width: 27px;
    height: 27px;
    margin-right: 5px;
}
#equipe .sub-item .networks li:last-child{
    margin-right: 0px;
}
#equipe .sub-item .networks li a{
    display: inline-block;
    width: 27px;
    height: 27px;
    cursor: pointer;
    background-image:url('../../img/pt/home/networks.png');
    background-repeat:no-repeat;
    text-indent: -9999px;
}
#equipe .sub-item .networks li.skype a{
    background-position: 0px 0px;
}
#equipe .sub-item .networks li.skype a:hover{
    background-position: 0px -27px;
}
#equipe .sub-item .networks li.twitter a{
    background-position: -27px 0px;
}
#equipe .sub-item .networks li.twitter a:hover{
    background-position: -27px -27px;
}
#equipe .sub-item .networks li.mail a{
    background-position: -53px 0px ;
}
#equipe .sub-item .networks li.mail a:hover{
    background-position: -53px -27px;
}
#equipe .sub-item .networks li.web a{
    background-position: -81px 0px;
}
#equipe .sub-item .networks li.web a:hover{
    background-position: -81px -27px;
}

/*** Footer ***/
a {
    text-decoration: none;
    color:#545A5D;
}
a:hover {
    text-decoration: underline;
}

.content-footer{
    padding:90px 0;
    background:#2e3437;
    color:#ffffff;
}
.content-footer .container {
    margin: auto;
    position: relative;
    width: 810px;
}
.content-footer h2{
    color:#ffffff;
    padding-bottom: 20px;
}
.content-footer .content-footer-item{
    width: 270px;
    float: left;
    margin-top:50px;
    padding:0px 30px;
}
.content-footer .content-footer-item h3{
    text-align: center;
    font-size: 17px;
    width: 100%;
    float: left;
    margin-top:20px;
}
.content-footer .content-footer-item .footer-item-number{
    text-align: center;
    font-size: 72px;
    font-weight: 300;
    width: 100%;
    float: left;
    line-height: 50px;
    color:#3ea1b4;
}

#contact{
    padding:90px 0;
    background:#2b3033;
    color:#ffffff;
}
#contact .container {
    width: 810px;
    text-align: center;
}
#statistique h2,
#contact h2{
    color:#fff;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
}
#contact h2{
    margin-bottom: 40px;
}
#contact p{
    margin-bottom: 12px;
}
#contact span{
    border: 2px solid #fff;
    border-radius: 4px;
    height: 50px;
    position: relative;
    width: 240px;
    overflow: hidden;
    display: inline-block;
    margin-top: 15px;
}
#contact .contact{
    color:#fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 40px;
    border-radius:4px;
    line-height: 45px;
    cursor: pointer;
    text-decoration: none;
    z-index: 2;
    width:100%;
    height: 100%;
    position: absolute;
    top:0px;
    left: 0px;
    display: inline-block;
}
#contact .contact:hover{
    text-decoration: none;
    color:#2b3033;
}
#contact .contact:hover+i{
    top:0px;
}
#contact i{
    z-index: 1;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -50px;
    left: 0px;

    -o-transition:top 0.7s ease 0s;
    -moz-transition:top 0.7s ease 0s;
    -webkit-transition:top 0.7s ease 0s;
    transition:top 0.7s ease 0s;
}


footer{
    background: #282c2e;
    padding:15px 0px;
}
footer .subfooter{
    font-size: 11px;
    color:#545a5d;
    line-height: 180%;
}

a#toTop{
    background: url("../../img/pt/home/totop2.png") no-repeat scroll left bottom transparent;
    bottom: 10px;
    height: 40px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    text-indent: -9999px;
    width: 40px;
    display: none;
}

a#toTop:hover{
    background: url("../../img/pt/home/totop2.png") no-repeat scroll left top transparent;
}

#passwd,
#nouscontacter,
#login
{
    background:url('../../img/pt/back_home.jpg') center center no-repeat transparent;
    background-size:cover;
    width: 100%;

}
#passwd .content
{
    width: 330px;
    margin:auto;
    text-align: center;
    height: 330px;
}
#nouscontacter .content,
#login .content
{
    width: 330px;
    margin:auto;
    text-align: center;
    height: 400px;
}
#passwd .logo a,
#nouscontacter .logo a,
#login .logo a
{
    cursor: pointer;
    display: inline-block;
    margin-bottom: 30px;
}
#passwd form,
#nouscontacter form,
#login form
{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
#passwd fieldset legend,
#nouscontacter fieldset legend,
#login fieldset legend
{
    margin-bottom: 25px;
    width: 100%;
    font-size: 18px;
    color:#ffffff;
}
#passwd form .form-item,
#nouscontacter form .form-item,
#login form .form-item
{
    width: 100%;
    position: relative;
    height: 50px;
    margin-bottom: 10px;
}
#passwd form .form-item label,
#nouscontacter form .form-item label,
#login form .form-item label
{
    position: absolute;
    line-height: 50px;
    top:0px;
    left:20px;
    font-size: 14px;
    color:#2b3033;
    font-style: italic;
}
#passwd form .form-item input[type="text"],
#passwd form .form-item input[type="password"],
#nouscontacter form .form-item input[type="text"],
#nouscontacter form .form-item input[type="email"],
#nouscontacter form .form-item input[type="password"],
#login form .form-item input[type="text"],
#login form .form-item input[type="email"],
#login form .form-item input[type="password"]
{
    height: 50px;
    width: 100%;
    border-radius: 3px;
    background: #fff;
    padding:0 20px;
    line-height: 50px;
    border:0px solid #fff;
    font-size: 14px;
    color:#2b3033;
    font-style: italic;
}
#passwd form .form-item input[type="text"]:focus,
#nouscontacter form .form-item input[type="text"]:focus,
#nouscontacter form .form-item input[type="password"]:focus,
#login form .form-item input[type="text"]:focus,
#login form .form-item input[type="password"]:focus
{
    border:1px solid #136a7b;
    background: #f6feff;
}
#passwd form input[type="submit"],
#nouscontacter form input[type="submit"],
#login form input[type="submit"]
{
    height: 50px;
    width: 100%;
    border-radius: 3px;
    background: #2b3033;
    padding:0 20px;
    line-height: 50px;
    border:0px solid #2b3033;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color:#fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    cursor: pointer;
}
#passwd form .icon-submit,
#nouscontacter form .icon-submit,
#login form .icon-submit
{
    position: absolute;
    right: 21px;
    top:18px;
    width: 16px;
    height: 13px;
    display: inline-block;
    background: url('../../img/pt/icon-submit.png') no-repeat 0 0 transparent;


    -o-transition: right 0.5s ease 0s ;
    -moz-transition: right 0.5s ease 0s ;
    -webkit-transition: right 0.5s ease 0s ;
    transition: right 0.5s ease 0s ;
}
#passwd form input[type="submit"]:hover+.icon-submit,
#nouscontacter form input[type="submit"]:hover+.icon-submit,
#login form input[type="submit"]:hover+.icon-submit
{
    right:14px;
}
#passwd form input[type="submit"]:hover,
#nouscontacter form input[type="submit"]:hover,
#login form input[type="submit"]:hover
{
    background:rgba(43,48,51,0.9);
}

#passwd a.access,
#nouscontacter a.access,
#login a.access
{
    font-size: 12px;
    color:#fff;
    text-decoration: underline;
}
#passwd a.access:hover,
#nouscontacter a.access:hover,
#login a.access:hover
{
    text-decoration: none;
}
#passwd a.close,
#nouscontacter a.close,
#login a.close
{
    position: absolute;
    top:30px;
    right:30px;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    background: url('../../img/pt/icon-close-back.png') no-repeat 0 0 transparent;
}




@media screen and (max-width: 1031px) {
    body
    {
        width: 1030px;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        width: 970px;
        padding: 0px 15px;
    }
    #home .outer {
        right: -240px;
    }
    #fonctionnalites .item-fonction {
        width: 310px;
    }
    #application .right-container{
        width: 510px;
    }
    #application .right-container img {
        width: 650px;
    }
    #clients .item-client,
    #clients .item-client div {
        width: 310px;
    }
    #soutien .left-container, #soutien .right-container {
        width: 485px;
    }
}
