body{
width:100%;
}

*{
margin:0;
padding:0;
}

.container{
width:100%;
padding:0;
margin:0;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding-right:35px;
    font-size: 50px;
    background:#1d949a;
    color:white;
    vertical-align: center;
}

.file {
max-width:100%;
height:100%;
}

.titre {
height: 10%;
background:#1d949a;
width:100%;
font-size:75px;
text-transform:uppercase;
font-weight:bold;
color:white;
}

.titre p{
margin-left:30px;
}

.contenu {

font-size:50px;
}

.content_inside {
    margin-left: 35px;
    margin-right: 35px;
}

td, th{
font-size:50px;
}

.content_message{
width:96%;
font-size:50px;
margin:0 auto;
text-align: justify;
}

.upload img{
width:100%;
}

.entete_bienvenue{
    height: 295px;
    width: 100%;
    background-image: url("images/logo.png");
    background-repeat: no-repeat;
    background-position:center;
    background-color: #eee2e2;
}

.content_bienvenue {
    height:460px;
    background:#1d949a;
    width:100%;
    font-size:260px;
    text-transform:uppercase;
    font-weight:bold;
    color:white;
    vertical-align: middle;
    line-height: 460px;
    text-align: center;
}

.footer_bienvenue {
    width: 100%;
    height: 170px;
    background-color:#eee2e2;
}

animation {
    animation-duration: 3s;
    animation-name: text_move;
    animation-iteration-count: 1;
}

@keyframes text_move {
    from {
        margin-left: 100%;
        width: 300%;
    }
    to {
        margin-left: 0%;
        width: 100%;
    }  
}
  
/*======================================================================================================================
//
// Weather related classes
//
======================================================================================================================*/

#header_left{
    float: left;
}

#header_right{
    float:right;
    font-size: 40px;
    font-weight: normal;
    padding-right: 20px;
    padding-top: 40px;
}

.current_temperature{
    width:50%;
    font-size:120px;
    font-weight: bolder;
    color: white;
	margin:60px 0 50px 140px;
}

.lowest_temperature{
    width:96%;
    font-size:50px;
    margin:0 auto;
    text-align: justify;
    color:cornflowerblue;
}

.highest_temperature{
    width:96%;
    font-size:50px;
    margin:0 auto;
    text-align: justify;
    color:brown;
}

#weather_body{
  background: url("images/fond_meteo.jpg"); 
  width: 100%;
  height:90%;
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display:block;
  justify-content:center;
  align-items:center;
  overflow: hidden !important;
}

#weather_this_day{
    width:1920px;
	  height:865px;
    margin:5px 0 5px 20px;
}

.circle {
        margin:5px 0 0 90px;
        width:210px;
        background:#7d98e2;
        height:210px;
        text-align:center;
        text-shadow: 10px 1px 1px rgb(46, 43, 43);
        border-radius:100px;
        line-height: 190px; /* 100 - 10 */
        font-size:120px;
        color: white;
}

.global_border {
  width:72%;
  white-space: nowrap;
  display: flex;
  justify-content:space-around;
  margin:60px 0 0 440px;
}

.borders_content {  
  border: 2px solid rgb(104, 238, 138);
  padding: 1.2em;
  border-radius: 50px;
  background-color: rgb(68, 66, 66);
  text-align:center; /*Texte centré horizontalement*/
  line-height: 50px; 
  vertical-align: middle;
}

.borders_content_temperature {
   height: 20%;
   border: 2px solid rgb(104, 238, 138);
   padding: 1.2em;
   border-radius: 50px;
   background-color: rgb(68, 66, 66);
   text-align:center; /*Texte centré horizontalement*/
   line-height: 50px; 
   vertical-align: middle;
}
      
.info_weather {
	  color: white;
   /*font-family:Arial, Helvetica, sans-serif;*/
	  font-size:23px;
}

.info_weather_min{
    color: rgb(0, 140, 255);
    font-size: 28px;
}

