body{
    font-family: 'Titillium Web', sans-serif;
    color: #4b4b4b;
    height: 100%;
}
html{
    height: 100%
}
#logo{
    margin-left: 105px;
    margin-top: 10px;
}
#logo_mini{
    margin-top: 15px;
    margin-left: 15px;
}
/*headers*/
#main-h{
    height: 90%;
    background-image: url("../images/bg1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.navbar-index{
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}

#logiciels-h, #services-h, #partenaires-h{
    height: 86px;
    background-color: #207298;
}
.navbar-index a{
    color: #ffffff;
    height: 85px;
    line-height: 85px;
}

.nav>li>a:focus, .nav>li>a:hover{
    color: #ffcc00;
    background-color: transparent;
}

.nav_active{
    color: #ffcc00!important;
}

.nav_active:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 15px;
    width: 56px;
    background-color: #ffcc00;
    top: 0;
}

.navbar-nav>li>a{
    padding: 0;
    line-height: 85px;
    padding: 0px 30px;
}

.navbar-right{
    margin-right: 51px;
}

/* section societe page:index */
#societe {
    height: 900px;
    background-color: #ffffff;
    text-align: center;
}



/* section logiciels page:index */
#logiciels{
    height: 668px;
    background-image: url("../images/bg2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    color: #FFF;
}

#logiciels a{
    color: unset;
}
#logiciels a:hover{
    color: unset;
    text-decoration: unset;
}

#img-logiciels{
    margin-top: -110px;
}

.rond{
    height: 180px;
    width: 180px;
    border-radius: 50%;
    background-color: #FFF; 
}

.rond img, .rond-petit img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/*animation des icones logiciels*/

/* section services page:index */
#services{
    height: 864px;
    background-color: #2c89b5;
    text-align: center;
    color: #FFF;
}
#services .col-md-3{
    z-index: 1;
}

.srv-icon{
    position: relative;
    display: block;
    height: 300px;
    width: 300px;
    background-color: #ffffff;
    border-radius: 5%;
}

#services .trait{
    margin-bottom: 30px;
}

#services h3{
    margin-top: 0px;
    margin-bottom: 45px;
}

.srv-icon img{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.srv-icon:after {
		content: '';
        background: linear-gradient(to right, rgba(34,34,34,0.2), transparent);
		position: absolute;
        width: 300px;
        height: 410px;
        bottom: -155px;
        right: -100px;
		z-index: -1;
		transform: rotate(45deg);
 
	}

.btn-srv{
    display: inline-block;
    padding: 6px 12px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    margin: 0 5px;
}

.btn-srv.active{
    background-color: #184a64;
    box-shadow: none;
    border: none;
    border-radius: unset;
}

.btn-srv:hover, .btn-srv:focus{
    color: #FFF;
    text-decoration: none;
}

#icon_ext{
    height: 216px;
    width: 216px;
}

#icon_tel{
    height: 219.13px;
    width: 234.78px;
}

#icon_extra{
    height: 226.95px;
    width: 267.65px;
}

#icon_mat{
    height: 205.04px;
    width: 273.91px;
}

#icon_ged{
    width: 160px;
}

#icon_eve{
    width: 225px;
}

#icon_form, #icon_maint{
    width: 200px;
}

#icon_audit{
    width: 210px;
}

#slider_services img{
    display: inline-block;
}

#tel_details{
    font-size: 16px;
    text-align: left;
}
/* section partenaires page:index */
#partenaires{
    height: 600px;
    background-color: #ecedef;
    text-align: center;
}

/*#slider_partners img{
    position: relative;
    top: 50%;
    transform: translateY(50%);
}*/

/* section contact page:index */
#contact{
    height: 1130px;
    background-color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

#contact h2{
    margin-top: 40px;
}
#contact-part1{
    height: 200px;
}

#ctc-info1{
    margin: 0;
}

#ctc-info1 img, #ctc-info2 img{
    margin-right: 10px;
}

#ctc-info2 a{
    color: #4b4b4b;
}

#at{
    margin-left: 20px;
}
#map{
    height: 500px;
}

#contact-part2{
    height: 430px;
    
}

#contact input{
    width: 278px;
    height: 55px;
    padding-left: 20px;
    color: #3f3f3f;
}

#form_societe{
    margin: 0 10px;
}
#contact form{
    margin-top: 34px;
}

