<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,html{
	height: 100%;
	/*background-color: #FF00FF;*/
}

.main .row{
	padding: 0px;
	margin: 0px;
}

nav.sidebar.navbar {
	border-radius: 0px;
    margin-top: 40px;
    background-color: #3d3d3d;
}

nav.sidebar, .main{
	-webkit-transition: margin 200ms ease-out;
	-moz-transition: margin 200ms ease-out;
	-o-transition: margin 200ms ease-out;
	transition: margin 200ms ease-out;
}

.main{
    margin-top: -20px;
    padding: 0px 0px 40px 0px;
}


@media (min-width: 768px) {

    nav.sidebar.navbar {
        position: fixed;
    }

	.main{
		position: absolute;
		width: calc(100% - 40px);
		margin-left: 40px;
        margin-top: 40px;
		float: right;
	}

	nav.sidebar:hover + .main{
		margin-left: 200px;
	}

	nav.sidebar.navbar.sidebar&gt;.container .navbar-brand, .navbar&gt;.container-fluid .navbar-brand {
		margin-left: 0px;
	}

	nav.sidebar .navbar-brand, nav.sidebar .navbar-header{
		text-align: center;
		width: 100%;
		margin-left: 0px;
	}

	nav.sidebar a{
		padding-right: 13px;
	}

	nav.sidebar .navbar-nav &gt; li:first-child{
		border-top: 1px #e5e5e5 solid;
	}

	nav.sidebar .navbar-nav &gt; li{
		border-bottom: 1px #e5e5e5 solid;
	}

	nav.sidebar .navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	/*allows nav box to use 100% width*/
	nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{
		padding: 0 0px 0 0px;
	}

	/*colors dropdown box text */
	.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a {
		color: #777;
	}

	/*gives sidebar width/height*/
	nav.sidebar{
		width: 200px;
		height: 100%;
		margin-left: -160px;
		float: left;
		z-index: 0;
		padding-bottom: 50px;
	}

	nav.sidebar li {
		width: 100%;
	}

	nav.sidebar:hover{
		margin-left: 0px;
	}
	.forAnimate{
		opacity: 0;
	}
}


@media (min-width: 1330px) {

	.main{
		width: calc(100% - 200px);
		margin-left: 200px;
	}

	nav.sidebar{
		margin-left: 0px;
		float: left;
	}
	nav.sidebar .forAnimate{
		opacity: 1;
	}
}

nav.sidebar .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover, nav.sidebar .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus {
	color: #CCC;
	background-color: transparent;
}

nav:hover .forAnimate{
	opacity: 1;
}
section{
	padding-left: 15px;
}



