<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/ 

   v2.0 | 20110126

   License: none (public domain)

*/



html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed, 

figure, figcaption, footer, header, hgroup, 

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

	margin: 0;

	padding: 0;

	border: 0;

	font-size: 100%;

	font: inherit;

	vertical-align: baseline;

}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 

footer, header, hgroup, menu, nav, section {

	display: block;

}

body {

	line-height: 1;

}

ol, ul {

	list-style: none;

}

blockquote, q {

	quotes: none;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: '';

	content: none;

}

table {

	border-collapse: collapse;

	border-spacing: 0;

}





html, body{

	width: 100%;

	margin: auto;

	font-family: 'Open Sans', sans-serif;

}

@font-face {
    font-family: gothic;
    src: url(Copperplate_Gothic_Light_Regular.ttf);
}

h2.article_anywhere_title{
    font-family: gothic;
}



.wrapper{

	width: 1150px;

	margin: auto;

}


header{

    background-color: #fff;

    position: fixed;

    width: 100%;

    top: 0;

    z-index: 999999999;

}

.bt-image-link:hover{
    cursor: default;
}

#jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group.ui-state-highlight {
    background-color: transparent !important;
    border-color: transparent !important;
}

.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content span.required {
    color: #0fb7db !important;
}

.jsn-uniform input{
	border:1px solid transparent !important;
	outline: none !important;
	background-color:#ededed !important;
	transition: all 0.25s ease-in-out !important;
	-webkit-transition: all 0.25s ease-in-out !important;
	-moz-transition: all 0.25s ease-in-out !important;
	-o-transition: all 0.25s ease-in-out !important;
	-ms-transition: all 0.25s ease-in-out !important;
	    padding: 8px 0px;

}

p.mail a{
    color: #0fb7db;
}

.jsn-uniform textarea{
	border:1px solid transparent !important;
	outline: none !important;
	background-color:#ededed !important;
	transition: all 0.25s ease-in-out !important;
	-webkit-transition: all 0.25s ease-in-out !important;
	-moz-transition: all 0.25s ease-in-out !important;
	-o-transition: all 0.25s ease-in-out !important;
	-ms-transition: all 0.25s ease-in-out !important;	
}

.jsn-uniform input:focus{
	border:1px solid #8e8e8e !important;
	outline: none !important;
	background-color: #fff !important;
	    width: 91%;
}

.jsn-uniform textarea:focus{
	border:1px solid #8e8e8e !important;
	outline: none !important;
	background-color: #fff !important;
}

.jsn-uniform button[type="submit"]{
    border: 1px solid transparent;
    background-color: #ededed;
    padding: 6px 20px;
    font-weight: bold;
    color: rgba(0,0,0,0.7);
    margin-left: -36px;
    	transition: all 0.3s ease-in-out !important;
	-webkit-transition: all 0.3s ease-in-out !important;
	-moz-transition: all 0.3s ease-in-out !important;
	-o-transition: all 0.3s ease-in-out !important;
	-ms-transition: all 0.3s ease-in-out !important;	
}

.jsn-uniform button[type="submit"]:hover{
	cursor: pointer;
    padding: 6px 30px;
        background-color: #fff;
    color: #686868;
    border:1px solid rgba(0,0,0,0.1);
}

.bt-title:hover{
    cursor: default;
}

header .logo{

	padding-top: 25px;

	display: inline-block;

	vertical-align: top;

	padding-bottom: 25px;

}





header .mainmenu{

    display: inline-block;

    vertical-align: top;

    float: right;

    margin-top: 39px;

}

.confiance a img{
    width: 100%;
}

.partnrs{
    padding-top: 40px;
    text-align: center;
}

