@font-face {
  font-family: BlackArougRegular;
  src: url(/font/BlackAroug-Regular.otf) format('opentype')
}

h1 {
  font-family: BlackArougRegular, sans-serif
}


.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.5;
  font-weight: 400;
  font-family: BlackArougRegular !important;
  color: #fff
}

:root {
  --primary-color: rgb(54 54 54 / 75%);
  --overlay-color: rgba(240, 240, 240, 0.85);
  --menu-speed: 0.75s
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

.a {
  text-decoration: none !important
}

body {
  font-family: Roboto, sans-serif;
  line-height: 1.4;
  background-color: #000
}

.container {
  margin: auto;
  overflow: hidden;
  padding: 0 3rem
}

.btn {
  display: inline-block;
  border: none;
  background: var(--primary-color);
  color: #fff;
  padding: .75rem 1.5rem;
  margin-top: 1rem;
  transition: opacity 1s ease-in-out;
  text-decoration: none
}

.btn:hover {
  opacity: .7
}

.menu-wrap {
  position: fixed;
  top: 0;
  z-index: 50000;
  margin:auto;
  width:100%;
}
.menu-wrap-inner {
    margin: auto;
	text-align: right;
    position: absolute;
    right: 90px;
}

.menu-wrap .toggler {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50000;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0;

  body{
    filter: grayscale(100%);
  }
}

.menu-wrap .hamburger {
  position: absolute;
  top: 0;
  right: -50px;
  z-index: 50000;
  width: 60px;
  height: 60px;
  padding: 1rem;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center
}

.menu-wrap .hamburger>div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s ease
}

.menu-wrap .hamburger>div::after,
.menu-wrap .hamburger>div::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  width: 100%;
  height: 2px;
  background: inherit
}

.menu-wrap .hamburger>div::after {
  top: 10px
}

.menu-wrap .toggler:checked+.hamburger>div {
  transform: rotate(135deg)
}

.menu-wrap .toggler:checked+.hamburger>div:after,
.menu-wrap .toggler:checked+.hamburger>div:before {
  top: 0;
  transform: rotate(90deg)
}

.menu-wrap .toggler:checked:hover+.hamburger>div {
  transform: rotate(225deg)
}

.menu-wrap .toggler:checked~.menu {
  visibility: visible
}

.menu-wrap .toggler:checked~.menu>div {
  transform: scale(1);
  transition-duration: var(--menu-speed)
}

.menu-wrap .toggler:checked~.menu>div>div {
  opacity: 1;
  transition: opacity .4s ease .4s
}

.menu-wrap .menu {
  position: fixed;
  width: 50%;
  top: -5em;
  right: -10em;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center
}

.menu-wrap .menu>div {
  border-radius: 50%;
  width: 200vw;
  height: 200vw;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all .4s ease
}

.menu-wrap .menu>div>div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity .4s ease
}

.menu-wrap .menu>div>div>ul>li {
  list-style: none;
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem
}

.menu-wrap .menu>div>div>ul>li>a {
  color: inherit;
  text-decoration: none;
  transition: color .4s ease
}

#fond-etoile {
  opacity: .728;
  position: absolute;
  width: 1920px;
  height: 1191.958px;
  left: 0;
  top: -111.958px;
  overflow: visible
}

.trailmenu {
  top: 60px;
  right: 50px;
  width: 64px;
  height: 547px;
  background: url(/img/burger.png) no-repeat;
  z-index: 9999;

}

#trailMenu {
	position: absolute;
    z-index: 999999;
	opacity: 1;
}



.trailmenu li {
  list-style: none;
  backface-visibility: hidden;
}

.trailmenu li a {
  z-index: 9999;
  color: #fff;
  font-size: 18px;
  position: absolute;
  text-decoration: none;
  display: block;
  backface-visibility: hidden;
  text-shadow: 4px 2px black;
  color: white;
  font-family: BlackArougRegular;
  font-size: 25px;
}

