/*-----------------------------------------------------------------------------------*/
/*	CIRCLE STYLING
/*-----------------------------------------------------------------------------------*/

x.circle .container {
    width: 290px;
    height: 290px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.24);
    overflow: hidden;
}
.circle .container.no-safari {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.circle {
    padding-top: 90px;
}

.circle .circle-quote {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: table-cell;
    vertical-align: middle;
    height: inherit;
    text-align: center;
    width: inherit;
    overflow: hidden;
    color: white;
}
.circle h1 {
    color: #961b7e;
    font-family: 'BebasNeueRegular', sans-serif;
    width:260px;
}
.circle .slabtextdone .slabtext {
    display: block;
    white-space: nowrap;
    letter-spacing: 0;
    word-spacing: 0;
    font-size: 30px;
}
.circle .container:hover {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -o-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
    box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.24);
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
}
.circle h1 {
    font-size: 30px;
    overflow: hidden;
    margin: 0 20px;
}

/*-----------------------------------------------------------------------------------*/
/* Pricing Table
/*-----------------------------------------------------------------------------------*/
.feature-table {
    width: 100%;
    padding-top: 31px;
    margin: 0 auto;
}
.feature-table p {
    margin: 0;
}
.feature-table.col-2 .plan2 {
    float: left;
    width: 49%;
    display: block;
}
.feature-table.col-3 .plan2 {
    float: left;
    width: 33%;
    display: block;
}
.feature-table.col-4 .plan2 {
    float: left;
    width: 24%;
    display: block;
}
.feature-table.col-5 .plan2 {
    float: left;
    width: 19%;
    display: block;
}
.feature-table .plan2.featured {
    margin: -31px -2px 20px -1px;
    position: relative;
    z-index: 101;
    background: #a0ce4e;
    line-height: 26px !important;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
}

.plan2:first-child {
    border: solid 1px #961b7e;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.plan2:last-child {
    border-top: solid 1px #961b7e;
    border-right: solid 1px #961b7e;
    border-bottom: solid 1px #961b7e;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.plan2:not(:last-child):not(:first-child) {
    border-top: solid 1px #961b7e;
    border-bottom: solid 1px #961b7e;
    border-right: solid 1px #961b7e;
}

.plan2 li {
    padding: 10px;
    text-align: justify;
    min-height: 50px;
    border-bottom: solid 1px #961b7e;
}

.inventaire .plan2 li {
    height: 100px;
}

.systeme .plan2 li {
    min-height: 32px;
    height: 32px;
    text-align: left;
    font-weight: normal;
}

.plan2 li > img {
    margin-top: 10px;
}
.plan2 li img{
    margin-left: 10px;
}

.plan2 li:last-child {
    background: none;
    border: none;
}

.milestone-unit {
    font-size: 80px;
    line-height: 1.2;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.ocs .milestone-counter span, .ocs-en .milestone-counter span{
    font-size: 45px;
}
.ocs h6.milestone-details, .ocs-en h6.milestone-details{
    font-size: 24px;
}
.ocs .highlight, .ocs-en .highlight {
    color: #961b7e;
}

.no-margin-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}
.index1 {z-index:1;}
.index2 {z-index:2;}
.index3 {z-index:3;}
.index4 {z-index:4;}
.index5 {z-index:5;}
.index6 {z-index:6;}
.index7 {z-index:7;}
.index8 {z-index:8;}
.index9 {z-index:9;}
.index10 {z-index:10;}
.index11 {z-index:11;}
.index12 {z-index:12;}
.index13 {z-index:13;}
.index14 {z-index:14;}
.index15 {z-index:15;}

.home-bureau{
    margin: 0;
    position: relative;
    top: 0;
    right: 0;
}

.home-parallax {
    background-color: #fff !important;
}
.button_image {
    background-repeat: no-repeat;
    margin: 0 auto;
}
.button_image_container {
     margin-top: 30px;
 }
