@charset "UTF-8";
/*** base style for impress ***/
/************/
/*** Font ***/
/************/
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 {
  color: #0e6055;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-family: "Oxygen", georgia, "\5FAE\8EDF\6B63\9ED1\9AD4", "sans-serif";
  min-height: 740px;
  background: #d7d7d7;
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 500, from(#f0f0f0), to(#95d290));
  background: -webkit-radial-gradient(#f0f0f0, #95d290);
  background: -moz-radial-gradient(#f0f0f0, #95d290);
  background: -ms-radial-gradient(#f0f0f0, #95d290);
  background: -o-radial-gradient(#f0f0f0, #95d290);
  background: radial-gradient(#f0f0f0,#95d290); }

h1 {
    color:#0066cc;
    font-weight:bold;
}
h2 {
    color:#4f7fb0;
    }

ol, ul {
  list-style-type: circle; 
  list-style-position: inside;
  }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  
.picto_parent{
  opacity:1;
  vector-effect:none;
  fill:#FFFFFF;
  fill-opacity:.4;
  stroke:#000000;
  stroke-width:2;
  stroke-linecap:butt;
  stroke-linejoin:miter;
  stroke-miterlimit:4;
  stroke-dasharray:none;
  stroke-dashoffset:0;
  stroke-opacity:1;
  fill-rule:nonzero;
}
.orbital{
  stroke-width:1.5;
  fill:none;
  stroke:#a5a5a5;/* #DADADA; */
  stroke-miterlimit:10;
}
.fleches g{
    opacity:0.8;
}

/*
    Because the main point behind the impress.js demo is to demo impress.js
    we display a fallback message for users with browsers that don't support
    all the features required by it.

    All of the content will be still fully accessible for them, but I want
    them to know that they are missing something - that's what the demo is
    about, isn't it?

    And then we hide the message, when support is detected in the browser.
*/

.fallback-message {
    font-family: sans-serif;
    line-height: 1.3;
    text-align:center;
    width: 780px;
    padding: 10px 10px 0;
    margin: 20px auto;
    border: 1px solid #E4C652;
    border-radius: 10px;
    background: #EEDC94;
}

.fallback-message p {
    margin-bottom: 10px;
}

.impress-supported .fallback-message {
    display: none;
}

/*
    Now let's bring some text styles back ...
*/
b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

sub, sup {
  position: relative; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

/*
    ... and give links a nice look.
*/
.step a {
  color: #424242;
  text-decoration: none;
  display: inline-block;
  padding: 0.3em 0.3em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .step a:hover, .step a:focus {
    color: rgba(255, 255, 255, 0.9);
    background: #54626f;
    border-radius: 0.2em;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-decoration: none; }

/*
    step style
*/
.impress-enabled .step {
  margin: 0;
  min-width: 900px;
  min-height: 700px;
  opacity: 0.3;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s; }

.impress-enabled .step.active {
opacity: 1; 
}

.step {
  position: relative;
  padding: 10px;
  margin: 20px auto; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Oxygen", georgia, "\5FAE\8EDF\6B63\9ED1\9AD4", "sans-serif";
}

/*
    overview
*/
#overview {
  display: none; }

.impress-on-overview .step {
  opacity: 1; }

/*
    hint
*/
#oi-hint {
  /* word-wrap: break-word; */
  opacity: 0;
  color: rgba(255, 255, 255, 0.8);
  background-color: #3e4852;
  font-size: 2.25vh;
  text-align: center;
  width: 400px;
  padding:15px;
  line-height: 2em;
  position: fixed;
  left: 25px;
  top: 40%;
  border-radius: 5px;
  filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.3));
  }

#oi-hint b {
  color: #e5b560; }

#oi-hint i {
  color: rgba(255, 255, 255, 0.8); }

.impress-on-slide_1 #oi-hint {
  animation: fadeInDown .6s ease 2s forwards, fadeOut 10s ease 2s forwards, outOfTheSlide 8s ease 2s forwards;
  }

  
  
  
  
/*
back_to_start
*/
#back_to_start {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity:0;
  }
  
#back_to_start img {
    width:50px;
    border-radius:10px;
    background-color:rgba(255, 255, 255, 0.2);
    color:rgba(255, 255, 255, 1);
    padding:10px;
    border:solid;
  }

#back_to_start a {
  color: #4f7fb0;
  text-decoration: none;
  display: inline-block;
  padding: 0.3em 0.3em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; 
} 
#back_to_start a:hover, #back_to_start a:focus {
  color: rgba(255, 255, 255, 0.9);
  background: #54626f;
  border-radius: 0.2em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-decoration: none; 
}

body[class*="impress-enabled impress-on-slide_article"] #back_to_start,
body[class*="impress-enabled impress-on-slide_about"] #back_to_start {
  animation: fadeIn 4s ease 2s forwards;
}
  
/*
veille_header
*/
#veille_header {
  position: fixed;
  font-size: 2.5vh;
  top: 50px;
  right: 50px;
  opacity:0;
  color: rgba(255, 255, 255, 0.8);
  background-color: #3e4852;
  text-align: center;
  padding:15px;
  position: fixed;
  border-radius: 5px;
  filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.3));
  }