.trailmenu li a span,
.trailmenu li a:before {
  -webkit-backface-visibility: hidden;
  position: absolute
}

.trailmenu li a span {
  white-space: nowrap;
  display: block;
  padding: 10px;
  backface-visibility: hidden
}



.trailmenu li a span.left,
.trailmenu li a span.right	{
  -webkit-transform: translate(-99%, -4px);
  -ms-transform: translate(-99%, -4px);
  transform: translate(-99%, -4px)
}

.trailmenu li a:before {
  content: '';
  width: 19px;
  height: 19px;
  border-radius: 100%;
  border: 4px solid #fff;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  backface-visibility: hidden
}

.trailmenu li a:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 100%;
  top: 9px;
  left: 9px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.trailmenu li a:active {
  border: none
}

.trailmenu li a.active:before,
.trailmenu li a:hover:before {
  background: #e13c54
}

.trailmenu li a.active:after,
.trailmenu li a:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.trailmenu li a.active:before {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3)
}

.trailmenu li a.active:after {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.trailmenu li .btn-1 {
  top: 41px;
  left: 39px
}

.trailmenu li .btn-2 {
  top: 160px;
  left: 23px
}

.trailmenu li .btn-3 {
  top: 280px;
  left: -7px
}

.trailmenu li .btn-4 {
  top: 369px;
  left: 16px
}

.trailmenu li .btn-5 {
  top: 452px;
  left: 14px
}

.big-box {
  width: 200px;
  height: 200px;
  background: no-repeat url(/img/etoilegrand.png);
  background-size: 485px auto;
  background-position: -137px -142px;
  position: fixed;
  top: 530px;
  left: 710px;
  transition: all .5s ease-in-out;
  filter: opacity(.8);
  animation: bigboxAnimation 1.55s ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate
}
.big-box-title {
	opacity: 0;
	position: fixed;
    top: 594px;
    left: 920px;
	color:white;
	font-size:34px;
	display:inline;
	font-family:BlackArougRegular;
	letter-spacing: 0.023em;
	transition:1s ease-in-out;
}
.big-box-title.visible {
	transition:1s ease-in-out;
	opacity: 1;
}

#etoile-footer {
	width: 200px;
	height: 200px;
	background: no-repeat url(/img/etoilegrand.png);
	background-size: 355px auto;
	background-position: -87px -102px;
	position: absolute;
	top: -140px;
	left: -18px;
	transition: all .5s ease-in-out;
	filter: opacity(.8);
	animation: etoileFooterAnimation 1.4s ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes etoileFooterAnimation {
	0% {
	  filter: opacity(.7)
	}
  
	100% {
	  filter: opacity(1);
	}
}
  
@keyframes bigboxAnimation {
	0% {
	  filter: opacity(.8)
	}
	
  
	100% {
	  filter: opacity(1);
	  transform: scale(1.32);	  
	}
  }
  
.big-box:hover {
  transform: scale(1.3);
  transition: all .5s ease-in-out;
  filter: hue-rotate(15deg);
  filter: opacity(1);
  cursor: pointer;
}

.enfer-box {
  width: 120px;
  height: 120px;
  background: no-repeat url(/img/etoilemoyens.png);
  background-size: 165px auto;
  background-position: -23px -39px;
  position: fixed;
  top: 730px;
  left: 900px;
  transition: all .5s ease-in-out;
  filter: opacity(.8);
  /* animation: midboxAnimation 1.8s ease-in-out; */
  animation: Scintille 3s ease-in-out;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate
}
.enfer-box .text {
	color: white;
    position: absolute;
    top: 43px;
    right: -30px;
}

.paradis-box .text {
	color: white;
    position: fixed;
    top: 43px;
    right: -30px;
}

.purgatoire-box .text {
	color: white;
    position: fixed;
    top: 43px;
    right: -55px;
}

@keyframes midboxAnimation {
  0% {
    filter: opacity(.8)
  }

  100% {
    filter: opacity(1);
    transform: scale(1.2)
  }
}

.enfer-box:hover {
  transform: scale(1.3);
  transition: all .5s ease-in-out;
  filter: hue-rotate(15deg);
  filter: opacity(1);
  cursor: pointer;
}

.enfer-box.sliding {
  top: 530px !important;
  left: 710px !important
}




.purgatoire-box {
  width: 120px;
  height: 120px;
  background: no-repeat url(/img/etoilemoyens.png);
  background-size: 165px auto;
  background-position: -23px -39px;
  position: fixed;
  top: 620px;
  left: 500px;
  transition: all .5s ease-in-out;
  filter: opacity(.8);
  animation: Scintille 3s ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: 1s;
}

@keyframes Scintille {
  0% { opacity: 1; }
  50% { opacity: 0.7; }
  100% { opacity: 1; }
}


@keyframes midboxAnimation {
  0% {
    filter: opacity(.8)
  }

  100% {
    filter: opacity(1);
    transform: scale(1.2)
  }
}

.purgatoire-box:hover {
  transform: scale(1.3);
  transition: all .5s ease-in-out;
  filter: hue-rotate(15deg);
  filter: opacity(1);
  color: #e13c54;
  animation : 0;
  cursor: pointer;
}

.enfer-box:hover {
  transform: scale(1.3);
  transition: all .5s ease-in-out;
  filter: hue-rotate(15deg);
  filter: opacity(1);
  animation : 0;
}

.transitioned {
  position: fixed;
  transition: all .5s ease;
  top: 530px !important;
  left: 710px !important
}

.paradis-box {
  width: 120px;
  height: 120px;
  background: no-repeat url(/img/etoilemoyens.png);
  background-size: 165px auto;
  background-position: -23px -39px;
  position: fixed;
  top: 380px;
  left: 770px;
  transition: all .5s ease-in-out;
  filter: opacity(.8);
  /* animation: midboxAnimation 1.5s ease-in-out; */
  animation: Scintille 3s ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate
}

@keyframes midboxAnimation {
  0% {
    filter: opacity(.8)
  }

  100% {
    filter: opacity(1);
    transform: scale(1.2)
  }
}

.paradis-box:hover {
  transform: scale(1.3);
  transition: all .5s ease-in-out;
  filter: hue-rotate(15deg);
  filter: opacity(1);
  animation : 0;
  cursor: pointer;
}

.paradis-box.sliding {
  top: 530px !important;
  left: 710px !important
}

.paradis-box {
  transition: all .5s ease
}

@keyframes fadeIn {
  to {
    opacity: 1
  }
}

.paradis-box-mini {
  width: 45px;
  height: 45px;
  position: fixed;
  border:white;
}

.paradis-box-mini::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat url(/img/etoile.png);
  background-size: 155px auto;
  background-position: -56px -42px;
  position: absolute;
  opacity: .5;
  transition: opacity .3s ease;
  transition: all .5s ease-in-out;
  filter: opacity(.8);
  animation: miniboxAnimation 1.5s ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate
}

