
@font-face {
    font-family: "open sans";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    src: url('../fonts/opensans/OpenSans-Regular.ttf');
}

@font-face {
    font-family: "open sans";
    font-style: italic;
    font-weight: normal;
    font-variant: normal;
    src: url('../fonts/opensans/OpenSans-Italic.ttf');
}
@font-face {
    font-family: "open sans";
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    src: url('../fonts/opensans/OpenSans-Bold.ttf');
}
@font-face {
    font-family: "open sans";
    font-weight: bold;
    font-style: italic;
    font-variant: normal;
    src: url('../fonts/opensans/OpenSans-BoldItalic.ttf');
}
@font-face {
    font-family: "open sans";
    font-weight: 200;
    font-style: normal;
    font-variant: normal;
    src: url('../fonts/opensans/OpenSans-Light.ttf');
}
@font-face {
    font-family: "open sans";
    font-weight: 200;
    font-style: italic;
    font-variant: normal;
    src: url('../fonts/opensans/OpenSans-LightItalic.ttf');
}

/*================================
==================================
====== SURCHARGE BOOTSTRAP =======
==================================
================================*/


#page #header-wrapper {
	position: relative;
	width: 75%;
	margin:auto;
	z-index:-1000;
}

#page .navbar-wrapper {
	position: relative;
	left: 0;
   	right: 0;
   	top: 0;
   	z-index: 10;
	text-align: right;
}

#page .navbar .nav {
	height: 100px;
	margin: auto;
	float: none;
}

#page .navbar .nav>li {
	padding-top: 24px;
	display: inline-block;
	float: none;
}

#page .navbar .nav>li>a {
	text-transform: uppercase;
	color: white;
}

#page .navbar .nav>li>a.eshop-link-header {
	display: block;
	width: 100px;
}

#page .navbar .nav>li>a.frlink,
#page .navbar .nav>li>a.enlink {
	display: inline-block;
}

#page .container, 
#page .navbar-static-top .container,
#page .navbar-fixed-top .container,
#page .navbar-fixed-bottom .container {
	width: 100%;
	text-align: center;
	position: relative;
}

#page .carousel-caption {
	text-align: right;
	margin-top: 10%;
	margin-left: 45%;
	-moz-border-radius: 5px 5px;
	-ms-border-radius: 5px 5px;
	-webkit-border-radius: 5px 5px;
	-o-border-radius: 5px 5px;
	border-radius: 5px 5px;
}

#page .carousel-control {
	font-size: 50px;
	color: #BBB;
	z-index: 10;
}

#page .carousel .container {
	margin: auto;
}

body.home #centercontent.interne {

	margin: 0;
}

#centercontent.interne {
    margin: 0 auto;
    padding-top: 100px;
    width: 65%;
}

@media screen and (max-width: 920px) {

	#page #header-wrapper {
		position: relative;
		width: 100%;
		margin:auto;
		z-index:-1000;
}
}

#module{
   
	float:right;
	margin-top:1%;
	border:2px solid #0065a6;
	background-color: #fff;
		width:20%;
}

#module ul{
  	list-style-type:none;
 	 margin:0;
}

.tabs{
 	 float:left;
 	 height:35px;
 	 width:100%;
  	box-sizing:border-box;  
  	text-align:center;
 	cursor:pointer;
  	transition:background .4s;
	font-family:"open sans", Arial;
	color:#0065a6;
}

.tabs li {

	float:left;
	width:50%;
	margin:auto;
	color:#0065a6;
	padding:6px;
}

.tabs a:hover {

	text-decoration:none;
	color:#0065a6;
}

.tabs li a {

	color:#0065a6;	
	text-decoration:none;

}

.tab_active.login {

}

.tab_active.sign_up {
	border-left:2px solid #0065a6;
	border-bottom:2px solid #0065a6;
	
}
.sign_up{
	border-left:2px solid #0065a6;
	border-bottom:2px solid #0065a6;
}
	
.activeTab .icon{
  opacity:1;
}


#login form {

	float:left;
	padding: 5% 8%;

}


