body {
    font-family: 'Calibri',tahoma, sans-serif;
    font-size: 12pt;
    color: black;
    margin: 0;
    padding:0;
}

/* Style des Titres et sous-titres Hn*/
h1, h2 {
    font-weight: normal;
}

h3 {
    height: 30px;
    margin : 0px;
    margin-bottom: 30px;
    padding: 10px 0;
    color: black;
    color: #036395;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
    -background: url(/media/images/h3.png) no-repeat left center;
    border-bottom: 5px solid #00c5f9;
}

h4 {
    margin: 0;
}

h5 {
    margin: 10px; 
    font-size: 0.8em; 
    text-transform: uppercase;
}


/* Style par defaut des liens et des liens sur les images */
a {
    color: #0d3258; 
    text-decoration: underline;
}

a:hover {
    color: #1c5591;
    text-decoration: none;
}

a img {
    border:none;
}


/* Style par defaut des séparateur */
hr {
    height: 0px;
    border:none;
    border-top: 1px solid #006091;
    box-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.formElement {
    margin-bottom: 2px;
    background-color: rgb(250,250,250);
    padding: 4px;
}

.formElement:hover {
    background-color: #eef7ff;
}

.formElement label {
    display: inline-block;
    width: 300px;
    font-weight: bold;
}

.formElement input {
    padding: 10px;
}

.formElement textArea {
    resize: none;
}

.formElement input, .formElement textArea {
    border: 1px solid silver;
    border-radius: 3px;
}

.formElement.username {
    display: none;
}

input[type="submit"], input[type="reset"] {
    border: none;
    background-color: rgba(0,0,0,.1);
    margin: 2px 10px;
    padding: 10px 20px;
}

input[type="reset"] {
    color: gray;
}

input[type="reset"]:hover {
    color: black;
    background-color: rgba(100,100,100,.1);
}




#Page {
    width: 100%;
    margin:0;
    padding:0;
} 

#Header {
    width: 100%;
    height: 140px;  
    margin: 30px auto 0;
    background: linear-gradient(to bottom, #d7f4f4 0%,#ffffff 43%);
    background: linear-gradient(to bottom, #ededed 0%,#ffffff 43%);
    border-top: 2px solid white;
}

#FixedBar {
    width: 100%;
    height: 30px;
    background-color: #2e2e2e;
    position: fixed;
    top:0;
    left:0; 
    color: white;
    text-align: right;
    z-index: 99;
}


#FixedBar .textResize {
    display: inline-block;
    margin: 3px 10px;
    font-weight: bold;
    color: silver;
}

#FixedBar .textResize.selected {
    color: white;
}

.lng {
    background: url(/media/images/flag.png) no-repeat;
    margin-left: 10px;
}

#MenuMobileBtn, #CloseMenuMobile {
    display: none;
}


#QuickAccess {
    float: right;
    height: 30px;
    margin-top: 40px;
    margin-right: 140px;
}


.rsociaux img {
    background: url(/media/images/socialNetwork.png) no-repeat left top; 
    margin-right: 10px;
    -opacity: .9;
    cursor: pointer;
    transition: all .3s ease;
    background-position-y: 6px;
    border-bottom: 1px solid white;
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
    border-radius: 3px;
}

.rsociaux img:hover {
    opacity: 1;
    background-position-y: 0px;
}

.rsociaux img.facebook {
    background-position-x: 0;
}

.rsociaux img.linkedin {
    background-position-x: -29px;
}

#Logo {
    width: 100%; 
    height: 80px;
    max-width: 1100px; 
    margin: auto;
    background: url(/media/images/headerRight.png) no-repeat right bottom;

} 

#Logo .logo{
    margin: 10px;
} 

#Menu {
    width: 100%;
    height: 60px;
    -max-width: 1100px;
    margin: auto;
    padding:0;
    background: #ab0a10;
    -background: linear-gradient(to bottom, #e51b1b 0%,#ab0a10 100%);
    font-size: 1.2em;
}

#Menu ul {
    margin: 0;
    padding:0;
    list-style: none;
    text-align: center;
}

#Menu ul li {
    display: inline-block;
    height: 40px;
    padding: 15px 25px 5px;
    color: white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    cursor: pointer;
    transition: all ease .5s;
}

#Menu ul li a {
    color: white;
    text-decoration: none;
}