.button_image_container a{
    cursor: default;
}
.fa {
    vertical-align: top;
    width: 30px;
    height: 30px;
}
ul.styled-list li i {
    margin-right: 10px;
}
.puce_up {
    background: url("../images/puce_up.png") no-repeat center center;
}
.french_flag {
    background: url("../images/french_flag.png") no-repeat center center;
}
.architecture {
    background: url("../images/ic_architecture.png") no-repeat center center;
}
.information {
    background: url("../images/ic_information.png") no-repeat center center;
}
.interface_web {
    background: url("../images/ic_interface_web.png") no-repeat center center;
}
.plugin {
    background: url("../images/ic_plugin.png") no-repeat center center;
}
.puzzle {
    background: url("../images/ic_puzzle.png") no-repeat center center;
}
.radar {
    background: url("../images/ic_radar.png") no-repeat center center;
}
.systeme_exploit {
    background: url("../images/ic_systeme_exploit.png") no-repeat center center;
}
.teledifusion {
    background: url("../images/ic_teledifusion.png") no-repeat center center;
}
.webservice {
    background: url("../images/ic_webservice.png") no-repeat center center;
}
i.fa {
    float: left;
}
.fa + h5 a {
    color: #961b7e;
    text-decoration: underline;
}
div.modal.in span.ninja-forms-req-symbol {
    display: initial;
    border: none;
}

.ninja-forms-form-wrap input[type=submit] {
    color: #fff;
}

.copyright .social-icons {
    /* margin-left: 300px; */
}
.social-icons a:hover{background-position: 0 0 !important;}
.copyright .social-icons .social-icon{
    background-color: transparent !important;
    /* margin-left: -140px; */
}
.social-facebook a:hover, .social-twitter a:hover, .social-rss a:hover {background-color: transparent}
.social-facebook, .social-facebook a {
    background: transparent url("../images/ic_facebook.png") no-repeat;
    width: 43px;
    height: 43px;
}
.social-rss, .social-rss a {
    background: transparent url("../images/ic_rss.png") no-repeat;
    width: 43px;
    height: 43px;
}
.social-twitter, .social-twitter a {
    background: transparent url("../images/ic_twitter.png") no-repeat;
    width: 43px;
    height: 43px;
}
.custom-footer {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.home-text-wrapper .home-logo-text {
    position: absolute;
    top: 30%;
    left: 1%;
}
.home-text-wrapper .home-logo-text a {
    line-height: inherit;
    background-color: #1a1f2a;
    color: #fff;
    padding: 0 5px !important;
}
.home-text-wrapper {
    vertical-align: top;
}
.home-text-wrapper .home-serveur {
    position: absolute;
    top: 10%;
    left: 10%;
}
.home-social {
    position: absolute;
    top: 70%;
    left: 10%;
}
.home-social .home-social-icon, .puce_in{
    display: inline-block;
    margin-right: 10px;
}

/*
 ========================
       SECTION CSS
 ========================
 V      V       V       V


*/


/* Ocs */
#ocs .service-box:not(:hover), #ocs-en .service-box:not(:hover) {
    background-color: transparent;
}
#ocs #force .one_half, #ocs-en #force .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    margin-right: 3%;
}
#ocs #force .one_third, #ocs-en #force .one_third  {
    width: 24.5%;
}
#ocs #force .one_fourth, #ocs-en #force .one_fourth  {
    width: 27%;
}
#ocs #force .one_fifth.last, #ocs-en #force .one_fifth.last {
    width: 22%;
}
#ocs #force .rnr-column, #ocs-en #force .rnr-column{
    text-align: center;
}


/* ActualitÃ©s */
#actualites .lcp_catlist li p, #news-en .lcp_catlist li p{
    font-size: 14px;
}
#actualites .lcp_catlist li:nth-child(odd) > div.full-width, #news-en .lcp_catlist li:nth-child(odd) > div.full-width  {
    background-color: whitesmoke !important;
}
#actualites .lcp_catlist li:nth-child(even) > div.full-width, #news-en .lcp_catlist li:nth-child(even) > div.full-width {
    background-color: #fff !important;
}

