body {
 margin-right: 3%;
 margin-left: 3%;
 background: url("../figure/background/background6.jpg") no-repeat center fixed;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 /*background-color: rgba(10, 10, 255, 0.5);*/
 /*font-family: 'Dosis',sans-serif;*/
 font-family: 'Open Sans', sans-serif;
 color:rgba(70, 70, 70, 1.0);
 font-size: 18px;
 line-height: 25.55px;
 text-align: justify;
 text-justify: inter-word;
 /*min-width: 650px;*/

}

::-moz-selection { /* Code for Firefox */
   background:rgba(31, 122, 183,0.2);
}
::selection{
   background:rgba(31, 122, 183,0.2);
}


#MePicture{
  margin:auto;
  border-radius:15px;
  width:90%;
  max-width:180px;
  opacity: 0.9;
}


h1{
 text-indent:10px;
}

h2{
 text-indent:30px;
}

h3{
 text-indent:40px;
}

h4 {
 text-indent: 50px;
}


@media screen and (min-width:1700px) and (max-width:3000px) {
    body{
	   font-size: 17px;
	   line-height: 26.0px;
    }
}

@media screen and (min-width:1300px) and (max-width:1700px) {
    body{
	   font-size: 15.5px;
	   line-height: 25.55px;
    }
}


@media screen and (min-width:767px) and (max-width:1300px) {
    body{
	   font-size: 15px;
	   line-height: 25.0px;
    }

    
    h1{
	text-indent:0px;
	font-size: 30px;
    }
    
    h2{
	text-indent:0px;
	font-size: 26px;
    }
    
    h3{
	text-indent:0px;
	font-size: 22px;
    }
    
    h4 {
	text-indent: 0px;
	font-size: 18px;
    }
}


@media screen and (min-width:450px) and (max-width:767px) {
    body{
	font-size: 14px;
	line-height: 24.0px;
    }
    
    h1{
	text-indent:0px;
	font-size: 24px;
    }
    
    h2{
	text-indent:0px;
	font-size: 22px;
    }
    
    h3{
	text-indent:0px;
	font-size: 20px;
    }
    
    h4 {
	text-indent: 0px;
	font-size: 18px;
    }

    #MePicture {
	margin-top:0px;
	width:60%;
	max-width:140px;
	margin-bottom:30px;
    }

}

@media screen and (min-width:0px) and (max-width:450px) {
    body{
	font-size: 13px;
	line-height: 23.55px;
	
    }
    
    h1{
	text-indent:0px;
	font-size: 24px;
    }
    
    h2{
	text-indent:0px;
	font-size: 22px;
    }
    
    h3{
	text-indent:0px;
	font-size: 20px;
    }
    
    h4 {
	font-size: 18px;
	text-indent: 0px;
    }
    
    #WelcomeDivBlock {
	padding:0px;
	width:100%;
    }

    #MePicture{
	margin:auto;
	border-radius:15px;
	width:60%;
	max-width:140px;
	margin-bottom:30px;
    }
}




#background_opacity {
  position: fixed;
  z-index: -10;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}


h1, h2, h3, h4{
  font-weight: bold;
}

html {
  overflow-y: scroll;
}

#ImportantPart{
 color:rgba(203, 23, 0,0.9);
}

.Tips{
  background:rgba(23, 73, 100,0.2);
  color:white;
  margin:10px;
  width:80%;
  margin-left:10%;
  margin-left:10%;
  margin-top:10px;
  padding-left:5%;
  padding-right:5%;
  padding-top:20px;
  padding-bottom:20px;
  border-radius:10px;
}

.list-group {
    margin-top:30px;
}

.list-group > .list-group-item {
  background-color:rgba(23, 73, 100,0.2);
  padding:15px;
  border:none;
  border-radius:5px;
  margin-top:10px;
  margin-bottom:10px;
  width:90%;
  margin-left:5%;
  margin-right:5%;
}

.list-group > .list-group-item:hover{
  background-color:rgba(23, 73, 100,0.1);
}



@media (min-width: 200px) {
  body {
    padding-top: 60px;
    padding-bottom: 42px;
  }
}


@media (min-width: 767px) {
  body {
    padding-top: 70px;
    padding-bottom: 42px;
  }
}


@media (min-width: 991px) {
  body {
    padding-top: 90px;
    padding-bottom: 42px;
  }
}



