/* 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, em, 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{
      height: 687px;
   }



   body{
      background-image: url(../images/header-background.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      position: absolute;
      padding:0;
      margin:0;
      width: 100%;
      border-top: 5px solid #F2E513;
      font-family: 'Lato', sans-serif;
      overflow-x: hidden;
      border-bottom: 30px solid #abaaa9;

   }



   .main_container{
      width: 1245px;
      margin: auto;
   }

   .logo{
      display: inline-block;
   }

   .nav{
      display: inline-block;
      vertical-align: top !important;
      padding-top: 90px !important;
      padding-left: 12px !important;
      position: relative;
   }

   .nav img{
    position: absolute;
    right: 20px;
    top: 51px;
   }

   .nav ul{

   }

   .nav .ux-menu-arrow{
      right: -1px !important;
   }

   .nav ul li{
      display: inline-block !important;
      padding-right: 0px !important;
   }

   .nav ul li a{
      color: #FFF !important;
      text-decoration: none !important;
      background: transparent !important;
      border: none !important;
      font-size: 15px !important;
   }

   .top_content{
      padding-top: 40px;
   }

   .nav .ux-menu a{
      padding: 9px !important;
   }

   .welcome{
      width: 670px;
      padding-left: 85px;
      color: #fff;
      display: inline-block;
   }

.welcome strong{
   font-weight: 700;
}

.welcome h3{
   color: #77c0e5;
   font-size: 25px;
   padding-top: 10px;
   padding-bottom: 15px;
}

   .welcome h2{
      font-size: 32px;
      width: 370px;
      padding-bottom: 15px;
   }

   .welcome p{
      text-align: justify;
      padding-bottom: 10px;
      line-height: 22px;
   }

   .welcome a{
     color: #F2E513;
  }

  .news{
   display: inline-block;
   vertical-align: top;
   width: 343px;
   color: #fff;
   padding-left: 40px;
}

.news h3{
   font-size: 25px;
   background-image: url(../images/picto-news.png);
   background-repeat: no-repeat;
   padding-left: 35px;
   background-position: 0px 3px;
   padding-bottom: 16px;
}

.news p{
   font-size: 16px;
   font-weight: 400;
   padding-top: 15px;
   line-height: 22px;
}

.news p.mod-articles-category-introtext{
   display: none;
   height: 0;
   width: 0;
}

.news ul.category-module{
   font-size: 20px;
   font-weight: 700;
}

.news ul.category-module .mod-articles-category-readmore{
   text-transform: uppercase;
   font-weight: 400;
   background-image: url(../images/picto-fleche.png);
   background-repeat: no-repeat;
   background-position: 0px 7px;
   padding-left: 14px;
   padding-top: 0px !important;
}

.news ul.category-module .mod-articles-category-readmore a{
   color: #fff !important;
   text-decoration: none !important;
}

.news ul.category-module .mod-articles-category-introtext{
   padding: 12px 0px;
   font-weight: 400;
}

.news ul.category-module .mod-articles-category-introtext, .news ul.category-module .mod-articles-category-readmore{
   font-size: 16px;
}



li.edit-icon{
   display: none !important;
}

.four_blocs{
  padding-top: 90px;
  padding-left: 87px;
}

.four_blocs .bt-row{
   display: inline-block;
   vertical-align: top;
   width: 268px !important;
}

.bt-cs .bt-inner img{
   outline:  none !important;
   border: none !important;
   margin: none !important;
   max-width: 100%;
}

.four_blocs .bt-row:hover .bt-title{
  background-color: #31a9dc !important;
  color: #fff !important;  
}

.four_blocs .bt-title{
   color: #31A9DC !important;
   text-align: center;
   text-decoration: none;
   width: 271px;
   display: block;
   font-weight: 700;
   text-transform: uppercase;
   font-size: 20px;
   padding: 17px 0px;
   margin-top: -7px;
   transition: color 0.35s;
   transition: background-color 0.35s;
   -webkit-transition: color 0.35s;
   -webkit-transition: background-color 0.35s;
   -moz-transition: color 0.35s;
   -moz-transition: background-color 0.35s;
   -o-transition: color 0.35s;
   -o-transition: background-color 0.35s;
   height: inherit !important;
}

.four_blocs .bt-title:hover{
   background-color: #31a9dc !important;
   color: #fff !important;
}

.four_blocs .bt-introtext{
   text-align: center;
   margin-top: 5px;
   line-height: 19px;
}

.four_blocs .bt-row:nth-child(2) .bt-title{
text-indent: -999999px;
line-height: 0;
}

.four_blocs .bt-row:nth-child(2) .bt-title:after{
   content: "the project";
text-indent: 0;
display: block;
line-height: initial;
}

.four_blocs .bt-row:nth-child(3) .bt-title{
text-indent: -999999px;
line-height: 0;
}

.four_blocs .bt-row:nth-child(3) .bt-title:after{
   content: "about us";
text-indent: 0;
display: block;
line-height: initial;
}

.four_blocs .bt-row:first-child .bt-title{
padding: 14px 0px;

}


.four_blocs .bt-row:nth-child(4) .bt-title{
padding: 14px 0px;

}
.four_blocs .bt-inner {
padding: 0px;
/*padding-bottom: 20px !important;
background-image: url("../images/big_arrow.png");
background-repeat: no-repeat;
background-position: bottom;*/
}