.partnrs a {
    width: 15%;
    padding-bottom: 15px;
    margin: 0 24px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

.confiance h6{
font-size: 20px;
    color: #fff;
    background-color: #0fb7db;
    display: block;
    padding: 9px;
    margin-top: 27px;
    width: 269px;
    margin: auto;
    text-align: center;
    font-family: gothic;
}

.confiance{
    background-color: #f4f4f4;
    padding-bottom: 55px;
    padding-top: 32px;
}

.text_contact{
    padding-top: 28px;
    padding-bottom: 12px;
    display: inline-block;
    margin-top: 42px;
    padding-left: 12px;
    padding-right: 12px;
    vertical-align: top;
}


p.mail{
    background-image:url(../images/mail.png);
    background-repeat: no-repeat;
    padding-left:26px;

}

p.tel{
    background-image:url(../images/phone.png);
    background-repeat: no-repeat;
    padding-left:26px;
}



header .mainmenu ul li{

    display: inline-block;

    font-size: 13px;

    vertical-align: top;

}

header .mainmenu ul li:hover{
    cursor: pointer;
}



header .mainmenu ul li:not(:first-child){

	    padding-left: 15px;

}



header .mainmenu ul li a{

	text-decoration: none;

	color: #464646;

	text-transform: uppercase;

    letter-spacing: -0.1px;

    font-family: 'Montserrat', sans-serif;

        padding-bottom: 4px;

	transition: all 0.2s ease-out;

	-moz-transition: all 0.2s ease-out;

	-ms-transition: all 0.2s ease-out;

	-webkit-transition: all 0.2s ease-out;

	-o-transition: all 0.2s ease-out;


}



header .mainmenu ul li a:hover{

/*	color: #e53208;*/

}


.discover{
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    /* display: block; */
    margin-top: 8px;
    border: 1px solid #fff;
    display: block;
    width: 138px;
    margin: auto;
    padding: 10px 10px 10px 28px;
    background-image: url(../images/puce2.png);
    background-repeat: no-repeat;
    background-position: 11px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.discover:hover{
    color: #0fb7db;
    border-color: #0fb7db;
    background-image: url(../images/puce3.png);
}



/*header .mainmenu ul li.current.active a{

	color: #e53208;

}

*/

.main_slide{

/*background-image: url(../images/fond1.jpg);*/

    background-repeat: no-repeat;

    min-height: 310px;

    background-position: 0px -100px;

padding-top: 187px;

color: rgba(0,0,0,0.8) !important;

}



.main_slide .article_anywhere {

    padding-top: 31px;

    width: 100%;

    line-height: 22px;

}



.keyfacts{

	    font-size: 33px;

    font-weight: 600 !important;

    /* padding-bottom: 30px !important; */

}



.main_slide .article_anywhere p{

	padding-bottom: 8px;

}



.main_slide .article_anywhere ul li{

	list-style-type: disc;

	margin-left: 17px;

    font-size: 19px;



}



li.edit-icon{

	display: none;

}

.main_slide h1{
font-family: gothic;
    color: #fff;
    font-size: 56px;
    font-weight: bold;
    width: 515px;
    margin: auto;
    text-align: center;
}

.main_slide h1:after{
    content: "";
    height: 4px;
    text-align: center;
    width: 75px;
    background-color: #0fb7db;
    margin: auto;
    display: block;
    margin-top: 7px;
}



.main_slide .bt-cs .bt-inner .bt-title {
    color: #fff !important;
    width: 546px;
    font-size: 19px;
    display: block;
    text-align: center;
    font-weight: 600 !important;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin: auto;

}

.about_us{

	    padding: 50px 10px;
        background-color: #fff;

}

.about_us .nn_tabs.outline_content&gt;.tab-content {

border: 0px solid transparent !important;

border-radius: 0px !important;

}



.about_us .nn_tabs .nav-tabs {

border: 0px solid transparent !important;

border-radius: 0px !important;

    width: 410px;

    margin: auto;

        margin-top: 25px;

        margin-bottom: 20px !important;

}



.about_us .nn_tabs.outline_handles ul.nav-tabs&gt;li a, .nn_tabs.outline_handles ul.nav-tabs&gt;li a:hover {

border: 0px solid transparent !important;

border-radius: 0px !important;

}



.about_us .nn_tabs.top&gt;ul.nav-tabs&gt;li&gt;a {

border: 0px solid transparent !important;

border-radius: 0px !important;

    font-size: 18px;

}



.about_us .nn_tabs&gt;ul.nav-tabs&gt;li {

    margin-left: 8px !important;

}



.about_us .nn_tabs&gt;ul.nav-tabs&gt;li&gt;a {

    color: #e74212 !important;

    border-radius: 0px !important;

}



.about_us .nn_tabs .nav-tabs&gt;li.active&gt;a, .nn_tabs .nav-tabs&gt;li.active&gt;a:hover {

    color: #fff !important;

    background-color: #e74212;

    border: 0px solid #ddd;

    cursor: default;

    border-radius: 0px !important;

}



 ul{

	padding-bottom: 7px;

	line-height: 20px;

}



.about_us p {

    line-height: 25px;

}



ul {

    list-style: disc;

}



ul li {

    padding-bottom: 5px;

}



.about_us h2.article_anywhere_title{

    text-align: center;

    font-size: 30px;

    background-image: url(../images/border.png);

    background-repeat: no-repeat;

    padding-bottom: 44px;

    background-position: 49.7% 45px;



}





.about_us a {

	    color: #e74212;

}



.about_us h2.article_anywhere_title a{

	    pointer-events: none;

    -webkit-user-select: none; /* Chrome/Safari */        

-moz-user-select: none; /* Firefox */

-ms-user-select: none; /* IE10+ */



/* Rules below not implemented in browsers yet */

-o-user-select: none;

user-select: none;

color: rgba(0,0,0,0.85);

text-decoration: none;

text-transform: uppercase;

}



div.break{

    display: block;

    width: 81%;

    margin: auto;

    text-align: justify;

        margin-top: 28px;

}



div.break h3{

	    font-size: 23px;

    margin-bottom: 16px;

}


.break a.readmore{

    color: #e74212;

    text-decoration: none;

    border: 1px solid #e74212;

    float: right;

    text-transform: uppercase;

    padding: 10px 17px;

    margin-top: 10px;

    font-size: 15px;

}



.title_rsp{
    background-image: url(../images/fond-recherche.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}




.title_rsp h3{
        text-align: center;
    color: #fff;
    font-family: gothic;
    font-size: 33px;
}


.title_rsp h3:after{
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #fff;
    margin: auto;
    margin-top: 13px;
}

.title_comp{
    background-image: url(../images/fond_comp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.title_comp h3{
        text-align: center;
    color: #fff;
    font-family: gothic;
    font-size: 33px;
}

.title_comp h3:after{
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #fff;
    margin: auto;
    margin-top: 13px;
}


span.help-block.help-blank, span.help-block.help-email  {
    display: none;
}

.error .controls input, .error .controls textarea {
    border: 1px solid red !important;
}

.title_aap{
    background-image: url(../images/fond_aap.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    background-position: bottom;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.title_aap h3{
        text-align: center;
    color: #fff;
    font-family: gothic;
    font-size: 33px;
}

.title_aap h3:after{
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #fff;
    margin: auto;
    margin-top: 13px;
}


div.cinquante{
display: inline-block;
    vertical-align: top;
    padding: 0px 15px;
}

div.cinquante_quote{
    position: relative;
}

div.cinquante ul{
    padding-top: 0px;
    padding-bottom: 24px;
}

div.cinquante ul li{
    list-style-type: none;
    background-image: url(../images/fleche.png);
    background-repeat: no-repeat;
    padding-left: 36px;
    background-position: 2px 7px;

}

div.cinquante_quote:before{
    content: "";
    display: block;
    width: 36px;
    position: absolute;
    top: 55px;
    left: 63px;
    height: 25px;
    background-image: url(../images/laquo.png);
    background-repeat: no-repeat;

}

div.cinquante_quote:after{
    content: "";
    display: block;
    width: 36px;
    position: absolute;
    top: 55px;
    right: 63px;
    height: 25px;
    background-image: url(../images/raquo.png);
    background-repeat: no-repeat;

}

div.cinquante_quote p{
font-family: gothic;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center !important;
    width: 330px;
    padding: 25px 0px;
    margin: auto;
}

.team{
background-color: #fff;
    margin-top: -14px;
    padding-bottom: 52px;
    padding-top: 52px;

}

.team .bt-introtext p{
	text-align:justify;
}


#tags_id2-lbl{
	float: left;
    margin-right: 10px;
}


ul#jak2filter129 li{
	display: inline-block;
	vertical-align: top;
}

ul#jak2filter129 li:first-child{
	    width: 47% !important;
}

ul#jak2filter129 li:nth-child(2){
	    margin-top: -7px !important;
}

.news .catItemIntroText{
	    padding-left: 100px;
    max-width: 921px;
    position: relative;
}

.news .catItemIntroText p {
	text-align: justify;
}


.haslink{
	    float: right;
    margin-top: -21px;
    margin-right: -120px;
}

.team h2.article_anywhere_title{

    text-align: center;

    font-size: 30px;

text-align: center;

    font-size: 30px;

    background-image: url(../images/border1.png);

    background-repeat: no-repeat;

    padding-bottom: 20px;

    background-position: 49.7% 90px;

    padding-top: 50px;

}



.team .readmore-js-toggle{

	color: #fff;

	font-weight: 600;

	text-align:center;

	padding-top: 15px;

    border: 1px solid #fff;

    display: inline-block;

    padding: 4px 10px;

    margin-top: 10px;

     width: initial;

}



.about_us .readmore-js-toggle {

    font-weight: bold;

    padding: 20px 0;

    text-decoration: none;

}



.about_us .readmore-js-toggle {

    font-weight: bold;

    padding: 20px 0;

    margin-bottom: 20px;

}


.news ul.ja-k2filter {
    display: inline-block;
    list-style: outside none none;
    padding: 0 3px !important;
width: 62%;
    margin-top: 24px;
}

.k2Pagination li:not(:first-child){
    padding-left: 10px;
}


ul.ja-k2filter li label, ul.ja-k2filter li label.radio, ul.ja-k2filter li label.checkbox {
    display: inline-block;
    vertical-align: top;
}

.news div ul.horizontal-layout li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
     float: inherit; 
    position: relative;
}


.news .readmore-js-toggle {

    font-weight: bold;
    color: #e74212;
    text-decoration: none;
    font-size: 37px;
    float: right;
    text-align: right;
    margin-top: -14px;
    margin-right: 180px;

}


.readmorejs-block{

}
.readmore-js-toggle, .readmore-js-section {
  display: block;
  width: 100%;
}
.readmore-js-section {
  overflow: hidden;
}











.team h2.article_anywhere_title a{

	    pointer-events: none;

    -webkit-user-select: none; /* Chrome/Safari */        

-moz-user-select: none; /* Firefox */

-ms-user-select: none; /* IE10+ */



/* Rules below not implemented in browsers yet */

-o-user-select: none;

user-select: none;

color: #fff;

text-decoration: none;

text-transform: uppercase;

}



.team .slides_control{

	height: 0px !important

}





#btcontentslider103 .slide{

	width: inherit !important;

}



.team .nn_tabs.outline_content&gt;.tab-content {

border: 0px solid transparent !important;

border-radius: 0px !important;

margin-top: 30px; 

}



#btcontentslider103 .bt-row{

	width: 33.333333% !important;

}