#Menu ul li:hover {
    background: #e5e5e5;
    -background: linear-gradient(to bottom, #929599 0%,#d6d6d6 50%,#a3a3a3 51%,#e5e5e5 100%);
    color: black;
    text-shadow: 1px 1px 2px rgba(255,255,255,0.5);
}

#Menu ul li:hover a {
    color: black;
}

#Menu ul li.selected {
    color: white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    background: linear-gradient(to bottom, #003e71 0%,#074580 48%,#14436d 49%,#04619c 100%); 
}

#Menu ul li.selected  a {
    color: white;
}

#MainImage {
    width: 100%;
    height: 50px;
    margin: auto;
    margin-top: 1px;
    background: url("/media/images/slideshow/slideshowBG.jpg") repeat-x 0 0;    
}

#MainImage #SlideshowParallax,  #MainImage #SlideshowOver{
    height: 50px !important;   
}

#Slideshow {
    width: 100%;
    height: 265px;
    margin: auto;
    margin-top: 1px;
    background: url("/media/images/slideshow/slideshowBG.jpg") repeat-x 0 center;
}

#SlideshowOver {
    position: absolute;
    width: 100%;
    height: 265px;
    margin: auto;
    opacity: .5;
    background: url("/media/images/slideshow/slideshowOver2.png") no-repeat 0 center; 
    -webkit-animation: animatedBackground 30s linear infinite;
}

#SlideshowParallax {
    position: absolute;
    width: 100%;
    height: 265px;
    margin: auto;
    opacity: .3;
    background: url("/media/images/slideshow/slideshowOver.png") repeat 70px 100px; 
    -webkit-animation: animatedBackground 30s linear infinite;
}

@-webkit-keyframes animatedBackground {
    from { background-position-x: 0; }
    to { background-position-x: 100%; }
}

#Slideshow #SlideContent {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding:0; 
    padding-top: 10px;
    overflow: hidden;
    -display: none;
}

#Slideshow #SlideContent img {

}

#Slideshow #SlideText {
    width: 50%;
    height: 150px;
    max-width: 700px;
    width: 700px;
    position: relative;
    top: -230px;
    left: 30%;    
    -padding: 10px 20px;
    background-color: rgba(0,0,0,.2); 
    box-shadow: 10px 10px 2px rgba(0,0,0,.1);
    color: white;
    text-shadow: 1px 1px 0 rgba(0,0,0,.5);
    overflow: hidden;
}

#Slideshow #SlideText h2 {
    margin: 0;
    padding: 10px 20px;
    background-color: rgba(0,0,0,.2);
}

#Slideshow #SlideText p {
    margin: 0;
    padding: 10px 20px;
}

#Slideshow #SlideSel {
    position: relative;
    top: -210px;
    left: 31%;   
    margin: 0;
    padding: 0;
    list-style: none;
}

#Slideshow #SlideSel li {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: rgba(255,255,255, 0.5);
    border-radius: 3px;
    margin-right: 10px;
}

#Slideshow #SlideSel li.selected, #Slideshow #SlideSel li:hover {
    background: rgb(255,255,255);
    cursor: pointer;
}

#Slideshow #Slides {
    display: none;
}

.bubbles {
    border-radius: 300px;
    position: relative;
    box-shadow: 10px 10px 2px rgba(0,0,0,.2);
}

.shadow {
    width: 100%;
    max-width: 960px;
    display: block;
    margin: auto; 
}

#Content {
    min-height: 100px;
    max-width: 1100px;
    -background-color: rgba(0,0,0,.1);
    margin: auto;
    margin-bottom: 50px;
}

#LContent {
    margin-right: 270px;
}

#RContent {
    float: right;
    width: 210px;
    -background-color: rgba(0,0,0,.1);
    min-height: 200px;
}

#RContent .section {
    min-height: 100px;
    margin-bottom: 50px;
    -border-left: 1px solid rgb(240,240,240);
}

#RContent .section h4{
    background: url(/media/images/h4Arrow.png) #ac0a11 no-repeat right top;
    color: white;
    padding: 5px;
    border-radius: 3px 0 0 3px;
    margin-left: -5px;

}

footer {
    width: 100%;
    background-color: #505050;
    color: white;
    font-size: 0.8em;
    padding: 10px 0;
    text-align: center;
    -position: fixed;
    bottom: 0;
    left:0;
    z-index: 90;
}

#ListProducts {
    list-style: none;
    margin: 0;
    padding: 0;

}

