* {
  box-sizing: border-box;
}

/*.row {
  width: 100%;
  display:flex;
  justify-content: space-between;
}*/

.row::after {
  content: "";
  clear: both;
  display: table;
  display:flex;
  justify-content: space-between;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: "Lucida Sans", sans-serif;
}

.header {
  color: #d32b42;
  padding: 15px;
}

/*
 - Woop woop est-ce le son de la P ?
*/
@font-face {
    font-family: 'Bnm-regular';
    font-style: normal;
    /*font-weight: 400;*/
    font-weight: normal;
    src: url('./policesDeC/bnm-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('./policesDeC/bnm-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./policesDeC/bnm-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('./policesDeC/bnm-regular.woff') format('woff'), /* Modern Browsers */
    url('./policesDeC/bnm-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./policesDeC/bnm-regular.svg#SyneMono') format('svg'); /* Legacy iOS */
    font-display: swap;
}

@font-face {
    font-family: 'Bnm-bold';
    font-style: normal;
    font-weight: bold;
    src: url('./policeDeC/bnm-bold.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('./policesDeC/bnm-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./policesDeC/bnm-bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('./policesDeC/bnm-bold.woff') format('woff'), /* Modern Browsers */
    url('./policesDeC/bnm-bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./policesDeC/bnm-bold.svg#SyneMono') format('svg'); /* Legacy iOS */
    font-display: swap;
}

/*@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/webfonts/fa-brands-400.woff2');
    url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/webfonts/fa-brands-400.woff2') format('woff2'),
    font-display: swap;
}*/

#container {
    /*
    IF YOU DON'T USE THE PRE-LOAD THE Browser shows you an error
    The resource at “file.woff2” preloaded with link preload was not used within a few seconds. Make sure all attributes of the preload tag are set correctly.
    Try to comment on this and test it just like me.
    */
    font-family: 'Bnm-regular';
}

#containerB {
    font-family: 'Bnm-bold';
}

.text-stdPlusPlus {
  font-size: 1.8em;
  /*font-weight: bold;*/
}

.text-std {
  font-size: 1.5em;
}

.subList {
   list-style-type: disc;
}

.menu-haut ul {
  list-style-type: none;
  /*margin: 0;
  padding: 0;*/
  margin: 0px 35px 0px 0px;
}

.menu-haut li {
  /*padding: 8px;
  margin-bottom: 7px;*/
  /*color: #ffffff;*/
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
  /*background-color: rgba(0,0,0,0.3);*/
  border: solid 5px #4b3f32;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 0 15px 7px 15px;
  margin: 0px 5px 10px 5px;
}

.menu-haut li:hover {
  /*background-color: #3f2612;*/
}

.menu-gauche ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu-gauche li {
  /*padding: 8px;
  margin-bottom: 7px;*/
  /*color: #ffffff;*/
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
  padding: 0 15px 7px 15px;
}

.menu-gauche li:hover {
  background-color: #0099cc;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.aside {
  padding: 15px;
  color: #4b3f32;
  text-align: center;
  font-size: 14px;
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
}

.footer {
  color: #4b3f32;
  text-align: center;
  font-size: 12px;
  padding: 15px;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}
.row {
    width: 100%;
    display:block;
}

.col-contenu {
  /*flex: 1;*/
  /*width: 80%;*/
  width: 100%;
  margin: 0 0 0 0;
}

.box-contenu {
  width: 100%;

  margin: -10px 0px 20px 0px; display: inline-block; padding: 15px 45px; border: 5px dotted #d32b42; text-align: left; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;
}


#blablop {
  padding: 5px 15px 5px 15px;
  border: 5px dotted #4b3f32;
  text-align: center;
  /*background-color: rgba(0,0,0,0.6);*/
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.bloblip {
    font-size: 17px;
    font-family: 'Bnm-bold';
    width: 97%;
  /*opacity: 1;*/
    /*height: 100px;*/
    max-height:200px;
    margin: -50px auto 20px auto;
    transition: all 1.5s linear; /* linear | ease | ease-in | ease-out | ease-in-out */
}