.team .nn_tabs .nav-tabs {

border: 0px solid transparent !important;

border-radius: 0px !important;

width: 726px;

    margin: auto;

}



.team .nn_tabs.outline_handles ul.nav-tabs&gt;li a, .nn_tabs.outline_handles ul.nav-tabs&gt;li a:hover {

border: 0px solid transparent !important;

border-radius: 0px !important;

}



.team .nn_tabs.top&gt;ul.nav-tabs&gt;li&gt;a {

border: 0px solid transparent !important;

border-radius: 0px !important;

    font-size: 19px;

}



.team .nn_tabs&gt;ul.nav-tabs&gt;li {

    margin-left: 16px !important;

}



.team .nn_tabs&gt;ul.nav-tabs&gt;li&gt;a {

    color: #fff !important;

    border-radius: 0px !important;

}



.team .nn_tabs .nav-tabs&gt;li.active&gt;a, .nn_tabs .nav-tabs&gt;li.active&gt;a:hover {

    color: #e74212 !important;

    background-color: #fff;

    border: 0px solid #ddd;

    cursor: default;

    border-radius: 0px !important;

}



.fixtxt{

	    font-size: 23px;

    line-height: 29px;

    text-align:justify;

}



.team .bt-cs .bt-inner img {

border: none;

outline: none;

}



