@font-face {
  font-family: 'Goldana';
  src:url('../fonts/Goldana Base.ttf') format('woff'); 
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CFNuclearWar-Regular';
  src:url('../fonts/CFNuclearWar-Regular.ttf') format('woff'); 
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BadBlocksTT';
  src:url('../fonts/BadBlocks TT.ttf') format('woff'); 
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Funkrocker';
  src:url('../fonts/Funkrocker.otf') format('woff'); 
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Grandstander-Medium';
  src:url('../fonts/Grandstander-Medium.ttf') format('woff'); 
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'jamaistevie';
  src:url('../fonts/jamaistevie.ttf') format('woff'); 
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: BadBlocksTT;
  background-color: rgb(156, 99, 99);
}
#titreH1{
  text-align: center;
}
#zone {
  background-color: #EEE;
  border: #000 4px dashed;
  width: 450px;
  padding: 8px;
  font-size: 18px;
}
#calepin {
  background-image: url("../images/calepin.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 7%;
  margin-left: 7%;
  margin-top: 5vh;
  padding-top: 20vh;
  padding-left: 5%;
  height: 100vh;
}
#calepin h1 {
  font-size: 5vw;
  font-family: "Funkrocker";
  color: rgb(255, 255, 255);
  padding: 0;
  margin-left: -15vh;
  margin-right: -10vh;
}
#calepin a {
  color: rgb(202, 193, 173);
  font-size: 2vw;
}
#prog {
  font-size: large;
  font-family: "Funkrocker";
}
#fondrayures {
  z-index: 0;
  background-image: url("../images/bandeRouges.svg");
  background-position: center;
  background-repeat: no-repeat;
}
#date {
  color: #cac1ad;
  font-family: Grandstander-Medium;
  font-size: 15vh;
  position: relative;
  float: center;
  text-align: center;
}
#heure {
  color: #cac1ad;
  font-family: Grandstander-Medium;
  font-size: xx-large;
  position: relative;
  text-align: center;
}
#endroit {
  color: #a10023;
  font-family: Grandstander-Medium;
  font-size: large;
  position: relative;
  float: right;
  text-align: right;
  
}
#titreBlanc {
  border-width: 3px 4px 3px 5px;
  border-radius: 55% 4% 92% 5%/4% 95% 6% 55%;
  background-color: #cac1ad;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #000;
  font-stretch: extra-expanded;
  font-family: Grandstander-Medium;
  font-size: x-large;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 2vw;
  padding-right: 2vw;
  animation: secoue 0.7s;
  animation-iteration-count: 1000;
  width: auto;
  height: auto;
  text-align: center;
  margin-bottom: -8vh;
  z-index: 3;
  border: #ffffff;
  border-right-style:groove;
  border-left-style:groove;
  border-width: 10px;
  border-top-left-radius:80% 0%;
  border-top-right-radius:10% 50%;
  border-bottom-left-radius: 60% 30%;
  border-bottom-right-radius: 50% 20%;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

@keyframes secoue {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
#envoi {
    width:50%;
    margin:0 auto;
}
#envoi p {
    text-align: center;
}
#envoi #fichier {
    display: none;
}
#nom_fichiers {
    font-size: 14px;
}
img{
    width: 200px;
    height: 200px;
}
.imgcentre{
  max-height: 100%;
  width: 15vh;
  height: 15vh;
  }
/* Set height of the grid so .sidenav can be 100% (adjust if needed) */
.row.content {height: 1500px}

#titremenu{
  font-size: 3vw;
  font-weight: bolder;
  color: rgb(255, 255, 255);
  text-align: center;
}
#drapeau {
  width:10vh;
  height:10vh;
}
#titre {
  color: rgb(255, 255, 255);
  background-color: #a10023;
}