@media (max-width: 870px) {
        .navbar-colapse.collapse {
            display: none !important;
        }
        .navbar-collapse.collapse.in {
            display: block !important;
        }
        .navbar-header .collapse, .navbar-toggle {
            display:block !important;
        }
        .navbar-header {
            float:none;
        }
        .navbar-nav {
            float: none !important;
            margin: 0px;
        }
        .navbar-nav {
            margin: 7.5px -15px;
        }
        .nav > li {
            position: relative;
            display: block;
        }
        .navbar-nav > li {
            float: none !important;
        }
        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }
        .navbar-collapse {
            padding-right: 15px;
            padding-left: 15px;
            overflow-x: visible;
            border-top: 0px solid transparent;
            box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1) inset;
        }
        .nav {
            padding-left: 0px;
            margin-bottom: 10px;
            list-style: outside none none;
        }
    }

@media (max-width: 991px) {
    .affix {
        position: static;
    }
}

@media (max-width: 1100px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

.well {
 border-radius: 15px;
}


#titlepage {
 margin-top:15px;
 border-radius: 20px;
 padding: 3px 10px 10px 120px;
 color: rgb(220,220,220);
 background-color:rgba(10, 10, 10, 0.8);
}


#WelcomeDiv {
    text-align:center;
    width:100%;
    padding:20px;
    margin-top:5px;
    margin-bottom:10px;
    /*background-color:rgba(10, 10, 45, 0.0);*/
    /*color:rgba(245, 245, 245, 1.0);
    border-radius: 10px 10px 10px 10px;*/
}

#TitleWelcome{
  font-weight:bold;
  font-size:32px;
  line-height: 40.55px;
}

#TitleNews{
  font-size:26px;
  font-weight:bold;
}

#NewsDiv {
  max-height:300px;
  overflow-y: auto;
  padding:20px;
  background-color:rgba(0, 15, 45, 0.3);
  border-radius: 10px 10px 10px 10px;
  border-radius: 0px;
  color:rgba(245, 245, 245, 1.0);
}

#TitleNewsDiv {
  margin-bottom:10px;
  margin-top:10px;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: black;
}

.carousel-indicators li {
    border-color: rgba(245, 245, 245,1.0);
    margin-top:30px;
}

.carousel-indicators li.active {
    background-color: rgba(245, 245, 245,1.0);
}

.carousel-caption {
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    text-align:left;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    background:rgba(0,0,0,0.7);
    text-shadow:none;
    text-align: left;
    font-size:13px;
}

.carousel-control {
    width: 0;
}


.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 10px 10px 0;
  text-align: right;
}

#ResearchPictureCarouselle {
  /*height: 400px;margin:auto;*/
  border-radius:10px;
  opacity: 0.85;
  width:100%;
}

# > .carousel-caption{
}

#CarouselResearch, #CarouselOutreach {
    max-width:450px;
    width:90%;
    margin:auto;
}

/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
    border-radius: 10px;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0.;
    background-color:rgba(20, 20, 20, 0.8);
    border-width:0px;
    font-size:90%;
}

.navbar-right {
   font-size:130%;
}


.anchor{
  display: block;
  height: 90px; /*same height as header*/
  margin-top: -90px; /*same height as header*/
  visibility: hidden;
}

.navbar .nav > li > a {
 color:rgb(220,220,220);
}

.container-fluid .navbar-header > a:hover{
color:rgb(51, 122, 183);
}




.navbar .nav > li > a:hover {
    float: none;
    color: rgb(256,256,256);
    background-color:rgba(20, 20, 20, 0.35);
}

.container-fluid .navbar-header > a{
color: white;
}

.navbar .navbar-right > li > a:hover {
    color: rgb(51, 122, 183) ;
     background-color:rgba(0, 0, 0, 0.0);
}



.nav-stacked > li > a {
 color: rgb(51, 122, 183);
}

.nav-stacked > li > a:hover {
    float: none;
    color: rgb(256,256,256);
    background-color:rgba(51, 122, 183,0.6) ;
}

.nav-stacked a:active {
    float: none;
    color: rgb(256,256,256);
    background-color:rgba(51, 122, 183,0.5) ;
}



#listJobsMenu{
 background-color:rgba(255, 66, 66, 0.5);
}


.affix {
  left:3%; right:83%;
}



.well#myBlock{
 /*margin-left:40px;*/
 padding-top:10px;
 padding-bottom:10px;
 /*padding-left:10%;
 padding-right:10%;*/
 background-color:rgba(0, 0, 70, 0.10);
 border-width:0px;
 text-align: justify;
 text-justify: inter-word;
}