#login form img {

	margin-top:10px;

}

/* INPUT USER */

#login form #user input {

	border:none;
	padding:10px;
	font-size:14px;

}

#login form #user input::-webkit-input-placeholder::before { 

	font-family: fontAwesome; 
	content:'\f007'; 
	color: #0065a6;
}

#login form #user input::-moz-placeholder::before  { 

	font-family: fontAwesome; 
	content:'\f007'; 
	color: #0065a6;  
}

#login form #user input:-ms-input-placeholder::before  { 

	font-family: fontAwesome; 
	content:'\f007'; 
	color: #0065a6 ;


} 
	
#login form #user input:-moz-placeholder::before  {

	font-family: fontAwesome; 
	content:'\f007'; 
	color: #0065a6;
	
}

#login form #user input::-webkit-input-placeholder { 

	font-family: "open sans", Arial; 
	color: #0065a6;
}

#login form #user input::-moz-placeholder { 

	font-family: "open sans", Arial; 
	color: #0065a6; 
}

#login form #user input:-ms-input-placeholder  { 

	font-family: "open sans", Arial; 
	color: #0065a6;


	} 
	
#login form #user input:-moz-placeholder  {

	font-family: "open sans", Arial; 
	color: #0065a6;
	
}
 
/* INPUT PASSWORD */

#login form #password input {

	border:none;
	padding:10px;
	font-size:14px;
}

#login form #password input::-webkit-input-placeholder::before { 

	font-family: fontAwesome; 
	content:'\f09c'; 
	color: #0065a6;
}

#login form #password input::-moz-placeholder::before  { 

	font-family: fontAwesome; 
	content:'\f09c'; 
	color: #0065a6;  
}

#login form #password input:-ms-input-placeholder::before  { 

	font-family: fontAwesome; 
	content:'\f09c'; 
	color: #0065a6 ;


	} 
	
#login form #password input:-moz-placeholder {

	font-family: "open sans", Arial; 
	color: #0065a6;
	
}

#login form #password input::-webkit-input-placeholder{ 

	font-family: "open sans", Arial; 
	color: #0065a6;
}

#login form #password input::-moz-placeholder  { 

	font-family: "open sans", Arial; 
	color: #0065a6;
}

#login form #password input:-ms-input-placeholder  { 

	font-family: "open sans", Arial; 
	color: #0065a6;


	} 
	
#login form #password input:-moz-placeholder {

	font-family: "open sans", Arial; 
	color: #0065a6;
	
}

#register form {

	float:left;
	padding: 5% 8%;

}

#register form img {

	margin-top:10px;

}

/* INPUT USER */
#register form #username input {

	border:none;
	padding:10px;
	font-size:14px;

}

#register form #username input::-webkit-input-placeholder::before { 

	font-family: fontAwesome; 
	content:'\f007'; 
	color: #0065a6;
}

#register form #username input::-moz-placeholder::before  { 

	font-family: fontAwesome; 
	content:'\f007'; 
	color: #0065a6;  
}

#register form #username input:-ms-input-placeholder::before  { 

	font-family: fontAwesome; 
	content:'\f007'; 
	color: #0065a6 ;


} 
	
#register form #username input:-moz-placeholder::before  {

	font-family: fontAwesome; 
	content:'\f007'; 
	color: #0065a6;
	
}

#register form #username input::-webkit-input-placeholder { 

	font-family: "open sans", Arial; 
	color: #0065a6;
}

#register form #username input::-moz-placeholder { 

	font-family: "open sans", Arial; 
	color: #0065a6; 
}

#register form #username input:-ms-input-placeholder  { 

	font-family: "open sans", Arial; 
	color: #0065a6;


	} 
	
#register form #username input:-moz-placeholder  {

	font-family: "open sans", Arial; 
	color: #0065a6;
	
}

/* INPUT PASSWORD */

#register form #code input {

	border:none;
	padding:10px;
	font-size:14px;

}

#register form #code input::-webkit-input-placeholder::before { 

	font-family: fontAwesome; 
	content:'\f09c'; 
	color: #0065a6;
}