/*-------------------------------*/
/*         Topbar style          */
/*-------------------------------*/


    .top_bar {
        top: 0;
        position: fixed;
        width: 100%;
        z-index: 200;
        min-height: 40px;
        /*
           background: #998272; /* Old browsers */
        background: -moz-linear-gradient(left, #998272 0%, #998272 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #998272 0%, #998272 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #998272 0%, #998272 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#998272', endColorstr='#998272', GradientType=1); /* IE6-9 */
    }

    .social {
        list-style-type: none;
        margin-bottom: 0px;
        float: left;
        padding: 0px;
        margin-left: 0px;
    }

    .social li {
        float: left;
    }

    .social li a {
        padding: 0 10px;
        font-size: 20px;
        line-height: 40px;
        color: #FFF;
    }

    .social &gt; .facebook:hover {
        background-color: #3b5998;
    }

    .social &gt; .twitter:hover {
        background-color: #1da1f2;
    }

    .social &gt; .googlep:hover {
        background-color: #db4437;
    }

    .rightc {
        list-style-type: none;
        margin-bottom: 0px;
        float: right;
    }

    .rightc li {
        margin: 0px 10px;
        font-size: 13px;
        float: left;
        line-height: 40px;
        color: #FFF;
    }

    .rightc li a {
        color: #FFF;
    }

    .rightc li a:hover {
        color: #1b6d85;
    ;
    }


.leftc {
    font-size: 30px;
    margin-top: 0px;
    color: #FFF;
}





/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/



.sidebar li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar li:first-child:before {
    background-color: rgb(23,171,147);
}
.activeh {
    background-color: rgb(23,171,147);
}
.sidebar li:nth-child(2):before {
    background-color: rgb(54,110,196);
}
.actives {
    background-color: rgb(54,110,196);
}
.sidebar li:nth-child(3):before {
    background-color: rgb(182,59,121);
}
.activei {
    background-color: rgb(182,59,121);

}
.sidebar li:nth-child(4):before {
    background-color: rgb(209,175,41);
}
.activef {
    background-color: rgb(209,175,41);
}
.sidebar li:nth-child(5):before {
    background-color: rgb(135,170,44);
}
.actived {
    background-color: rgb(135,170,44);
}

.sidebar li:nth-child(6):before {
    background-color: rgb(23,171,147);
}
.activet {
    background-color: rgb(23,171,147);
}

.sidebar li:nth-child(7):before {
    background-color: #ead24c;
}
.sidebar li:nth-child(8):before {
    background-color: #2d2366;
}
.sidebar li:nth-child(9):before {
    background-color: #35acdf;
}
.sidebar li:hover:before,
.sidebar li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

@media (max-width: 768px) {
	.sidebar li:hover:first-child{
		background-color: rgb(23,171,147);
		/*border-bottom: rgb(23,171,147) 3px solid;*/
	}
	.sidebar li:nth-child(2):hover {
		background-color: rgb(54,110,196);
	}
	.sidebar li:nth-child(3):hover {
		background-color: rgb(182,59,121);
	}
	.sidebar li:nth-child(4):hover {
		background-color: rgb(209,175,41);
	}
	.sidebar li:nth-child(5):hover {
		background-color: rgb(135,170,44);
	}
	.sidebar li:nth-child(6):hover {
        background-color: rgb(23,171,147);
	}
	.sidebar li:nth-child(7):hover {
		background-color: #ead24c;
	}
	.sidebar li:nth-child(8):hover {
		background-color: #2d2366;
	}
	.sidebar li:nth-child(9):hover {
		background-color: #35acdf;
	}
}

.sidebar li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;    
}

.sidebar li a:hover,
.sidebar li a:active,
.sidebar li a:focus,
.sidebar li.open a:hover,
.sidebar li.open a:active,
.sidebar li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar &gt; .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #3d3d3d;
    box-shadow: none;
}



/*-------------------------------*/
/*       Content styles          */
/*-------------------------------*/

#home article:nth-child(odd) {
	color: rgb(213,245,230);
	padding: 15px 15px 15px 15px;
	background-color: rgb(100,190,170);
}
#home article:nth-child(even) {
	color: rgb(213,245,230);
	padding: 15px 15px 15px 15px;
	background-color: rgb(130,217,200);
}
.first-home{
    color: rgb(213,245,230);
    padding: 15px 15px 15px 15px;
    background-color: rgb(23,171,147);
}

#services article:nth-child(odd) {
	color: rgb(188,207,235);
	padding: 15px 15px 15px 15px;
	background-color: rgb(88,134,206);
}
#services article:nth-child(even) {
	color: rgb(188,207,235);
	padding: 15px 15px 15px 15px;
	background-color: rgb(121,158,216);
}
.first-services{
    color: rgb(188,207,235);
    padding: 15px 15px 15px 15px;
    background-color: rgb(54,110,196);
}

#developpment article:nth-child(odd) {
    color: rgb(215,227,185);
    padding: 15px 15px 15px 15px;
    background-color: rgb(155,184,79);
}
#developpment article:nth-child(even) {
    color: rgb(215,227,185);
    padding: 15px 15px 15px 15px;
    background-color: rgb(175,198,114);
}

