
@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300italic,300,400italic,700,700italic";
.mfp-iframe-holder .mfp-content {
    max-width: 80% !important;
}
@keyframes hvr-wobble-skew {
16.65% {
    transform: skew(-12deg);
}
33.3% {
    transform: skew(10deg);
}
49.95% {
    transform: skew(-6deg);
}
66.6% {
    transform: skew(4deg);
}
83.25% {
    transform: skew(-2deg);
}
100% {
    transform: skew(0deg);
}
}
.pt-section .partenaires ul.logos li {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    transform: translateZ(0px);
    vertical-align: middle;
}
.pt-section .partenaires ul.logos li:hover, .pt-section .partenaires ul.logos li:focus, .pt-section .partenaires ul.logos li:active {
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-name: hvr-wobble-skew;
    animation-timing-function: ease-in-out;
}
.hvr-grow-shadow {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: box-shadow, transform;
    vertical-align: middle;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
}
.pt-section .clients ul.logos li {
    backface-visibility: hidden;
    display: inline-block;
    transform: translateZ(0px) !important;
    transition-duration: 0.3s;
    transition-property: transform;
    vertical-align: middle;
}
.pt-section .clients ul.logos li:hover, .pt-section .clients ul.logos li:focus, .pt-section .clients ul.logos li:active {
    transform: scale(1.1) rotate(4deg);
}
.pt-section {
    /*padding-bottom: 50px;*/
}
.pt-section .body {
    font-family: "Roboto Condensed",sans-serif !important;
    min-height: 300px;
    padding-bottom: 50px;
    width: 944px;
}
.pt-section .body {
    margin-left: auto;
    margin-right: auto;
}
.pt-section .body::after, .pt-section .body::before {
    content: " ";
    display: table;
}
.pt-section .body::after {
    clear: both;
}
.pt-section .body.produit {
}
@keyframes glideInUp {
0% {
    opacity: 0;
    transform: translateY(500px);
}
5% {
    opacity: 0.367;
    transform: translateY(331.344px);
}
10% {
    opacity: 0.733;
    transform: translateY(170.581px);
}
15% {
    opacity: 1;
    transform: translateY(74.797px);
}
20% {
    transform: translateY(36.503px);
}
25% {
    transform: translateY(15.738px);
}
30% {
    transform: translateY(6.799px);
}
35% {
    transform: translateY(3.311px);
}
40% {
    transform: translateY(1.433px);
}
45% {
    transform: translateY(0.698px);
}
50% {
    transform: translateY(0.301px);
}
65% {
    transform: translateY(0.027px);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
}
.pt-section .body.produit ul.start li {
    animation: 0s linear 0s normal both 1 running glideInUp;
    transform-origin: 50% 50% 0;
}
.pt-section .body.produit ul.start li:nth-child(2) {
    animation-delay: 0s;
}
.pt-section .body.produit ul.start li:nth-child(3) {
    animation-delay: 0s;
}
.pt-section .body.produit ul.start li:nth-child(4) {
    animation-delay: 0s;
}
@keyframes slideinleft {
0% {
    opacity: 0;
    transform: translateX(50%);
}
100% {
    opacity: 1;
    transform: translateX(0%);
}
}
@keyframes slideRightToLeft {
0% {
    opacity: 0;
    transform: translateX(100%);
}
100% {
    opacity: 1;
    transform: translateX(0%);
}
}
@keyframes slideLeftToRight {
0% {
    opacity: 0;
    transform: translateX(-100%);
}
100% {
    opacity: 1;
    transform: translateX(0%);
}
}
@keyframes slideBottomToTop {
0% {
    opacity: 0;
    transform: translateY(100%);
}
100% {
    opacity: 1;
    transform: translateY(0%);
}
}
.pt-section .body h2 {
    animation-duration: 0s;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 40px;
    text-transform: uppercase;
    width: 100%;
}
/**.pt-section .body h2.start {
    animation-name: slideinleft;
	**/
}
.pt-section .logos {
    float: left;
    width: 100%;
}
.pt-section .logos li {
    background-color: #fdfdfd;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    float: left;
    height: 120px;
    margin-left: 63px;
    margin-top: 30px;
    padding-top: 15px !important;
    text-align: center !important;
    vertical-align: middle !important;
    width: 230px;
}