.team .bt-cs .bt-inner .bt-title {

    color: #fff;

    text-transform: none;

    font-weight: inherit !important;

    display: block;

font-size: 16px;

    font-style: italic;

    margin-top: 10px;

}



.team .bt-introtext{

    color: rgba(255,255,255,0.8);

    width: 100%;

    margin: auto;

    line-height: 18px;

    font-size: 14px;

}



.team .bt-introtext h4{

	font-weight: 600;

    height: 41px;

        font-size: 18px;

    text-align: left;

}



.team .nn_tabs&gt;.nav&gt;li&gt;a:hover {

    text-decoration: none;

    background-color: #fff;

    color: #e74212 !important;

}



.team{
/*
    color: rgba(255,255,255,1);

    background-color: #E74112;*/

}



.team table.board {

	    margin-top: 20px !important;

    margin: auto;

    width: 88%;

}



.team table.board tr:first-child{

	height: 30px;

	font-weight: 600;

	font-size: 19px;

}



.team table.board tr td{

/*	width: 20%;*/
    text-align: center;
    vertical-align: middle !important;
    font-weight: initial;
    font-size: 16px;
}



.team table.board tr td:nth-child(2){

/*width: 20%;*/

}



.team table tr{

	height: 20px;

}



.team h4{

	font-weight: 600;

	padding-bottom: 10px;

}



.team p{

	padding-bottom: 8px;
	

}


#management-team p, #scientific-advisory-commitee p, #board-of-directors p {
	line-height: 20px;
}


.team ul li{

    list-style-type: none;

    padding-left: 19px;

    font-style: italic;

}













.portfolio{

    padding-top: 25px;

	    line-height: 22px;

            padding-bottom: 52px;

     

}





.portfolio h2.article_anywhere_title{

    display: none;

    text-align: center;

    font-size: 30px;

    background-image: url(../images/border.png);

    background-repeat: no-repeat;

    padding-bottom: 30px;

    background-position: 49.7% 45px;

}









.portfolio h2.article_anywhere_title a{

	    pointer-events: none;

    -webkit-user-select: none; /* Chrome/Safari */        

-moz-user-select: none; /* Firefox */

-ms-user-select: none; /* IE10+ */



/* Rules below not implemented in browsers yet */

-o-user-select: none;

user-select: none;

color: rgba(0,0,0,0.85);

text-decoration: none;

text-transform: uppercase;

}



.portfolio .bt-row-separate {

    height: 0px;

    border-bottom: 0px dotted #959595;

    margin-bottom: 0px;

}



.portfolio .bt-cs .bt-inner img{

	border: none;

	outline: none;



}