#contact textarea{
    width: 861px;
    height: 200px;
    margin: 25px 0;
    padding-left: 25px;
    padding-top: 22px;
}
#contact button{
    color: #FFF;
    background-color: #ea6060;
    text-transform: uppercase;
    width: 160px;
    height: 56px;
    line-height: 56px;
    padding: 0;
    font-weight: 700;
    font-size: 17px;
    border: none;
    border-radius: 4px;
}

/*footer*/
footer{
    height: 133px;
    background-color: #ecedef;
    font-size: 18px;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

footer img{
    margin-top: 25px;
    margin-left: 85px;
}

footer p{
    text-align: center!important;
}

/*page logiciels*/
.rond-petit{
    height: 108px;
    width: 108px;
    border-radius: 50%;
    background-color: #0c3549;
    text-align: center;
    float: left;
}

#page_logiciels h2{
    margin: 0;
    line-height: 108px;
    margin-left: 138px
}

#page_logiciels .trait{
    width: 660px;
}

#page_logiciels p{
    text-align: justify;
}

.sec_header{
    height: 108px;
    width: 300px;
}


/* section logiciels-top page: logiciels*/
#logiciels-top{
    height: 620px;
    background-image: url('../images/logiciels_top.jpg'); /*a remplacer par image*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; 
    padding-top: 170px;
    padding-left: 190px;
}

/* section gestion page: logiciels */
#gestion{
    height: 900px;
}

#img_gestion, #img_syndic{
    margin-top: 100px;
}

#gestion .sec_header{
    margin-top: 117px;
    margin-bottom: 25px;
}

#screen1{
    margin-left: 160px;
    margin-top: 45px;
    margin-bottom: 25px;
}

/* section syndic page: logiciels */
#syndic{
    height: 848px;
    background-color: #ecedef;
}

#syndic .sec_header{
    margin-top: 90px;
    margin-bottom: 18px;
    width: 270px;
}

#details_syndic{
    font-size: 16px;
}

/* section transaction page: logiciels */
#transaction{
    height: 930px;
}

#transaction .sec_header{
    margin-top: 90px;
    margin-bottom: 30px;
    width: 400px;
}

/* le reste */


.img-center{
    margin: 0 auto;
}

.vertical-center{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.vertical-center-inv{
  position: relative;
  top: 50%;
  transform: translateY(50%);
}

h2{
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
    margin-top: 65px;
}

#logiciels h2, #services h2{
    color: #FFF;
}

h3{
    font-weight: 700;
    font-size: 24px;
}

p{
    font-size: 18px;
    font-weight: 300;
}

#logiciels h3, #services h3{
    text-transform: uppercase;
}

#logiciels p, #txt_srv{
    font-size: 24px;
}

.trait{
    height: 1px;
    background-color: #bababa;
    width: 606px;
    margin-bottom: 30px; 
}

.btn:hover{
    color: #FFF;
}

.btn-contact{
    color: #FFF;
    background-color: #2c89b5;
    text-transform: uppercase;
    width: 160px;
    height: 56px;
    line-height: 56px;
    padding: 0;
    font-weight: 700;
    font-size: 17px;
    margin-top: 20px;
}

#logiciels-top h1, #services-top h1, #partenaires-top h1{
    margin: 0;
    font-size: 49px;
    font-weight: 400;
    color: #0b3042;
}

/*changer le drag icon des textarea*/
/*A FAIRE*/



/*--- Page services ---*/
#services-top{
    text-align: right;
    height: 620px;
    background-image: url('../images/services_top.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;     padding-top: 144px;
    padding-right: 260px;
}

#page_services h2{
    font-size: 40px;
    font-weight: 600;
    color: #2c88b5;
}

#page_services .col-md-6{
    z-index: 1;
}

#page_services .srv-icon{
    display: inline-block;
    margin-bottom: 60px;
    height: 160px;
    width: 160px;
}

#page_services p{
    text-align: justify;
}

#page_services h2{
    display: inline-block;
    margin: 0;
    position: absolute;
    margin-top: 75px;
    margin-left: 45px;
}

#page_services .srv-icon:after{
    width: 160px;
    height: 219px;
    bottom: -89px;
    right: -59px;
}

.btn_floatr{
    float: right;
}

#externalisation{
    background-color: #ecedef;
}