#register form #code input::-moz-placeholder::before  { 

	font-family: fontAwesome; 
	content:'\f09c'; 
	color: #0065a6;  
}

#register form #code input:-ms-input-placeholder::before  { 

	font-family: fontAwesome; 
	content:'\f09c'; 
	color: #0065a6 ;


} 
	
#register form #code input:-moz-placeholder::before  {

	font-family: fontAwesome; 
	content:'\f09c'; 
	color: #0065a6;
	
}

#register form #code input::-webkit-input-placeholder { 

	font-family: "open sans", Arial; 
	color: #0065a6;
}

#register form #code input::-moz-placeholder { 

	font-family: "open sans", Arial; 
	color: #0065a6; 
}

#register form #code input:-ms-input-placeholder  { 

	font-family: "open sans", Arial; 
	color: #0065a6;


	} 
	
#register form #code input:-moz-placeholder  {

	font-family: "open sans", Arial; 
	color: #0065a6;
	
}

/* INPUT  CONFIRM PASSWORD */

#register form #confirm_code input {

	border:none;
	padding:10px;
	font-size:14px;

}


#register form #confirm_code input::-webkit-input-placeholder::before { 

	font-family: fontAwesome; 
	content:'\f09c'; 
	color: #0065a6;
}

#register form #confirm_code input::-moz-placeholder::before  { 

	font-family: fontAwesome; 
	content:'\f09c'; 
	color: #0065a6;  
}

#register form #confirm_code input:-ms-input-placeholder::before  { 

	font-family: fontAwesome; 
	content:'\f09c'; 
	color: #0065a6 ;


} 
	
#register form #confirm_code input:-moz-placeholder::before  {

	font-family: fontAwesome; 
	content:'\f09c'; 
	color: #0065a6;
	
}

#register form #confirm_code input::-webkit-input-placeholder { 

	font-family: "open sans", Arial; 
	color: #0065a6;
}

#register form #confirm_code input::-moz-placeholder { 

	font-family: "open sans", Arial; 
	color: #0065a6; 
}

#register form #confirm_code input:-ms-input-placeholder  { 

	font-family: "open sans", Arial; 
	color: #0065a6;


	} 
	
#register form #confirm_code input:-moz-placeholder  {

	font-family: "open sans", Arial; 
	color: #0065a6;
	
}

.textbox{
  height:50px;
  width:100%;
  border-radius:3px;
  border:rgba(0,0,0,.3) 2px solid;
  box-sizing:border-box;
  padding:10px;
  margin-bottom:30px;
}

.textbox:focus{
  outline:none;
   border:rgba(24,149,215,1) 2px solid;
   color:rgba(24,149,215,1);
}


.show {
  display: block;
}
.hide {
  display: none;
}



#connexion {

	background-color: #0065a6;
	height:20px;
	max-width:1280px;
	z-index:2000;

}

#connexion img {

	float:right;
	margin-top:10px;
	margin-right:21%;
}

.col-lg-4 {
	width: 33.3333333333%;
	float: left;
}

/* GLOBAL STYLES */