@keyframes miniboxAnimation {
  0% {
    filter: opacity(.8)
  }

  100% {
    filter: opacity(1);
    transform: scale(1.2)
  }
}

.paradis-box-mini:hover {
  transform: scale(1.3);
  transition: all .5s ease-in-out;
  filter: hue-rotate(15deg);
  filter: opacity(1)
}

.paradis-box-mini.sliding {
  top: 530px !important;
  left: 710px !important
}

.paradis-box-mini:hover::before {
  opacity: 1
}

.purgatoire-box-mini {
  width: 45px;
  height: 45px;
  position: fixed;
  border:blue;
}

.purgatoire-box-mini::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat url(/img/etoile.png);
  background-size: 155px auto;
  background-position: -56px -42px;
  position: absolute;
  opacity: .5;
  transition: opacity .3s ease
}

.purgatoire-box-mini:hover::before {
  opacity: 1
}

.enfer-box-mini {
  width: 45px;
  height: 45px;
  position: fixed;
  z-index:2;
}

.enfer-box-mini::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat url(/img/etoile.png);
  background-size: 155px auto;
  background-position: -56px -42px;
  position: absolute;
  opacity: .5;
  transition: opacity .3s ease
}

.enfer-box-mini:hover::before {
  opacity: 1
}

.hidden {
  display: none;
  transition: opacity .5s ease
}