.bloblip.hide {
  /*margin: -30px auto 0px auto;*/
  /*border: 0;*/
  /*margin: -25px auto 0px auto;*/
  max-height: 0;
  opacity: 0;
  /*overflow: hidden;*/
overflow: hidden;
margin: -50px auto 0 auto;
}


#formRL {
  height: 155px;
  width: 122.205px;
  margin-bottom: 30px;
  
  margin-left: auto;
  margin-right: auto;
  display: block;
}



/*.blipblopflutch {
  height: 0;
  opacity: 0;
  overflow: hidden;
}*/



.row {
  /*display:flex;
  justify-content: space-between;*/
  display: block;
  width: 100%;
  text-align: center;
}
.col-menu {
    max-width: 100%;
    min-width: 380px;
    width: 100%;
    display: block;
    /*display: block;
    float: left;*/
    /*margin: 0 auto 0 auto;*/
    /*margin: 5px 0 0 135px;*/
    margin: 5px auto 0 auto;
    text-align: center;
}

.menu-aside {
    display: inline-block;
    width: 380px;
}

/*.col-contenu {
  margin-top: 500px;
}*/


 /* Navbar container */
.navbar {
  overflow: hidden;
  /*background-color: #333;
  font-family: Arial;*/
}

/* Links inside the navbar */
/*.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}*/

/* The dropdown container */
.dropdown {
  /*float: left;*/
  /*overflow: hidden;*/ 
}
.dropdown:hover {
  /*float: left;*/
  /*overflow: hidden;*/
  cursor: default;
}


/* Dropdown button */
/*.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;*/
  /*font-family: inherit;*/ /* Important for vertical align on mobile phones */
  /*margin: 0;*/ /* Important for vertical align on mobile phones */
/*}*/

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  /*background-color: red;*/
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(189,169,148,0.9);  /*#bda994;*/ /* rgba(30,30,30,0.6) */
  min-width: 160px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  padding: 15px 0 0 0;
  z-index: 1;


  /*border: solid 5px #4b3f32;*/
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  /*padding: 10px 25px 15px 25px;*/
  /*padding: 7px 15px 7px 20px;*/
  padding: 0px 20px 15px 20px;

  margin: 15px 5px 0 -20px;
  /*text-align: center;*/

}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  /*background-color: #ddd;*/
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
} 

.caret-down {
   /*background-image: url("../illustrations/faCaretDown.png");
   background-size: contain;*/
   /*height: 39px;
   width: 69px;*/
   
   background-size: contain;
   height: 9.75px;
   width: 17.25px;
   content:url('../illustrations/coloredCaretDown.png');
   object-fit: contain;
}

.activeMenu .caret-down {
   /*background-image: url("../illustrations/faCaretDown.png");
   background-size: contain;*/
   /*height: 39px;
   width: 69px;*/
   
   background-size: contain;
   height: 9.75px;
   width: 17.25px;
   content:url('../illustrations/brownCaretDown.png');
   object-fit: contain;
}

.dropdown:hover i {
   /*background-image: url("../illustrations/faCaretDown.png");
   background-size: contain;*/
   /*height: 39px;
   width: 69px;*/
   
   background-size: contain;
   height: 9.75px;
   width: 17.25px;
   content:url('../illustrations/whiteCaretDown.png');
   object-fit: contain;
}


.dropdown:hover .dropbtn {
   color: #ffffff !important;
}