/* CUSTOMIZE THE NAVBAR */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
    .navbar-wrapper {
      
    }
    .navbar-wrapper .navbar {

    }

    /* Remove border and change up box shadow for more contrast */
    .navbar .navbar-inner {
      border: 0;
      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
              box-shadow: 0 2px 10px rgba(0,0,0,.25);
    }

    /* Downsize the brand/project name a bit */
    .navbar .brand {
      padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
      font-size: 16px;
      font-weight: bold;
      text-shadow: 0 -1px 0 rgba(0,0,0,.5);
    }

    /* Navbar links: increase padding for taller navbar */
    .navbar .nav > li > a {
      padding: 15px 20px;
    }

    /* Offset the responsive button for proper vertical alignment */
    .navbar .btn-navbar {
      margin: 5px;
    }

    /* MARKETING CONTENT */

    /* Center align the text within the three columns below the carousel */
    .marketing .span4 {
      text-align: center;
    }
    .marketing h2 {
      font-weight: normal;
    }
    .marketing .span4 p {
      margin-left: 10px;
      margin-right: 10px;
    }


    /* Featurettes */

    .featurette-divider {
      margin: 80px 0; /* Space out the Bootstrap <hr> more */
    }
    .featurette {
      padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
      overflow: hidden; /* Vertically center images part 2: clear their floats. */
    }
    .featurette-image {
      margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
    }

    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
      margin-right: 40px;
    }
    .featurette-image.pull-right {
      margin-left: 40px;
    }

    /* Thin out the marketing headings */
    .featurette-heading {
      font-size: 50px;
      font-weight: 300;
      line-height: 1;
      letter-spacing: -1px;
    }



    /* RESPONSIVE CSS */

    @media (max-width: 979px) {
	
      .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }

      .navbar-inner {
        border-radius: 0;
        margin: 0px 0;
      }

      .carousel .item {
        height: 435px;
      }

    .carousel .carousel-control.right {
	right: 5px;
    }

    .carousel .carousel-control.left {
	left: 5px;
    }

      .featurette {
        height: auto;
        padding: 0;
      }

      .featurette-image.pull-left,
      .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
      }

    }



/************ PORTLETS SPECIFIQUES **************/

#carousel-presentation {
	height: auto;
	overflow: hidden;
	position: relative;
	margin: auto;
	max-height: 531px;
	margin-bottom:20px;
	
	/*min-height: 400px;*/

	/* BACKGROUND par d�faut : >= 1053px */
	background-repeat: no-repeat;
	background-position: top center;

	-moz-box-shadow: 0.5px 0px 5px #fff;
	-o-box-shadow: 0.5px 0px 5px #fff;;
	-ms-box-shadow: 0.5px 0px 5px #fff;;
	-webkit-box-shadow: 0.5px 0px 5px #fff;;
	box-shadow: 0.5px 0px 5px #fff;;
}


#carousel-presentation #carousel-wrapper {
	width: 100%;
	max-width: 960px;
	margin: auto;
}

#carousel-presentation .carousel-texte img {
	width:100%;
	
}

#carousel-presentation {
	font-family: "open sans";

}
.bloc-bleu {
	background-color: rgba(0, 101, 166, 0.7);
	width:700px;
	display:block;
	margin:auto;
	padding:20px 20px;
	line-height:1;
	transform:translateY(50%);
}

.bloc-bleu h1 {
	font-size: 4.25em;
	color:#fff;
	font-weight:900;
}

.date {
	text-transform:uppercase;
	font-size:1.2em;
	color:#fff;
}

.button {
	background-color: #FF0000;
	width:250px;
	display:block;
	margin:auto;
	color:#fff;
	padding:20px 20px;
	line-height:1;
	transform:translateY(160%);
	font-size:2em;
	font-weight:bold;
	text-transform:uppercase;
	border-radius:5px;
	text-align:center;
	
	-webkit-box-shadow: 2px 2px 5px 0px #000;
	box-shadow: 2px 2px 5px 0px #000;
}

@media screen and (min-width: 400px) and (max-width: 720px) {
	.bloc-bleu {
	background-color: rgba(0, 101, 166, 0.7);
	max-width:100%;
	display:block;
	margin:auto;
	padding:20px 20px;
	line-height:1;
	transform:translateY(10%);
}

.bloc-bleu h1 {
	font-size: 2.8em;
	color:#fff;
}

.date {
	text-transform:uppercase;
	font-size:1.2em;
	color:#fff;
}

.button {
	background-color: #FF0000;
	width:250px;
	display:block;
	margin:auto;
	color:#fff;
	padding:20px 20px;
	line-height:1;
	transform:translateY(160%);
	font-size:2em;
	font-weight:bold;
	text-transform:uppercase;
	border-radius:5px;
	text-align:center;
	
	-webkit-box-shadow: 2px 2px 5px 0px #000;
	box-shadow: 2px 2px 5px 0px #000;
}
}