.well#myBlockText{
 /*margin-left:40px;*/
 padding-top:20px;
 padding-bottom:20px;
 padding-left:10%;
 padding-right:10%;
 background-color:rgba(0, 0, 70, 0.10);
 border-width:0px;
 text-align: justify;
 text-justify: inter-word;
}



#CVdate{
  border-radius:10px;
  background-color:rgba(10, 10, 10, 0.3);
  color:rgb(220,220,220);
  text-align:center;
  padding-top: 8px;
  padding-bottom: 1px;
  width:80%;
  margin-left:10%;
  margin-right:10%;
  font-size:15px;
}


@media (max-width: 800px){
  #CVdate{
      margin-bottom:10px;
      font-size:13px;
  }
}

/* @media (max-width: 640px){
   body {
    width: 600px;
    font-size: 27px;
    line-height: 38px;
   }
}*/



.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


#ResearchPicture{
  border-radius:10px;
  opacity: 0.9;
}

#ResearchCaption {
  padding-top:5px;
  font-size:90%;
}

#ResearchCaption, #ResearchPicture{
  width:85%;
  margin-left:7.5%;
  margin-right:7.5%;
  text-align: center;
}

#contact {
  margin-bottom:15px;
}

.img-responsive#LabPicture{
 border-radius:20px;
 max-width:55%;
 margin-left:22.5%;
 margin-right:22.5%;
 margin-top:30px;
 -webkit-filter: brightness(1.7);
 filter: brightness(1.7);
 opacity:0.9;
}

#RefSpan{
  text-align:center;
  margin-top:25px;
  margin-bottom:10px;
  padding: 10px 10px 10px 10px;
  border-style: solid;
  border-color: rgba(47, 115, 163, 0.4);
  border-radius:15px;
}

#LogoPictureCNRS, #LogoPictureLPC, #LogoPictureATLAS, #LogoPictureLPCp{
  border-radius:10px;
  opacity: 0.8;
}

#LogoPictureCNRS{
  width:40%;
  margin-left:7%;
  border-radius:0px;
  max-width:150px;
}


#LogoPictureLPC{
 width:22%;
 margin-left:40%;
 max-width:90px;
}


#LogoPictureLPCp{
 width:43%;
 margin-left:30%;
 max-width:300px;
}


#LogoPictureATLAS{
  margin-top:-12%;
  margin-bottom:-20%;
  border-radius:0px;
  width:70%;
  margin-left:33%;
  max-width:270px;
}

a > #LogoPictureCNRS:hover, #LogoPictureLPC:hover, #LogoPictureATLAS:hover, #LogoPictureLPCp:hover{
  opacity: 1.0;
}

#NewsThumbnail {
  border-radius:20px;
  opacity: 0.9;
  width:100%;
}

#TitleThumbnailNews td:nth-child(1){
   text-align:left;
   width:70%;
}

#TitleThumbnailNews td:nth-child(2){
   text-align:center;
   width:10%;
}

.well#JobOffersWell{
   background-color:rgba(110,28,00,0.3);
   width:100%;
   margin-bottom:1%;
   padding-top:5px;
   padding-bottom:5px;
}

#JobOffersTable td:nth-child(1){
   text-align:left;
   width:50px;
}
#JobOffersTable td:nth-child(2){
   text-align:left;
}

.modal-dialog#NewsModal{
  width:80%;
}

.modal-content#NewsModal{
  border-radius:20px;
}

.modal-body#NewsModalBody{
  margin-left:5%;
  margin-right:5%;
}



@media screen and (min-width:1300px) and (max-width:1500px) {
    #LogoPictureATLAS{
	margin-left:35%;
    }
}


@media screen and (min-width:1501px) {
    #LogoPictureATLAS{
	margin-left:50%;
    }
}



@media (max-width:650px) {
    
    #ResearchPicture{
	margin-left:0;
	margin-right:0;
	width:100%;
    }
    
    .img-responsive#LabPicture{
	border-radius:20px;
	width:100%;
	max-width:100%;
	margin-left:0;
	margin-right:0;
    }
    
    .carousel-indicators {
	display: none;
    }
}