.bottom_content{
   margin-top: 100px;
   margin-left: 85px;
   width: 92%;
}

.bottom_content .objectives{
   width: 420px;
}


.objectives .category-module h3{
   color: #31A9DC;
   font-size: 22px;
   padding-top: 10px;
   padding-bottom: 10px;
   font-weight: 400;
}

.objectives .category-module p{
   font-size: 16px;
   line-height: 20px;
   text-align: justify;
   color: rgba(0,0,0,0.9);
   font-weight: 400;
}

.objectives{
   color: #31A9DC;
   font-size: 25px;
   font-weight: 700;
   display: inline-block;
}

.objectives ul.category-module .mod-articles-category-readmore{
   background-image: url(../images/picto-fleche-bleue.png);
   background-repeat: no-repeat;
   margin-top: 15px;
   padding-left: 15px;
   background-position: 0px 6px;
   text-transform: uppercase;
}


.objectives ul.category-module .mod-articles-category-readmore a{
   color: #31A9DC;
   text-decoration: none;
   font-size: 17px;
}

.the_project{
   display: inline-block;
   vertical-align: top;
   background-color: #173c6f;
   color: #fff;
   margin-left: 35px;
   padding: 15px;
   width: 602px;
}

.the_project .moduletable:nth-child(2), .the_project .moduletable:nth-child(3){
   width: 298px;
   display: inline-block;
   vertical-align: top;
}

.the_project h3:first-child{
   font-weight: 700;
   padding-bottom: 6px;
   font-size: 22px;
}

.the_project h4{
   font-size: 19px;
   padding-bottom: 15px;
}

.the_project img{
   padding-bottom: 70px !important;
}

.the_project .moduletable:nth-child(2) h3, .the_project .moduletable:nth-child(3) h3{
   font-weight: 700;
   padding-bottom: 5px;
}


.the_project p{
  line-height: 20px;  
}

.readmore_fix{
   background-image: url(../images/picto-fleche.png);
   background-repeat: no-repeat;
   background-position: 0px 6px;
   padding-left: 14px;
   color: #fff;
   text-decoration: none;
}

.header .logo{
   width: 489px;
}

.header .logo img{
   width: 100%;
}

.footer{
   padding-bottom: 60px;
   padding-top: 50px;
   margin-top: 46px;
   border-top: 1px solid rgba(0,0,0,0.2);
   margin-left:85px;
   width: 1091px;
}

.footer .text_footer{
   font-size: 13px;
   color: rgba(0, 0, 0, 0.5);
   width: 63%;
}

.partners{
   float: right;
   margin-top: -47px;
   margin-right: 25px;
}

.footer_sm .footer_menu .nav{
   padding-top: inherit !important;
   padding-left: 0px !important;

}

.footer_menu{
   display: inline-block;
}

.footer_sm{
   height: 38px;
   width: 100%;
   background-color: #abaaa9;
}

.footer_sm .footer_menu ul li{
   display: inline-block;
   padding-right: 15px;
}

.footer_sm .footer_menu ul li a{
   color: #fff;
   text-decoration: none;
   padding-bottom: 2px;
   transition: color 0.35s;
   -webkit-transition: color 0.35s;
   -moz-transition: color 0.35s;
   -o-transition: color 0.35s;

   transition: border-bottom 0.35s;
   -webkit-transition: border-bottom 0.35s;
   -moz-transition: border-bottom 0.35s;
   -o-transition: border-bottom 0.35s;
}

.footer_sm .footer_menu ul li a:hover{
   color: rgba(0,0,0,0.5);
   border-bottom: 1px solid rgba(0,0,0,0.5);
}

.footer_wrapper{
   width: 1245px;
   margin: auto;
   position: relative;
}

.footer_menu{
   margin-left: 85px;
}

.footer_menu .moduletable{
   padding-top: 13px;
}

.copyright{
  position: absolute;
  right: 65px;
  top: 28px;
}