@media screen and (max-width: 400px) {
	.bloc-bleu {
	background-color: rgba(0, 101, 166, 0.7);
	max-width:100%;
	display:block;
	margin:auto;
	padding:20px 20px;
	line-height:1;
	transform:translateY(10%);
}

.bloc-bleu h1 {
	font-size: 2em;
	color:#fff;
}

.date {
	text-transform:uppercase;
	font-size:1.2em;
	color:#fff;
}

.button {
	background-color: #FF0000;
	width:250px;
	display:block;
	margin:auto;
	color:#fff;
	padding:20px 20px;
	line-height:1;
	transform:translateY(160%);
	font-size:2em;
	font-weight:bold;
	text-transform:uppercase;
	border-radius:5px;
	text-align:center;
	
	-webkit-box-shadow: 2px 2px 5px 0px #000;
	box-shadow: 2px 2px 5px 0px #000;
}
}


/*Encart entrepreneurs/investisseurs*/

.container1_1 {

	background-image: url(../images/visuels/fond_entr.png);
	background-repeat:no-repeat;
	height:500px;
	padding-top:90px;
	/*margin-top:-53px;*/

}

.cadre1 {

	background-color: #d4e9f0;
	height: 115px;
	width:50%;
	margin:auto;
	padding:30px;
}



.cadre1 p {

	width:37%;
	text-transform: uppercase;
	color:#0065a6;
	font-weight:bold;
	font-family: "open sans";
	margin-left:19%;
	font-size:14px;
}

.cadre1:last-child p {
	margin-top:15px;
}

#bouton_lien img{

	float:right;
	width:45%;
	margin:-4% auto;

}



#bouton_lien2 img{

	width:100%;
	border-top: 2px solid #0065a6;
	padding-top:9%;
	margin-top:5%;
}



#bouton_lien3 img{

	width:100%;
	border-top: 2px solid #0065a6;
	padding-top:8%;
	margin-top:6%;
}

	

.cadre2 {

	width:50%;
	margin:auto;
}

#cadre2_2 p {

	width:100%;
	text-transform: uppercase;
	color:#0065a6;
	font-weight:bold;
	font-family: "open sans";
	padding-left:30%;
	font-size:14px;

}

#cadre2_2 {

	background-color: #d4e9f0;
	height: 190px;
	width:49%;
	margin-top:20px;
	float:left;
	padding:2% 5.5%;


}

#cadre2_2 #logo img {

	width:30%;
}

#cadre2_3 {

	background-color: #d4e9f0;
	height: 190px;
	width:49%;
	margin-top:20px;
	float:left;
	padding:2% 5.5%;
	margin-left:2%;

}

#cadre2_3 p {
    color: #0065a6;
    font-family: "open sans";
    font-weight: bold;
    padding-left: 28%;
    text-transform: uppercase;
    width: 100%;
	font-size:14px;

}

#cadre2_3 #logo img {
	width:30%;
}


/* Encart statistiques */

.container2_2 {

	background-image:url('../images/visuels/fond_stat.png');
	background-size: 1500px 160px;
	background-repeat:no-repeat;
	height:160px;
	margin-top: 20px;

}

.statistiques {


	width:56%;
	margin:auto;
	padding-top:2%;


}

.chiffres {
	float:left;
	width:33%;
	display:block;
	color:#fff;
	font-family: "open sans";
	font-weight:200;
	text-align:center;
}


/* Encart contact_line */

.container2_3 {

	background-image:url('../images/visuels/fond_contact.png');
	background-repeat:no-repeat;
	background-size:1500px 181px; 
	height:167px;
	

}

.contactline {

	width: 57%;
	margin:auto;

}

#contact-line {

	background-color: #8bc5d2;
	width:49%;
	float:left;
	color:#fff;
	height:136px;
	margin-top:16px;


}

/*#contact-line img {
	border:1px solid #fff;
	width:35%;
	margin:0 33%;
}*/
#contact-line a {
	width:35%;
	/*margin:0 33%;*/
	display:block;
	margin-left:33%;
	background-color: #0065A6;
	padding: 3% 3% 3% 4%;
	font-size: 80%;
	color: #ffffff;
	text-decoration: none;
	font-family: "open sans";
}