@media (max-width:767px) {
    
    body {
	margin-right: 0%;
	margin-left: 0%;
	width:100%;
	background: url("../figure/background/background6_small.JPG") repeat center fixed;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
    }

    .navbar {
	border-radius: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:rgba(20, 20, 20, 0.8);
	border-width:0px;
    }
    
    .navbar-nav>li>a {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    
    .list-group {
	width:100%;
	margin-top:30px;
	margin-left:0;
	margin-right:0;
    }
    
    .list-group > .list-group-item {
	width:100%;
	margin-left:0;
	margin-right:0;
	background-color:rgba(23, 73, 100,0.2);
	padding:20px;
	border:none;
	border-radius:10px;
	margin-top:10px;
	margin-bottom:10px;
    }
    
    
    .list-group > .list-group-item:hover{
	background-color:rgba(23, 73, 100,0.1);
    }
    
    #TitleNewsDiv {
	margin-bottom:10px;
	margin-top:10px;
    }
    
    #TitleWelcome{
	font-weight:bold;
	font-size:25px;
	line-height: 25.55px;
    }
    
    #TitleNews{
	font-size:20px;
    }
    
    .well#myBlock, .well#myBlockText {
	width:115%;
	margin-left:-7.5%;
	padding-left:0px;
	padding-left:5%;
	padding-right:5%;
    }
    
    #CVblock{
	width:115%;
	margin-left:-7.5%;
    }
    
    .vcenter {
	display: block;
    }
    
    #LogoPictureCNRS{
	   width:35%;
	   margin-right:32.5%;
	   margin-left:32.5%;
	   margin-bottom:45px;
	   margin-top:10px;
    }
    
    #LogoPictureLPC{
	width:20%;
	margin-right:40%;
	margin-left:40%;
	margin-bottom:45px;
    }
    
    #LogoPictureLPCp{
	width:50%;
	max-width:200px;
	margin-right:25%;
	margin-left:25%;
	margin-bottom:60px;
    }
    
    #LogoPictureATLAS{
	width:63%;
	margin-right:20.5%;
	margin-left:16.5%;
	margin-bottom:0px;
    }
    
    .well#JobOffersWell{
	background-color:rgba(160,0,0,0.35);
	width:100%;
	margin-bottom:5%;
	padding-top:5px;
	padding-bottom:5px;
    }
    
}

#PublicationTable tr:hover{
  background-color:rgba(51, 122, 183, 0.15);
}

#PublicationTable th{
  border-bottom: 2.5px solid rgba(47, 115, 163, 0.25);
}


#PublicationTable tbody tr td{
 border-bottom: 1.5px solid rgba(47, 115, 163, 0.1);
 border-top: 1.5px solid rgba(47, 115, 163, 0.1);
}

#PublicationTable td:nth-child(1) {
  text-align:center;
}
#PublicationTable td:nth-child(4) {
  text-align:center;
}
#PublicationTable td:nth-child(5) {
  text-align:center;
}

#PublicationTable th:nth-child(1) {
  text-align:center;
}
#PublicationTable th:nth-child(2) {
  text-align:center;
}

#PublicationTable th:nth-child(3) {
  text-align:center;
}
#PublicationTable th:nth-child(4) {
  text-align:center;
}
#PublicationTable th:nth-child(5) {
  text-align:center;
}
#PublicationTable th:nth-child(6) {
  text-align:center;
}
#TitleLogoTable{
  border:none;
}

#TitleLogoTable td:nth-child(1) {
  width:60%;
}
#TitleLogoTable td:nth-child(2) {
  width:20%;
  text-align:center;
}
#TitleLogoTable td:nth-child(13) {
  width:20%;
  text-align:center;
}

#IconeToTheTop{
  text-align: right;
  font-size: 35px;
}

.glyphicon-circle-arrow-up{
  color:rgba(51, 122, 183, 0.8);
}


.tooltip .tooltip-inner {
    background-color:rgba(10, 10, 10, 0.8);
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgba(10, 10, 10, 0.8);
}


.ImageCopyright {
 text-decoration:none;
 color:gray;
}

.ImageCopyright:hover, .ImageCopyright:visited {
 text-decoration:none;
 color:gray;
}


#newsBlock {
 border-radius:20px;
 background-color:white;/*rgba(51, 122, 183,0.25);*/
 border-color:rgba(10, 10, 10, 0.8);
 border-style: solid;
 border-width: 0px;
 padding-top:5px;
}


.well#EmptyLinkContainer {
 padding:3%;
 font-size: 25px;
 background-color: rgba(10, 10, 205, 0.1);
}

/* Add a gray background color and some padding to the footer */
footer {
 text-align:center;
 margin-bottom:15px;
 margin-top:30px;
 border-radius: 20px;
 padding: 7px 0px 0px 0px;
 color: rgb(220,220,220);
 background-color:rgba(10, 10, 10, 0.8);
}