@media only screen and (max-width: 768px) {
   /*.menu-haut li {
     width: 80%;
     margin-left: 10%;
     margin-right: 10%;
     display: block;
   }*/

  .text-stdPlusPlus {
    font-size: 0.75em;
  }

   #spnLg {
      width: 100%;
      margin: 0 0 15px 0 !important;
   }
   
   .menu-haut ul {
     list-style-type: none;
     /*margin: 0;
     padding: 0;*/
     margin: 0px 35px 0px 0px;
   }
   
   .menu-haut li {
     /*padding: 8px;
     margin-bottom: 7px;*/
     /*color: #ffffff;*/
     /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
     /*background-color: rgba(0,0,0,0.3);*/
     border: solid 5px #4b3f32;
     -moz-border-radius: 50px;
     -webkit-border-radius: 50px;
     border-radius: 50px;
     padding: 0 15px 7px 15px;
     margin: 0px 5px 10px 5px;
   }

  .dwnldBlabl {
    text-align: center;
  }
  .dwnldBlablImg {
    width: 200px; height: 200px;
    margin: 15px 0px 0px 0px;
  }
  .dwnldBlablSpn {
    font-size: 0.548em;
  }
  
  .wrpdImg {
    display: none;
  }
  .ctrBtmImg {
    display: inline;
  }
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}

  .row {
    /*display:flex;
    justify-content: space-between;*/
    /*display: block;
    width: 100%;*/
    
    width: 100%;
    display:flex;
    flex: 1;
    
  }
  .col-menu {
    max-width: 375px;
    min-width: 375px;
    /*width: 20%;*/
    /*flex: 1 0 380px;*/
    /*width: 100%;
    display: block;
    float:left;
    clear: both;
    margin: 0 auto 0 auto;*/
    margin: 5px 0 0 15px;
  }
  .col-contenu {
    /*flex: 1;*/
    /*width: 80%;*/
    width: 100%;
    display: block;
    float:left;
    clear: both;
    /*margin: 0 auto 0 auto;*/
    /*margin: 0 0 0 -100px;*/
    margin: 0 0 0 -5.5%;
  }

  .menu-aside {
      display: block;
      width: 350px;
  }

  .box-contenu {
    width: 88%; 
  }

  /*.col-menu {
    flex: 1 0 190px;
  }
  .col-contenu {
    flex: 1;
  }*/

  .menu-haut ul {
    list-style-type: none;
    /*margin: 0;
    padding: 0;*/
    margin: -10px 35px 15px 0px;
  }

  #formRL {
    height: 171.0879px;
    width: 140px;
  }

  .dwnldBlabl {
    text-align: right;
  }

  .dwnldBlablImg {
    width: 200px; height: 200px;
    margin: 0px 0px 0px -40px;
  }

  
  .wrpdImg {
    display: inline;
  }
  .ctrBtmImg {
    display: none;
  }
}

@media only screen and (min-width: 1300px) {
  .bloblip {
    width: 55%;
  }
}


/*@media only screen and (max-width: 1462px) {
  #formRL {
    height:20px;
    width:20px;
  }
}*/

/*@media only screen and (max-width: 1462px) {
  .col-menu {
    min-width: 190px;
    width: 100%;
  }
  .col-contenu {
    width: 100%;
  }
}*/


/* ---------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/





/*code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}﻿


html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
html,body{font-family:Verdana,sans-serif;font-size:15px;line-height:1.5}html{overflow-x:hidden}

.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.w3-table-all tr:nth-child(odd){background-color:#fff}.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}.w3-centered tr th,.w3-centered tr td{text-align:center}

h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}
.w3-serif{font-family:serif}.w3-sans-serif{font-family:sans-serif}.w3-cursive{font-family:cursive}.w3-monospace{font-family:monospace}
h1,h2,h3,h4,h5,h6{font-family:"Segoe UI",Arial,sans-serif;font-weight:400;margin:10px 0}.w3-wide{letter-spacing:4px}


hr{border:0;border-top:1px solid #eee;margin:20px 0}*/


/*body {
  padding: 50px;
}

div {
  width: 450px;
  padding: 10px;
  background: #ccc;
}*/