#ListProducts >li {
    display: inline-block;
    width: 240px;
    height: 422px;
    margin: 5px 15px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

#ListProducts >li h4 {

    font-size: 1.5em;
    height: 55px;
    margin: 0 10px 15px;
    color: #003f61;
    -background-color: white;
    background: url(/media/images/productTitle.png) no-repeat center top;
}

#ListProducts >li .front {
    transition: all ease .5s;
    height: 350px;
    position: relative;
    z-index: -1;
}

#ListProducts >li:hover .front {
    margin-top: -350px;

}

#ListProducts >li .back {
    transition: all ease 1s;
    text-align: justify;
    height: 330px;
    padding: 10px;
    border-radius: 5px;
}

#ListProducts >li:hover .back {
    background-color: #2f2d2f;
    color: white;
}

#ListProducts >li:hover .back.lab {
    background-color: #33626d;
}

#ListProducts >li:hover .back.edu {
    background-color: #305064;
}

#ListProducts >li:hover .back.ezcollect {
    background-color: #575757;
}

#StrongPoints{
    margin: 0;
    padding: 0;
    list-style: none;
}

#StrongPoints li {
    margin: 5px 0;
    padding: 0 5px 10px;
    background: url(/media/images/whiteCheck.png) no-repeat;
    padding-left: 24px;
}

#StrongPoints a {
    color: white;
}

.btn {
    display: inline-block;
    padding: 10px;
    text-align: center;
    background-color: rgba(255,255,255,.1);
    border-radius: 4px;
    transition: all .5s ease;
    cursor: pointer;
}

.btn.fullSize {
    display: block;
}

.btn.blue {
    color: white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    text-shadow: none;
    background: linear-gradient(to bottom, #003e71 0%,#074580 48%,#14436d 49%,#04619c 100%);
    background: #4f82a1;
    background: #045287;
    
}

.btn.blue:hover {
    background: #ad0911;
}

.resume {
    background-color: rgb(250,250,250);
    border: 1px solid rgb(220,220,220);
    padding: 10px;
    color: #0091ba;
}

.txtCenter {
    text-align: center;
}

.txtRight {
    text-align: right;
}

.small {
    font-size: 0.8em;
}

.pubList {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 5px;
}

.pubList li {
    padding: 5px 0;
    padding-left: 25px;
    margin: 5px 0 10px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: 0 9px;
}

.pubList li.calendar {
    background-image: url(/media/images/calendar-icon.png);
}

.pubList li.news {
    background-image: url(/media/images/news-icon.png);
}

.pubList li p {
    margin: 2px;
}

.popup-gallery img {
  -box-shadow: 0 0 10px rgba(0,0,0,.5);
  transition: all ease .5s;
}

.popup-gallery img:hover {
  -box-shadow: 0 0 10px rgba(0,0,0,.5);
  -webkit-transform: scale(1.05);
}

.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid silver;
}

.tabs li {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid silver;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    background: #e5e5e5;
    background: #dfe2e2;
    color: #8c8f8f;
    font-size: 1em;
    -font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: background ease .5s;
}

.tabs li:hover {
  background: #f5f5f5;  
}

.tabs li.selected {
    position: relative;
    background: white;
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 2%,#feffff 66%);
    top: 1px;
    border: 1px solid silver;
    border-top: 3px solid #00c4fb;
    border-bottom: none;
    z-index: 30;
    color: #024569;
    color: #ac0a11;
    color: #0d3d7c;
}

.tabs li h3 {
    border: none;
    margin: 0;
    padding: 0;
}

.keywords {
    margin: 5px 2px;
}

.keywords span {
    display: inline-block;
    background-color: rgb(240,240,240);
    padding: 5px 10px;
    border-radius: 8px;
    color: rgb(100,100,100);
    text-shadow: 1px 1px 0 rgba(255,255,255,.2);
    font-size: 0.8em;
    margin: 0 5px;
}

.quotes {
    font-size: 1.2em;
    color: rgb(100,100,100);
    font-style: italic;
    padding-left: 70px;
    padding-top: 5px;
    background: url(/media/images/quote.png) no-repeat left top;
}

#Plan {
    background-color: rgb(250,250,250);
    border: 1px solid rgb(220,220,220);
    padding: 10px;
    color: #0091ba;
    padding-left: 50px;
}

#IPoint {
    position: relative;
    top: -58px;
    left: -90px;
}