#tel_sms, #materiels{
    background-color: #2c89b5;
}
#tel_sms h2, #tel_sms p, #materiels h2,#materiels p{
    color: #FFF;
}


#tel_sms a, #materiels a{
    background-color: #FFF;
    color: #2c88b5;
}

 #ged, #formation, #audit{
    background-color: #ecedef;
}

#extranet, #maintenance, #evenements{
    background-color: #ffffff;
}

#details_maintenance{
    font-size: 16px;
}

/*changement taile img des icon*/
#img_externalisation{
    height: 110px;
    width: 110px;
}

#img_telsms{
    height: 119px;
    width: 127px;
}

#img_extranet, #img_ged{
    height: 127px;
    width: 150px;
}

#img_materiels{
    height: 111px;
    width: 148px;
}

#img_eve, #img_audit, #img_maintenance{
    width: 140px;
}

#img_formation{
    width: 130px;
}



/*page partenaires*/
#partenaires-top{
    text-align: right;
    height: 620px;
    background-image: url('../images/partenaires_top.jpg'); /*a remplacer par image*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; 
    padding-top: 144px;
    padding-right: 260px;
}


.part-icon{
    height: 197px;
    width: 337px;
    background-color: #FFF;
    border-radius: 5%;
    position: relative;
}

#sec_partenaires{
    text-align: center;
}

#sec_partenaires img{
    margin-left: auto;
    margin-right: auto;
}

#page_partenaires p {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin-top: 22px;
}

#page_partenaires strong{
    font-weight: 700;
}

#sec_partenaires .col-md-4{
    z-index: 0;
}

.bgblanc{
    height: 410px;
    background-color: #ffffff;
    padding-top: 112px;
}

.bggris{
    height: 410px;
    background-color: #ecedef;  
    padding-top: 112px;
}

.part-icon:after {
    content: '';
    background: linear-gradient(to bottom, rgba(34,34,34,0.2), transparent);
    position: absolute;
    width: 373px;
    height: 222px;
    bottom: -63px;
    right: -163px;
    z-index: -1;
    transform: rotate(-30deg) skewX(41deg);
	}

#form-alert{
    position: relative;
}



/*--- Les Sliders ---*/

/*Slider main index */
#slider_main .bx-wrapper{
    margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
    position: absolute;
    bottom: 0;
}

#slider_main .bx-viewport{
    text-align: right;
    color: #ffffff;
    font-weight: 300;
}

#slider_main .bx-viewport p{
    padding-right: 100px;
    margin-bottom: 200px;
    font-size: 38px!important;
}

#slider_main .bx-viewport h1{
    padding-right: 100px;
    margin-bottom: 200px;
    font-size: 38px!important;
}

#slider_main .bx-viewport h1 strong{
    font-size: 55px!important;
}
#slider_main .bx-wrapper .bx-viewport {
	left: -5px;
	background: transparent;
    border: none;
    box-shadow: none;
}

#slider_main .bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
    border: 1px solid #ffcc00;   
}

#slider_main .bx-wrapper .bx-pager.bx-default-pager a:hover,
#slider_main .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ffcc00;
}


/*slider partenaires index*/
#slider_partners{
    margin-top: 20px;
}

#slider_partners .bx-wrapper{
    margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
    height: 250px;
}

#slider_partners .bx-wrapper .bx-viewport {
	left: -5px;
	background: transparent;
    border: none;
    box-shadow: none;
}

/*slider services index*/
#slider_services .bx-wrapper .bx-viewport {
	left: -5px;
	background: transparent;
    border: none;
    box-shadow: none;
}

#slider_services .bx-wrapper .bx-viewport {
	height: 500px!important;
}

#slider_services .bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/fleches_blanche.png) no-repeat 0 0;
    margin-top: -100px;
}

#slider_services .bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/fleches_blanche.png) no-repeat -61px 0;
    margin-top: -100px;
}

#slider_services{
    margin-top: 50px;
}

.gm-style-mtc {
  display: none;
}


#slider_partners_ul img{
    margin-left: auto;
    margin-right: auto;
}

a.back-to-top {
    color: #FFF;
	display: none;
	width: 60px;
	height: 60px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #2c88b5;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
    font-size: 45px;
    padding-left: 9px;
}

/*responsive*/
/*edit du container special*/
@media (min-width: 1400px) {
    #page_logiciels .container{
        width: 1380px;
    }
    #page_services .container{
        padding-top: 90px;
        padding-bottom: 60px;
        width: 1380px;
    }
    #page_partenaires .container{
        width: 1300px!important;
    }
}