div.arrondi {
  width: 450px;
  padding: 10px;
  background: #ccc;


  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

div.cadreArrondi {
  width: 75%;
  padding: 0 50px;
  /*margin: 125px 0 0 25px;*/
  margin-top: 20px;
  margin-left: 8%;
  /*background: #ccc;*/
  border: solid 5px #ffffff;

  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}



span.menu {
    color: #d32b42;
}

a.menu {
    cursor: pointer;
    color: #d32b42;
    text-decoration: none;
}

a.menu:hover {
    color: white;
}

.activeMenu {
   color: #4b3f32 !important;
}

a {
    cursor: pointer;
    color: #d32b42;
    text-decoration: none;
}

a:hover {
    color: white;
}

/*a:link - a normal, unvisited link,
a:visited - a link the user has visited,
a:hover - a link when a user mouses over it,
a:active - the moment a link is clicked.*/

/*
body, h1 {
  font-family: "Raleway", sans-serif;
}

body, html {
  height: 100%;
}
*/

body {
    /*background: url(../illustrations/ambianceDeSalle.jpg) no-repeat center center fixed;*/
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
    /*background-size: cover;*/
    background-color: #bda994; /*#6e4597;*/
/*}


.bgimg {
  background-image: url('./w3images/tst2Bg.png');
  min-height: 100%;
  background-position: center;
  background-size: cover;
*/
  /*background: url('./w3images/tst2Bg.png') no-repeat center center fixed; */
}


/* --------------- Blabl.Yopp's specific style --------------- */
.stlBlblYp {
   background: url(../illustrations/ambianceDeSalle.jpg) no-repeat center center fixed;
   /*-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;*/
   background-size: cover;
   background-color: #bda994;
   color: white;
}

.stlBlblYp .box-contenu {
   color: white;
   border: 5px dotted #ffffff; 
}



.stlBlblYp .header {
  color: #d32b42;
  padding: 15px;
}

.stlBlblYp .menu-haut li {
  /*padding: 8px;
  margin-bottom: 7px;*/
  /*color: #ffffff;*/
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
  /*background-color: rgba(0,0,0,0.3);*/
  border: solid 5px white;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 0 15px 7px 15px;
  margin: 0px 5px 10px 5px;
}


.stlBlblYp span.menu {
    color: white;
}

.stlBlblYp a.menu {
    cursor: pointer;
    color: white;
    text-decoration: none;
}

.stlBlblYp a.menu:hover {
    color: #d32b42;
}

.stlBlblYp .activeMenu {
   color: #bda994 !important;
}

.stlBlblYp a {
    cursor: pointer;
    color: #d32b42;
    text-decoration: none;
}

.stlBlblYp a:hover {
    color: white;
}

.stlBlblYp .dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent; /*rgba(189,169,148,0.9);*/  /*#bda994;*/ /* rgba(30,30,30,0.6) */
  min-width: 160px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  padding: 15px 0 0 0;
  z-index: 1;


  /*border: solid 5px #4b3f32;*/
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  /*padding: 10px 25px 15px 25px;*/
  /*padding: 7px 15px 7px 20px;*/
  padding: 0px 20px 15px 20px;

  margin: 15px 5px 0 -20px;
  /*text-align: center;*/

}

/* Links inside the dropdown */
.stlBlblYp .dropdown-content a {
  float: none;
  /*color: black;*/
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.stlBlblYp .dropdown-content a:hover {
  /*background-color: #ddd;*/
}

/* Show the dropdown menu on hover */
.stlBlblYp .dropdown:hover .dropdown-content {
  display: block;
} 


.stlBlblYp .caret-down {
   /*background-image: url("../illustrations/faCaretDown.png");
   background-size: contain;*/
   /*height: 39px;
   width: 69px;*/
   
   background-size: contain;
   height: 9.75px;
   width: 17.25px;
   content:url('../illustrations/whiteCaretDown.png');
   object-fit: contain;
}

.stlBlblYp .activeMenu .caret-down {
   /*background-image: url("../illustrations/faCaretDown.png");
   background-size: contain;*/
   /*height: 39px;
   width: 69px;*/
   
   background-size: contain;
   height: 9.75px;
   width: 17.25px;
   content:url('../illustrations/grayCaretDown.png');
   object-fit: contain;
}

.stlBlblYp .dropdown:hover i {
   /*background-image: url("../illustrations/faCaretDown.png");
   background-size: contain;*/
   /*height: 39px;
   width: 69px;*/
   
   background-size: contain;
   height: 9.75px;
   width: 17.25px;
   content:url('../illustrations/coloredCaretDown.png');
   object-fit: contain;
}


.stlBlblYp .dropdown:hover .dropbtn {
   color: #d32b42 !important;
}

.stlBlblYp #roueLibre {
    cursor: pointer;
    animation-name: spinning;
    animation-duration: 1s;
    animation-iteration-count: 1;
    /* linear | ease | ease-in | ease-out | ease-in-out */
    animation-timing-function: ease-in-out;
    /*animation-timing-function: linear;*/
    cursor: pointer;
    /*width: 20%;
    height: 20%;*/
    vertical-align: middle;
    /*transform: rotateY(42deg);*/
    /*background-color: rgba(0,0,0,0.3);*/
    /*-moz-border-radius: 250px;
    -webkit-border-radius: 250px;
    border-radius: 250px;*/
    margin: 25px 0px 0px 0px;
    
    
    /*background: url("../illustrations/coloredLogoWTxt.png") no-repeat;*/
    /*src="<?php echo(LOCAL_DIR);?>illustrations/coloredLogoWTxt.png"*/
    background-size: contain;
    height: 9.75px;
    width: 17.25px;
    content:url('../illustrations/whiteLogoWTxt.png');
    object-fit: contain;
}