.portfolio ul li{
    font-style: italic;
}

.portfolio h6{
    font-size: 20px;
    display: inline-block;
    padding-bottom: 3px;
    margin-bottom: 11px;
    padding-top: 27px;
    font-family: gothic;
}

.portfolio .cinquante{
    border: 1px solid rgba(0,0,0,0.1);
    min-height: 510px;
    margin-bottom: 29px;
    width: 45%;
}

.portfolio .bt-cs .bt-inner a {

		    pointer-events: none;

    -webkit-user-select: none; /* Chrome/Safari */        

-moz-user-select: none; /* Firefox */

-ms-user-select: none; /* IE10+ */



/* Rules below not implemented in browsers yet */

-o-user-select: none;

user-select: none;



}


.bt-introtext a {
    pointer-events: auto !important;
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    -o-user-select: auto !important;
    user-select: auto !important;
  }





.portfolio .nn_tabs.outline_content&gt;.tab-content {

border: 0px solid transparent !important;

border-radius: 0px !important;

margin-top: 30px;

}



.portfolio .nn_tabs .nav-tabs {

border: 0px solid transparent !important;

border-radius: 0px !important;

    width: 485px;

    margin: auto;

}



.portfolio .nn_tabs.outline_handles ul.nav-tabs&gt;li a, .nn_tabs.outline_handles ul.nav-tabs&gt;li a:hover {

border: 0px solid transparent !important;

border-radius: 0px !important;

}



.portfolio .nn_tabs.top&gt;ul.nav-tabs&gt;li&gt;a {

border: 0px solid transparent !important;

border-radius: 0px !important;

    font-size: 19px;

}



.portfolio .nn_tabs&gt;ul.nav-tabs&gt;li {

    margin-left: 18px !important;

}



.portfolio .nn_tabs&gt;ul.nav-tabs&gt;li&gt;a {

    color: #e74212 !important;

    border-radius: 0px !important;

}



.portfolio .nn_tabs .nav-tabs&gt;li.active&gt;a, .nn_tabs .nav-tabs&gt;li.active&gt;a:hover {

    color: #fff !important;

    background-color: #e74212;

    border: 0px solid #ddd;

    cursor: default;

    border-radius: 0px !important;

}



.portfolio .slide{

	width: 100% !important;

	text-align:justify;

}



.portfolio strong{

	font-weight: 600;

}



#testable img{

    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -129px;
    width: 55%;

}



#testable{

	width: 100%;

	margin:auto;

}



#testable p.fullclick{

    position: absolute;

    bottom: 1px;

    top: 67px;

    left: 25px;

    font-size: 15px;

    width: 163px;

    text-align: -webkit-left;

    line-height: 20px;



}



#testable a{

    width: 100%;

    height: 100%;

    display: block;

    z-index: 999999;

    position: absolute;

    top: 0;

    bottom: 0;

    right: 0;

    left: 0;

}



#testable td{

   display: inline-block;

    margin: 10px; 

    border-radius: 4px;

    background-color: rgba(0,0,0,0.01);

    box-sizing: border-box;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;
    border: 1px solid #EAEAEA;
 /*   border-bottom: 1px solid #E7E7E7;

    border-right: 1px solid #E7E7E7;*/

    

    height: 210px;

    width: 200px;

    position: relative;

    /* -webkit-filter: grayscale(100%); */

    transition: all 0.2555s ease-in-out;

        vertical-align: top;

        text-align: center !important;

}





/*#testable tr td:last-child {

    border-right: 0;

}



#testable tr:last-child td {

    border-bottom: 0;

}


*/
#testable tr:last-child td:last-child {

    border: none;
    background: none;

}



/* 

#testable td:hover{

    -webkit-filter: grayscale(0%);

    cursor: pointer;

        background-color: #fff;

} */

.portfolio em{

	font-style: italic;

}



.portfolio ul li{

	padding-bottom: 6px;

	list-style-type: disc;

}



#btcontentslider96 .bt-row{

	width: 7% !important;

}



.portfolio p{

	padding-bottom: 17px;

}



.portfolio .bt-cs .bt-inner .bt-title {

    clear: both;

    color: #e74212;

    font-weight: inherit;

    text-align: center;

    display: none;

    font-size: 21px;



}



/* .portfolio .bt-row-last{

        margin-top: -14px;

}

 */





.investors{
    background-color: #f4f4f4 !important;
     padding-bottom: 30px;
         padding-top: 20px;

}

.investors ul li a{
	color: transparent;
}



.investors h2.article_anywhere_title{

    display: none;

    text-align: center;

    font-size: 30px;

    background-image: url(../images/border1.png);

    background-repeat: no-repeat;

    padding-bottom: 50px;

    background-position: 49.7% 90px;

    padding-top: 50px;

}