.copyright p{
   color: #fff;
}

.copyright p a{
   transition: color 0.35s;
   -webkit-transition: color 0.35s;
   -moz-transition: color 0.35s;
   -o-transition: color 0.35s;
   color: #fff;
   text-decoration: none;
   padding-bottom: 2px;
}

.copyright p a:hover{
   border-bottom: 1px solid rgba(0,0,0,0.5);
   color: rgba(0,0,0,0.5);
}

.nav ul.ux-menu-sub{
   background: rgba(0,0,0,0.5);
   z-index: 99999;

}

.nav ul.ux-menu-sub li a{
 color: #fff !important;
}


.welcome .blog .items-leading{
   border-bottom: 1px solid rgba(0,0,0,0.1);
  padding-bottom: 15px;
  margin-bottom: 15px; 
}

.welcome .blog .item{
   border-bottom: 1px solid rgba(0,0,0,0.1);
  padding-bottom: 15px;
  margin-bottom: 15px; 
}

/*#cavas_id109 div{
   overflow: visible !important;
}
*/


.aikonsearch-trigger{
  border-right: none !important;
}

.aikon-search.openit{
  background-color: rgba(0,0,0,0.3);
}

#searchForm .hasTooltip{
  display: none !important;
}

#searchForm .btn-group{
  margin-left: 31%;
}

#searchForm .btn-group input{
  padding: 10px 0px;
}

.result-created{
  padding-bottom: 15px;
}

.text_footer a{
  color: #31A9DC;
}

.text_footer p:nth-child(2){
  padding-top: 6px;
}

.slideshow{
  width: 473px;
float: right;
margin-right: 76px;
}

.slideshow .camera_wrap{
  display: block !important;
}

.slideshow .camera_caption_title{
  display: none;
  height: 0px;
  width: 0px;
}

.slideshow .camera_caption_desc{
  background: inherit !important;
  font-size: 16px !important;
        font-family: 'Lato', sans-serif !important;
        color: rgba(0,0,0,0.6);
}

.slideshow #camera_wrap_114{
  height: inherit !important;
    margin-top: -45px;
}

.slideshow .camera_caption > div{
  background: none !important;
}

.leaflet{
 margin-top: 50px; 
}

.leaflet a{
background-image: url("../images/picto-fleche-bleue.png");
background-repeat: no-repeat;
background-position: 0px 7px;
padding-left: 14px;
padding-top: 0px !important;
color:#77C0E5;
text-decoration: none;
}

/*.shownav{
  display: block !important;
}*/
/**
  *
  * ---------------------------------------- INT PAGES
  */


  html.html_int{
    height: 229px;
 }
 body.int_page{
   background-image: url(../images/header-background2.png);
   background-repeat: no-repeat;
}
body.int_page .welcome{
   color: rgba(0,0,0,0.8);
}

body.int_page .news{
   color: rgba(0,0,0,0.8);
}

body.int_page .news h3{
   background-image: url(../images/picto-news-2.png); 
   color: #77c0e5;
}

body.int_page .news li{
   color: #77c0e5 !important;
   font-weight: 400;
}

body.int_page .news li p{
  color: rgba(0,0,0,0.8);  
}

body.int_page .news ul.category-module .mod-articles-category-readmore{
   background-image: url(../images/picto-fleche-bleue.png);  
}

body.int_page .news ul.category-module .mod-articles-category-readmore a{
   color: #77c0e5 !important;
}

body.int_page .welcome h2{
   color: #77c0e5 !important;
   padding-bottom: 30px;
}

body.int_page .welcome p{
      line-height: 22px;
}

body.int_page .welcome a{
   color: #77c0e5 !important;
}

body.int_page .welcome ul{
     padding-left: 17px;
     padding-bottom: 10px;
}

body.int_page .welcome li{
padding-top: 5px;
list-style-type: disc;
line-height: 22px;
}

body.int_page .welcome h4{
  color: #77c0e5;
  font-size: 20px;
  padding-bottom: 10px;
}

.breadcrumbs{
 margin-left: 85px;
 margin-top: 65px;
}

.breadcrumbs li{
   display: inline-block;   
}

.breadcrumbs li a{
   color: #77c0e5 !important;
   text-decoration: none;
}

.breadcrumbs li span.divider:first-child{
   padding-left: 0px;
}

.breadcrumbs li span.divider{
   padding-left: 10px;
   padding-right: 10px;
}


.jmap_filetree span.folder{
  display: none !important;
}

.treeview .hitarea {
  display: none !important;
}

.treeview li.lastCollapsable{
  background-image: none !important;
}