#clients .pt-section .logos li {
  margin-left: 7%;
}


.pt-section .partenaires .logos li, .pt-section .clients .logos li {
    filter: grayscale(100%) !important;
	  filter: grayscale(100%) !important;
     -webkit-filter: grayscale(100%) !important;
     -moz-filter: grayscale(100%) !important;
     -ms-filter:grayscale(100%) !important;
     -o-filter: grayscale(100%) !important;
}
.pt-section .partenaires .logos li:hover, .pt-section .clients .logos li:hover {
    filter: grayscale(0%) !important;
	  filter: grayscale(0%) !important;
     -webkit-filter: grayscale(0%) !important;
     -moz-filter: grayscale(0%) !important;
     -ms-filter:grayscale(0%) !important;
     -o-filter: grayscale(0%) !important;
}
.pt-section .logos li img {
    max-height: 90%;
    max-width: 90%;
    width: auto !important;
}
.pt-section .body.partenaires h2 {
    color: #61b6e8;
}
.pt-section .body.partenaires li {
    /*background-image: url("../images/bg/Partenaires.png");
    background-position: center center;
    background-repeat: no-repeat;*/
	background-color:#fff;
	box-shadow: 0px 5px 5px #888888 !important;
    height: 122px;
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding: 5px !important;
    width: 286px;
	border:1px solid #ccc;
}
.pt-section .body.clients h2 {
    color: #61b4e6;
}
.pt-section .body.clients li {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.pt-section .body.produit h2 {
    color: #61b4e6;
}
.pt-section .body.produit ul {
    float: left;
    margin-top: 40px;
}
.pt-section .body.produit li {
    float: left;
    margin-right: 10px;
    width: 220px !important;
}
.pt-section .body.produit li span {
    background-color: #61b4e6;
    border-radius: 115px !important;
    float: left;
    height: 220px;
    padding: 45px;
    text-align: center;
    width: 220px;
}
.pt-section .body.produit li span img {
    height: auto !important;
    width: auto !important;
}
.pt-section .body.produit li .hvr-back-pulse {
    border-radius: 115px !important;
    float: left;
    padding: 0 !important;
}
.pt-section .body.produit li .produit-txt {
    color: #000;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 30px !important;
    margin-top: 40px;
    text-align: center;
    text-transform: uppercase;
    width: 100% !important;
}
.pt-section .body {
}
.pt-section .body.apropos h2 {
    color: #565a5d;
    text-align: left;
}
.pt-section .body.apropos img {
    height: auto !important;
    width: 278px !important;
}
.pt-section .apropos li.block-01 {
    color: #61b4e6;
    display: inline;
    float: left;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
.pt-section .apropos li.block-01.start {
    animation: 0s linear 0s normal both 1 running slideLeftToRight;
}
.pt-section .apropos li.block-02 {
    display: inline;
    float: left;
    text-align: left;
    width: 33% !important;
}
.pt-section .apropos li.block-02.start {
    animation: 0s linear 0s normal both 1 running slideLeftToRight;
}
.pt-section .apropos li.block-03 {
    color: #54585a;
    display: inline;
    float: left;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    text-decoration: none;
    width: 60% !important;
}
.pt-section .apropos li.block-03.start {
    animation: 0s linear 0s normal both 1 running slideRightToLeft;
}
.pt-section .body {
}
.pt-section .body.histoire h2 {
    color: #61b4e6;
    text-align: left;
}
.pt-section .histoire ul li.histoire-01 {
    color: #61b4e6;
    display: inline;
    float: left;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
.pt-section .histoire ul li.histoire-02 {
    color: #fff;
    display: inline;
    float: left;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    text-decoration: none;
    width: 100% !important;
}
.pt-section .body.histoire ul li.start {
    animation-duration: 2s;
    animation-name: slideBottomToTop;
    transform-origin: 50% 50% 0;
}
.pt-section .body.histoire ul li.start:nth-child(2) {
    animation-delay: 0.25s;
    animation-name: slideBottomToTop;
}
.pt-section .body {
}
.pt-section .body.vision h2 {
    color: #61b4e6;
    text-align: left;
}
.pt-section .vision ul li.block-01 {
    color: #61b4e6;
    display: inline;
    float: left;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
.pt-section .vision ul li.block-02 {
    color: #54585a;
    display: inline;
    float: left;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    text-decoration: none;
    width: 100% !important;
}
.pt-section .body.vision ul li.start {
    animation-duration: 0s;
    animation-name: slideBottomToTop;
    transform-origin: 50% 50% 0;
}
.pt-section .body.vision ul li.start:nth-child(2) {
    animation-delay: 0.25s;
    animation-name: slideBottomToTop;
}
.pt-section .body {
}
.pt-section .body.NosValeur h2 {
    color: #61b4e6;
    text-align: left;
}
.pt-section .NosValeur ul li.block-01 {
    color: #61b4e6;
    display: inline;
    float: left;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
.pt-section .NosValeur ul li.block-02 {
    color: #54585a;
    display: inline;
    float: left;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    text-decoration: none;
    width: 100% !important;
}
.pt-section .NosValeur ul li span.valeur {
    color: #61b4e6;
    font-weight: bold;
}
.pt-section .body.NosValeur ul li.start {
    animation-duration: 0s;
    animation-name: slideBottomToTop;
    transform-origin: 50% 50% 0;
}
.pt-section .body.NosValeur ul li.start:nth-child(2) {
    animation-delay: 0.25s;
    animation-name: slideBottomToTop;
}
.pt-section .body.contact h2 {
    color: #fff;
    text-align: left;
}
.pt-section .contact input {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #ccc;
    color: #c3c3c3;
    float: left;
    font-size: 16px;
    margin-bottom: 32px;
    margin-right: 5%;
    padding: 6px;
    width: 45% !important;
}
.pt-section .contact input[type="button"] {
    background: #54585a none repeat scroll 0 0 !important;
    border: 1px solid #54585a;
    border-radius: 5px;
    color: #ffffff;
    float: left;
    font-size: 24px;
    padding: 10px;
    width: 240px !important;
}
.pt-section .contact textarea {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #ccc;
    color: #c3c3c3;
    float: left;
    font-size: 16px;
    height: 160px;
    margin-bottom: 32px;
    padding: 6px;
    width: 95% !important;
}
.pt-section .forme-contact {
    float: left;
    width: 74% !important;
}
.pt-section .adress-contact {
    float: right;
    width: 22% !important;
}
.pt-section .adress-contact li {
    border-bottom: 1px solid #fff;
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: 300 !important;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100% !important;
}
.pt-section .adress-contact li a {
    color: #fff;
    font-size: 20px;
}
.pt-section .adress-contact > li:first-child {
    padding-top: 0 !important;
}
.pt-section .adress-contact > li:last-child {
    border-bottom: medium none !important;
}
.pt-section .adress-contact li ul li {
    border: 0 none !important;
    width: auto !important;
}
.pt-section .body.contact ul.start {
    animation-duration: 0s;
    animation-name: slideBottomToTop;
    transform-origin: 50% 50% 0;
}
.e-bg-darker {
    background-color: transparent !important;
    color: #fff !important;
}
.gm-toggle i {
    color: #fff !important;
}
.pt-section .body {
}
.pt-section .body.produit-det h2 {
    color: #61b4e6;
    text-align: left;
}
.pt-section .produit-det ul li.produit-det-01 {
    color: #61b4e6;
    display: inline;
    float: left;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
    text-align: left;
    text-decoration: none;
    width: 100% !important;
}
.pt-section .produit-det ul li.produit-det-02 {
    color: #fff;
    display: inline;
    float: left;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    width: 100% !important;
}
.pt-section .produit-det img {
    width: auto;
}
.pt-section .body.produit-det ul li.start {
    animation-duration: 0s;
    animation-name: slideBottomToTop;
    transform-origin: 50% 50% 0;
}
.pt-section .body.produit-det ul li.start:nth-child(2) {
    animation-delay: 0.25s;
    animation-name: slideBottomToTop;
}
.pt-section .body.produit-det .references {
	padding-left:10%;
}
.pt-section .body.produit-det div.references span {
    animation: 2.2s linear 0s normal both 1 running glideInUp;
    background: #81c3eb none repeat scroll 0 0;
    border-radius: 150px !important;
    float: left;
    height: 250px !important;
    opacity: 0.8 !important;
    padding-left: 30px !important;
    padding-top: 60px !important;
    transform-origin: 50% 50% 0;
    width: 250px !important;
}
.pt-section .body.produit-det div.references span:nth-child(2) {
    animation-delay: 0.25s;
    margin-left: -20px;
}
.pt-section .body.produit-det div.references span:nth-child(3) {
    animation-delay: 0.5s;
    margin-left: -20px;
}
.pt-section .body.produit-det div.references span:nth-child(4) {
    animation-delay: 0.75s;
    margin-left: -20px;
}
.pt-section .body.produit-det div.references span:hover {
    background-color: #1b82c0;
    opacity: 1 !important;
}
section#solutionit h2 {
}
section#solutionit h2, section#solutionit ul {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
section#solutionit .pt-section {
    padding: 15px !important;
}
.pt-section .body h2.iframe {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.block.iframe {
    padding-top: 0 !important;
}
.pt-section .body {
}
.pt-section .body.apropos h2 {
    color: #61b4e6;
    text-align: left;
}
.pt-section .body.apropos img {
    height: auto !important;
    width: 278px !important;
}
.pt-section .apropos li.block-01 {
    color: #61b4e6;
    display: inline;
    float: left;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
.pt-section .apropos li.block-01.start {
    animation: 0s linear 0s normal both 1 running slideLeftToRight;
}
.pt-section .apropos li.block-02.start {
    animation: 0s linear 0s normal both 1 running slideLeftToRight;
}
.pt-section .apropos li.block-03 {
    color: #54585a;
    display: inline;
    float: left;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    text-decoration: none;
    width: 60% !important;
}
.pt-section .apropos li.block-03.start {
    animation: 0s linear 0s normal both 1 running slideRightToLeft;
}
.mfp-arrow.mfp-arrow-left.mfp-prevent-close {
    display: none;
}
.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
    display: none;
}
#servicescloud .block, #reseauxsystemes .block, #solutionit .block {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
#servicescloud .produit-det-02 .img, #reseauxsystemes .produit-det-02 .img, #solutionit .produit-det-02 .img {
    height: auto !important;
    width: auto !important;
}
#servicescloud .pt-section .body h2, #reseauxsystemes .pt-section .body h2, #solutionit .pt-section .body h2 {
    margin-bottom: 15px !important;
}
#contact .pt-section {
    padding-bottom: 0 !important;
}
section#contact {
    padding-top: 20px !important;
}
.pt-section .body.reseaux-det h2 {
    color: #61b4e6;
    text-align: left;
}
.pt-section .body.reseaux-det img, .pt-section .body.solution-det img, .pt-section .body.scloud-det img {
    width: auto !important;
}
.pt-section .reseaux-det ul li.block-01 {
    color: #61b4e6;
    display: inline;
    float: left;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
.pt-section .reseaux-det ul li.block-02 {
    color: #54585a;
    display: inline;
    float: left;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    text-decoration: none;
    width: 100% !important;
}
.pt-section .reseaux-det ul li span.valeur {
    color: #999;
    font-weight: bold;
}
.pt-section .body.reseaux-det ul li.start {
    animation-duration: 0s;
    animation-name: slideBottomToTop;
    transform-origin: 50% 50% 0;
}
.pt-section .body.reseaux-det ul li.start:nth-child(2) {
    animation-delay: 0.25s;
    animation-name: slideBottomToTop;
}
@media (max-width: 780px) {
.pt-section .body h2 {
    font-size: 28px !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
#ptsection-four {
    float: left;
    position: relative;
}
.pt-section .apropos li.block-01 {
    font-size: 20px !important;
}
.pt-section .apropos li.block-02 {
    font-size: 20px !important;
    line-height: 24px;
    width: 100% !important;
}
.pt-section .apropos li.block-03 {
    font-size: 16px !important;
    line-height: 24px;
    width: 100% !important;
}
.pt-section .histoire ul li.histoire-01 {
    font-size: 20px !important;
    line-height: 24px;
    width: 100% !important;
}
.pt-section .histoire ul li.histoire-02 {
    font-size: 16px !important;
    line-height: 24px;
    width: 100% !important;
}
.pt-section .vision ul li.block-01 {
    font-size: 20px !important;
    line-height: 24px;
    width: 100% !important;
}
.pt-section .vision ul li.block-02 {
    font-size: 16px !important;
    line-height: 24px;
    width: 100% !important;
}
.pt-section .body.produit li {
    margin-left: 5px !important;
    margin-right: 0;
    margin-top: 20px !important;
}
.pt-section .body.produit li .produit-txt {
    margin-top: 10px;
}
.pt-section .body.produit li .produit-txt {
    font-size: 12px !important;
}
.pt-section .body.produit li span {
    background-color: #61b4e6;
    border-radius: 115px !important;
    float: left;
    height: 150px;
    padding: 45px;
    text-align: center;
    width: 150px;
}
.pt-section .body.produit li {
    width: 150px !important;
}
.pt-section .body.produit-det div.references span {
    height: 140px !important;
    margin-bottom: 10px !important;
    width: 140px !important;
}
.pt-section .body.produit-det div.references span:nth-child(2), .pt-section .body.produit-det div.references span:nth-child(3), .pt-section .body.produit-det div.references span:nth-child(4) {
    margin-left: 5px !important;
}
.pt-section .produit-det ul li.produit-det-01 {
    font-size: 20px !important;
    line-height: 24px;
    width: 100% !important;
}
.pt-section .produit-det ul liproduit-det-02 img {
    width: 96% !important;
}
.progress-tracker {
    display: none;
}
.ca-menu {
    padding: 2%;
    width: 95% !important;
}
.pt-section .body img {
    max-width: 100%;
}
.pt-section .body {
    padding: 2%;
    width: 95% !important;
}
.pt-section .forme-contact {
    float: left;
    padding: 2%;
    width: 95% !important;
}
.pt-section .adress-contact {
    float: left;
    width: 100% !important;
}

/*******************************************/
.pt-section .body.partenaires li {
   /* background-image: url("../images/bg/Partenaires.png");
    background-position: center center;
    background-repeat: no-repeat;*/
    height: auto;
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding: 5px !important;
    width: 30%;
}

.pt-section .body.partenaires li img
{
	max-width:90%;
	max-height:80px;
}

}

@media (max-width: 480px) 
{
.pt-section .partenaires .logos li, .pt-section .clients .logos li {
    filter: grayscale(100%) !important;
	  filter: grayscale(100%) !important;
     -webkit-filter: grayscale(100%) !important;
     -moz-filter: grayscale(100%) !important;
     -ms-filter:grayscale(100%) !important;
     -o-filter: grayscale(100%) !important;
}
.pt-section .partenaires .logos li:hover, .pt-section .clients .logos li:hover {
    filter: grayscale(0%);
}

.pt-section .body.partenaires li 
{
	width: 50%;
	height: auto;
	}
.pt-section .body.partenaires li img
{
	max-width:90%;
	max-height:80px;
}

#clients .pt-section .logos li {
  margin-left: 15%;
}
}

@media (max-width: 360px) 
{

.pt-section .body.partenaires li 
{
	width: 85%;
	height: auto;
	}
.pt-section .body.partenaires li img
{
	max-width:90%;
	max-height:80px;
	
}
}
.col-sm-12 {
    margin: 0 !important;
    padding: 0 !important;
}
.progress-tracker {
    display: none;
}