.investors h2.article_anywhere_title a{

	    pointer-events: none;

    -webkit-user-select: none; /* Chrome/Safari */        

-moz-user-select: none; /* Firefox */

-ms-user-select: none; /* IE10+ */



/* Rules below not implemented in browsers yet */

-o-user-select: none;

user-select: none;

color: #fff;

text-decoration: none;

text-transform: uppercase;

}



#client101 .multiple li {

    display: inline-block;

    vertical-align: top;

}



#slider101 {

    height: inherit !important;

    margin-top: 17px;

}



.investors #client101 .slide-contents-none {

    background-color: #fff;

        opacity: 0.9;

}



.investors .slide-contents-horizontal img, .slide-contents-horizontal a img, .slide-contents-none img {

    width: 65%;

}





.news{

	/* height: 600px; */

	line-height: 16px !important;

        font-size: 14px;

}



.news td{

	/* height: 600px; */

	line-height: 23px !important;

	padding: 7px 0;

    font-size: 

}



.news table {

	/* height: 600px; */

	line-height: 23px !important;

    width: 100%;

}



.news table td:nth-child(1) {

	font-weight: bold;

	padding-right: 15px;

	color: #7C7B7B; 

}



.news table tr {

	border-bottom: 1px solid #eee;

}









.news h2.article_anywhere_title{

    text-align: center;

    font-size: 30px;

    background-image: url(../images/border.png);

    background-repeat: no-repeat;

    padding-bottom: 50px;

    background-position: 49.7% 45px;

    margin-top: 50px;

}









.news h2.article_anywhere_title a{

	    pointer-events: none;

    -webkit-user-select: none; /* Chrome/Safari */        

-moz-user-select: none; /* Firefox */

-ms-user-select: none; /* IE10+ */



/* Rules below not implemented in browsers yet */

-o-user-select: none;

user-select: none;

color: rgba(0,0,0,0.85);

text-decoration: none;

text-transform: uppercase;

}



.news .nn_tabs.top&gt;ul.nav-tabs&gt;li.active a, .nn_tabs.top&gt;ul.nav-tabs&gt;li.active a:hover {

        background-color: #e74212 !important;

        color: #fff !important;

            border-radius: 0px !important;

}



.news .nn_tabs .nav-tabs {

    border-bottom: 0px solid transparent;

}



.news .nn_tabs .nav-tabs&gt;li&gt;a:hover {

    border: 0px solid transparent;

}





.news .nn_tabs.outline_handles ul.nav-tabs&gt;li a, .nn_tabs.outline_handles ul.nav-tabs&gt;li a:hover {

    border: 0px solid transparent;

}



.nn_tabs.outline_content&gt;.tab-content {

border: 0px solid transparent;

}



.news .nn_tabs&gt;ul.nav-tabs&gt;li&gt;a {

color: rgba(0,0,0,0.8) !important;

}



.news .nn_tabs.outline_content&gt;ul.nav-tabs {

    margin-bottom: 0;

    border-top: 1px solid rgba(0,0,0,0.2);

    border-bottom: 1px solid rgba(0,0,0,0.2);

    padding: 13px 0px;

    display: inline-block;

    text-align: center;

    margin: 0 auto;

}



.news h5{

	color: #e74112;

    font-weight: 600;

    font-style: italic;

    font-size: 35px;

    margin-top: 30px;
    margin-bottom: 20px;

}

div.arrow{
    background-image:url(../images/arrow.png);
    width: 80px;
    height: 80px;
    position:fixed;
    top:90%;
    background-size: 100px 100px;
    display: none;
}

div.arrow:hover{
    cursor:pointer;
}




.contact{

/*		background-image: url(../images/fond4.jpg);

	background-repeat: no-repeat;*/

    padding-bottom: 22px;

    background-color: #fff;

}



.contact h2.article_anywhere_title{

    text-align: center;

    font-size: 30px;

    background-image: url(../images/border.png);

    background-repeat: no-repeat;

    padding-bottom: 50px;

    background-position: 49.7% 90px;

    color: rgba(0,0,0,0.9);

    padding-top:50px;

}



.contact h2.article_anywhere_title a{

	    pointer-events: none;

    -webkit-user-select: none; /* Chrome/Safari */        

-moz-user-select: none; /* Firefox */

-ms-user-select: none; /* IE10+ */



/* Rules below not implemented in browsers yet */

-o-user-select: none;

user-select: none;

color: rgba(0,0,0,0.9);

text-decoration: none;

text-transform: uppercase;

}



.contact h3{

	    font-weight: 600;

    font-size: 21px;

    padding-bottom: 25px;

}


.contact h4{

	    font-weight: 600;

    font-size: 18px;

    padding-bottom: 6px;
 color:rgb(231, 66, 18);
}

.contact ul li{

	padding-bottom: 5px;

}



.contact ul li a{

	color: #fff;

	text-decoration: none;

	font-weight: 600;

}