#titre h4 img{
  width: 8%;
  height: 8%;
}
#titre h1{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2vw;
  color: rgb(255, 255, 255);
  background-color: #a10023;
  text-align: center;
  z-index: 1;
}
#soustitre h2{
  margin-top: 0px;
  font-size:4vw;
  font-weight: bold;
  color: #a10023;
  text-align: center;
  background-color: #000000;
  text-align: center;
}
#guirlandeNoireTop {
  background-image: url("../images/guirlandeNoire.png");
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  font-size:7vw;
  font-family:"CFNuclearWar-Regular";
  color: #a10023;
  text-align: center;
}
#guirlandeRougeTop{
  z-index: 0;
  background-image: url("../images/guirlandeRouge.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0%;
  margin: 0%;
}
#guirlandeRougeTop h4{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 7vw;
  font-weight: bolder;
  color: rgb(255, 255, 255);
  text-align: center;
  z-index: 1;
}
#guirlandeBeigeTop{
  z-index: 0;
  background-image: url("../images/guirlandeBeige.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0%;
  margin: 0%;
}
#titreProg h1 {
  font-size: 10vh;
  font-weight: bolder;
  color: #cac1ad;
}
#titreProg .col-sm-10 {
  padding-left: 5vh;
  padding-top: 3vh;
  margin-top: 0;
  text-align: center;
}
#titreProg .col-sm-2 {
  height: fit-content;
  width: fit-content;
  padding-top: 6vh;
  margin-top: 0;
}
#texte-blanc h5 {
	color: #EEE;
	text-align: center;
}
#texte-blanc {
	color: #EEE;
}
#fondNoir{
  z-index: 0;
  padding: 0%;
  margin: 0%;
}
#imag{
  background-color: #000000;
  padding: 0vh;
  margin: 0vh;
  overflow: hidden;
}
#imag img{
  padding: 0vh;
  margin: 0vh;
  height:max-content;
  width:100%;
  overflow: hidden;
}
#logoBlanc{
  background-repeat: no-repeat;
	background-image: url("../images/logoBlanc.png");
	margin: 0%;
  margin-top: -53vh;
	padding: 0vh;
	position: inherit;
	height: 100vh;
}
#logoetcontact{
  background-color: rgb(255, 255, 255);
}
#logoetcontact img{
  width: 46.7vh;
  height: 17.0vh;
}
/* Set black background color, white text and some padding */
#piedpage {
  background-color: rgb(27, 6, 6);
  color: white;
  padding: 15px;
  position: sticky;
}
#piedpage2 {
  background-color: #cac1ad;
  padding: 15px;
  position: sticky;
}
#piedpage2 a {
  color:#a10023;
  font-family: BadBlocksTT;
}
#description {
  color:blanchedalmond;
  font-family: 'Arial';
  text-align: justify;
  font-size: large;
  width: 80%;
  column-count: 2;
  column-gap: 10vh;
  width: 100%;
}
#description2 {
  color:blanchedalmond;
  font-family: 'Arial';
  text-align: justify;
  font-size: large;
  width: 80%;
  column-gap: 10vh;
  width: 100%;
}
.icon {
  position: absolute;
  top: 70%;
  left: 70%;
  transform: translateX(-50%) translateY(-50%);
}
.hamburger {
  content: ' ';
  position: relative;
  width: 20px;
  border: 2px solid #000000;
  border-radius: 5px;
  transition: all 0.333333333333333s ease;
}
.hamburger:after,
.hamburger:before {
  content: ' ';
  position: absolute;
  left: 50%;
  width: 100%;
  border: 2px solid #000000;
  border-radius: 5px;
  transform: translateX(-50%);
  transition-property: top, bottom, transform;
  transition-duration: 1s, 1s, 0.25s;
}
.hamburger:after {
  top: -8px;
}
.hamburger:before {
  bottom: -8px;
}
.menu {
  pointer-events: none;
  height: 100vh;
}
.menu--circle {
  position: absolute;
  z-index: 13;
  width: 243.33333333333334px;
  height: 243.33333333333334px;
  background-color: transparent;
  overflow: hidden;
}
.col-sm-3 {
  padding-left: 0px; /*Coller le menu rond au bord gauche*/
}
.col-sm-12 h1{
  text-align: center;
}
.menu__active {
  position: relative;
}
.menu__toggle {
  z-index: 11;
  position: absolute;
  top: -100px;
  left: -100px;
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 1.3s;
  cursor: pointer;
  pointer-events: auto;
}
.menu__listings {
  z-index: 10;
  position: absolute;
  top: -200px;
  left: -200px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  transform: scale(0.1) rotate(150deg);
  transition: transform 1s;
}
.menu__arrow {
  visibility: hidden;
  position: absolute;
}
.menu__arrow input[type="radio"] {
  position: fixed;
  top: -99999px;
  left: -99999px;
}
.menu__arrow ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu__arrow--top {
  top: 0.5em;
  left: 220px;
}
.menu__arrow--top .arrow {
  transform: rotate(-45deg);
}
.menu__arrow--left {
  top: 220px;
  left: 0.5em;
}
.menu__arrow--left .arrow {
  transform: rotate(-135deg);
}
.arrow {
  width: 14px;
  height: 14px;
  border-right: 6.666666666666667px solid rgb(255, 255, 255);
  border-top: 6.666666666666667px solid rgb(255, 255, 255);
  border-radius: 3px;
  transition: border-color 0.3s;
  cursor: pointer;
  pointer-events: auto;
}
.arrow:hover {
  border-color: #7fe1ff;
  transition: border-color 0.3s;
  transform: rotate(300deg);
}
.circle {
  position: relative;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  transform: rotate(108deg);
  overflow: hidden;
  list-style: none;
}
.circle li {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 50%;
  transform-origin: 0 100%;
}
.circle li .placeholder {
  position: absolute;
  left: -100%;
  padding-top: 1.5em;
  width: 200%;
  height: 200%;
  text-align: center;
  transform: skewY(54deg) rotate(18deg);
}
.circle li .placeholder .upside {
  transform: rotate(180deg);
}
.circle li .placeholder a {
  text-decoration: none;
  pointer-events: auto;
}
.circle li .placeholder button {
  pointer-events: auto;
}
.circle li .placeholder .button {
  font-size: 2.3em;
  background-color: transparent;
  border: none;
  color: #f0dcdc;
  cursor: pointer;
}
.circle li:nth-child(1) {
  transform: rotate(0deg) skewY(-54deg);
  background-color: rgb(173, 53, 53);
}
.circle li:nth-child(2) {
  transform: rotate(36deg) skewY(-54deg);
  background-color: rgb(206, 59, 59);
}
.circle li:nth-child(3) {
  transform: rotate(72deg) skewY(-54deg);
  background-color: rgb(224, 62, 62);
}
.circle li:nth-child(4) {
  transform: rotate(108deg) skewY(-54deg);
  background-color: rgb(219, 48, 48);
}
.circle li:nth-child(5) {
  transform: rotate(144deg) skewY(-54deg);
  background-color: rgb(230, 19, 19);
}
.circle li:nth-child(6) {
  transform: rotate(180deg) skewY(-54deg);
  background-color: rgb(146, 20, 20);
}
.circle li:nth-child(7) {
  transform: rotate(216deg) skewY(-54deg);
  background-color: rgb(136, 13, 13);
}
.circle li:nth-child(8) {
  transform: rotate(252deg) skewY(-54deg);
  background-color: rgb(126, 8, 8);
}
.circle li:nth-child(9) {
  transform: rotate(288deg) skewY(-54deg);
  background-color: rgb(82, 3, 3);
}
.circle li:nth-child(10) {
  transform: rotate(324deg) skewY(-54deg);
  background-color: rgb(54, 2, 2);
}
#menu__active {
  position: fixed;
  top: -99999px;
  left: -99999px;
}
#menu__active:checked ~ label .menu__listings {
  transform: rotate(10deg) scale(1);
  transition: transform 1s;
}
#menu__active:checked ~ label .menu__toggle {
  background-color: #000000;
  transition: all 1s;
}
#menu__active:checked ~ label .hamburger {
  border-color: transparent;
  transition: border-color 0.333333333333333s;
}
#menu__active:checked ~ label .hamburger:after {
  top: -2px;
  border-color: #fff;
  transform: translateX(-50%) rotate(45deg);
  transition-property: top, transform;
  transition-duration: 0.25s, 1s;
}
#menu__active:checked ~ label .hamburger:before {
  bottom: -2px;
  border-color: #fff;
  transform: translateX(-50%) rotate(-45deg);
  transition-property: bottom, transform;
  transition-duration: 0.25s, 1s;
}
#menu__active:checked ~ label .button:hover {
  color: #c1264e;
}
#menu__active:checked ~ label .menu__arrow {
  visibility: visible;
  transition: all 1s 1.111111111111111s;
}
#menu__active:checked ~ label .menu__arrow--top label {
  display: none;
}
#menu__active:checked ~ label .menu__arrow--top label[for="degree--up-0"] {
  display: block;
}
#menu__active:checked ~ label #degree--up-0:checked ~ .menu__listings {
  transform: rotate(116deg);
}
#menu__active:checked ~ label #degree--up-0:checked ~ .menu__arrow--top label {
  display: none;
}
#menu__active:checked ~ label #degree--up-0:checked ~ .menu__arrow--top label[for="degree--up-1"] {
  display: block;
}
#menu__active:checked ~ label #degree--up-1:checked ~ .menu__listings {
  transform: rotate(224deg);
}
#menu__active:checked ~ label #degree--up-1:checked ~ .menu__listings ~ .menu__arrow--top label {
  display: none;
}
#menu__active:checked ~ label #degree--up-1:checked ~ .menu__listings ~ .menu__arrow--top label[for="degree--up-2"] {
  display: block;
}
#travaux {
  width: auto;
  height: 100%;
}
/*#moncarroussel {
  
}*/
#carte {
  margin-top: 20px;
  position: absolute;
  opacity: 1;
  width: 20vw;
  height: 20vw;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  overflow: hidden;
  animation: cartebouge 2s;
  animation-iteration-count: 6;
}
#layer-2 {
  height: 30vw;
  text-align: center;
  margin-left: 38%;
  margin-right: 33%;
}
@keyframes cartebouge {
  0% { transform: translate(10px, 10px); }
  5% { transform: translate(20px, 20px); }
  10% { transform: translate(30px, 30px); }
  15% { transform: translate(40px, 40px); }
  20% { transform: translate(50px, 50px); }
  25% { transform: translate(40px, 50px); }
  30% { transform: translate(30px, 50px); }
  35% { transform: translate(20px, 50px); }
  40% { transform: translate(10px, 50px); }
  45% { transform: translate(0px, 50px); }
  50% { transform: translate(10px, 40px); }
  55% { transform: translate(20px, 30px); }
  60% { transform: translate(30px, 20px); }
  65% { transform: translate(40px, 10px); }
  70% { transform: translate(50px, 0px); }
  75% { transform: translate(40px, 0px); }
  80% { transform: translate(30px, 0px); }
  85% { transform: translate(20px, 0px); }
  90% { transform: translate(10px, 0px); }
  95% { transform: translate(0px, 0px); }
  100% { transform: translate(0px, 0px); }
}
#liste {
  color :rgb(202, 193, 173);
}
#diapo .col-sm-12{
  align-self: center;
}