.texte-etoile {
  position: absolute;
  top: 9px;
  left: 50px;
  color: #ededed;
  font-family: 'EB Garamond', serif;
  width: 65px
}

/* page d'accueil modificiations Hugo P. */

.text-accueil {
  position: relative;
  top: 100%;
  padding: 40px;
  margin-left: 100px ;
  margin-right: 100px;
  color: white;
  /* font-family: 'Alegreya', serif; */
  font-family: 'BlackArougRegular';
  font-size: 25px;
  letter-spacing: .04em;
  line-height:1.5em;
  text-align: justify;
  text-justify: inter-word;

}

.text-accueil a {
  text-decoration: none;
  color: #E5455F;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#paradis-title{
  position: absolute;
  top : 400px;
  left: 720px;
  color: white;
}

li a span:hover{
  color: #e13c54;
}

#pawtucket-page-content {
  	color:white !important;
  	text-align: justify;
	padding: 20px 120px 120px 120px;
	font-family: 'BlackArougRegular';
	letter-spacing: 0.07em;
	font-size:22px;
	line-height:1.3em;
}
#pawtucket-page-content b,
#pawtucket-page-content strong {
	color: #dd344a;
}

.video-pres{
  margin: 0 auto;
  display: block;
  top: 20em;
}

#about-slidder {
  background-image: linear-gradient(to top,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0) 60%,
    rgba(0,0,0,0.92) 90%
  );
  position:absolute;
  top:0;left:0;right:0;
  height:45vh;
  z-index:10;
}

.carrousel-pres-img {
  object-fit: cover;
  height: 40em; 
}

.copyright {
	font-family: BlackArougRegular;
	font-size:19px;
	margin-bottom: 90px;
	letter-spacing: 0.11em;
}
.copyright, .copyright a {
	color:#e5455f;
}
#bodycontainer {
	position:relative;
}

a span:hover, .carousel-item2 a p:hover, .leaflet-popup-content a:hover {
	color: #e5455f !important;
}
.lang_home_buttons a {
	color:white;
	text-decoration: none;
}
.leaflet-container .leaflet-control-attribution {
	background-color: transparent !important;
	color: #707070 !important;
}
.leaflet-container .leaflet-control-attribution a {
	color: #707070 !important;
}


body a#logo {
	position: absolute;
    top: 10px;
    left: 130px;
    font-size: 48px;
    font-family: BlackArougRegular;
    text-decoration: none;
    z-index: 1;
}
body.lecteur a#logo {
	position: relative;
	top:0;
	left:0;
	clear:both;
}
body a#logo img {
	height:52px;width:auto;
}

body.lecteur a#logo img {
	height:52px;width:auto;
}

body.front a#logo {
	position: absolute;
    top: 190px;
    left: 130px;
    font-size: 102px;
    font-family: BlackArougRegular;
    text-decoration: none;
    z-index: 1;
}
body.front a#logo img {
	height:130px;width:auto;
}

#pawtucket-page-content img {
	width: 100% !important;
    aspect-ratio: 4/3 !important;
	height:auto !important;
	object-fit: contain;
    margin-bottom: 40px !important;
}

.commentaires-container, .commentaires-container p, .commentaires-container a, .commentaires-container span {
	color:white !important;
}

.commentaires-container > span {
	font-size: 14px !important;
	line-height: 23px;
	display:block;
}
.commentaires-container > br {
	height:2px;
	display: block;
	
}