#contact-line p, #newsletter p{

	padding:21px;
	text-transform: uppercase;
	font-size:13px;
	font-family: "open sans";
	text-align:center;
}

#newsletter {

	background-color: #8bc5d2;
	width:49%;
	float:right;
	color:#fff;
	height:136px;
	margin-top:16px;
	padding-left:15px;
}


#newsletter input {
    background-color: #9ecbd6;
    border: medium none;
    height: 36px;
    margin-left:0;
    margin-top: -5%;
    width: 50%;

}

#newsletter input.btn187.type1 {

	background-color:#0065a6;
	color:#fff;
	width:25%;
	height:36px;
	margin:0;

}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input::-moz-placeholder {

	color:#fff;
}

input::-webkit-input-placeholder {

	color:#fff;
}

#newsletter img {

	float: right;
	margin-top: -4%;
	margin-right: 15%;
	width: 23%;

}

#newsletter h5 {

	font-size: 0.6em;
	font-style: italic;
	width: 85%;
	margin:10px auto;
	font-family: "open sans";
	font-weight:lighter;
}

#newsletter form{
	margin-left:15%;
}


/* Encart envenements 

.bloc-titre-evenements-1, .bloc-titre-evenements-2{

	width:48%;
	text-align:center;
	margin: 5% auto 0 0;
	float:left;
	text-transform: uppercase;
	padding : 25px 0;

}

.bloc-titre-evenements-1 {

	border-right: 2px solid #83a8cf;
	margin-left:2%;

	
}*/ 

.agendaImg {
	display:block;
	margin:15px auto 0;
}

.agendaTitle {
	text-align:center;
}


.bloc-titre-evenements-1 p, .bloc-titre-evenements-2 p{

	padding: 25px 0;
	font-size:24px;


}

/*.bloc-titre-evenements-1 img, .bloc-titre-evenements-2 img{

	width:30%;
	text-align:center;
	margin:auto;


}*/

.bouton_events_1 a, .bouton_events_2 a{
	background-color: #0065A6;	
	font-size: 80%;
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
	display:inline-block;
	line-height:20px;
	padding:10px;

}

#encart-evenements {

	width:73%;
	margin:auto;
   	 font-family: "open sans";
	font-weight:lighter;
}

#encart-evenements li {

	font-size:21px;
	text-transform: uppercase;
	display:block;
	width:80%;
	margin: 0 7%;

}

#encart-evenements li img{

	/*width:100%;*/
	margin:auto;
}

.titre-event {
	text-align:right;
	display:inline-block;
	width:70%;
	vertical-align:middle;

}

.bloc-titre-evenements-1 ul li a {
	font-size:14px;
	color:#b6cce3;
	text-decoration:none;
	text-transform:lowercase;
	padding:10px 0;
	font-style: italic;
	display:inline-block;
	float:right;
}

#triangle img {

    display: none;
    width:100%;;

}

.event_img {
	width:200px;
	display:inline-block;
	vertical-align:middle;
}

.event_img:hover #triangle img {

    display: block;

}
#triangle {
	margin:0 auto;
	width:200px;
}

#triangle img {

	width:100%;
	bottom:0;
	position:absolute;
	left:0;

}
 
 
.bouton_events_1, .bouton_events_2 {

	width:100%;
	margin:auto;

}

.event_img,
.event_img img {

	position: relative;
}


/* encart actualit�s */


#encart-actualites {

	background-color:#e8eff6;
  	width: 100%;
	margin-top:20px;

}

.titre-bloc-actualites {

    color: #777;
    font-family: "open sans",Arial;
    font-size: 25px;
    font-weight: lighter;
    padding: 25px;
    text-align: center;
    text-transform: uppercase;


}

.titre-bloc-actualites p{

	padding-top:20px;
	
}
	