.info_weather_max{
    color: rgb(255, 38, 38);
    font-size: 28px;
}

.info_weather_decoration{
    color: yellow;
    text-decoration:underline dotted;
}

.info_date{
    margin:15px 60px 5px 20px;
    font-size:50px;
    font-weight: bold;
    color: white;
    font-family:Arial, Helvetica, sans-serif;
    text-align: right;
}

.test{
    display: block;
    margin: 0 auto;

    width: 200px;
}

table.admin {
    width:90%;
}

th.admin{
    font-size: 20px;
    font-weight: bold;
}

td.admin{
    font-size: 20px;
}

/*======================================================================================================================
//
//     Icones animées pour météo
//
======================================================================================================================*/

.container h1 {
    color: white;
    font-weight: lighter;
    text-transform: uppercase;
}

.container h2 {
    color: white;
    font-weight: lighter;
}

.meteo_desc h2 {
    color:rgb(24, 24, 228);
    font-size:28px;
    font-weight: bolder;
    text-transform: uppercase;

}

.icon {
    font-size: 1.6em; /* taille de l'icone */
    color: rgb(40, 101, 216);
  }
  
  .sunny {
    position: absolute;
    top: 40%;
    left: 40%;
  }
  
   .rainy {
    position: absolute;
    top: 40%;
    left: 40%;
  }
  
  .cloudy {
    position: absolute;
    top: 40%;
    left: 40%;
  }
  
  .flurries {
    position: absolute;
    top: 40%;
    left: 40%;
  }
  
  .thunder-storm {
    position: absolute;
    top: 40%;
    left: 40%;
  }
  
  .sun-shower {
    position: absolute;
    top: 40%;
    left: 40%;
  }
  
  .sun {
    width: 2.5em;
    height: 2.5em;
    margin: -1.25em;
    background: currentColor;
    border-radius: 50%;
    box-shadow: 0 0 0 0.375em orange;
    -webkit-animation: spin 12s infinite linear;
            animation: spin 12s infinite linear;
  }
  
  .cloud + .sun {
    margin: -2em 1em;
  }
  
  .rays {
    position: absolute;
    top: -2em;
    left: 50%;
    display: block;
    width: 0.375em;
    height: 1.125em;
    margin-left: -0.1875em;
    background: yellow;
    border-radius: 0.25em;
    box-shadow: 0 5.375em yellow;
  }
  
  .rays:before, .rays:after {
    content: '';
    position: absolute;
    top: 0em;
    left: 0em;
    display: block;
    width: 0.375em;
    height: 1.125em;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: 50% 3.25em;
            transform-origin: 50% 3.25em;
    background: yellow;
    border-radius: 0.25em;
    box-shadow: 0 5.375em yellow;
  }
  .rays:before {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  
  .rain,
  .lightning,
  .snow {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 20%;
    width: 3.75em;
    height: 3.75em;
    margin: 0.375em 0 0 -2em;
    /*background: currentColor;*/
  }
  
  .rain:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 1.125em;
    height: 1.125em;
    margin: -1em 0 0 -0.25em;
    background: #0cf;
    border-radius: 100% 0 60% 50% / 60% 0 100% 50%;
    box-shadow:
      0.625em 0.875em 0 -0.125em rgba(255,255,255,0.2),
      -0.875em 1.125em 0 -0.125em rgba(255,255,255,0.2),
      -1.375em -0.125em 0 rgba(255,255,255,0.2);
    -webkit-transform: rotate(-28deg);
            transform: rotate(-28deg);
    -webkit-animation: rain 3s linear infinite;
            animation: rain 3s linear infinite;
  }
  
  .cloud {
    position: absolute;
    z-index: 1;
    width: 3.6875em;
    height: 3.6875em;
    margin: -1.84375em;
    background: currentColor;
    border-radius: 50%;
    box-shadow:
      -2.1875em 0.6875em 0 -0.6875em,
      2.0625em 0.9375em 0 -0.9375em ,
      0 0 0 0.375em lightgray,
      -2.1875em 0.6875em 0 -0.3125em lightgray,
      2.0625em 0.9375em 0 -0.5625em lightgray;
  }
  .cloud:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -0.5em;
    display: block;
    width: 4.5625em;
    height: 1em;
    background: currentColor;
    box-shadow: 0 0.4375em 0 -0.0625em lightgray;
  }
  .cloud:nth-child(2) {
    z-index: 0;
    background: #fff;
    box-shadow:
      -2.1875em 0.6875em 0 -0.6875em #fff,
      2.0625em 0.9375em 0 -0.9375em #fff,
      0 0 0 0.375em #fff,
      -2.1875em 0.6875em 0 -0.3125em #fff,
      2.0625em 0.9375em 0 -0.5625em #fff;
    opacity: 0.3;
    -webkit-transform: scale(0.5) translate(6em, -3em);
            transform: scale(0.5) translate(6em, -3em);
    -webkit-animation: cloud 4s linear infinite;
            animation: cloud 4s linear infinite;
  }
  .cloud:nth-child(2):after { background: #fff; }
  
  .flake:before,
  .flake:after {
    content: '\2745';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.025em 0 0 -1.0125em;
    color: #fff;
    list-height: 1em;
    opacity: 0.2;
    -webkit-animation: spin 8s linear infinite reverse;
            animation: spin 8s linear infinite reverse;
  }
  .flake:after {
    margin: 0.125em 0 0 -1em;
    font-size: 1.5em;
    opacity: 0.4;
    -webkit-animation: spin 14s linear infinite;
            animation: spin 14s linear infinite;
  }
  .flake:nth-child(2):before {
    margin: -0.5em 0 0 0.25em;
    font-size: 1.25em;
    opacity: 0.2;
    -webkit-animation: spin 10s linear infinite;
            animation: spin 10s linear infinite;
  }
  .flake:nth-child(2):after {
    margin: 0.375em 0 0 0.125em;
    font-size: 2em;
    opacity: 0.4;
    -webkit-animation: spin 16s linear infinite reverse;
            animation: spin 16s linear infinite reverse;
  }
  
  .bolt {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.25em 0 0 -0.125em;
    color: #fff;
    opacity: 0.3;
    -webkit-animation: lightning 2s linear infinite;
            animation: lightning 2s linear infinite;
  }
  .bolt:nth-child(2) {
    width: 0.5em;
    height: 0.25em;
    margin: -1.75em 0 0 -1.875em;
    -webkit-transform: translate(2.5em, 2.25em);
            transform: translate(2.5em, 2.25em);
    opacity: 0.2;
    -webkit-animation: lightning 1.5s linear infinite;
            animation: lightning 1.5s linear infinite;
  }
  
  .bolt:before,
  .bolt:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin: -1.625em 0 0 -1.0125em;
    border-top: 1.25em solid transparent;
    border-right: 0.75em solid;
    border-bottom: 0.75em solid;
    border-left: 0.5em solid transparent;
    -webkit-transform: skewX(-10deg);
            transform: skewX(-10deg);
  }
  .bolt:after {
    margin: -0.25em 0 0 -0.25em;
    border-top: 0.75em solid;
    border-right: 0.5em solid transparent;
    border-bottom: 1.25em solid transparent;
    border-left: 0.75em solid;
    -webkit-transform: skewX(-10deg);
            transform: skewX(-10deg);
  }
  .bolt:nth-child(2):before {
    margin: -0.75em 0 0 -0.5em;
    border-top: 0.625em solid transparent;
    border-right: 0.375em solid;
    border-bottom: 0.375em solid;
    border-left: 0.25em solid transparent;
  }
  .bolt:nth-child(2):after {
    margin: -0.125em 0 0 -0.125em;
    border-top: 0.375em solid;
    border-right: 0.25em solid transparent;
    border-bottom: 0.625em solid transparent;
    border-left: 0.375em solid;
  }
  
  /* Keyframe animations */
  
  @-webkit-keyframes spin {
      0%  {-webkit-transform: rotate(0deg);}
      100% {-webkit-transform: rotate(360deg);}   
  }
  
  @keyframes spin {
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
  }
  
  @-webkit-keyframes rain {
    0% {
      background: #0cf;
      box-shadow:
        0.625em 0.875em 0 -0.125em rgba(255,255,255,0.2),
        -0.875em 1.125em 0 -0.125em rgba(255,255,255,0.2),
        -1.375em -0.125em 0 #0cf;
    }
    25% {
      box-shadow:
        0.625em 0.875em 0 -0.125em rgba(255,255,255,0.2),
        -0.875em 1.125em 0 -0.125em #0cf,
        -1.375em -0.125em 0 rgba(255,255,255,0.2);
    }
    50% {
      background: rgba(255,255,255,0.3);
      box-shadow:
        0.625em 0.875em 0 -0.125em #0cf,
        -0.875em 1.125em 0 -0.125em rgba(255,255,255,0.2),
        -1.375em -0.125em 0 rgba(255,255,255,0.2);
    }
    100% {
      box-shadow:
        0.625em 0.875em 0 -0.125em rgba(255,255,255,0.2),
        -0.875em 1.125em 0 -0.125em rgba(255,255,255,0.2),
        -1.375em -0.125em 0 #0cf;
    }
  }
  
  @keyframes rain {
    0% {
      background: #0cf;
      box-shadow:
        0.625em 0.875em 0 -0.125em rgba(255,255,255,0.2),
        -0.875em 1.125em 0 -0.125em rgba(255,255,255,0.2),
        -1.375em -0.125em 0 #0cf;
    }
    25% {
      box-shadow:
        0.625em 0.875em 0 -0.125em rgba(255,255,255,0.2),
        -0.875em 1.125em 0 -0.125em #0cf,
        -1.375em -0.125em 0 rgba(255,255,255,0.2);
    }
    50% {
      background: rgba(255,255,255,0.3);
      box-shadow:
        0.625em 0.875em 0 -0.125em #0cf,
        -0.875em 1.125em 0 -0.125em rgba(255,255,255,0.2),
        -1.375em -0.125em 0 rgba(255,255,255,0.2);
    }
    100% {
      box-shadow:
        0.625em 0.875em 0 -0.125em rgba(255,255,255,0.2),
        -0.875em 1.125em 0 -0.125em rgba(255,255,255,0.2),
        -1.375em -0.125em 0 #0cf;
    }
  }
  
  @-webkit-keyframes cloud {
    0% { opacity: 0; }
    50% { opacity: 0.3; }
    100% {
      opacity: 0;
      -webkit-transform: scale(0.5) translate(-200%, -3em);
              transform: scale(0.5) translate(-200%, -3em);
    }
  }
  
  @keyframes cloud {
    0% { opacity: 0; }
    50% { opacity: 0.3; }
    100% {
      opacity: 0;
      -webkit-transform: scale(0.5) translate(-200%, -3em);
              transform: scale(0.5) translate(-200%, -3em);
    }
  }
  
  @-webkit-keyframes lightning {
    45% {
      color: #fff;
      background: #fff;
      opacity: 0.2;
    }
    50% {
      color: #0cf;
      background: #0cf;
      opacity: 1;
    }
    55% {
      color: #fff;
      background: #fff;
      opacity: 0.2;
    }
  }
  
  @keyframes lightning {
    45% {
      color: #fff;
      background: #fff;
      opacity: 0.2;
    }
    50% {
      color: #0cf;
      background: #0cf;
      opacity: 1;
    }
    55% {
      color: #fff;
      background: #fff;
      opacity: 0.2;
    }
  }