.treeview li{
  background: none !important;
    border-left: 1px solid rgba(0,0,0,0.2);
}

.four_blocs .bt-introtext{
  color: rgba(0,0,0,0.8);
}

.sitemap a{
  font-size: 18px;
}

#je_accord119.je_acc > ul > li > a {
    color: rgba(0,0,0,0.7);
    background: rgba(0, 0, 0, 0.02) none repeat scroll 0% 0%;
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: 1px solid #D8D8D8;
}

#je_accord119.je_acc > ul > li > a:hover {
   background: #77C0E5 none repeat scroll 0% 0% !important;
  color: #fff !important;
}

#je_accord119.je_acc ul ul li a {
    background: rgba(0, 0, 0, 0.02) none repeat scroll 0% 0% !important;  
}

#je_accord119.je_acc > ul > li > a:hover, #je_accord119.je_acc > ul > li.active > a, #je_accord119.je_acc > ul > li.open > a {
   background: #77C0E5 none repeat scroll 0% 0% !important;
  color: #fff !important;
    border: none !important;
}

#je_accord119.je_acc ul ul li:hover > a, #je_accord119.je_acc ul ul li.open > a, #je_accord119.je_acc ul ul li.active > a {
    color: rgba(0,0,0,0.7) !important;
    background: rgba(0, 0, 0, 0.02) none repeat scroll 0% 0% !important;
}

#je_accord119.je_acc ul ul li:hover > a:hover, #je_accord119.je_acc ul ul li.open > a:hover, #je_accord119.je_acc ul ul li.active > a:hover {
   background: #77C0E5 none repeat scroll 0% 0% !important;
  color: #fff !important;
}


#je_accord119.je_acc > ul > li:last-child > a, #je_accord119.je_acc > ul > li.last > a {
    border-bottom: 1px solid #D8D8D8;
      background-color: #C9302C !important;
  color: #fff !important;
}

#je_accord119.je_acc > ul > li:last-child > a:hover, #je_accord119.je_acc > ul > li.last > a:hover {
      background-color: #D9534F !important;
}


.welcome .profile-edit legend{
color: rgb(119, 192, 229) !important;
font-size: 30px;
padding-bottom: 35px;  
}

.welcome .profile-edit .control-group .control-label{
  padding-bottom: 6px;
  padding-top: 7px;
  font-size: 20px;
  color: rgba(0,0,0,0.6);
}


.welcome .profile-edit .control-group .controls input{
  height: 30px;
width: 330px;
border: 1px solid #CCC7C1;
background-color: #fff;
   transition: background-color 0.35s;
   -webkit-transition: background-color 0.35s;
   -moz-transition: background-color 0.35s;
   -o-transition: background-color 0.35s;
      transition: height 0.35s;
   -webkit-transition: height 0.35s;
   -moz-transition: height 0.35s;
   -o-transition: height 0.35s;
         transition: width 0.35s;
   -webkit-transition: width 0.35s;
   -moz-transition: width 0.35s;
   -o-transition: width 0.35s;
   padding-left: 10px;
   font-size: 18px;
   color: rgba(0,0,0,0.8);
}

.welcome .profile-edit .control-group .controls input:hover{
  cursor: pointer;
}

.welcome .profile-edit .control-group .controls input:focus{
  background-color: #F1F1F1;
  color: rgba(0,0,0,0.8);
  height: 45px;
  width: 350px;
}

.welcome .profile-edit .control-group .controls{
  padding-top:10px;
}

.welcome .profile-edit .control-group .controls button{
background-color: #77C0E5;
border: medium none;
color: #FFF;
padding: 11px 27px;
margin-left: 62px;
margin-top: 15px;
margin-right:15px;
}

.welcome .profile-edit .control-group .controls button:hover{
  background-color: #6BADCE;
  cursor: pointer;
}

.docman_categories a{
  text-decoration: none !important;
}


table.network tr:nth-child(2n+2) {
	background-color:#F7F7F7;
	border-bottom: 1px dotted #CDCDCD;
}


table.network img {
	margin: 15px 0;
}

table.network td {
	padding: 15px;
	vertical-align: middle;
}

/*.trigger-nav{
  display: none;
}*/