.blocsactualites{
	margin:auto;
	font-family:"open sans", Arial;
	font-weight:lighter;
	font-style:italic;
	display: -webkit-box;
 	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
 	display: flex;

  -webkit-flex-flow: row wrap;
  justify-content: space-around;
	

}

.blocsactualites li{
	float: left;
	text-decoration: none;
	width:20%;
	list-style-type: none;
	display: block;
	text-align:justify;
	font-family:"open sans", Arial;
	font-weight:200;
	font-style:normal;
	box-sizing:border-box;
	padding:10px;
	font-size:13px;
}


.blocsactualites li img {
	display:block;
	width:100%;
}
.titre-actu {
	
	text-transform: uppercase;
	color: #4a4a4a;
	font-style: normal;
	font-size:15px;
	margin-bottom:10px;
	font-weight:400;
	text-align:left;

}

.blocsactualites a{

	text-decoration:none;
	float:right;
}


.blocsactualites a:hover{

	text-decoration:none;
	color:#b6cce3;

}

.actu_img,
.actu_img img {

	position: relative;
}

#triangle_3 img {

    display: none;

}

.blocsactualites li:hover #triangle_3 img {

    display: block;

}

#triangle_3 img {

	width:100%;
	bottom:0;
	position:absolute;
	left:0;

}


.bouton_actu {

	margin:auto;
	width:12%;

}
/*
.bouton_actu img{

	padding:30px 0;

}*/
.bouton_actu a{
	display:block;
	background-color: #0065A6;
	border: 1px solid white;
	padding:10px 12px;
	width:100%;
	font-size: 80%;
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
	font-family: "open sans";
}

/* Encart partenaires */

.encart-partenaires {

	margin:45px 0;

}


#titre-bloc-partenaires {

	margin:30px;
    	color: #777;
    	font-family: "open sans",Arial;
    	font-size: 31px;
    	font-weight: lighter;
    	padding: 20px;
    	text-align: center;
    	text-transform: uppercase;
	
}

#titre-bloc-partenaires p{

	padding-top: 20px;

}

.blocpartenaires {

	width:77%;
	margin:auto;
	padding:10px;
	border-top: 2px solid #cfcfcf;
	border-bottom: 2px solid #cfcfcf;

}

.blocpartenaires img {
  display: block;
  margin: 0 auto;

}


#pres_article1,
#pres_article_2{

	display:block;
	float:left;
	width: 48%;
}

#pres_article1 {
	margin-right: 4%;
}

#encart-presentation {

	width:70%;
	margin:auto;
	
}

#presentation-wrapper,
#portfolio-wrapper {
	width: 80%;
	max-width: 977px;
	text-align: center;
}


#encart-presentation .presentation-titre, 
#encart-presentation .presentation-text {
	position: relative;
	max-width: 1900px;


}

#encart-presentation .presentation-titre {
	color: #777;
	text-align: center;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 40px;
	font-family: "open sans";
	width:100%;
	margin-top:auto;
		
}
#encart-presentation .presentation-text {
	font-size: 17px;
	text-align: justify;
	line-height: 25px;
	color: #999999;
}

a.return-top {
	position: fixed;
	right: 30px;
	top: 45%;
	background-image: url('../images/visuels/up.png');
	background-repeat: no-repeat;
	font-size: 0px;
	width: 55px;
	height: 55px;
}

a.down {

	position: fixed;
	right: 30px;
	top: 45%;
	background-image: url('../images/visuels/down.png');
	background-repeat: no-repeat;
	font-size: 0px;
	width: 55px;
	height: 55px;
	z-index:10;

}

#struct_espace {
	height: 0px;
}

#footer #infosfooter {
	margin-bottom: 58px;
	margin-top: 58px;
	font-size:15px;
}

#footer #infosfooter #imglogo {
	width: 100%;
	text-align: center;
	margin-bottom: 22px;
}

#footer #infosfooter #imglogo img {
	width: 95px;
}

#footer #infosfooter #contactfooter {
	text-align: center;
	text-transform: none;
	font-family: "open sans";
	font-weight: normal;
}

}