/*responsise "entre deux"*/
@media (max-width: 1438px) {
    #main-h, #logiciels, #logiciels-top, #services-top, #partenaires-top{
        background-size: unset;
    }
    #logo{
        margin-left: 52.5px;
    }
    .navbar-right{
        margin-right: 25px;
    }
    #gestion .sec_header, #syndic .sec_header, #transaction .sec_header{
        margin-top: 50px;
    }
    #syndic{
        height: 900px;
    }
    #page_services .srv-icon{
        margin-top: 20px;
    }
    #page_services .btn-contact{
        margin-bottom: 20px;
    }
    .bgblanc, .bggris{
        height: auto;
    }
    .part-icon{
        width: auto;
    }
    .part-icon:after{
        display: none;
    }
    .bgblanc .part-icon{
            background-color: #ecedef;
        }
    #partenaires-top{
        background-position: unset;
    }
    #gestion {
        height: 715px;
    }
    #page_logiciels .trait {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    #gestion, #syndic, #transaction {
        height: auto;
        padding-bottom: 30px;
    }
}

@media (max-width: 1000px) {
    #img_gestion, #img_syndic, #img_transaction{
        display: none;
    }
    #page_partenaires .img-responsive{
        max-height: 90%;
    }
    .srv-icon{
        display: none;
    }
    
    #contact textarea{
        width: 90%;
    }
    #contact input{
        display: block;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    #contact, #contact-part2{
        height: auto;
    }
    #contact-part2 form{
        margin-bottom: 20px;
    }
}

/*responsive mobile*/
@media (max-width: 600px) {
    #logo {
    margin-left: 5px;
    }
   #slider_main .bx-viewport p {
       padding-right: 10px; 
       margin-bottom: 100px;
       font-size: 30px!important;
   }
   .rond{
       height: 90px;
       width: 90px;
   }
   #icon_gestion{
       height: 64px;
       width: 57.5px;
   }
   #icon_syndic{
       height: 52px;
       width: 64px;
   }
   #icon_transaction{
       height: 51px;
       width: 70px;
   }
   #logiciels h2, #services h2{
       margin-top: 15px;
   }
   .trait{
       width: 100%!important;
   }
   #slider_services .bx-wrapper .bx-viewport {
       height: unset;
   }
   #slider_services{
       margin-top: 20px;
   }
   #services h3{
       margin-top: 5px;
   }
   #contact textarea{
       width: 80%;
       margin-top: 0;
   }
   #contact input{
       margin-bottom: 10px;
   }
   #contact{
       height: 1300px;
   }
   #contact-part1{
       height: 250px;
   }
   #contact-part2{
       height: 550px;
   }
   footer{
       padding-top: 5px;
   }
   footer img{
       display: block;
       margin-left: auto;
       margin-right: auto;
       margin-top: 15px;
       margin-bottom: 20px;
   }
   #services h3 {
       margin-top: 25px;
       margin-bottom: 15px;
    }
    #logiciels h3{
        margin-top: 8px;
        margin-bottom: 20px;
    }
    #logiciels-top{
        padding-left: 20px;
    }
    #gestion, #syndic, #transaction{
        height: auto;
        padding-bottom: 20px;
    }
    #transaction h2{
        font-size: 24px;
    }
    #page_services h2{
        position: relative;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }
    #page_services .srv-icon{
        margin-bottom: 30px;
        margin-top: 10px;
    }
    #page_services .btn-contact{
        margin-bottom: 20px;
    }
    #services-top{
        padding-right: 50px;
    }
    #externalisation h2{
        font-size: 35px;
    }
    .bgblanc, .bggris{
       height: auto;
   }
   #partenaires-top{
        background-position: unset;
    }
}

/*edit du breakpoint de la navbar*/
@media (max-width: 1015px) {
    .nav_active:before{
        display: none;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
        background-color: #0b3042;
        z-index: 2;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
        background-color: #0b3042;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
        position: relative;
        z-index: 1;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .icon-bar{
        background-color: #FFF;
    }
    .part-icon{
        width: auto;
    }
    .part-icon:after{
        display: none;
    }
    .bgblanc .part-icon{
        background-color: #ecedef;
    }
}



/*les animations*/