.stlBlblYp #roueLibre:hover {
  /*background-color: #3f2612;*/
  /*filter: opacity(0.8) drop-shadow(0 0 0 #3f2612);*/
  
  background-size: contain;
  height: 9.75px;
  width: 17.25px;
  content:url('../illustrations/coloredLogoWTxt.png');
  object-fit: contain;
}
/* ----------------------------------------------------------- */

.container {
  display: flex;
}

.btmImg {
  float: right;
  clear: right;
  margin: 10px 0 10px 10px;
  height: 20vw;
  
  /*@media (min-width: 1200px) {
    height: 400px;
  }*/
}

.container-inner:before {
  content: "";  
  float: right;
  height: calc(100% - 20vw - 20px);
  
  /*@media (min-width: 1200px) {
    height: calc(100% - 400px - 20px);
  }*/
}


/* ---------------------------------*/



:root {
  --img-dimensions: 100px;
}
h1 {
  text-align: center;
}
.float-bottom {
  /*width: 45%;
  min-width: 320px;
  margin: 1rem auto;
  padding: 1rem 1rem 1.5rem;
  background: #eee;
  border: 1px solid #000;*/
  box-sizing: border-box;
  display: grid;
  line-height: 1.4;
}
.float {
  float: right;
  clear: right;
  margin: 0 0 0 1rem;
  width: 500px;
  height: 375px;
  border: 1px solid #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.inner {
  /*text-align: justify;
  text-wrap: pretty;*/
}
.inner::before {
  content: "";
  width: 1px;
  float: right;
  height: calc(100% - 375px);
}


@media only screen and (max-width: 650px) {
.float {
  float: none;
  clear: none;
  margin: 0 0 0 0;
  width: 250px;
  height: 187.5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.inner {
  /*text-align: justify;
  text-wrap: pretty;*/
  text-align: center;
}
.inner::before {
  content: "";
  width: 1px;
  float: none;
  height: calc(100% - 187.5px);
}
}

/* ------------------------------*/

.post img {
   float: right;
   margin-top: 80%;
}


/* -----------------------------------------*/


.contentDiv  .bottomRight img{
  height: 130px;
  float:right;
  padding-top: 60px;
  margin-bottom: -10px;
  }


/*.w3-tooltip,.w3-display-container{position:relative}.w3-tooltip .w3-text{display:none}.w3-tooltip:hover .w3-text{display:inline-block}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-text-white,.w3-hover-text-white:hover{color:#fff!important}
.w3-display-topleft{position:absolute;left:0;top:0}.w3-display-topright{position:absolute;right:0;top:0}
.w3-padding-small{padding:4px 8px!important}.w3-padding{padding:8px 16px!important}.w3-padding-large{padding:12px 24px!important}
.w3-xlarge{font-size:24px!important}.w3-xxlarge{font-size:36px!important}.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}
.w3-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}

.w3-xlarge{font-size:24px!important}.w3-xxlarge{font-size:36px!important}.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-xlarge{font-size:24px!important}.w3-xxlarge{font-size:36px!important}.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}*/

/*.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}.w3-centered tr th,.w3-centered tr td{text-align:center}*/
/*.w3-bar{width:100%;overflow:hidden}.w3-center .w3-bar{display:inline-block;width:auto}
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
.w3-left-align{text-align:left!important}.w3-right-align{text-align:right!important}.w3-justify{text-align:justify!important}.w3-center{text-align:center!important}

.w3-border-grey,.w3-hover-border-grey:hover,.w3-border-gray,.w3-hover-border-gray:hover{border-color:#9e9e9e!important}
.w3-tiny{font-size:10px!important}.w3-small{font-size:12px!important}.w3-medium{font-size:15px!important}.w3-large{font-size:18px!important}

.w3-display-bottomleft{position:absolute;left:0;bottom:0}.w3-display-bottomright{position:absolute;right:0;bottom:0}

.w3-padding-small{padding:4px 8px!important}.w3-padding{padding:8px 16px!important}.w3-padding-large{padding:12px 24px!important}*/



/*@media only screen and (max-width: 620px) {*/
  /* For mobile phones: */
/*  .w3-display-topleft {
    position: static;
    display:block;
    float:left;*/
    /*width: 100%; aaaaaaa*/
/*    width: 100%;*/
    /*background-color: blue;*/
 /* }

  .w3-display-middle {
    position:static;
    display:block;
    float:left;

    top:0%;
    left:0%;
    transform:translate(0%,0%);
    -ms-transform:translate(0%,0%);

  }*/
/*}*/


  @keyframes spinning {
    from { transform: rotateZ(0deg); }
    to { transform: rotateZ(360deg); }
  }

  @keyframes reverseSpinning {
    from { transform: rotateZ(360deg); }
    to { transform: rotateZ(0deg); }
  }


  /*.spinhov:hover {
    cursor: pointer;
  }*/

    /*:target*/
  /*.spinhov:active {
    animation-name: spinning;
    animation-duration: 1s;
    animation-iteration-count: 1;*/
    /* linear | ease | ease-in | ease-out | ease-in-out */
  /*  animation-timing-function: ease-in-out;*/
    /*animation-timing-function: linear;*/
  /*  cursor: pointer;
  }*/

﻿

label {
    display: block;
    background: lightgrey;
    width: 100px;
    height: 100px;
}

#btnControl {
    width: 25%;
    height: 25%;
    display: none;
}