#veille_header div {
  color:rgba(255, 255, 255, 0.8);
  vertical-align:middle;
}
#veille_header span {
  color:rgba(255, 255, 255, 0.8);
  font-size:2vh;
}
#veille_header img {
  height:2.5vh;
}

.impress-on-slide_1 #veille_header {
  animation: fadeIn .5s ease 2s forwards;
}
@media screen and (min-width: 1200px) {
  #veille_header div{
     font-size: 25px;
  }
  #veille_header img{
     height: 25px;
  }
  #oi-stamp{
     font-size: 20px;
  }
  #oi-hint {
     font-size: 20px;
  }
}
  
/*
stamp
*/
#oi-stamp {
  color: #3e4852;
  background-color:white;
  font-size: 2vh;
  /* min-width: 166px; */
  max-width: 480px;
  position: fixed;
  bottom: 15px;
  right: 50px;
  opacity: 0;
  border:solid;
  border-radius: 0.5em;
  padding: .5em;
  padding-bottom: 1em;
  text-align:right;
  z-index:2;
  }
  
  #oi-stamp div {
      color: #3e4852;
  }

  #oi-stamp a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding: 0.15em 0.25em;
    line-height:2em;
    margin-left: 0.2em;
    background: #3e4852;
    border:solid;
    border-radius: 0.2em;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

    #oi-stamp a:hover, #oi-stamp a:focus {
      color: rgba(255, 255, 255, 0.9);
      background: #54626f;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      text-decoration: none; }
  #oi-stamp b {
    font-size: 13px; }

.impress-on-slide_1 #oi-stamp {
  animation: fadeIn .5s ease 2s forwards;
  }




#container_highcharts{
    opacity: 1;
    animation:fadeOut 5s ease 5s forwards;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    position:absolute;
    left:0;
    top:0; 
    width:100%;
    height:100%;
}
#container_menu_svg {
    opacity:0;
    visibility:visible;
    animation:fadeIn 5s ease 5s forwards;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}


/* Constitution d'un article */
.gridArticle {
    display:grid;
    grid-template-columns:70% auto;
    grid-template-rows: 20% auto 60% 90px;
    grid-gap: 2%;
}
.gridArticle img {
     padding:10px;
     max-height:200px;
    }
.titleArticle{
  grid-area: 1 / 1;
  font-size:60px;
}
.subtitleArticle{
  grid-area: 2 / 1;
  font-size: 40px;
}
.imageArticle{
  grid-area: 1 / 2 / span 2 / span 1;
  text-align:right;
}
.textArticle{
  grid-area: 3 / 1 / span 1 / span 2;
  font-size: 30px;
  line-height:1.25em;
}
.linksArticle{
  grid-area: 4 / 1 / span 1 / span 2;
  font-size: 25px;
  font-style: italic;
  padding-top:.5em;
}

.grid {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  -ms-grid-columns: (minmax(150px, 1fr))[5];
  grid-gap: 1rem;
  font-size: 15px;
}



.grid > div {
  background: #EDE7F6;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  border-radius: 1rem;
  
  border:solid;
  border-color: white;
  vertical-align:middle; 
  text-align:center;
}

.grid > div  img {
  max-width: 120px;
  max-height: 100px;
}

.grid > div p {
    font-size:15px;
    padding-top: 10px;
    text-align: center;
    color: #007b6a;
}
.grid > div a {
    color:#007b6a;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: left;
  padding: 5px;
  border-radius: 6px;
  font-size: 20px;
  position: absolute;
  z-index: 1;
  bottom: -125%;
  width: 30vw;
  transition: opacity 0.3s;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


/*Infobulle sur la description de la veille*/
.overlay{
    background: black;
    opacity: .5;
    position:fixed;
    top:-100px;
    bottom:-100px;
    left:-500px;
    right:-500px;
    z-index:100;
}
.box{
    position:fixed;
    top:10%;
    left:10%;
    right:10%;
    background-color:#fff;
    color:#7F7F7F;
    padding:20px;
    border:2px solid #ccc;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    -khtml-border-radius:20px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index:101;
}
a.boxclose{
    float:right;
    cursor:pointer;
    color: #fff;
    margin-top:-35px;
    margin-right:-30px;
    text-align:center;
    width:20px;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    background: #605F61;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding: 2px 3px 7px 3px;
}

.boxclose:before {
    content: "x";
}

.box h1{
    border-bottom: 1px dashed #7F7F7F;
    margin:-20px -20px 0px -20px;
    padding:10px;
    background-color:#FFEFEF;
    color:#EF7777;
    -moz-border-radius:20px 20px 0px 0px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -khtml-border-top-left-radius: 20px;
    -khtml-border-top-right-radius: 20px;
}
.box p{
    padding:10px;
    margin: 0px -20px 0px -20px;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: .6;
    transform: none; } 
}

@keyframes fadeIn {
  from {
    opacity: 0;
    }
  to {
    opacity: .8;} 
}

@keyframes outOfTheSlide {
  0% {
    transform: translate3d(0, 0, 0);
    z-index:1;
    }
    
  83% {
    transform: translate3d(0, 0, 0);
    z-index:1;
    }
    
  100% {
    transform: translate3d(-100%, 0, 0);
    z-index:-100;
    }
}
    
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    }
  to {
    opacity: 1;
    }
}