ul.actions{
    display: none;
}

.investors ul{
        width: 945px;
    margin: auto;
}

.investors ul li{
    list-style-type: none !important;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background-color: #0fb7db;
    color: #fff;
    padding: 10px 8px;
    min-width: 169px;
    max-width: 168px;
    height: 115px;
    position: relative;
    margin-bottom: 4px;
}

.about_us p{
    text-align:justify;
}

.investors ul li a{
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}


.map{

	width: 48%;

		display: inline-block;

	vertical-align: top;

	margin-left: 5%;

}



.map p{

	    margin-top: 20px;

    padding-bottom: 15px;

    font-weight: 600;

    font-size: 19px;

}



footer{

    background-color: #f4f4f4;

    height: 50px;
    padding:15px;

}



.logofooter {

    padding-top: 38px;

    width: 145px;

    margin: auto;

   margin-top: 27px;

    margin-bottom: 15px;

    text-align: center;

}



/* .logofooter img{

    width: 100%;

} */



.copyright {

    margin-bottom: 20px;

}



.copyright p{

    width: 79%;

    margin: auto;

    margin-top: 21px; 

    font-size: 13px;

        text-align: center;

        text-transform: uppercase;

}




strong a{

	    font-weight: 600;

	    color: rgba(0,0,0,0.8);

	 	text-decoration: none;

}



.copyright a{

	    color: #8A8A8A;;

	 	text-decoration: none;

}



#cont{

	color: #fff;

    text-decoration: none;

    border: 1px solid #fff;

    padding: 3px 9px;

    position: relative;

    top: 27px;

}



ul {

    

}



.bt_handles li a {

    background-image: none !important;

    background-color: #eee;

    border-radius: 9px;

}



.bt_handles li.current a {

    background-color: #0fb7db

}



.bt-cs .bt-inner .bt-title {

    line-height: 112% !important;

}



.about_us h3 {

    color: #fff;

    background-color: rgb(231, 66, 18);

    padding: 5px 16px;

    display: inline-block;

    text-align: center;

    margin: 0 auto 15px auto;

    font-size: 19px;

   /*  border: 1px solid #eee; */

}





.contact p, .about_us p, .team p, .investors p   {

    margin-bottom: 15px;

    line-height: 21px;

}

p {
font-size: 15px;
}

ul, li {
    color: #686868;
    font-size: 15px;
}


#jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group {
    padding: 4px 5px !important;
}


.contact a {

/*    color: #fff;*/

}



.team a {

    color: #0fb7db;

}

.team a:hover{
    cursor: pointer;
}



.portfolio a {

color: #e74212;

}


.contactform{
    display: inline-block;
    vertical-align: top;
    width:47%;
    padding-left:255px;
}


.main_slide ul.main {

    font-size: 15px;

    line-height: 18px;

}



.main_slide table td {

    vertical-align: middle ;

}



.main_slide table td:first-child{

/*    padding-right: 17px;*/

}


/*
.about_us #set-nn_tabs-4 li a#tab-our-story {

    background-image: url(../images/about-us-icon-on.png);

    background-repeat: no-repeat;

    padding: 5px 9px 5px 33px;

    background-position: 7px center;

}



.about_us #set-nn_tabs-4 li.active a#tab-our-story {

    background-image: url(../images/about-us-icon.png);

    background-repeat: no-repeat;

    padding: 5px 9px 5px 33px;

    background-position: 7px center;

}



.about_us #set-nn_tabs-4 li a#tab-investment-approach {

    background-image: url(../images/investment-icon-on.png);

    background-repeat: no-repeat;

    padding: 5px 9px 5px 33px;

    background-position: 7px center;

}



.about_us #set-nn_tabs-4 li.active a#tab-investment-approach {

    background-image: url(../images/investment-icon.png);

    background-repeat: no-repeat;

    padding: 5px 9px 5px 33px;

    background-position: 7px center;

}
*/


strong, b {

    font-weight: bold;

}

.bt-cs {
position: inherit !important;
}

#btcontentslider97 .bt_handles {
    width: 500px;
    top: 484px !important;
    z-index: 99999 !important;
    left: 50% !important;
    bottom: 0%;
        height: 13px;
    margin-left: -164px !important;
}

.bt_handles li a {
    background-image: none !important;
    background-color: #fff;
     border-radius: 0px; 
     width: 105px !important;
}

#btcontentslider97 .bt_handles {
/* display: none !important;*/
 }

#btcontentslider97 {
    margin-top: 30px;
}

 .newsflashcustom:first-child{
    margin-top: 30px;
 }