/**
  *
  * ---------------------------------------- MEDIA QUERIES
  */


  @media screen and (max-width:1180px){

      .main_container{
      width: 100%;
   }

   .welcome{
    width: 78%;
margin-left: 150px;
    color: #fff;
    display: inherit !important;
    padding-left: inherit !important;
 }
   .news{
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-left: 150px;
  margin-top: 19px;
  color: #fff;
  padding-left: inherit !important;
   }

   .four_blocs{
  padding-top: 100px;
  padding-left: inherit !important;
  margin-left: 24%;
   }
      .nav{
      display: block;
      padding-left: 0px !important;
      padding-top: 0px !important;
      margin-left: 20%;
   }
   .header .logo {
  width: 489px;
  margin-left: 15%;
  padding-bottom: 22px;
}


.four_blocs .bt-row{
   float: inherit !important;
}

.four_blocs .slide {
  width: 30% !important;
}

.bottom_content .objectives {
  width: 77%;
  margin-left: 7%;
    padding-bottom: 50px;
}

.bottom_content .the_project{
   margin-left: 15%;
}

.footer{
   width: 86%;
}

.footer_menu{
   margin-left: inherit !important;
}

.footer_wrapper{
   width: 80%;
   margin: inherit !important;
}

.footer_sm{
   width: inherit !important;
}

html.html_int {
  height: 279px;
}

.slideshow{
  display: none !important;
  width: 0px;
  height: 0px;
}

.nav img {
  position: absolute;
  right: 100px;
  top: -33px;
}

@media screen and (max-width: 855px){
.bottom_content .the_project {
  margin-left: 5%;
}

.partners {
   float: inherit !important;
  margin-top: 22px;
  margin-right: 25px;
  margin-left: 25%;
}

   .footer .text_footer{
      width: 97%;
   }
}

@media screen and (max-width: 804px){
   .four_blocs{
      margin-left: 32%;
   }

   .welcome{
      margin-left: 92px;
   }

   .news{
   margin-left: 92px;
   }

   .bottom_content{
      margin-left: 5%;
   }
}



@media screen and (max-width: 745px){
   .main_container{
      width: 100%;
   }

   html{
      height: 300px;
   }

.welcome{
   color: rgba(0,0,0,0.8);
}

.nav{
  margin-left: 7%;
}

.news{
   color: rgba(0,0,0,0.8);
}
.news h3{
   background-image: url(../images/picto-news-2.png); 
   color: #77c0e5;
}
.news li{
   color: #77c0e5 !important;
   font-weight: 400;
}
.news li p{
  color: rgba(0,0,0,0.8);  
}
.news ul.category-module .mod-articles-category-readmore{
   background-image: url(../images/picto-fleche-bleue.png);  
}
.news ul.category-module .mod-articles-category-readmore a{
   color: #77c0e5 !important;
}
.welcome h2{
   color: #77c0e5 !important;
   padding-bottom: 30px;
}
.welcome a{
   color: #77c0e5 !important;
}

.bottom_content{
  margin-left: 2%;
}

.header{
  margin-bottom: 27px;
}

.aikonsearch-trigger{
  top: 60px !important;
  bottom: inherit !important;
  right: inherit !important;
  left: 0px !important;
}

/*.nav{
  display: none;
}

.trigger-nav{
  display: block;
}*/
}

@media screen and (max-width:700px){
.four_blocs {
  margin-left: 28%;
}

.bottom_content .the_project {
  width: 300px;
  margin-left: 22%;
}

.footer {
  width: 86%;
  margin-left: 7%;
}

.footer_menu {
  width: 350px !important;
  margin-left: 24% !important;
}

.copyright {
  margin-left: 31% !important;
  padding-top: 5px !important;
    position: inherit !important;
  right: inherit !important;
  top: inherit !important;
}


table.network td {
	width: 100% !important;
	display: inline-block;


}

@media screen and (max-width: 530px){
.header .logo {
  width: 80%;
  margin-left: 12%;
  padding-bottom: 22px;
} 

.nav {
  margin-left: 12%;
}

.welcome {
  margin-left: 10%;
    margin-top: 15px;
}

.news {
  margin-left: 10%;
  width: 80%;
}

.four_blocs {
  margin-left: 23%;
}

.bottom_content .the_project {
  margin-left: 16%;
}

.footer_menu {
  width: 100% !important;
  margin-left: 14% !important;
  margin-top: -15px;
}
}

@media screen and(max-width: 480px){
.welcome {
  margin-top: 35px;
} 

.four_blocs {
  margin-left: 20%;
}

.bottom_content .the_project {
  margin-left: 11%;
}

.copyright {
  margin-left: 21% !important;

}
}

@media screen and (max-width: 420px){
.welcome {
  margin-left: 3%;
}

.news{
  margin-left: 3%;
}

.four_blocs {
  margin-left: 15%;
}

.bottom_content .the_project {
  margin-left: 5%;
}

.copyright {
  margin-left: 15% !important;

}

.footer_menu {
  width: 120% !important;
  margin-left: -2% !important;
}
}