/* L'Ã©quipe */
#lequipe img.equipe, #team-en img.equipe  {
    margin-top: 40%;
}

#fonctionalites img.fonctionalite, #functionalities-en img.fonctionalite{
    margin-top: 30%;
}


.full-width .two_third.last.alone {
    margin-left: 17%;
}

/* Tabs Operating System */

#tabs ul span{
    padding-left: 5px;
}
nav.tabsUl{
    z-index: 10 !important;
}
.tabsContent h4{
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Table */
h4{
    margin: auto;
}
table{
    margin: auto;
}

th {
    font-weight: bold;
    color: #1A1F2A;
}
tbody tr td:nth-of-type(1) {
    font-weight: bold;
}
td, th{
    text-align: center;
    padding: 20px;
    color: white;
    border: solid 1px #961b7e;
}
#inventory-table thead{
    display: none;
}
.languageSwitch{
    display: block;
    margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
    .ml-responsive-table .ml-grid {
        border-bottom: 6px solid #E9E9E9;
        border-top: none;
        margin-bottom: 20px;
    }
    table {width:100%;}
    thead {display: none}
    tr td:first-child {font-weight:bold;font-size:1.3em;}
    tbody td {display: block;  text-align:center}
    tbody td:before {
        content:  attr(data-th);
        margin-right: 10px;
        display: inline-block;
        text-align: center;
    }
}

.home-logo-text a {
    font-size:90px;
}
@media only screen and (max-width: 479px) {
    .selectnav {
        margin-bottom: -20px !important;
    }
}
/* Responsive */



@media (max-width: 1248px) {
    .home-logo, .home-logo-text a{
        font-size: 35px;
    }
    a.scroll-down {
        bottom: 30px;
    }

}

@media (max-width: 1024px) {
    .home-logo, .home-logo-text a{
        font-size: 30px;
    }
    .circle .container{
        width: 200px;
        height: 200px;
    }
    .circle h1{
        width: 200px;
        margin: auto;
    }
    .logo.large{
        display: none;
    }

}

@media only screen and (max-width: 767px) {
    .home-logo, .home-logo-text a{
        margin: 40px 0 50px;
        font-size: 20px;
    }
    .copyright .social-icons .social-icon {
        /* margin-bottom: -173px !important; */
    }
    .one_third .rnr-column{
        margin-top: 0;
        margin-bottom: 0;
    }
    .circle{
        display: none;
    }
    #ocs #force [class^="one_"], #ocs-en #force [class^="one_"]{
        width: 100% !important;
    }
    .styled-list{
        display: inline-block;
    }
    .alignright{
        float: none !important;
    }
    td{
        vertical-align: middle;
    }
    .full-width .two_third.last.alone {
        margin-left: 0;
    }
    .wp-image-941, .wp-image-642, .wp-image-384, .wp-image-601, .wp-image-909{
        margin: auto !important;
        display: block !important;
    }
    .styled-list{
        display: block;
    }
    .copyright-logo h1{
        font-size: 40px;
    }
    .social-icons{
        display: block !important;
        margin: auto !important;
    }
    .index3{
        display: none;
    }
    a.scroll-down {
        bottom: 50px !important;
    }
    .logo.large{
        display: table-cell;
    }
    .home-text-wrapper .home-logo-text a {
        font-size: 24px;
    }
    .section{
        padding: 20px 0 10px;
    }
    .container .column {
        margin-bottom: 0;
    }
    .container .columns, .container .column {
        margin-bottom: 0;
    }
    .languageSwitch{
        display: none;
    }
}

div.modal.in span {
    border: none;
    display: inline;
}
#nav .sub-menu {
        background: #1a1f2a !important;
}

#nav .sub-menu li a, #nav .sub-menu li .sub-menu li a, #nav .sub-menu li .sub-menu li .sub-menu li a{
	color: white !important;
}


#nav .sub-menu li:hover a, #nav .sub-menu li .sub-menu li:hover a, #nav .sub-menu li .sub-menu li .sub-menu li:hover a{
        color: #961b7e !important;
}