.newsflashcustom{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

 .datecreated{
    color: rgba(0,0,0,0.7);
    padding-right: 25px;
 }

 .news .newsflash p.images{
 float:right;
 margin-top: -2px;
 }

.contact .custom span a{
    background-image: url(../images/mail.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-size: 14%;
    background-position: 4px -1px;
}

 .process{
    background-image: url(../images/puce.png);
    background-repeat: no-repeat;
    background-position: -22px -15px;
    padding-left: 28px;
    padding: 2px 41px;
 }

 #client101 .slide-contents-none {
    margin: 29px !important;
 }

 .legalmention{
    margin-top: 200px;
 }

 .legalmention h2[itemprop="name"]{
      font-size: 30px;
    border-bottom: 3px solid rgb(231, 66, 18);
    padding-bottom: 13px;
    display: inline-block;
    margin-bottom: 15px;  
 }

 .legalmention p{
    padding-bottom: 11px;
    text-align:justify;
 }

 #home{
    position: relative;
 }

 div.flag{
    position: absolute;
    right: 0;
    top: 8px;
 }
 
 /*RAJOUT EKYPIA*/
 
 #contenu_news #k2Container.itemListView div.componentheading{
	 display:none;
 }
 
.catItemDateCreated{
	float:left !important;
	width:100px !important;
	font-size:14px !important;
	line-height:16px !important;
	font-weight:bold !important;
	color: rgba(0, 0, 0, 0.7) !important;
	
}

div.catItemHeader h3.catItemTitle {
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height:16px !important;
    margin: 0 !important;
    padding: 0 !important;
	float:left !important;
	width:940px !important;
}

div.catItemLinks {
    float: right;
    margin: 0 !important;
    padding: 0;
}

div.catItemAttachmentsBlock {
    border-bottom:none !important;
    padding:0 !important;
}

div.catItemAttachmentsBlock {
    border-bottom: 1px dotted #ccc;
    padding: 4px;
}

div.catItemBody {
    margin: 0;
    padding: 0 !important;
}

div.itemContainer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


.ja-k2filter label.group-label {
    font-weight: bold;
	display:none;
}

div ul.ja-k2filter li {

    margin-bottom:0px !important;
	margin-right:0px !important;

}

ul.ja-k2filter {
    display: inline-block;
    list-style: outside none none;
    padding: 0 3px !important;
    width: 26%;
}

#k2Container h2 {
    color: #e74112;
    font-size: 35px;
    font-style: italic;
    font-weight: 600;
    margin-bottom:10px;
	line-height:40px;
    margin-top: 0px;
}

ul.ja-k2filter li label, ul.ja-k2filter li label.radio, ul.ja-k2filter li label.checkbox {
    display: inline-block;
}

 a#linkedin:hover,a#linkedin:visited,a#linkedin:link{
	 color:#FFF !important;
	 line-height:21px !important;
	 height:21px !important;
	 width:21px !important;
	 background-color:#4498c8 !important;
	 margin-left:4px !important;
	 margin-right:4px !important;
	 text-decoration:none !important;
	 display:block;
	 float:left;
	 text-align:center;
 }
 
  a#mail:hover,a#mail:visited,a#mail:link, a#mail_2:hover,a#mail_2:visited,a#mail_2:link{
	 color:#FFF !important;
	 line-height:21px !important;
	 height:21px !important;
	 width:21px !important;
	 background-color:#e74212 !important;
	 margin-left:4px !important;
	 margin-right:8px !important;
	 text-decoration:none !important;
	 display:block;
	 float:left;
	 text-align:center;
 }


a#globe:hover,a#globe:visited,a#globe:link{
    color: #FFF !important;
    line-height: 21px !important;
    height: 21px !important;
    width: 21px !important;
    margin-left: 8px !important;
    text-decoration: none !important;
    display: block;
    float: right;
    text-align: center;
 }
a#mail_2:hover,a#mail_2:visited,a#mail_2:link{
	margin-right:0px !important;
}



.hamburger, .cross{
    background-color: transparent;
    border: none;
    outline: none;
    position: absolute;
    right: 1px;
    top: 40px;
}


.hamburger img, .cross img{
	width: 30px;
}


/***
   * Media Queries
****/

@media screen and (max-width: 1165px){
.wrapper{
	width: 100%;
}

.mainmenu ul li{
	display: block !important;
	padding-left: 0px !important;
}

div.catItemHeader h3.catItemTitle {

    width: 100% !important;
}

.logo img{
	    width: 125px;
    padding-left: 36px;
}
.mainmenu{
    margin: auto !important;
    width: 100% !important;
    text-align: center !important;
    float:inherit !important;
}

.portfolio .cinquante {
    width: 80%;
}
.frases {
    width: 100%;
}
}

.frases{
    width: 45%;
}

.page-header h1, h2 {

        text-align: center;
        font-size: 30px;
        background-image: url(../images/border.png);
        background-repeat: no-repeat;
        padding-bottom: 44px;
        background-position: 49.7% 45px;
        font-family: gothic;
}


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