.first-developpment{
    color: rgb(215,227,185);
    padding: 15px 15px 15px 15px;
    background-color: rgb(135,170,44);
}

#formation article:nth-child(odd) {
    color: rgb(240,228,184);
    padding: 15px 15px 15px 15px;
    background-color: rgb(217,189,77);
}
#formation article:nth-child(even) {
    color: rgb(240,228,184);
    padding: 15px 15px 15px 15px;
    background-color: rgb(224,202,112);
}
.first-formation{
    color: rgb(240,228,184);
    padding: 15px 15px 15px 15px;
    background-color: rgb(209,175,41);
}

#installation article:nth-child(odd) {
    color: rgb(231,190,210);
    padding: 15px 15px 15px 15px;
    background-color: rgb(194,92,144);
}
#installation article:nth-child(even) {
    color: rgb(231,190,210);
    padding: 15px 15px 15px 15px;
    background-color: rgb(206,124,166);
}
.first-installation{
    color: rgb(231,190,210);
    padding: 15px 15px 15px 15px;
    background-color: rgb(182,59,121);
}

#tarifs article:nth-child(odd) {
    color: rgb(213,245,230);
    padding: 15px 15px 15px 15px;
    background-color: rgb(100,190,170);
}
#tarifs article:nth-child(even) {
    color: rgb(213,245,230);
    padding: 15px 15px 15px 15px;
    background-color: rgb(130,217,200);
}
.first-tarifs{
    color: rgb(213,245,230);
    padding: 15px 15px 15px 15px;
    background-color: rgb(23,171,147);
}


@media screen and (max-width: 1010px){
	.se-content h3{
		font-size: 60px;
	}
}
@media screen and (max-width: 767px) {
	.se-content h3{
		font-size: 50px;
	}
}
@media screen and (max-width: 400px) {
	.se-content h3{
		font-size: 40px;
	}
	.se-content p{
		width: 100%;
	}
	.se-slope:nth-child(odd) .se-content,
	.se-slope:nth-child(even) .se-content{
		padding-left:60px;
		padding-right:60px;

	}
}


/*-------------------------------*/
/*        Footer styles          */
/*-------------------------------*/


.footer {
    position: fixed;
	height: 40px;
	padding-top: 10px;
    bottom:0;
	background-color: rgb(71,58,52);
	width: 100%;
	color: #FFFFFF;
	text-align: center;
}

.footer a {
    color: #FFFFFF;
}

.footer a:hover,
 .footer a:active,
 .footer a:focus,
 .footer.open a:hover,
 .footer.open a:active,
 .footer.open a:focus{
     color: #1b6d85;
     text-decoration: none;
     background-color: transparent;
 }


.footer p a,
article p a{
    color: #FFFFFF;
}

article p a:hover,
article p a:active,
article p a:focus,
article.open p a:hover,
article.open p a:active,
article.open p a:focus{
    color: #1b6d85;
    text-decoration: none;
    background-color: transparent;
}

article p{
    color: #1c1c1c;
    font-size: 18px;
    margin-left: 10px;
}

article h3{
    font-weight: bold;
    color: #1c1c1c;
}

article li{
    color: #1c1c1c;
}

.table-service-head{
    color: rgb(188,207,235);
    background-color: rgb(54,110,196);
}
.table-service{
    color: rgb(188,207,235);
    background-color: rgb(88,134,206);
}

.table-installation-head{
    color: rgb(231,190,210);
    background-color: rgb(182,59,121);
}
.table-installation{
    color: rgb(231,190,210);
    background-color: rgb(194,92,144);
}

.table-formation-head{
    color: rgb(240,228,184);
    background-color: rgba(185, 166, 34, 0.98);
}
.table-formation{
    color: rgb(240,228,184);
    background-color: rgb(209,175,41);
}

.table-developpement-head{
    color: rgb(215,227,185);
    background-color: rgb(135,170,44);
}

.table-developpement{
    color: rgb(215,227,185);
    background-color: rgb(155,184,79);
}



</pre></body></html>