/*#btnControl:checked + label > img {

    animation-name: spinning;
    animation-duration: 1s;
    animation-iteration-count: 1;*/
    /* linear | ease | ease-in | ease-out | ease-in-out */
 /*   animation-timing-function: ease-in-out;*/
    /*animation-timing-function: linear;*/
 /*   cursor: pointer;
    width: 7%;
    height: 7%;
    transform: rotateY(42deg);
}*/

#roueLibre {
    cursor: pointer;
    animation-name: spinning;
    animation-duration: 1s;
    animation-iteration-count: 1;
    /* linear | ease | ease-in | ease-out | ease-in-out */
    animation-timing-function: ease-in-out;
    /*animation-timing-function: linear;*/
    cursor: pointer;
    /*width: 20%;
    height: 20%;*/
    vertical-align: middle;
    /*transform: rotateY(42deg);*/
    /*background-color: rgba(0,0,0,0.3);*/
    /*-moz-border-radius: 250px;
    -webkit-border-radius: 250px;
    border-radius: 250px;*/
    margin: 25px 0px 0px 0px;
    
    
    /*background: url("../illustrations/coloredLogoWTxt.png") no-repeat;*/
    /*src="<?php echo(LOCAL_DIR);?>illustrations/coloredLogoWTxt.png"*/
    background-size: contain;
    height: 9.75px;
    width: 17.25px;
    content:url('../illustrations/coloredLogoWTxt.png');
    object-fit: contain;
}

#roueLibre:hover {
  /*background-color: #3f2612;*/
  /*filter: opacity(0.8) drop-shadow(0 0 0 #3f2612);*/
  
  background-size: contain;
  height: 9.75px;
  width: 17.25px;
  content:url('../illustrations/whiteLogoWTxt.png');
  object-fit: contain;
}





.animOpcty {
  animation: opac 2.8s
}
@keyframes opac {
  from{opacity: 0} to{opacity: 1}
}

.animTop {
  position: relative;
  animation: animatetop 2.4s
}
@keyframes animatetop {
from{top: -300px; opacity: 0} to{top: 0; opacity: 1}
}



#something {
  display: none;
}

#something:target {
  display: block;
}


#footer {   
  position:fixed;
  left:0px;
  bottom:0px;
  height:30px;
  width:100%;
  z-index: 10;
}

/* IE 6 */
* html #footer {
  position:absolute;
  top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}




